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

body {
	background-color:#644328;
	background-image: url(bg.jpg);
	background-position: top;
	background-repeat: no-repeat;
 	background-attachment:fixed;
	font-family: Helvetica, Arial, Helvetica, sans-serif;
	color: #000;
}

p {font-size:.7em;line-height:1.3em;}

#page {
	width:900px;
	height:auto;
	position: relative;
	margin-top: 50px;
	margin-left:auto;
	margin-right:auto;
 margin-bottom:50px;
}

#breadcrumbs {
 width:auto;
 height:15px;
 padding:20px;
 /*margin-left:50px;*/
 float:left;
 clear:both;
 font-size:.7em;
 background-color:#C30; }
 
#homecat {
 display:block;
 float:left;
 clear:none;
 width:auto;
 height:auto;} 
 
#footer {
	float:left;
	padding:20px;
	width:500px;
	height:90px;
	background-color:#C30; }

#links {
	float:right;
	padding:30px;
	position:relative;
	width: 300px;
	height: 70px;
	background-color:#C30;
	font-size: 14pt;
	letter-spacing: 1pt;
	line-height: 20pt;
	font-family: “Helvetica Neue Light”, “HelveticaNeue-Light”, Helvetica, sans-serif;
 font-weight:lighter; }


#galleryleft {
 width: 600px;
 height: auto;
 float:left;
 clear:none; }


#galleryright {
 width:300px;
 height:auto;
 float:left;
 clear:none;}
 
 
 #gallerybit {
 width:260px;
 padding:20px;
 height:auto;
 margin-bottom:20px;}
 
 #textblock {
 width:530px;
 padding:20px;
 height:auto;
 margin-bottom:20px;
 background-color:#C30;}



#gallerythumb {
 display:block;
 float:left;
 clear:none;
 background-position:center;
 width:137px;
 height:137px;}

a:link {color:#000; font-weight:bold; text-decoration:none;}
a:visited {color:#000; font-weight:bold; text-decoration:none;}
a:hover {color:#000; font-weight:bold; text-decoration:underline;}
a:active {color:#000; font-weight:bold; text-decoration:underline;}

a.show-50:link { -moz-opacity:.50; filter:alpha(opacity=50); opacity:.50; }
a.show-50:visited { -moz-opacity:.50; filter:alpha(opacity=50); opacity:.50; }
a.show-50:hover { -moz-opacity:1; filter:alpha(opacity=100); opacity:1; }
a.show-50:active { -moz-opacity:1; filter:alpha(opacity=100); opacity:1; }

a.nav:link {color: #000; text-decoration: none;}
a.nav:visited {color: #000; text-decoration: none;}
a.nav:hover {color: #FFF; text-decoration: none;}
a.nav:active {color: #FFF; text-decoration: none;}



.lower {margin-top:20px;}
h1 {color: #FFF; font-size:60px; letter-spacing: 1pt; font-family: “Helvetica Neue Light”, “HelveticaNeue-Light”, Helvetica, sans-serif; font-weight:100; text-shadow: 2px 2px #900;}
h2 {font-size:14px; font-family: “Helvetica Neue Light”, “HelveticaNeue-Light”, Helvetica, sans-serif;}
#footer h1 {margin:0;}
#footer h2 {margin:0;}
.clear {clear:both;}
.footertext {font-size: .6em; margin-top:20px;}
a.footertext:link {color:#000; text-decoration:underline;}
a.footertext:visited {color:#000; text-decoration:underline;}
a.footertext:hover {color:#FFF; text-decoration:underline;}
a.footertext:active {color:#FFF; text-decoration:underline;}


#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/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/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:#644328; }