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

* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	background: #676767 url(../img/header_bg.jpg) repeat-x top left;	
	text-align: center;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Helvetica, sans-serif;
	color: #676767;	

}

#container {
	width: 902px;
	margin: 0 auto 20px auto;
	text-align: left;
	display: block;
}

h1 span {
	display: none;
}

h1 {
	background: url(../img/logo.jpg) no-repeat;
	width: 156px;
	height: 73px;
	display: block;
	margin-bottom: 65px;
}

h2 {
	color: #fff;
	margin: 15px 0 8px 0;
	font-size: 80%;
}

a {
	color: #e9972e;	
}
.info {
	background: url(../img/info_bg.jpg) no-repeat;
	margin-top: 20px;
	display: block;
	width: 902px;
	height: 217px;
}

.info ul {
	padding: 10px 20px 20px 350px;
	font-size: 90%;
}

ul li {
	margin: 8px 0;	
}

.screenshots img {
	margin-right: 10px;
	border: solid 1px #fff;
}

#footer {
	background: #fff url(../img/footer_bg.jpg) repeat-x top left;
	color: #676767;
	font-size: 70%;
	padding: 15px;
}
/* ====== Lightbox Styles  ========== */

#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: -50px auto 0 auto; border: solid 1px #d5d5d5; border-bottom: 1px dotted #d5d5d5;}
#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(../img/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../img/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 12px Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; border: solid 1px #d5d5d5; border-top: none;}

#imageData{	padding:13px 10px 0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: normal; }
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em; font-style: italic; font-size: 90%; }			
#imageData #bottomNavClose{ width: 66px; float: right;  padding: 0.7em 0; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

