﻿@import url(layout.css);
body {
	margin: 0px;
	background-color: #F9CE77;
	background-image:  url("../firestock2.bmp");
	background-repeat: repeat;
	font-family: Arial, Helvectica, sans serif;
	font-size: 0.8em;
	padding: 0px;
}
/* Styles for DIV tags */
#container {
	border-right: 5px solid #800000;
	border-left: 5px solid #800000;
	border-bottom: 5px solid #800000;
	background-color: #DD7604;
	background-repeat: no-repeat;
	background-position: top right;
	background-attachment: scroll;
}
#masthead {
	background-color: #FFF68F;
	border-top: 0;
	border-right: 0;
	border-left: 0;
	padding: 15px;
}
#navigation {
	background-color: #CC9E00;
	text-align: center;
}
html>body #navigation {
	overflow: hidden;
}
#content_container {
	background-color:#FFFFFF;
	padding: 0px;
}
#column_left {
	float: left;
}
#column_right {
	background-color: #FFF68F;
	padding-bottom: 30px;
	background-repeat: repeat-x;
	background-position: left bottom;
	background-attachment: scroll;
}
#image {
	margin-bottom: 6px;
	margin-left: 6px;
}
#footer {
	background-color: #FFF68F;
	color: #CC0000;
	background-repeat: repeat-x;
	background-position: bottom;
	padding-top: 8px;
	padding-bottom: 8px;
}
/* Styles for Masthead */
#masthead h1 {
	color: #CC0000;
	font-family:"Old English Text MT";
	font-style: italic;
	font-size: 3em;
	margin: 0px;
	text-align: center;
}
#masthead h3 {
	margin-top: .4em;
	color: #CC0000;
	margin-bottom: 0px;
	font-family:"Old English Text MT";
	text-align: center;
	font-size: 2em;
	font-style: italic;
	font-weight: normal;
}
#masthead a {
	color: #CC0000;
	text-decoration: none;
}
/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	margin: 0 1px;
	padding: 5px;
	border: 1px solid #cc9;
	display: block;
	text-decoration: none;
	color: brown;
}
#navigation a:hover {
	color: #eec;
	text-decoration: none;
	background-color: #664;
	border: 1px solid #cc9;
}
/* Styles for Right Column */
#column_right h4 {
	color: #CC0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	margin-top: 0px;
}
#column_right p {
	color: #CC0000;
	margin-top: 0px;
	font-size: 0.9em;
}
#column_right a {
	color: #CC0000;
}
#column_right a:hover {
	background-color: #EEEECC;
}
/* Styles for Left Column */
h1 {
	font-size: xx-large;
	font-family:"Old English Text MT";
	color: #CC0000;
	margin-top: 0px;
}
h2 {
	font-size: x-large;
	font-family:"Old English Text MT";
	color: #CC0000;
	margin-top: 0px;
}
h3 {
	font-size: large;
	font-family:"Old English Text MT";
	color: #CC0000;
	margin-top: 0px;
}
h4 {
	font-size: medium;
	font-family:"Old English Text MT";
	color: #CC0000;
	margin-top: 0px;
}
h5 { 
	font-size: x-small;
	margin-top: 0px;
}
h6 { 
	font-size: xx-small;
	margin-top: 0px;
}
a {
	color: #6A6AB4;
}
a:hover {
	background-color: #EEEECC;
}
/* Styles for Footer */
#footer p {
	margin: 0;
	font-size: 0.75em;
	text-align: left;
}
#copyright {
	float: right;
	text-align: right;
}
#copyright p {
	font-size: 0.75em;
}
#footer a {
	color: #555522;
	font-weight: bold;
	text-decoration: underline;
}
#footer a:hover {
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
/* Lightbox */
#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;}

#nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }

#prevLink{ 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:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#prevLink:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#nextLink: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; }
