body {
	margin: 0;
	padding: 0;
	font: 12px "Trebuchet MS", Helvetica, Arial, sans-serif;
	color: #5A554E;
}

a, a:link, a:visited {
	color: #506C00;
    text-decoration: underline;
}

a:hover {
    color: #506C00;
	text-decoration: none;
}

a img {
	border: 0;
}

h1 {
    font-size: 32px;
    text-shadow: 1px 2px 5px #888;
}

h1 a, h1 a:link, h1 a:visited {
    color: #506C00;
    text-decoration:none;
}

h1 a:hover {
    color: #506C00;
}

h2 {
	font-size: 24px;
}

strong {
	color: #4A3E29;
}

.post h2 {
	padding: 25px;
}

.post h2 a {
	margin: 0;
	line-height: normal;
	font-size: 24px;
	color: #5A5544;
	text-decoration: none;
    
}

.post h2 a:hover {
	text-decoration: underline;
}

.postfoot {
	height: 30px;
	background: #E5ECDB;
	border-bottom: 1px solid #DDE5CE;
	line-height:  normal;
	text-align: right;
	padding: 20px 25px 0 0;
    color: #5A554E;
    text-shadow: 0 1px 0 #eee;
}

#rightmenu h3 {
    color: #5A554E;
    font-size: 14px;
}

#tagline {
    text-shadow: 0 -1px 0 #123;
}