body {
	background:#333;
	font-family:arial, helvetica, sans-serif;
	font-size:9pt;
	margin:0;
	padding:0;
}

#container {
	width:530px;
	background:#fff;
	padding:10px;
	margin:10px auto 10px auto;
}

#header {
	background:url(images/header14.gif) top left no-repeat #fff;
	width:530px;
	height:150px;
	margin:0;
	padding:0;
}

#header h1 {
	color:#fff;
	margin:0;
	padding:10px;
	font-weight:bold;
	font-size:24pt;
	text-align: center;
}

#header p {
	text-align:right;
	padding:45px 10px 10px 10px;
	color:#fff;
	font-size:16pt;
	font-weight:bold;
}

#nav {
	margin:10px 0 0 0;
	padding:0 10px 0 10px;
	height:37px;
	width:510px;
	background:url(images/nav_off.jpg) top left repeat-x #27cd3d;
}

#nav li {
	list-style:none;
	margin:0;
	padding:0;
	display:inline;
}

#nav li a {
	color:#fff;
	font-weight:bold;
	font-size:12pt;
	text-decoration:none;
	padding:0 10px 4px 10px;
	display:block;
	margin:0;
	line-height:33px;
	overflow:hidden;
	float:left;
}

#nav li a:hover {
	background:url(images/nav_on.jpg) top left repeat-x #f6502e;
}

#content {
	margin-top:10px;
}

#content .date {
	width:48px;
	height:73px;
	float:left;
	font-weight:bold;
	text-align:center;
	padding:5px;
	background:url(images/date_block.jpg) top left no-repeat #fff;
	border:10px solid #fff;
}

#content h2 {
	font-size:18pt;
	color:#f6502e;
	font-family:georgia, times, serif;
	font-weight:normal;
	margin:0;
	padding:0;
}

#content .post {
		
}

#footer {
	border-top:1px solid #f6502e;
	color:#f6502e;
	margin-top:10px;
	padding:10px;
	text-align:center;
	font-size:8pt;
}

p.postmeta {
	clear:both;
	font-size:8pt;
	text-align:right;
	padding:2px;
	background:#e6f49c;
	margin:0;
}

p.postmeta a, p.postmeta a:hover {
	color:#000;
	background:none;
}

a {
	color:#128A28;
}

a:hover {
	background:#F4FBD2;
}

#photos {
	position:relative;
	width:500px;
	margin:0 auto 0 auto;
}

.imgbox {
	position:center;
	border:0px solid #000;
	width:88px;
	height:88px;
	float:left;
	margin: 10px;
	padding: 5px;
}

#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; }

