/** BASIC */

body {
	margin-top: 80px;
	padding: 0px;
	background: #542A00;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	margin-top: 0px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #D51D71;
}

p, ul, ol {
	line-height: 1.6em;
	font-size: 0.8em;
	color: #471F0A;
}

a.nav:link {
	text-decoration: none;
	font-weight: bold;
	color: #471F0A;
}
a.nav:hover {
	text-decoration: none;
	font-weight: bold;
	color: #471F0A;
}
a.nav:active {
	text-decoration: none;
	font-weight: bold;
	color: #471F0A;
}
a.nav:visited {
	text-decoration: none;
	font-weight: bold;
	color: #471F0A1;
}

a.external:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	font-color:#471F0A;
	font-size: 12px;
	font-style: normal;
}
a.external:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	font-color:#666666;
	font-size: 12px;
	font-style: normal;
}
a.external:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	font-color:#666666;
	font-size: 12px;
	font-style: normal;
}
a.external:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	font-color:#666666;
	font-size: 12px;
	font-style: normal;
}


.vline {
	margin: 0px -20px;
	padding: 20px 20px 0px 20px;
	border-top: 3px solid #cccccc;
}

/** WRAPPER */

#wrapper {
	width: 1000px;
	margin: 0px auto;
	border: 3px solid #999999;
	background-color: #EEE9E9;
	background-repeat: repeat-y;
	background-position: right top;
}

/** HEADER */

#header {
    margin: 70px 0px;
	height: 30px;
	background-color: #cccccc;
	border-bottom: 3px solid #999999;
}

#header h1 {
	float: left;
	margin: 0px;
	padding: 40px 0px 0px 20px;
	text-transform: lowercase;
	font-size: 2.6em;
}

#header h2 {
	float: right;
	margin: 0px;
	padding: 36px 20px 0px 0px;
}

/** MENU */

#menu {
margin: 70px 0px;
	background-color: #999999;
	border-bottom: 3px solid #cccccc;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	padding-left: 10px;
}

/** CONTENT */

#content {
}

#left {
	float: left;
	width: 600px;
	padding: 20px;
}

#right {
	float: right;
	width: 300px;
	padding: 20px;
}

/** FOOTER */

#footer {
	background-color: #cccccc;
	border-top: 3px solid #999999;
}

#footer p {
	margin: 0px;
	padding: 0px 0px 0px 10px;
	font-size: .6em;
	color: #999999;
}

#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; }
