/* 

	 AUTHOR:  Dan King
	 					neomusecreative@gmail.com
					
*/

/*
 
		colors:  	Dark Grey: #2c2c2c
				Dark Grey2: #3f3f3f
				Light Grey: #b2b2b2
						dc5e54
				Light Blue: #80e5fe
						
				

/* RESETS AND PAGE SETUP */
* {
	margin: 0;
	padding: 0;
	color: #0CF;
}


body {
	padding:0;
	font-family: Georgia,"Times New Roman",Times,serif;
	background-color: #2c2c2c;

	background-attachment: fixed;

}

li {font-size:1.0em; font-weight: bold;}
h1 {font-size: 2.5em; color: #80e5fe;}
h2 {font-size: 2.0em; color: #00a0c6; padding: 70px 0 0 20px;}
h3 {
	font-size: 1.3em;
	color: #0CF;
	padding: 70px 0 0 20px;
}
p  {font-size: 1.0em; color: #666666;}
 
/*  END RESET AND PAGE SETUP */

/*  TOOLBOX */
.floatleft { float: left; }
.floatright { float: right; }
.clear { clear: both; }
/* END TOOLBOX*/



#page-wrap{
	width: 960px;
	margin: 0 auto;
}

.banner-pic {
	text-align: center;

}

#header {
	padding: 20px 0 20px 0;
	color: #000000;
	background: #ffffff;
}


.main {
	width: 730px;
	height: 165px;
	
}


.nav {
	width: 200px;
	float: right;

	
}


 ul#sliding-navigation  
 {  
     list-style: none;  
     font-size: 1.2em;  
     margin: 25px 0 0 20px;
     
 }  
   
 ul#sliding-navigation li.sliding-element h3,  
 ul#sliding-navigation li.sliding-element a  
 {  
     display: block;  
     width: 150px;  
     padding: 5px 15px;  
     margin: 0;  
     margin-bottom: 5px;
    
 }  
   
 
   
 ul#sliding-navigation li.sliding-element a  
 {  
     color: #999;  
     background: #222;  
     border: 1px solid #1a1a1a;  
     text-decoration: none;
  
 }  
   
 ul#sliding-navigation li.sliding-element a:hover { color: #00a0c6; }
 
 .image {
	padding: 10px;
 }

  
 
.main-text {
	padding: 30px 0 30px 0;
}

.main-text p {
	font-size: 1.2em;
	color: #b2b2b2;
	line-height: 1.3em;
}
 



#content {
	background: #2c2c2c;
	margin-top: 30px;
	border-top: 1px solid #b2b2b2;
}
				
	
#footer {
	padding: 10px 0 10px 0;
	color: #00a0c6;
	background: #3f3f3f;
	text-align: center;
	clear: both;
	border-top: 2px solid #b2b2b2;
}

#footer p {
	color: #0CF;
}

#footer li a:hover, #header li a:active {
	color: #930024;
}

.text_footer_header3 {
	text-decoration: none;
	color: #b2b2b2;
}

.text_footer_header3:hover {
	text-decoration: underline;

}




#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: #ffffff; 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: 700px; background-color: #000; }


.print-a {
	padding: 20px 0 0 120px;
}

.print-b {
	padding: 20px 0 30px 120px;
	margin-bottom: 30px;
}

img {border:0px}

.thumbnail {
	margin: 10px 20px;
	float: left;
}

.thumb2 { margin: 10px 140px 10px 20px; float: right;}
#content .main-text p .main-text {
	color: #0CF;
}

