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

/* ----------------------------
simple reset
---------------------------- */

html, body, ul, ol, li, form, fieldset, legend { margin: 0; padding: 0;}
h1, h2, h3, h4, h5, h6, p { margin: 0; padding:0; font-weight: normal; }
fieldset,img { border: 0; }
legend { color: #000; }
li { list-style: none; padding: 0; margin: 0; }
sup { vertical-align: text-top; }
sub { vertical-align: text-bottom; }
table { border-collapse: collapse; border-spacing: 0; }

input, textarea, select { font-size: 110%;line-height: 1.1; }
abbr, acronym { border-bottom: .1em dotted;cursor: help; }

body { background-color: #1b1b1b; font-family: Arial, Helvetica, sans-serif; color: #FFFFFF; font-size: 13px; background-image: url(images/bg.gif); background-repeat: repeat-y; background-position: top center; }

a:link, a:hover, a:visited, a:active { color:#f60; text-decoration: none; }

h1 { color: #f60; margin: 0 0 10px 0; font-family: Arial, Helvetica, sans-serif; font-size: 16px; }
h2 { color: #fff; font-size: 16px; margin: 0 0 8px 0; }

p { margin: 0 0 10px 0; padding: 0; line-height: 18px; }

#wrapper { width: 780px; margin: 0 auto; }

#header { }
#header img { border: none; }

#leftcolumn { width: 230px; float: left; text-align: left; margin: 0 10px 0 0; padding: 0 10px; }

#rightcolumn { width: 510px; float: left; text-align: left; }

#title { display: block; color: #FF6600; margin: 0 0 10px 0; }

.clearfloat { clear: both; display: block; }
.marginleftimg { margin: 0 0 0 30px; }
.divideline { display: block; margin: 0 0 10px 0; padding: 10px 0 0 0; border-bottom: 1px #666 solid; }

#footer { margin: 20px 0; text-align: right; width: 760px; }

#nav { margin: 0 0 10px 0; }
#nav ul { list-style: none; margin: 0; padding: 0; }
#nav li { list-style: none; margin: 0; padding: 0; }
#nav li a { background-color: #121212; display: block; color:#fff; width: 220px; padding: 5px 0 5px 10px; text-decoration: none; font-weight: bold; }
#nav li a:hover { color: #f60; background-color: #000; }

img { border: 1px solid #666; }

#thumbs { margin: 0 0 10px 0; }
#thumbs ul { list-style: none; margin: 0; padding:0; }
#thumbs li { list-style: none; margin: 0 6px 6px 0; float: left; padding: 0; }




.photo_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 13px;
}
#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;
	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;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
