/* CSS Document */

* {
	padding:0;
	margin:0;
	line-height: 120%;
}

body{
	background-color:#DFD9BD;
	padding-top:0px;
	background-image: url(images/bkgd.jpg);
	background-repeat:repeat-x;
	font-family:Georgia, Times New Roman, Times, serif;
}



/* LAYOUT */

#wrapper { 
	width:926px;
	color:#663399;
	margin:0 auto;
}

#header {
	height:105px;
}

#footer {
	height:50px;
}


/* NAVIGATION BAR --------------------------------------------------------------*/

#navi {
	width:190px;
	height:300px;
	float:left;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 90%;
	line-height: 22px;
	color: #464646;
}

a:link {
	color: #464646;
	text-decoration: none;
	line-height:inherit;
}
a:visited {
	color: #464646;
	text-decoration: none;
	line-height:inherit;
} 
a:hover {
	color: #464646;
	text-decoration: underline;
	line-height:inherit;
	font-weight: bold;
} 

#x {
	font-size:70%;
	color: #858585;
	line-height:15px;
}

/* TEXT STYLING ----------------------------------------------------------------*/

/* GUIDE
H1 = Chapter Header
H2 = Chapter Sub Header
H3 = Chapter Number
P = General Text
P1 = Text Header
P2 = Image Blurb
P3 = Page Notes
*/

h1 {font-size:180%;color:#464646;text-align:center;}
h2 {font-size:110%;color:#8E8B7A;font-style: italic;text-align:center;}
h3 {font-size:70%;color:#464646;text-align:center;font-style: normal;text-transform: uppercase;}
p {font-size:90%;color:#464646;line-height:20px;}
p1 {font-size:100%;color:#464646;line-height:30px;font-weight: bold;}
p2 {font-size:70%;color:#464646;line-height:20px;font-style: italic;}
p3 {font-size:70%;color:#464646;line-height:18px;font-style: italic;}



/* PAGE LAYOUT ----------------------------------------------------------------*/

#page {
	width:736px;
	background-image:url(images/page_bkgd.jpg);
	background-repeat: repeat-y;
	float:right;
}

#page-top {
	width:736px;
	height:65px;
	text-align: center;
}

#btn-prev {
	float:left;
	width: 66px;
	margin-left: 29px;
}

#btn-next {
	float:right;
	width: 69px;
	margin-right: 32px;
}

#page-number{
	margin-top:5px;
	font-size:70%;
	color: #464646;
}

#page-bot {
	width:736px;
	height: 26px;
	text-align: center;
}

#page-content {
	width:590px;
	margin-left: 73px;
}

#footer {
	clear:both;
	margin-left: 190px;
	height: 50px;
	font-size: 70%;
	color: #718079;
}



/* LIGHTBOX ----------------------------------------------------------------*/

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#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: transparent url(../images/blank.gif) no-repeat; /* 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;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
