@charset "utf-8";

/* Main layout and header */
body {
	color: #333333;
	line-height:1em;
	margin:0 auto;
	padding:0;
	background-color:#666666;
	font-family: "Courier New", Courier, monospace;
	font-size: 90%;
}
#wrap {margin:0 auto; padding:1px 0; width:75%; min-width:760px; background: url(../images/texture.jpg);}
#mainheader {margin:10px 0 50px 0;
	padding:0;
	width:100%;
}

/* Main content */
#maincontent {line-height:1em; text-align:left; width: 100%;}
.stainleft {background-image: url(../images/stainleft.jpg); background-repeat:repeat-y; background-position: left top;}
.stainright {background-image: url(../images/stainright.jpg); background-repeat:repeat-y; background-position: right top;}
.header {width:100%;border-top:1px solid #999999; border-bottom:1px solid #999999; background:url(../images/texture2.jpg); clear:both;}
.section {width:100%; padding-bottom:30px;}
.feature {margin:15px 15px 15px 15px; border: solid 1px #006600; background:url(../images/texture3.jpg)}
.right {display:inline; clear:right; float:right; margin:0 15px 15px 15px; border:solid 1px #999999; background:url(../images/texture3.jpg); font-size: 80%;}
.right2 {display:inline; clear:right; float:right; margin:0 15px 15px 15px; border:none; background:url(../images/texture3.jpg);}
.photogallery {padding:0 20px 0 20px; clear:both; overflow:hidden}
.photobox {display:inline; width: 170px; height:170px;margin:0 5px 0 5px;padding:10px 0 25px 0; text-align:center; float:left;}
.photobox2 {display:inline; width: 170px; height:140px;margin:0 5px 0 5px;padding:10px 0 25px 0; text-align:center; float:left;}
.caption {font-style:italic; margin:1px 5px 0 5px;padding:0; font-size:smaller;}
.topright {float:right; margin:0 15px 15px 15px;}
.hide {display: none;}
.spacer {margin:10px 0 10px 0;}
.underline {text-decoration:underline;}
.black {color:#000000;}
.red {color:#FF0000; text-align:center;}

/* Footer */
#footer {border-top:1px solid #dadada; clear:both; color:#666; font-size:0.7em; margin:0 auto; padding:8px 0; text-align:center;}
#footer p {margin:0; padding:0;}
#footer span {font-size:1.2em;}

/* Links and paragraphs */
a img {border:none;}
p {margin:10px 15px 10px 15px;}
p.italics {font-style:italic;}
h1 {margin:15px 0 15px 15px;text-align:center; color:#000000; line-height:1.5em;}
h2 {margin:15px 0 15px 15px; color:#006600; line-height:1.5em; font-size:160%; text-align:center;}
h3 {margin:20px 0 15px 15px; color:#006600}
h4 {margin:5px 0 5px 0; line-height:1.5em; text-align:center; font-size:110%; font-weight:normal;}



/* Guestbook */
.font1 { font-size: 12px; color: #333333; }
.font2 { font-size: 12px; color: #333333; }
.font3 { font-size: 7.5pt; color: #333333; font-weight: bold; }
.select { font-size: 9pt; }
.input { font-size: 9pt; }
.gbsearch { font-size: 12px; color: #000000; background: #FFFFFF; }


/* 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;}
#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: 120% "Times New Roman", Times, serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }
#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 85%; float: left; text-align: left; }	
#imageData #caption{}
#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; }
