html, body { 
margin: 0px;
padding: 0px;
color: #ddd;
font-family:verdana, arial, sans-serif; 
font-size: 11px;
background-color:#000;
background-image: url('http://ergh.org/ah/images/texture.gif');
}

	A	{ color: #000; font-family: verdana, arial, sans-serif; font-size:11px; text-decoration: none; font-weight:bold; } 
	A:link	{ color: #b42; text-decoration: underline; } 
	A:visited	{ color: #999; text-decoration: underline; } 
	A:active	{ color: #999; text-decoration: underline; } 
	A:hover	{ color: #FFF; text-decoration: none; background-color: #a42 }

.domainname {
padding: 3px;
text-align: right;
color: #fff;
font-weight: bold;
background-color:#463146;
border-bottom: 1px solid #000;
}

.navbar {
padding: 3px;
text-align: left;
letter-spacing: 0.05cm;
font-weight: bold;
background-color:#B49873;
border-top: 1px solid #000;
border-bottom: 1px solid #000;
}

.topimage {
background-color: #000;
background-image: url(http://ergh.org/bn/rotate/rotate.php);
background-repeat: no-repeat;
}

.navtitle {
text-align: center;
color:#fff;
font-weight: bold;
background-color:#101015;
margin-bottom:3px;
border: 1px solid #463146;
-moz-border-radius-topleft: 10px;
-webkit-border-top-left-radius: 10px;
-moz-border-radius-topright: 10px;
-webkit-border-top-right-radius: 10px;
}


.navbody {
padding-top: 3px;
padding-bottom: 3px;
padding-left: 15px;
padding-right: 15px;
text-align: left;
font-weight: normal;
background-color:#070707;
margin-bottom:15px;
border: 1px solid #463146;
-moz-border-radius-bottomleft: 10px;
-webkit-border-bottom-left-radius: 10px;
-moz-border-radius-bottomright: 10px;
-webkit-border-bottom-right-radius: 10px;
}

.entryheader {
text-align: right;
text-transform: uppercase;
font-family:verdana, arial, sans-serif; 
font-size: 14px;
color:#1C0001;
font-weight: bold;
margin-right: 15px;
}

.entrydate {
text-align: right;
font-family:Georgia, arial, sans-serif; 
font-size: 12px;
color:#003060;
font-weight: bold;
border-bottom: 1px solid #000;
}

.backgroundbox {
background-color:#99a;
margin: 5px;
padding: 5px;
}

.blogbody2 {
background-color:#bbc;
margin: 5px;
padding: 5px;
}

#main {
border-left: 1px solid #000;
position: absolute;
width: auto;
left: 185px;
top: 10px;
color: #aaa;
line-height: 16px;
text-align: left;
padding-left: 15px;
padding-right: 15px;
}


#main2 {
border-left: 1px solid #000;
position: absolute;
left: 185px;
top: 35px;
color: #333333;
line-height: 16px;
text-align: left;
padding-left: 15px;
padding-right: 15px;
}

table { font-family:verdana, arial, sans-serif; 
font-size: 11px; }
	   
.comments-body {
		font-family:verdana, arial, sans-serif;
                                color:#000;
		font-size:11px;
		font-weight:normal;
    		line-height:140%;
 		padding-bottom:10px;
  		padding-top:10px;		
		}		

.comments-post {
		font-family:verdana, arial, sans-serif;
		color:#003060;
		font-size:11px;
		font-weight:normal;
		}	

.comments-head	{ 
		font-family:verdana, arial, sans-serif;		 
		font-size:11px;
		color: #003060; 
		border-bottom:1px solid #333;
		margin-top:20px;
		font-weight:bold;
		}

.padding {
padding: 10px;
}

#lightbox{
	position: absolute;
	top: 40px;
	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: 5px;
	}

#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(http://ergh.org/ah/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(http://ergh.org/ah/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(http://ergh.org/ah/images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#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;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	
	