body {
	margin:0.5em 5em 0.5em 5em;
	font-family: Georgia, "Times New Roman", Times, serif;
}

a:visited,a:active,a:link {	
	color: rgb(112, 128, 144);
}

a:hover {
	color : #900;
}
#header, .search
{
	clear:both;
	background-color:#E3EABE;
	margin-bottom:0.5em;
	padding: 5px;
}
.search
{
	height: 22px;
}
#header .title a {
	text-decoration:none;
	color: #679B07;
	font-size:3em;
}
#header .subtitle
{

}

h1 a:link,h1 a:visited,h1 a:active {
	color : #600;
	text-decoration : none;
}

h1 a:hover {
	color : #C00;
}

#authors {
	border-left:1px solid #679B07; 
	border-right:1px solid #679B07; 
	border-bottom:2px solid #679B07; 
	border-top:10px solid #679B07; 
	padding: 5px;
	float:right;
	width:28%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: rgb(112, 128, 144);
}

#authors ul {
	list-style : none;
	padding : 0px;
	margin : 10px 5px;
}

#authors p {

	text-align : right;
}

#main {
	float:left;
	width:67%;

	padding: 5px;
}	
#footer
{
	margin-top:1em;
	clear:both;
	background-color: #E3EABE;
	padding: 5px;
}
/*latest post text*/
#main h2 {		
	font-size : 9px;
}
/*entry title*/
.post .title a {
	text-decoration:none;
	color:navy;
	font-size:1.5em;
	font-weight:bold;
	text-transform: uppercase;
}
.post
{
	margin-bottom: 15px;
}
.post .body
{
	margin-top: 5px;
}
/*entry foot*/
.post .postfoot, .post .postfoot a{
	text-decoration:none;
	color:gray;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
}
