body {
 	/* background-color:#BBE5BC; */
 	background-color:#EEFFEE;
 	/* #e2ffee   very light*/ 
	/*font-size:10pt;*/
	/*width:<?php //echo TOTALPAGEWIDTH; ?>px;*/
/* 
	margin:10px auto 20px;
	border-bottom:2px gray solid;
 */
}

tr {vertical-align:top;}

h1 {
	font-size:150%;
	margin:5px 0;
	padding:10px 0;
	border-top:2px gray solid;
	border-bottom:2px gray solid;
}
h2 { /* date of blog post */
	font-size:100%;
	margin-top:0;
	margin-bottom:0;
	color:gray;
}
h3 { /* post-title */
	font-size:130%;
	color:maroon;
	margin-top:10px;
	margin-bottom:0;
	/*border-top:1px gray solid;*/
}
.eplistlabel {
	font-size:100%;
	font-weight:bold;
	color:maroon;
	margin-top:10px;
	margin-bottom:0;
}
.byline {
	margin-bottom:10px;
	font-size:80%;
	font-style:italic;
}
#main {
	background-color:white;
	
	/* padding: 10px 0;border:2px green solid; */
}
.sidebaritem {
	border-bottom:2px gray solid;
	/* margin:0 10px 0; */
	padding:10px 0;
}
.bio {
	visibility:hidden;
	height:0;
}
.motdbox {
	border:1px blue solid;
	padding:10px;
	background-color:#eeeeff;
	margin-bottom:10px;
}
.comment-timestamp {
	border:0;
}

.textbox {position:absolute;color:white;padding:0.5em;background-color:rgba(0,0,0,0.55);}
