/* thanks to phil, kyle, alistapart.com, and webtypography.net */

body {
	margin: 0px;
	font-family: "Univers","Univers LT Std","Univers Std","Helvetica", "Helvetica Neue", Arial, Verdana;
	text-rendering: optimizeLegibility;
	background:url(images/stripes6.png);
	background-attachment:fixed;
	height:100%;

}
html * {
	padding: 0;
	margin: 0;
	}
	
#container{
	width:850px;
	margin-left: 50px;
	position:absolute;
	min-height:100%;
	background-color:#FFFFFF;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	-webkit-box-shadow: rgba(0, 0, 0, 0.33) 0 5px 25px;
	-moz-box-shadow: rgba(0, 0, 0, 0.33) 0 5px 25px;
	}
	
#bar {
	margin-left: 40px;
	margin-top: 0px;
	padding-top: 0px;
	width: 500px;
	border-top: 10px solid #999999;
	float:left;
	}
	
#title {
	margin-left: 40px;
	margin-top: 6px;
	margin-bottom: 20px;
	border-top:6px solid #999999;
	padding-top:6px;
	width: 500px;
	height:30px;
	float:left;
	}

#copy {
	width: 500px;
	margin-left:40px;
	margin-top: 25px;
	padding-top:1px;
	border-top: 1px solid #999;
	float:left;
}

#places {
	width: 500px;
	margin-left:40px;
	margin-top: 30px;
	padding-top:1px;
	border-top: 1px solid #999;
	float:left;
	}
	
#links {
	width: 150px;
	height: 500px;
	margin-left:600px;
	margin-top: 103px;
	padding-top:1px;
	border-top: 1px solid #999;
	position:absolute;
	}	
	
#copyright {
	width: 500px;
	margin-left:40px;
	margin-top: 20px;
	margin-bottom:20px;
	padding-top:1px;
	border-top: 1px solid #CCCCCC;
	float:left;
}

.image {
	margin-left: -240px;
	clear:right;
	float:left;
	}
	
h1 {
	font-size: 1.5em;
	color:#999999;
	text-decoration: none;
}
h2 {
	font-size: 1.25em;
	line-height: 1.25em;
	}
h3 {
	font-size: .7em;
	margin-bottom: 1em;
	padding-top: 5px;
	color:#666666;
	text-transform:uppercase;
	letter-spacing:1px;
	}
h4 {
	font-size: .5em;
	font-style:normal;
	margin-bottom: 1em;
	padding-top: 5px;
	}
h5 {
	font-size: .5em;
	color:#999;
	margin-bottom: 1em;
	padding-top: 5px;
	}
p {
	font-size: .75em;
	line-height: 2em;
	margin-bottom: 1em;
	}
ul {
	font-size: .75em;
	list-style: none;
	line-height: 2em;
	}
	
.regularlinks a {
	color: #000000;
	text-decoration: none;
	border-bottom: solid #CCCCCC 1px;
	font-style: normal;
	}
.regularlinks a:hover {
	background:#FFFF00;
	border-bottom: 0px;
	border-bottom: solid #CCCCCC 1px;
	}
.iconlinks a {
	color: #000000;
	text-decoration: none;
	border-bottom: 0px;
	font-style: normal;
	}
.iconlinks a:hover {
	border-bottom: 0px;
	}
.bigheaderlink a {
	color: #999999;
	text-decoration: none;
	border-bottom: 0px;
	font-style: normal;
	}
.bigheaderlink a:hover {
	border-bottom: 0px;
	background:#FFFF00;
	}

	
	
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
