@charset "UTF-8";
/* CSS Document */


body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: "MS Trebuchet", Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	background-color: #000000;
	background-image: url(images/wood_background.jpg);
	background-repeat: repeat;
}

a:link {
	color: #669900;
}

a:visited {
	color: #669900;
}

a:hover {
	color: #990000;
}

a:active {
	color: #990000;
}


.sidebar a:link {
	color: #333333;
}

.sidebar a:visited {
	color: #333333;
}

.sidebar a:hover {
	color: #990000;
}

.sidebar a:active {
	color: #990000;
}

.footertext {
	font-size: small;
	color: #999999;
	text-decoration: none;
	font-family: "Trebuchet MS", Helvetica, Arial, Verdana;
}

.footertext a:link {
	color: #999999;
	text-decoration: none;
}
.footertext a:visited {
	color: #999999;
	text-decoration: none;
}
.footertext a:hover {
	color: #A4BA32;
	text-decoration: none;
}
.footertext a:active {
color: #A4BA32;
	text-decoration: none;
}

.subheading {
	font-size: x-large;
	color: #333333;
	font-weight: lighter;
	text-transform: uppercase;
}

.oneColFixCtrHdr #container {
	width: 960px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}


.oneColFixCtrHdr #header {
	
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 5px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr   #mainHome {
	background: #FFFFFF;
	background-image: url(images/background.png);
}
.oneColFixCtrHdr #footer {
	padding: 0 10px;
}
.photos {
	border: 2px solid #333333;}
	
.photos a:link {
	border: 2px solid #333333;
}
.photos a:visited {
	border: 2px solid #333333;
}
.photos a:hover {
	border: 2px solid #990000;
}
.photos a:active {
	border: 2px solid #333333;
}

.photosnoborder {
	border: none;}
	
.photosnoborder a:link {
	border: none;
}
.photosnoborder a:visited {
	border: none;
}
.photosnoborder a:hover {
	border: none;
}
.photosnoborder a:active {
	border: none;
}

.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#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; }
.oneColFixCtrHdr #container2 {
	width: 960px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr  #mainContent {
	background-repeat: repeat;
	background-color: #FFFFFF;
	background-image: url(images/background.png);
}

img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}

.blockquote {
	font-style: italic;
	font-size: 85%;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
	margin-left: 5px;
	padding-left: 10px;
}

