.alignleft{
	float: left;
}

img.alignleft{
	margin-right: 10px;
}

img.alignright{
	margin-left: 10px;
}

img.aligncenter{
	clear: both;
	margin-bottom: 10px;
	text-align: center;
}

.alignright{
	float: right;
}

.navigation{
	clear: both;
}

.clear{
	clear: both;
}

.post.list:first-child{
	background: none;
	margin-top: 0px;
}	

.post{
	clear: both;
}
.post.list{
	clear: both;
	margin-top: 20px;
	background: url('/common/images/blog/post_bg.png') top center no-repeat;
	padding-top: 20px;
}

.post.list h2,
.post.list h2 a{
	font-size: 14px;
	font-weight: bold;
	color: #035210;
}

.post.list h2{
	color: #000;
	
	margin: 0;
	line-height: inherit;
}


.post.list .image{
	float: left;
	margin-right: 15px;
	vertical-align: top;
	padding: 2px;
	border: 1px solid #CCC;
}


.post.list .entry{
	float: left;
}

.post.list .entry p{
	padding: 5px 0px 0px 0px;
	margin:  0;
	width: 450px;
}



/**
 * Side Bar
 */

#sidebar{
	overflow: inherit;
}


#sidebar ul{
	margin-left: -40px;
}

#sidebar ul li{
	list-style: none;
	background: url('/common/images/bg-content-block-2.png') no-repeat;
	min-height: 150px;
	width: 315px;
	margin-bottom: 5px;
}

#sidebar ul li.pagenav{
	background: url('/common/images/bg-content-block-1.png') no-repeat;
}

#sidebar h2{
	color: #3a4319;
	font-weight: normal;
	font-size: 18px;
	border-bottom: 1px solid #bbbbbb;
	padding: 10px 10px 10px 20px;
	margin-left: 1px;
	margin-right: 1px;
}

#sidebar ul li ul{
	margin-left: 0px;
	margin-top: 5px;
}

#sidebar ul li ul li{
	background: none;
	list-style: disc;
	min-height: 0px;
}

#sidebar .search{
	background: none;
	min-height: 0px;
}

#sidebar .categories{
	color: #035210;
}

img[align=left]{
	margin-right: 10px;
}

img[align=right]{
	margin-left: 10px;
}