/*
Original design: andreas05 (v2.5 - Apr 24, 2008) - A free xhtml/css website template by Andreas Viklund.
For more information, see http://andreasviklund.com/templates/andreas05/
*/

/* Lightbox Options */
#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: 20%; 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) no-repeat left 15%; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/nextlabel.gif) no-repeat right 15%; }

#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; }

/* General tags */
* {margin:0; padding:0;}
body {
 background:#cccccc url(images/bkgd2.jpg) repeat; 
 font:76% verdana,tahoma,sans-serif; 
 color:#bbbbbb;
 }
 
a {
 background-color:inherit; 
 color:#286ea0; 
 font-weight:bold; 
 text-decoration:none;
 }
 
a:hover {
 text-decoration:underline;
 }
 
p {
 margin:0 0 16px 0;
 }
 
ul, ol {
 margin:0 0 16px 15px; 
 padding-left:5px;
 }
 
ul ul, ol ol {
 margin:3px 0 0 15px;
 }
 
img {
 }

h1 {
 color:#e5e5e4; 
 font-size:3.6em; 
 letter-spacing:-3px; 
 margin:0; 
 text-align:right;
 }
 
h2 {
 color:#e5e5e4; 
 font-size:1.6em; 
 font-weight:normal; 
 letter-spacing:-1px; 
 margin:5px 0 10px;
 }

/* IDs */
#title {
 z-index:8;
 margin:20px auto -9px;
 width:700px;
 }

html, body {height:100}
#container {
 background:#fff url(images/front.png) top repeat-y;
 border:5px solid #000002;
 color:#555;
 margin:0 auto 15px auto;
 padding:10px;
 width:800px;
 height:100;
 min-height:500px;
 line-height:1.3em;
 z-index:6;
 }
 html>body #container{height:auto}
 
#sidebar {
 float:right;
 padding-right:15px;
 width:150px;
 }
 
#sidebar p {
 margin:10px 0 5px 10px;
 text-align:right;
 font-size:0.8em;
 }
 
#sidebar p a {
 font-weight:400;
 }
#main {
 float:left;
 width:520px;
 padding-left:15px;
 }
 
 #main p{
 color:#bbbbbb
 }
 
 #main ul{
 color:#bbbbbb
 }
 
#footer {
 clear:both;
 color:#aaa;
 }

/* Menu */
.menu {
 color:#286ea0; 
 display:block; 
 font-size:1.1em; 
 font-weight:bold; 
 padding:4px 2px 4px 10px; 
 width:110px;
 }
 
.menu:hover {
 color:#6699cc; 
 text-decoration:none;
 }

/* Various classes */
.credits {
 color:#777; 
 font-size:0.9em; 
 margin-bottom:0;
 }
 
.credits a {
 color:#777;
 }