@charset "utf-8";
/* CSS Document */
/*
-----------------------------------------------------
Nola Falk - Portfolio
URL: http://www.nolafalk.com/

mantamedia http://www.mantamedia.com.au
Design by Nola Falk and Code by Nola Falk

Last modified: 	Dec 16 2009
------------------------------------------------------ */
/*[General]*/
html, body{
	margin: 0; 
	padding: 0; 
	height: 100%;
}
body {
	background-color: #FFFFFF;
	background-image: url(images/BG_top.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	color: #39255b;
	font-family: Georgia, "Times New Roman", Times, serif;
}
body a{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #229ECE;
	text-decoration: none;
}
body a:hover{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #229ECE;
	text-decoration:underline;
}
ul, ol, li {
	list-style: none;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
/*layout*/
#main{
	min-height:100%;
    position:relative;
   	padding:0;
   	margin:0;
}
/* Start hide from IE-Mac \*/
* html #main{
   height: 1%;
   }
#container{
	min-height:100%;
	padding-bottom:270px; /* the height of the footer*/
}
#header{
	 width:985px;
	 margin: 0 auto;
	 padding: 30px 0 0 0;
	 height: 110px;
}
#nav{
	float:right;
	width:590px;
	padding-top:40px;
	height: 50px;
	text-align: left;
}
#logo{
	width:300px;
	height:100px
}
#banner{
	clear:both;
	height: 508px;
}
#bannerinner{
	height: 508px;
	margin: 0 auto;
	background-image: url(images/banner_nola.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#about{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #4d3986;
	font-weight: normal;
	width:935px;
	height:400px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	padding: 0 50px 0 0;
}
.fltleft{
	float:left;
	padding:40px 5px 0 0;
}
#portfolio{
	width:985px;
	margin: 0 auto;
	padding-bottom:20px;
}
/*[thumbs]*/

.Thumbnail{
	width: 985px;
	height: auto;
	overflow: auto;
}
.Thumbnail img{
	float: left;
	padding-left: 10px;
	padding-bottom: 10px;
	border: 5px solid #ddd3e6;
}

/*[thumbs with captions]*/
ul{
	margin: 10px  0 60px 0;
	padding: 0 0 0 10px;
	display: inline;
	list-style-type:none;
	float: left;
	
}
li.block{
	margin: 0  5px 5px 0;
	padding: 0;
	display: inline;
	list-style-type:none;
	float: left;
	width: 230px;
	height: 160px;
	}
li.block img {
	float:left;
	margin: 0  5px 5px 0;
	padding: 0;
	width: 206px;
	height: 104px;
	margin: 0;
	padding: 0;
	border: none;
	}
a.image{
	float:left;
	margin: 0  5px 5px 0;
	padding: 0;
	width: 206px;
	height: 104px;
	margin: 0;
	padding: 0;
	border: 5px solid #ddd3e6;
	text-decoration:none;
	}
a.image:hover{
	float:left;
	margin: 0  5px 5px 0;
	padding: 0;
	width: 206px;
	height: 104px;
	margin: 0;
	padding: 0;
	border: 5px solid #A88EBF;
	text-decoration:none;
	}
.tags{
	float:left;
	padding:0 0 0 0;
	margin:5px 0 0 0;
	width: 220px;
	height: 35px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 11px;
	color: #383838;
	
}
.tags span{
	clear:both;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #4d3986;
	font-weight: bold;
	padding:0;
	margin:0;
}	
.tags span a{
	clear:both;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #4d3986;
	font-weight: bold;
	padding:0;
	margin:0;
	text-decoration: none;
}	
.tags span a:hover{
	clear:both;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #4d3986;
	font-weight: bold;
	padding:0;
	margin:0;
	text-decoration: underline;
}	
.link{
	margin-top:3px;
	width:70px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 11px;
	color: #4d3986;
}
/*footer*/
#footer{
	clear:both;
	height: 265px;
	margin: 0;
	padding: 0; 
	background-color:#362a5a;
	position:absolute;
	bottom:0;
	width: 100%;
}
#footerinner{
	width: 985px;
	margin: 0 auto;
	height: 240px;
	font-size: 11px;
	padding: 25px 0 0 10px;
	background-color:#362a5a;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(images/bg_footer.jpg);
}
.skills{
	float:right;
	height: 230px;
	width:435px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #ddd3e6;
}
.skills ul{
	margin: 0;
	padding-left: 20px;
}

.skills li{
	list-style-type: circle;
	margin: 0;
	padding: 0;
	list-style-position: outside;
}
h1{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #b9d9e0;
	font-weight: bold;
}
.bold{
	font-weight: bold;
}
.contact{
	height: 230px;
	width: 275px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #ddd3e6;
}
.contact a{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #bf91ff;
	text-decoration: none;
}
.contact a:hover{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #bf91ff;
	text-decoration:underline;
}

