/* Begin Post */
#content .hentry{
	color:#222;
	margin:5px 5px 0 0;
}

#content .hentry a{
	color:#528F14;
}

#content .hentry a:hover{
	text-decoration:underline;
}

#content .hentry .post-header {
  margin:0;
}

#content .hentry .post-header .post-date{
	color:#777;
}

#content .entry img {
	margin: 3px;
}

.clear{
	clear:both;
}

#content a.block:link, #content a.block:visited{
	background:#528F14;
	color:#fff;
	font-weight:bold;
	text-transform:uppercase;
	display:block;
	padding:5px;
	width:84px;
	float:left;
	margin:0 10px 0 0;
	text-align:center;
}

#content a.block:hover{
	background:#472C59;
	text-decoration:none;
}

#content .hentry .post-title, .hentry .post-title a {
  font-size: 19px;
  text-decoration: none;
  font-weight: normal;
  margin-bottom: 10px;
  line-height:21px;
}

#content .hentry .entry {
	line-height: 130%; 
	border:1px solid #ccc;
	text-align:left;
	margin:10px 0;
	padding:5px;
}

#content .hentry .entry p{
	margin:5px 0;
	padding:5px 0;
}

#content .hentry .entry .action-links{
	height:25px;
}

#content .hentry .post-footer { 
	margin-bottom: 18px;  
}

/* End Post */

/* Sidebar */

#sidebar {
  list-style: none;
  margin: 10px;
  padding:0;
}

#sidebar li{
    margin:5px 0;
    list-style-type:circle;
}

#sidebar .widget {
  margin-bottom: 23px;
}

#sidebar .widget h3 {
  margin:0;
  padding:3px;
  background:#528F14;
  color:#fff;
  font-size:110%;
}

#sidebar .textwidget{
	border:1px solid #ccc;
	padding:3px;
}

#sidebar .textwidget ul{
	margin:0 0 0 15px;
	padding:0;
}

#sidebar a {
	text-decoration: none;
}

#sidebar a:hover {
	text-decoration: underline;
}

#sidebar input[type='button'], #sidebar input[type='submit']{
	background:#528F14;
	color:#fff;
}


