/*---------------------------------------------------------------------------------------------
	Main Layout
---------------------------------------------------------------------------------------------*/

html{
	margin : 0;
	padding : 0;
}

body{
	margin: 0px auto 0px auto;
	padding: 0px;
	text-align:left;
	background-color: #fcfcfc;
	background-image: url(images/background.jpg);
	background-position: top;
	background-repeat: repeat-x;
}

#top {
	margin : 0px auto;
	width: 780px;
	padding : 0px;
	height: 390px;
}

#pagebottom {
	text-align:center;
	margin : 0px auto;
	padding : 0px 0px 0px 0px;
	height: 220px;
	background-image: url(images/footer_bg2.jpg);
	background-position: center;
	background-repeat: repeat-x;
}

#container {
	width: 780px;
	text-align:left;
	margin : 0px auto;
	background-color : #fcfcfc;
}


#content {
	float: left;
	width: 700px;
	padding-left:40px;
	padding-right:0px;
	padding-top:0px;
	padding-bottom:0px;
	border:0px;
	line-height: 19px;
}

#rightnav {
	text-color: #646464;
	font-family: lucida grande, tahoma, arial;
	font-size: 11px;
	float: right;
	width: 210px;
	padding-left:0px;
	padding-right:15px;
	padding-top:3px;
	padding-bottom:0px;
	border:0px;
	line-height: 15px;
}

#footer {
	clear: both;
	display: block;
	height: 1px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

div.float {
  float: left;
}

/*---------------------------------------------------------------------------------------------
	Text Settings
---------------------------------------------------------------------------------------------*/

body{
	font-family:lucida grande, tahoma, arial;
	font-size: 13px;
	color: #585858;
	background-color: #fcfcfc;
}

.bold {
	font-weight: bold;
}

.fineprint {
	font-size: 10px;
}

.copyright {
	font-size: 10px;
	color: #aaaaaa;
}

hr {
	border: 0px;
	color: #cccccc;
	background-color: #ffffff;
	height: 1px;
}

.title,h1 {
	font-size: 16px;
	color: #e1740a;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
	text-transform:uppercase;
}

h2 {
	font-family: lucida grande, tahoma, arial;
	font-size: 11px;
	color: #3f4d56;
	font-weight: normal;
	text-transform:none;
	margin: 0px 0px 0px 0px;
}

ul
{
 	margin-left: 0;
	padding-left: 1em;
	text-indent: -1em;
}

ul li {
	list-style-type: disc;
	list-style-image: none;
	list-style-position: inside;
	marker-offset: 0px;
	margin-bottom: 0px;
	}

.post-footer em, .comment-link {
	font-family: lucida grande, tahoma, arial;
	font-size: 9px;
	text-transform:uppercase;
}

.post-footer em {
	font-style:normal;
	color:#646464;
	margin-right:.6em;
}

#comments h4 {
  margin:1em 0;
  font:bold 78%/1.6em lucida grande, tahoma, arial;
  text-transform:uppercase;
  letter-spacing:.2em;
  color:#999;
  }
#comments h4 strong {
  font-size:130%;
  }
#comments-block {
  margin:1em 0 1.5em;
  line-height:1.6em;
  }
#comments-block dt {
  margin:.5em 0;
  }
#comments-block dd {
  margin:.25em 0 0;
  }
#comments-block dd.comment-timestamp {
  margin:-.25em 0 2em;
  font:78%/1.4em lucida grande, tahoma, arial;
  text-transform:uppercase;
  letter-spacing:.1em;
  }

#leftnav {
	font-family: lucida grande, tahoma, arial;
	font-size: 11px;
	font-weight:normal;
	color: #465b6f;
	}

/*---------------------------------------------------------------------------------------------
	Link Settings
---------------------------------------------------------------------------------------------*/

a:link, a:active, a:visited {
	color : #3c587e;
	font-weight:normal;
	text-decoration:underline;
}

a:hover {
	color : #ff5a00;
	font-weight:normal;
	text-decoration:underline;
	background: transparent;
}

a.sidelink:hover { color: #ff5a00; text-decoration: underline; font-weight:normal;}
a.sidelink { color: #777777; text-decoration: none; font-weight:normal;}

a.titlelink:hover { text-decoration: underline;}
a.titlelink { color: #ff5a00; text-decoration: none;}

/*---------------------------------------------------------------------------------------------
	Lightbox Settings
---------------------------------------------------------------------------------------------*/

#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: 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: #000; }

