/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	  
*/

* { padding: 0; margin: 0; }
html {height: 100%;}


body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(../images/2010-background.jpg);
	background-repeat: repeat-x;
	background-color: #DBD5C3;
	margin: 0;
	padding: 0;
}

a:link, a:visited {
	color: #125077;
}
a:hover {
	color: #862227;
}

#wrapper {
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 0px;
	width: 760px;
	float: left;
	height: auto;	
}

#header{
	background-image: url(../images/2010-header.jpg);
	background-repeat: no-repeat;
	height: 375px;
	width: 540px;
	float: left;
}

#navigation{
	padding-top: 323px;
	padding-left: 65px;
	height: 50px;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #084666;
	float: left;
	width: 475px;
}

#navigation ul{
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#navigation li{
	padding-left: 30px;
}

#navigation .bar{
	background-image: url(../images/2010-nav-space.jpg);
	background-repeat: no-repeat;
}



#navigation li a{
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	text-decoration: none;
	color: #637D98;
}

#navigation a:hover{
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	text-decoration: none;
	color: #882527;
}

#logo {
	width: 200px;
	float: right;
	display: inline;
	padding-top: 140px;
	height: auto;
}

#logo-text{
	line-height: 21px;
	margin-top: 25px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #BCA893;
	padding-bottom: 20px;
}

#content{
	color: #333;
	height: auto;
	width: 670px;
	float: left;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 70px;
	overflow:auto;
	padding-bottom: 25px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}  /* must be same height as the footer */

#content img{
	border: 1px solid #0F5173;
	margin: 10px;
}

#footer{
	position: relative;
	background-color: #464942;
	width: 100%;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #A85D5C;
	margin-top: -25px; /* negative value of footer height */
	height: 25px;
	clear:both;
	float: left;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 10px;
	padding-left: 93px;
}
#footer a{
	color: #FFFFFF;
	text-decoration: none;
}

#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-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: 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; }
