/***** Page *****/

body
{
	background:#eee;
	color:white;
	font:70% Verdana, Tahoma, Arial, sans-serif;
	margin:0;
	padding:0;
	border:none;
}

img
{
	padding: 5px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 5px;
	border: solid 1px #999;
}

a
{
	color: #27d;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

body a:visited 
{
	text-decoration:none;
	border:0;	
}

.left 
{
	float:left;
	padding:0;
	text-align:left;
	font-weight:normal;
	display:inline;
}

.right
{
	display:inline;
	float:right;
	text-align:right;
	padding:0;
	font-size:1em;
	font-weight:normal;
}

/***** Wrapper *****/

#wrapper
{ background:#f5f5f5; border-left:1px solid #5c5c5c; color:#000; margin:0 auto; padding:0; width:740px; border-right: 1px solid #5c5c5c; }

/***** Top *****/

#top
{
	background:url(../dsc02939.jpg);
	color:#fff;
	height:200px;
	margin:0;
	padding:0;
}


#top .left
{
	margin:4px 0 0 8px;

}

#top .right
{
	
	margin:4px 8px 0 0;
}

#top h1
{
	font-size:24pt;
	padding-left: 30px;
	padding-top:30px;
}

#top a
{
	background:inherit;
	color:#fff;
	text-decoration:none;
}

#top a:hover
{
	text-decoration:underline;
}

/***** Navigation *****/

#navigation ul,#navigation li
{
	margin:0;
	padding:0;
}

#photos
{
	padding-right:1px;
	padding-left:10px;
	padding-top:10px;
	padding-bottom:5px;
	border: 1px solid white;
}

#photos img
{
	border:1px solid white;
	margin-left:0px;
	margin-right:1px;
	margin-bottom:3px;
}

#navigation
{
	background:#525252;
	float:bottom;
	color:#fff;
	font-size:1em;
	height:2em;
	line-height:2em;
}

#navigation li
{
	float:left;
	list-style:none;
	white-space:nowrap;
}

#navigation li a
{
	background:inherit;
	color:#fff;
	display:block;
	font-weight:bold;
	padding:0 15px;
	text-decoration:none;
	text-transform:uppercase;
}

* html #navigation a {width:1%;}

#navigation .selected,#navigation a:hover
{
	background:#a0a0a0;
	color:#fff;
	text-decoration:none;
}

/***** Content *****/

#content
{
	background:#fff;
	float:left;
	padding:10px 10px;
	width:555px;
	min-height: 400px;
	border-right:1px solid #999999;
	color:#000;
}

#content form
{
	margin-left:15px;
}

#content h3
{
	color:inherit;
	font-size:1.4em;
	margin:0;
	padding:10px 5px 0 0;
	text-align:left;
	background:inherit;
}

#content h4
{
	color:inherit;
	font-size:.8em;
	margin:0;
	padding:0 0 0 10px;
	font-weight:normal;
	background:inherit;
}

#content p
{ margin:10px 5px; padding-left:10px; padding-right:10px; background:inherit; color:inherit; font-size: 1.2em; line-height: 1.2em; text-align: justify; }

#content a
{
	text-decoration:none;
}

#content a:hover
{
	text-decoration:underline;
}

/***** Side Content *****/

#sidecontent
{
	margin:0;
	padding:0px 0 0 0;
	float:right;
	width:164px;
}

#sidecontent ul
{
	color:#333;
	list-style:none;
	padding:0;
	margin:0;
	background:inherit;
}

#sidecontent li
{
  padding: 0.1ex 0;
}

#sidecontent h3
{
	padding:0px 0 0px 15px;
	font-weight:bold;
}

#sidecontent p
{
	padding: 0px 20px;
}

#sidecontent h4
{
	font-size:1em;
	font-weight:bold;
	margin:0;
	padding:10px 0 2px 15px;
}

/***** Footer *****/

#footer
{
	background:#525252;
	clear:both;
	color:#fff;
	font-size:.9em;
	height:1.8em;
	line-height:1.8em;
	padding:0;
	text-align:center;
}

#footer a
{
	background:inherit;
	color:#fff;
	text-decoration:none;
}

#footer a:hover
{
	text-decoration:underline;
}

#footer .left
{
	margin:0 0 0 8px;

}

#footer .right
{
	
	margin:0 8px 0 0;
}

#lightbox{
	display:none;
	position: absolute;
	top:50%;
	left:50%;
	z-index:9999;
	width:500px;
	height:400px;
	margin:-220px 0 0 -250px;
	border:1px solid #fff;
	background:#FDFCE9;
	text-align:left;
}
#lightbox[id]{
	position:fixed;
}

#overlay{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:5000;
	background-color:#000;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}
#overlay[id]{
	position:fixed;
}

#lightbox.done #lbLoadMessage{
	display:none;
}
#lightbox.done #lbContent{
	display:block;
}
#lightbox.loading #lbContent{
	display:none;
}
#lightbox.loading #lbLoadMessage{
	display:block;
}

#lightbox.done img{
	width:100%;
	height:100%;
}

#container{
	margin:0 auto;
	width:500px;
	padding:40px;
	text-align:left;
	background-color:#fff;
}
#container ul{
	text-align:center;
	margin:0 0 30px 0;
	list-style:none;
}
#container ul a{
	border:1px solid #eee;
	background-color:#f5f5f5;
	color:#444;
	font-size:1.5em;
	line-height:2em;
	padding:20px;
	margin:0 0 20px 0;
	display:block;
}
#container ul a:hover{
	border:1px solid #B5DF99;
	background-color:#CDEFB6;
	color:#358610;
}
#lightbox{
	position: absolute;
	top: 40px;
	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;
	}
#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;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	

input,
textarea,
select {
  padding: 1px;
  font: 400 1em verdana, sans-serif;
  color: #999;
  background: #EEE;
  border: 1px solid #CCC;
}

input:focus,
input:hover,
textarea:focus,
textarea:hover,
select:focus,
select:hover {
  color: #000;
  background: #E7F1F3;
  border: 1px solid #888;
}

input.button {
  padding: 2px;

  font: 400 0.9em verdana, serif;
  cursor: pointer;

  color: #fff;
  background: #FC3307;
  border-width: 1px;
  border-style: solid;
  border-color: #FF7800 #691300 #691300 #FF7800;
}
	