﻿
/* Layout Stylesheet */ 

body{
	margin: 0;
	padding: 0;
	background: #876240;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
}
a {
		color:#369;
	}
	a:hover {
		color:#fff;
		background:#369;
		text-decoration:none;
	}
a.name {
	text-decoration: none;
	color: #333333;
	}
h1 {
	margin-top: -1px;
	text-align:center
}
#hdr{
	height: 136px;
	background: #c0c0c0 url('../images/bannerstrip-opti.jpg');
	color: #000000;
	margin: 10px 0 0 0;
}

#title {
	border-left: 0px solid #000000;
	border-right: 0px solid #000000;
	border-top: 2px #E6683E solid;
	border-bottom: 2px #E6683E solid;
	height: 40px;
	background: #DEAE66;
	color: #000000;
}
#lh-col{
	position: absolute;
	top: 95px;
	left: 20px;
	width: 180px;
	color: #333333;
	margin: 0px;
	padding: 0px;
	height: 830px;
	margin-top: 95px;
}

#rh-col{
	margin: 10px 20px 20px 220px;
	background: #F0E4A8;
	color: #333333;
	padding: 20px;
	position : relative;
	}
 /* Left Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: 120px;
	display: block;
	padding: 0;
	margin: 0 auto;
	margin-top: 10px;
}
#navigation li {
	display: block;
	margin: 0;
	padding: 0;
	border: 1px solid #fff;
	background-color: #fff;
}
#navigation a {
	color: #000000;
	text-decoration: none;
	display: block;
	padding: 5px;
	background-color: #DEAE66;
	text-align: center;
	font-size: x-small;
}
#navigation a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #77996E;
}
#footer {
	margin-bottom: 10px;
	margin-top: 10px;
	text-align: center;
	font-size: x-small;
	border-top-color: #000000;
	border-top-style: solid;
	border-top-width: thin;
}
img {
	border-style: none;
}
#adsense {
	width: 120px;
	height: 240px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
}
#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#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: transparent url(../images/blank.gif) no-repeat; /* 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;
	}

#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;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
	

/* Min-Width */
.lbWidth { /* most browsers */
	position: absolute;
	top: 0px; left: 0px;
	width: 100%;
	min-width: 790px;
	}

* html .lbContent { /* IE6 */
	margin-left: -790px;
	position:relative;
	}

* html .lbMinWidth { /* IE6 */
	padding-left: 790px;
	}
	
	
/* Clearfix */	
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */