/* Define Tags */
html, body {
	height:100%;
	}
body { 
	margin:0;
	padding:0;
	font-size:10px;
	color:#fff;
	line-height:1.6em;
	font-family:Verdana,Arial,Helvetica;
	background: #000 url(images/bg.jpg) no-repeat top center;
	background-attachment:fixed;
	} 

a, a:visited, a:hover {	
	font-size:10px;
	font-family:Verdana,Arial,Helvetica; 
	font-weight:400;	
	color:#fff;	
	text-decoration:underline;
	line-height:1.5em;
	}
a:hover {
	color:#fff;	
	}

	
h1, h2, h3, h4, h5, h6 {
	margin:2px 0 5px 0;
	font-family:Verdana,Arial,Helvetica; 
	color:#005d00;
	border-bottom:2px solid #ca992c;
	}
h1 {
	font-size:16px;
	border:none;
	}
h2 {
	color:#7b5123;
	font-size:14px;
	border-bottom:0;
	}
h3 {
	font-size:10px;	border-bottom:0;
	}
h4 {
	font-size:10px;
	border-bottom:0;
	}
h5 {
	font-size:9px;
	border-bottom:0;
	}
	
hr { 
	height:1px;
	color:#000000;
	}
	
form {
	margin:0;
	padding:0;
	}

img {
	display:block;
	}
	
ul, ol, li {	
	line-height:1.5em;
	font-size:10px;	font-family:Verdana,Arial,Helvetica; 
	font-weight:400;
	color:#fff;
	}
	ul.arrow {
		padding:10px;
		margin:0;
		list-style-type: none;
		}
		ul.arrow li {
			padding-left:4px;
			background:url(images/list_arrow.gif) left no-repeat;
			}

/* Custom Class Names */

.form {
	background-color:#fff;
	}
	
.button { 
	color:#fff; 
	font-weight:800; 
	background-color:#000;
	border:1px solid #000; 
	cursor:pointer;
	}
	
.hdr, a.hdr, a.hdr:visited, a.hdr:hover, .subHdr, a.subHdr, a.subHdr:visted, .subHdr:hover {
	font-size:14px;	
	font-weight:800;
	color:#000;	
	}
.subHdr, a.subHdr, a.subHdr:visted, .subHdr:hover {	
	font-size:10px;	
	}
	
.error, a.error, a.error:visited, a.error:hover {	
	color:#900;	
	}

.bold {	
	font-weight:800;
	}

.copyright, .copyright a, .copyright a:visited, .copyright a:hover {	
	font-size:10px;	
	font-family:Verdana,Arial,Helvetica; 
	font-weight:400;
	color:#000;	
	line-height:1em;
	text-decoration:none;
	}
.copyright a:hover {
	text-decoration:underline;
	}

.pagelist { /* CAN'T BE AN ID CONTAINER BECAUSE IE SUCKS */
	float:left;
	}
.pagelist ul {
	list-style-type:square;
	}
	.pagelist ul li {
		line-height:1.5em;
		}
	.pagelist ul li a,.pagelist ul li a:visited,.pagelist ul li a:hover {
		text-decoration: underline;
		padding: .2em .5em;
		color: #474747;
		}
		.pagelist ul li a.thispage {
			background-color:#e5cd57;
			}
		.pagelist ul li a:hover {
			text-decoration: none;
			color: #7b5123;
			}
.clear {
	clear:both;
	}
	
.dropcap {
	float: left;
	width: 50px;
	font-size: 62px;
	line-height: 51px;
	font-weight: normal;
	color:#7b5123;
	font-family: georgia, times;
	}
	
.indent {
	text-indent:1.5em;
	}
	
/********************************
 *	INLINE LIST STYLES		*
 *	AND CUSTOM PAGE		*
 *	DEFINITIONS BELOW		*
 ********************************/
 
 .logo {
	width:451px;
	height:131px;
 }

.contentContainer{
	width:760px;
	}

 .contentBlock {
 	padding:10px;
	width:451px;
	width/* */:/**/431px; 
	width: /**/431px;
	background: url(images/bg-dark.jpg) no-repeat top center;
	background-attachment:fixed;
 }
 
#mainNav {
 	position:fixed;
	top:67px;
	}

/* Main Menu */
ul#mainMenu {
	margin:0;
	padding:50px 24px 0 0;
	}
	ul#mainMenu li {
		list-style-type:none;
		margin:0;
		padding:0;
		}
	ul#mainMenu li a {
		display:block;
		text-indent:600px;
		overflow:hidden;
		height:30px;
		white-space:nowrap;
		width:154px;
		}
	ul#mainMenu li a.menuHome {
		background:url(images/nav_home.jpg) no-repeat top left;
		}
	ul#mainMenu li a.menuBiography {
		background:url(images/nav_biography.jpg) no-repeat top left;
		}
	ul#mainMenu li a.menuPhotoGalleries {
		background:url(images/nav_photo_galleries.jpg) no-repeat top left;
		}
	ul#mainMenu li a.menuMoreInformation {
		background:url(images/nav_more_information.jpg) no-repeat top left;
		}
	ul#mainMenu li a.menuContact {
		background:url(images/nav_contact.jpg) no-repeat top left;
		}
	ul#mainMenu li a.menuLandscape {
		background:url(images/nav_landscape.jpg) no-repeat top left;
		}
	ul#mainMenu li a.menuArchitectural {
		background:url(images/nav_architectural.jpg) no-repeat top left;
		}
	ul#mainMenu li a.menuAbstracts {
		background:url(images/nav_abstracts.jpg) no-repeat top left;
		}
		ul#mainMenu li a:hover {
			background-position:0 -30px;
			}
		ul#mainMenu li a#navActive {
			background-position:0 -30px;
			}
			
 .contentTextBlock {
 	padding:20px;
	border:1px solid #363636;
 }
 #lightbox{
 	color:#000;
	}

 #galleryContent a {
 	display:block;
	padding:10px;
	width:143px;
	width/* */:/**/123px; 
	width: /**/123px;
	margin-right:10px;
	margin-bottom:10px;
	color:#666666;
	text-align:center;
	float:left;
	text-decoration:none;
	background-color:#FFFFFF;
	 }
	 #galleryContent a.last { margin-right:0px; }
	 #galleryContent a img { border:0; }
 	#gallerySlideshow { margin:20px auto; border:10px solid #fff; height:166px; overflow:hidden; }
 .footerBox {
 	margin-top:20px;
 	padding:10px;
 	background-color:#000000;
	opacity:.75;
	filter:alpha(opacity=75);
	width:451px;
	width/* */:/**/431px; 
	width: /**/431px;
 }
 
 /* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
	z-index: 10;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h1 {
	visibility: hidden;
	font-size: 16px;
	text-transform: capitalize;
}