/*******************************************************
TITLE: Fixed Three-Column Layout v1.0
DATE: 200801
AUTHOR: The CSS Tinderbox - http://www.csstinderbox.com
*******************************************************/

/* << ----------------// General Styles //------------ */
body {
margin:0 auto 0 auto;
padding:0;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:14px;
line-height:150%;
text-align:justify;
color:#000000;
background: url(images/bg.gif) repeat-x;
}

p {
margin:15px 0 6px 0;
}

strong {
font-weight:bold;
}

em {
font-style:italic;
}

h1, h2, h3 {
font-weight:bold;
margin:10px 0 10px 0;
}

h1 {
font-size:26px;
color:#007da6;
line-height:150%;
}

h2 {
font-size:23px;
}

h3 {
font-size:20px;
line-height:150%;
}

h4 {
font-size:15px;
margin:0;
}

a:link, a:visited {
color:#4fc7a1;
text-decoration:underline;
}

a:hover, a:active {
color:#999999;
text-decoration:none;
}

ul {
margin:5px 0 5px 20px;
padding:0;
list-style-type:disc;
}

ol {
margin:5px 0 5px 30px;
padding:0;
list-style-type:decimal;
}

ul li, ol li {
margin:0 0 4px 0;
padding:0;
}

.piclarge {
border-color:#4fc7a1;
border: 2px solid;
}

img.floatLeft { 
float: left; 
margin:0 10px 0 0; 
border-color:#4fc7a1;
border: 2px solid;
}

/* << ----------------// Outer container that holds all the columns //------------ */
#mainContainer {
margin:0 auto 0 auto;
padding:0;
width:900px;
border:0;
}

/* << ----------------// Header //------------ */
#header {
margin:0;
padding:5px;
width:680px;
height:100px;
color:#007da6;
background-color:#ffffff;
}

#header h1, h2 {
display:none;
}

/* << ----------------// Logo //------------ */
#logo {
	margin:0;
	padding:0;
	width:171px;
	height:190px;
	position: absolute;
	left: auto;
	top:5px;
	text-align:center;
}

/* << ----------------// Donate //------------ */
#donate {
	margin:0;
	padding:15px 5px 15px 5px;
	width:200px;
	height:45px;
	float:left;
	position: relative;
	background-color:#4fc7a1;
	right:0;
	left:685px;
	top:30px;
	text-align:center;
}

/* << ----------------// Horizontal navigation //------------ */
#navHorizontal {
margin:0;
padding:0;
width:900;
height:180px;
line-height:30px;
background-color:#007da6;
}

#navHorizontal ul {
margin:0 0 0 5px;
padding:0;
list-style:none;
}

#navHorizontal ul li {
margin:0 0 0 -5px;
padding:5px 0 5px 0;
list-style:none;
display:inline;
}

#navHorizontal ul li a:link, #navHorizontal ul li a:visited {
padding:5px 8px 5px 8px;
color:#eeeeee;
text-decoration:none;
border-right:1px solid #999999;
}

#navHorizontal ul li a:hover, #navHorizontal ul li a:active {
color:#454545;
text-decoration:none;
background-color:#cccccc;
}

/* << ----------------// Left column //------------ */
#columnOne {
float:left;
margin:0;
padding:0 5px 10px 5px;
width:190px;
background-color:#cccccc;
}

#columnOne p, #columnThree p, #columnOne ul li, #columnOne ol li, #columnThree ul li, #columnThree ol li {
font-size:13px;
}

#columnOne h2, #columnThree h2 {
font-size:16px;
}

/* << ----------------// Vertical navigation //------------ */
#navVertical {
margin:0;
padding:0;
width:200px;
background-color:#4fc7a1;
text-align:right;
font-size:18px;
}

#navVertical ul {
margin:0 0 0 5px;
padding:0;
list-style:none;
}

#navVertical ul li {
margin:0 0 0 -5px;
padding:0;
list-style:none;
}

#navVertical ul li a:link, #navVertical ul li a:visited {
padding:5px 8px 5px 8px;
color:#eeeeee;
text-decoration:none;
display:block;
}

#navVertical ul li a:hover, #navVertical ul li a:active {
color:#454545;
text-decoration:none;
background-color:#eeeeee;
}

/* << ----------------// Middle column //------------ */
#columnTwo {
float:left;
margin:0;
padding:10px 30px 20px 5px;
width:655px;
background-color:#ffffff;
}

/* << ----------------// Right column //------------ */
#columnThree {
float:left;
margin:25px 0 25px 0;
padding:10px 5px 15px 5px;
width:200px;
background-color:#4fc7a1;
}

/* << ----------------// Footer //------------ */
#footer {
margin:0;
padding:5px 5px 5px 10px;
width:885px;
height:20px;
font-size:11px;
color:#ffffff;
background-color:#007da6;
clear:both;
}

#footer p {
margin:2px 0 8px 0;
}

#footer a:link, #footer a:visited {
color:#ffffff;
text-decoration:none;
}

#footer a:hover, #footer a:active {
color:#CCCCCC;
text-decoration:underline;
}

/* << ----------------// Stats //------------ */

#stats {
	margin:0;
	padding:0;
	width:210px;
	height:10px;
	position: relative;
	right:0;
	left:680px;
	top:0;
	text-align:center;
}

/* << ----------------// Fix so that the outer DIV will wrap around all floated DIVs within //------------ */
.clearfix:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* << ----------------// Slideshow //------------ */

#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;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(slideshow/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(slideshow/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; }