.news_post
{
	border: 1px solid #ffd585;
	background: #823939;
	color: #ffd585;
	margin-bottom: 20px;
	text-align: left;
}

.news_post h3
{
	margin: 0 82px;
	text-align: center;
}

.news_post .top
{
	position: relative;
	background: url(images/news_icon.png) no-repeat top right;
	height: 82px;
}

.news_post .top img
{
	padding: 4px;
	position: absolute;
	top: 0;
	left: 0;
}

.news_post .top .content
{
	padding-left: 82px;
	font-size: 10pt;
	position: absolute;
	bottom: 4px;
}

.news_post .middle
{
	border-bottom: 1px solid #ffd585;
	border-top: 1px solid #ffd585;
	background: #652c2c;
	padding: 0 3px;
}

.news_post .bottom
{
	text-align: center;
	padding: 2px 0;
}

/* Comments */

.comment
{
	border: 1px solid #ffd585;
	background: #823939;
	color: #ffd585;
	margin-bottom: 10px;
}

.comment .title
{
	padding: 2px;
	color: white;
}

.comment .content
{
	border-top: 1px solid #ffd585;
	background: #652c2c;
	padding: 2px;
}

.comment p
{
	margin: 0;
	margin-top: 1em;
}

.comment p.first
{
	margin-top: 0;
}

.comment .admin
{
	border-top: 1px solid #ffd585;
}

.comment .admin.pending
{
    background: #393982;
	color: #85d5ff;
}