/* CSS Document */
/* Author: Phil Toomey */
/* Created: 20/11/2007 */

							/* -- LAYOUT BEGINS --*/
							
body{
	color: #000;
	background-color: #fff;
	font-family: arial, helvetica, sans-serif;
	font-size: 0.9em;
	}

#bodyContainer{				/* Required to allow lightbox to 'black out' whole page */
	width: 760px;
	margin: 0 auto 0 auto;
	}
							/* -- Mast -- */
h1{
	padding: 20px 0 0 0;
	margin: 0px 0px 15px 0;
	}

							/* -- Navigation Menu -- */
ul#nav{
	list-style-type: none;
	width: 150px;
	float: left;
	margin-left: 0px;
	margin-right: 10px;
	padding-left: 0px;
	}
	
ul#nav li a{
	color: #cc9966;
	background-color: inherit;
	text-decoration: none;
	padding: 5px 0 5px 0;
	display: block;
	}	

ul#nav li a:hover{
	color: #996633;
	background-color: inherit;
	}	
	
ul#nav li a.current{
	color: #996633;
	background-color: inherit;	
	font-weight: bold;
	}
	
li.listSeperator{
	line-height: 40%;
	}	

							/* -- Content -- */	
#content{
	color: #333333;
	background-color: inherit;
	text-align: justify;
	width: 590px;
	height: 100%;
	padding: 5px;
	margin: 0px;
	float: left;
	}

#pageReference{
	color: inherit;
	background-color: inherit;
	font-weight: normal;
	font-size: 1.1em;	
	}
	 
							/* -- Footer -- */	
#footer{
	color: #999999;
	background-color: inherit;
	font-size: 0.7em;
	text-align: center;
	width: 760px;
	margin-top: 40px;
	clear: left;
	float: left;
	}
	
#footer a{
	color: #999999;
	background-color: inherit; 
	
	}
	
#footer a:hover{
	color: #666666;
	background-color: inherit;
	}
							/* -- LAYOUT ENDS -- */
							/* -- STYLES BEGIN -- */

.center{
	text-align: center;
	}
	
img{
	border: none;
	}
							/* -- STYLES END -- */
							
							/* -- 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;
	height: 30px;
	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;
	}
							/* -- LIGHTBOX ENDS -- */		