﻿@import url("layout.css");
body {
	font-family: "Georgia", "Times New Roman", Times, serif;
	font-size: 0.8em;
	background-attachment: scroll;
	background-color: #e6d98f;
	background-image: url('../images/background.gif');
	background-position: left top;
	background-repeat: repeat-x;
}
#container {
	width: 100%;
	margin-top: 57px;
	border-bottom: 2px solid #a0522d;
	background-color: #fff;
}
#masthead {
	width: 900px;
	margin-right: auto;
	margin-left: 50;
	padding-top: 5px;
	padding-bottom: 5px;
}
#navigation {
	width: 700;
	margin-right: auto;
	margin-left: 50px;
	clear: both;
	overflow: hidden;
	margin-bottom: 10px;
}
#page_content {
	margin-right: auto;
	margin-left: 50px;
	margin: 0 0 0 40;
	position: relative;
	width: 1000px;
}
#content {
	position: relative;
	float: left;
	width: 650px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
}
#sidebar {
	float: right;
	width: 340px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
	border-left-style: solid;
	border-left-color: #E6D9A7;
	border-left-width: thin;
	padding-left: 5px;
	background-color: #E6D9A7;
}
#footer {
	clear: both;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	margin-top: 15;
	margin-bottom: 10px;
	position: relative;
}
/* Masthead Styles */
#masthead h1 {
	font-weight: normal;
	color: #daa520;
	text-transform: uppercase;
	float: left;
	margin-top: 5px;
	display: inline;
}
#masthead h3 {
	font-weight: normal;
	color: #965;
	float: left;
	margin-top: 10px;
	margin-left: 30px;
	display: inline;
}
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: auto;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	text-decoration: none;
	color: #a0522d;
	display: block;
	margin: 0 1px;
	padding: 5px;
	border: 1px solid #708090;
	background-color: #edb;
}
#navigation a:hover {
	text-decoration: none;
	color: #edb;
	background-color: #a0522d;
}
/* Content Styles */
#content h1,h2,h3,h4,h5,h6 {
	color: #a0522d;
}
#content img {
	padding: 5px;
	border: 1px solid #a0522d;
}
/* Sidebar Styles */
#sidebar p {
	color: #222;
}
#sidebar img {
	margin-bottom: 5px;
}
/* Footer Styles */
#footer p {
	font-size: 0.85em;
	color: #808080;
}
#footer a {
	color: #a0522d;
	text-decoration: underline;
}
#footer a:hover {
	color: #800000;
	text-decoration: none;
}
/* Link Styles */
a {
	color: #a0522d;
	text-decoration: underline;
}
a:hover {
	color: #800000;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
#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("../Lightbox/prevlabel.gif") left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url("../Lightbox/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; }


