/* CSS Document */

body {
	font: 0.8125em Arial, Helvetica, sans-serif;
	line-height: 1;
	color: #000;
	margin: 0;
	padding: 0;
	background-color: #000;
	text-align: center;
	background-image:url(images/moon.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

h2 {font: 1.5em Georgia, "Times New Roman", Times, serif; letter-spacing: 1px;}
h3 {font: bold 1em  Georgia, "Times New Roman", Times, serif; letter-spacing: 2px;}
h4 {font: bold 1.1em Georgia, "Times New Roman", Times, serif; letter-spacing: 1px;}

a {color: #000;}

#container {
	/*border: 1px solid #000; */
	width: 780px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	background-color: #fff;
}

#top {
	margin: 0;
	padding: 0;
}

#left {
	margin: 0;
	padding: 0;
	float: left;
	width: 200px;
}

#navi, #ad {
	margin: 20px;
	padding: 0;
	list-style: none;
	font: 15px Helvetica, Arial, sans-serif;
	font-weight: bold;
	line-height: 140%;
}

#navi li a, #ad li a {
	text-decoration: none; color: #000;
	display: block;
	width: 160px;}

#navi li a:link, #navi li a:visited {
	border-bottom: 4px solid #fff;
}

#navi li a:hover {
	border-bottom: 4px solid #004c79;
}


#content {
	margin: 0;
	padding: 0;
	margin-left: 200px;
	width: 500px;
}

#content p {
	line-height: 160%;}

#live {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 120%;
}

#live li {
	width: 300px; 
	position: relative;
	margin-bottom: 10px;
	border-bottom: 2px dotted #ccc;
	padding-bottom: 2px;
	font-size: 11px;
}

#pastlive {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	line-height: 130%;}

#pastlive dt {margin-top: 20px;}
#pastlive dd {width: 250px;}

#book {
	margin: 10px 0;
	background-color: #004c79;
	padding: 6px;
	width: 440px;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	line-height: 140%;
	color: #fff;
}

#book a {color: #fff;}

#panel {padding: 3px;}

#panel2 {padding: 3px; font-size: x-small;}
#panel2 p {border-bottom: 1px dotted #666;}

#photo {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: x-small;
}

#photo li {
	float: left;
	margin: 3px;
	text-align: center;
	display: block;
	width: 150px;
	height: 170px;
}

#links {
	list-style: none;
	font-size: x-small;
	line-height: 140%;
}

#links li {
	margin-bottom: 12px;}

#newslist {
	list-style: none;
	line-height: 150%;
	font-size: x-small;
}

#newslist li {
	margin-bottom: 10px;
	border-bottom: 2px dotted #ccc;
	padding-bottom: 2px;}

/* fix for mozilla's center-position-changes-when-scrollbar-appears behaviour */
html {
	overflow:-moz-scrollbars-vertical;
}

/* 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;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(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; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

