#content div.posts
{
	background: url('../images/v3/pages/posts-bg.gif') top left no-repeat;
	width: 310px;
	padding-top: 10px;
}

#content div.posts h4
{
	padding: 0 10px;
	margin: 0;
	color: #9bae96;
	cursor: pointer;
}

#content div.posts h4.active
{
	color: #183c0e;
}

#content div.posts .post_content
{
	background: #e0e8dd url('../images/v3/pages/post-content-bg.gif') bottom left repeat-x;
	border: 1px solid #93c088;
	border-left: none;
	border-right: none;
	padding: 10px;
	color: #183c0e;
	font-size: 90%;
}

#content div.posts .post_content img
{
	float: left;
	margin: 3px 10px 10px 0;
}

#content div.posts .post_content .post_link
{
	text-align: right;
	color: #183c0e;
	font-size: 110%;
	float: right;
}

