* { margin:0; padding:0; }

html {
	height:100%;
}
body {
	height:100%;
	color:#ddd;
	font:normal 62.5%/200% Arial Narrow, Arial, Helvetica, sans-serif;
	background:#666 url(images/content_bg.gif) repeat-y center top;
}

a {
	color:#aaa;
	text-decoration:underline;
}
	a:hover { color:#fff; }
	
a.arrow {
	padding-left:18px;
	background:transparent url(images/arrow.gif) no-repeat 0 3px;
}
	a.arrow:hover {
		background:transparent url(images/arrow.gif) no-repeat 0 -47px;
	}
p { font-size:1.2em; font-family:Arial, Helvetica, sans-serif; margin-top: -18px; padding-bottom: 20px;}

a .thumb,
a .thumb:hover,
.thumb {
	border:5px solid #2b2b2b;
}
.enlarged {
	border:10px solid #fff;
}

#wrapper {
	position:relative;
	min-height:100%;
}
	* html #wrapper {
		height: 100%;
	}

/* HEADER
=========================================== */
#header {
	float:left;
	width:100%;
	clear:both;
	background-color:#ccc;
	text-align:center;
}
	#header div {
		margin:0 auto;
		width:850px;
		text-align:left;
	}
	#header h1 {
		display:none;
	}
	#header img {
		float:left;
		border:none;
	}

#topBar {
	float:left;
	width:100%;
	clear:both;
	background-color:#111;
	text-align:center;
	height:25px;
}
/* NAVIGATION
=========================================== */
ul#nav {
	float:right;
	margin:0;
	padding:0;
}
	ul#nav li {
		margin:0;
		padding:0;
		list-style:none;
		display:inline;
	}
	ul#nav li a {
		float:left;
		/*padding:66px 10px 20px 10px;*/
		padding:20px 10px 20px 10px;
		color:#333;
		/*text-transform:uppercase;*/
		text-decoration:none;
		font-weight:bold;
	}
	ul#nav li a span {
		font-size:1.4em;
		line-height:1em;
		/*border-bottom:3px solid #ccc;*/
	}
		ul#nav li a:hover {
			color:#333;
		}
		ul#nav li a:hover span {
			/*display:block;*/
			border-bottom:3px solid #800000;
		}
	ul#nav li a.selected {
		background:transparent url(images/nav_selected.gif) repeat-x left bottom;
	}
	ul#nav li a.selected:hover span {
		border-width:0;
	}

#content_wrapper {
	margin:0 auto;
	width:850px;
}
#content {
	float:left;
	padding-bottom:50px;
	width:100%;
}

/* SECTIONS
=========================================== */
/* vertical images: max width of 360px */
.mainSection1 {
	position:relative;
	float:left; 
	display:inline;
	padding:190px 0 0 0;
	background-color:#333;
}
	.mainSection1 div{
		float:left;
		display:inline;
		margin:0 10px;
		padding:10px 0;
	}

.secondSection1 {
	float:right;
	display:inline;
	width:350px;
	padding:0 50px 0 0;
	background-color:#222;
	padding-left:50px;
}

/* horizontal images: max width of 600px*/
/* horizontal images: width of 100%*/
.mainSection2,
.mainSection3 {
	position:relative;
	float:left; 
	display:inline;
	width:100%;
	background-color:#4a4a4a;
}
	.mainSection2 div,
	.mainSection3 div {
		float:left;
		display:inline;
		margin:0 10px;
		padding:10px 0;
		width:830px;
	}
.mainSection3 {
	padding:180px 0 0 0;
	text-align:center;
}

.secondSection2, 
.secondSection3 {
	float:left;
	display:inline;
	width:100%;
	background-color:#555;
}
	.mainSection1 h2,
	.mainSection2 h2,
	.mainSection3 h2 {
		display:none;
	}
	.mainSection1 img {
		float:left;
	}
	.mainSection2 img,
	.mainSection3 img,
	.mainSection2 img.enlarged,
	.mainSection3 img.enlarged {
		float:right;
	}
	.mainSection3 img.enlarged {
		float:none;
	}



/* FOOTER
=========================================== */
#footer {
	position:relative;
	margin-top:-87px;
	float:left;
	width:100%;
	background-color:#111;
	text-align:center;
	line-height:1.3em;
	height:80px;
	padding-top: 7px;
}
	#footer p {
		margin:0 auto;
		padding:4px 0;
		width:850px;
		font-size:10px;
	}
	
	h1 {
	position:absolute;
	text-indent:-999em;
}

/* PHOTO OF THE WEEK
=========================================== */
#photoWeek1 {
	background:#333 url(images/photoWeek.gif) no-repeat 50% 50px;
}
#photoWeek2 {
	background:#333 url(images/photoWeek.gif) no-repeat 50px 50%;
}
#photoWeek3 {
	background:#333 url(images/photoWeek.gif) no-repeat 10px 10px;
}

#photoWeek1 img,
#photoWeek2 img,
#photoWeek3 img {
	float:left;
}
	
/* GALLERY
=========================================== */
.secondSection1 h2,
.secondSection2 h2,
.secondSection3 h2 {
	margin:0;
	font-size:3.4em;
	line-height:1.1em;
	font-weight:normal;
}
	.secondSection1 h2 {
		padding:50px 0 0 0;
		color:#666;
	}
	.secondSection2 h2,
	.secondSection3 h2 {
		padding:50px 0 0 50px;
	}
.secondSection1 .gallery_sec {
	position:relative;
	float:left;
	display:inline;
	margin:25px 0 0 0;
	padding-bottom:25px;
	width:100%;
	min-height:140px;
	background:transparent url(images/dots.gif) repeat-x left bottom;
	
}
.secondSection2 .gallery_sec,
.secondSection3 .gallery_sec {
	position:relative;
	float:left;
	display:inline;
	margin:25px 0 0 50px;
	padding-bottom:25px;
	width:350px;
	min-height:140px;
	background:transparent url(images/dots.gif) repeat-x left bottom;
	padding-left:20px;
}
	* html .gallery_sec {
		height:140px;
		
	}
	.gallery_sec h3 {
		padding-bottom:15px;
		font-size:1.8em;
		line-height:1em;
		color:#bbb;
		
		/*text-transform:uppercase;*/
	}
	.gallery_sec img {
		position:absolute;
		top:35px;
		left:0;
	}
	.gallery_sec p {
		margin-left:130px;
	}
#models div {
	background:transparent url(../images/models.gif) no-repeat 8px 8px;
}
#portraits div {
	background:transparent url(../images/portraits.gif) no-repeat 8px 8px;
}
#eccentric div {
	background:transparent url(../images/eccentric.gif) no-repeat 8px 8px;
}
#projects div {
	background:transparent url(../images/projects.gif) no-repeat 8px 8px;
}
	.secondSection2 #eccentric,
	.secondSection3 #eccentric,
	.secondSection1 #projects,
	.secondSection2 #projects,
	.secondSection3 #projects  {
		background:transparent url();
		padding-bottom:30px;
	}