/*--------------------------------- 
version: 2.1
author: Simon Ellis
email: simonkellis@gmail.com
website: www.skellis.net 

----------------------------------*/

body {
	margin: 0em;
	text-align: center; /* this needed for IE positions (see p.135 */
	/* min-width: 60em; /* for netscape - p.136 */
	font-size:12px;
	background-color:#FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
}


#wrapper {
	width: 80em;
	max-width: 100%; 
	margin: 0 auto; 
	text-align: left;   /* this needed for IE positions (see p.135 */
	background-color:#FFFFFF;
	padding-right:15px;
	padding-left:5px;

}

#header {
	clear:both;
	padding-top: 1em;
	padding-bottom:0.1em;
	margin-left:2.5em;
	height:100px;
	color:#333333;
	margin-right:2em;
	background:url(img/rotate.php) no-repeat left top;
}


#main {
	width: 80em;
	max-width: 100%;
	margin-top:3em;
	margin-right:2em;

}

#mainimage {

	width: 80em;
	max-width: 100%;
	margin-top:3em;
	margin-right:2em;
	margin-left:3.3em;
}

#activity {
	width: 50em;
	max-width: 68%;
  
}
#nav {
	width: 28em;
	max-width: 30%;
	float: right;
}




#footer {
	clear:both;
	margin-top:2em;
	text-align:left;
	border-top-color:#CCCCCC;
	border-top-width:.2em;
	border-top-style:solid;
	margin-left:2em;


}

#header h1 {
font-style:normal;
font-weight:normal;
text-align:right;
padding-top:0.3em;
padding-bottom:1px;
line-height:0.7em;
letter-spacing:0.1em;
font-size:20px;
}

#header h2 {
font-style:normal;
font-weight:normal;
text-align:right;
letter-spacing:0.1em;
font-size:16px;
}

#footer p {
	font-size:10px;
	letter-spacing:.05em;
	line-height:0.5em;
	padding-left:1.5em;
}

#footer h3 {
font-size:11px;
padding-left:1.3em;
}

h3 {
font-style:normal;
font-weight:normal;
text-align:left;
margin-bottom:0em;
letter-spacing:0.1em;
font-size:12px;
color:#333333;

}

#activity h3 {
padding-left:3.3em;
padding-bottom:0em;
margin-bottom:-5px;
}

img {
	border-style: none;
	}
p {
text-align:justify;
padding-left:15px;
line-height:18px;

}

table {
margin-left: -4px;
}

p.simon {
margin-left:2em;
margin-right:2em;
}

#footer p {
text-align:left;
}

#footer h3 {
text-align:left;
}

#activity ul {
list-style-type:disc;
padding-top:0em;
}

#activity li {
padding-top:.8em;
line-height:1.5em;
}

#nav ul {
list-style-type:none;
line-height:1.5em;
}

#nav li {
padding-top:0.8em;
line-height:1.4em;
}

#nav ol {
list-style-type:disc;
padding-left:2em;
padding-bottom:2em;
}

.white {
color:#FFFFFF;
}




/* Links
-------------------------------------------*/
a { color:453E56; text-decoration: none; font-weight: normal; }

a:link, a:visited {color:#453E56; text-decoration: none; border-bottom: none;}

a:hover {color:#453E56; text-decoration:none; border-bottom: none; background-color:#FFFF66 }

a:active { color: #453E56; text-decoration: none; border-bottom:none; }

/*.r {color: #666666; text-decoration: none; font-weight: normal; }
.r:link, .r:visited {color:#333333; text-decoration: none; border-bottom: 1px dotted #333333;}
.r:hover {color: #4f8adc; text-decoration: none; border-bottom: 1px dotted #4f8adc; }*/



/* Lightbox CSS stuff
-------------------------------------------*/

#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(lightbox_images/blank.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(lightbox_images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(lightbox_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: 500px; background-color: #000; }

