/*----------------------------------------------------------
Style:   NextLevel
Author:  Brian Lietz (http://www.brianlietz.com)
Date:    3/30/2009
Rev:     2

Structure--------------------------------------------------- 

 1 - MAIN INFASTRUCTION 		
 2 - HEADER 					
 3 - NAV 						
 4 - CONTENT 					
 5 - HEADINGS and TITLES 		
 6 - IMAGES and TABLES
 7 - LISTS						
 8 - BUFFERS					
 9 - MISC						
 10- FOOTER		
 				
-----------------------------------------------------------*/

/********************************************
 1 - MAIN INFASTRUCTION 
*********************************************/

body {
background-color:#000000;
font-family: sans-serif;
color:#cccccc;
margin: 0 auto;
width: 800px;
}


/********************************************
 2 - HEADER 
*********************************************/

.header {
background:#000000 url(../img/Logo.png) top right no-repeat;
height: 145px;
margin: 15px 0px 15px 25px;
width: 800px;
}

/********************************************
 3 - NAV 
*********************************************/

#nav a img {
border:none;
}

/********************************************
 4 - CONTENT 
*********************************************/

.content1 {
margin: 15px 15px 0px 0px;
}

.content2 {
margin: 15px 15px 100px 0px;
}

p {
font-size: 100%;
margin: 25px 0px 0px 0px;
}

a	{
color: #0066FF;
text-decoration: none;
}

a:hover	{
text-decoration: underline;
}

a:link img	{
border:none;
}

a:visited img{
border:none;
}

a:hover img	{
border:none;
}

/*************Gallery***********/

.imagebox-container {
clear:both;
padding-top:25px;
width:800px;
}

.imagebox {
width:195px;
text-align:center;
float:left;
margin:0;
padding:0;
}

/********************************************
 5 - HEADINGS and TITLES 
*********************************************/

h1 {
font-size: 150%;
}

h2 {
font-size: 130%;
}

.title1	{
text-align: center;
font-size: 36px;
font-weight: bold;
margin: 50px 0px 50px 0px;
}

.title2	{
font-size: 18px;
font-weight: bold;
margin: 20px 200px 0px 0px;
text-decoration: none;
}

/********************************************
 6 - IMAGES and TABLES
*********************************************/



/********************************************
 7 - LISTS
*********************************************/

ul	{
font-size: 90%;
font-weight: bold;
}

/********************************************
 8 - BUFFERS
*********************************************/

.buffer {
width: 800px; 
height: 25px; 
}

/********************************************
 9 - MISC
*********************************************/

.back {
text-align:center;
font-size:24px;
}

.back a {
text-decoration:none;
color:#CCCCCC;
}

.back a:hover {
text-decoration:underline;
color:#CCCCCC;
}

hr {
height:2px;
color:#cccccc;
width:700px;
margin:25px 0 0 25px;
}

/**********Gallery***********/

.galleryTitle1	{
text-align: center;
font-size: 36px;
font-weight: normal;
font-style:italic;
margin:50px 0px 0px 0px;
}

.galleryTitle2	{
text-align: center;
font-size: 18px;
font-weight: normal;
font-style:italic;
margin:0px 0px 20px 0px;
padding:0;
}

.gallery p {
font-size:18px;
text-align:center;
}

.gallery img {
margin:15px 15px 5px 15px;
float:left;
clear:none;
display:inline;
}

.gallery img a:link, .gallery img a:hover {
border:none;
}

.gallery a {
color:#cccccc;
}

.gallery a:hover {
color:#666666;
text-decoration:underline;
}

/**********LIGHTBOX**********/

#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); /* 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: 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; font-size:125%;	}
#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; }

/********************************************
 10 - FOOTER
*********************************************/

.footer	{
font-size: 80%;
text-align: center;
padding: 50px 0px 25px 0px;
}

.footer a	{
color: #cccccc;
text-decoration: none;
}

.footer a:hover	{
text-decoration: underline;
}