#body
{
	color: #000;
}

#body #main h2
{
	font-size: 140%;
	font-weight: bold;
	margin-bottom: 7px;
}

#body #main h2 a
{
	text-decoration: none;
	color: #957F5B;
}
#body #main h2 a:hover
{
	text-decoration: underline;
}

#body #main .matter-summary
{
	border-bottom: 1px rgb(153, 153, 153) dotted;
	float: left;
	overflow: hidden;
	padding: 11px 0px;
	width: 730px;
}

#body #main .summary
{
	float: left;
	width: 559px;
}

#body #main .summary h3
{
	font-size: 140%;
	font-weight: bold;
	margin-bottom: 5px;
	color: #402a06;
}

#body #main .summary h3 a
{
	font-weight: bold;
	line-height: 15px;
	word-wrap: break-word;
	color: #402a06;
	cursor: pointer;
	text-decoration: none;
}
#body #main .summary h3 a:hover
{
	text-decoration: underline;
}
#body #main .summary .excerpt
{
	line-height: 1.2;
	margin: 0px;
	padding: 0px 5px 0px 0;
}

#body #main .summary .excerpt .started
{
	float: right;
	height: 55px;
	margin-top: 5px;
	width: 185px;
}


.statscontainer
{
	float: left;
	margin-right: 8px;
	width: 163px;
}

.stats
{
	margin: 0px 0px 0px 7px;
	padding: 4px 7px 6px 7px;
	width: 58px;
	
	cursor: pointer;
}

.vote
{
	text-align: center;
	vertical-align: middle;
}

.votes, .status, .views
{
	font-size: 80%;
	text-align: center;
	float: left;
	margin: 0px 3px 0px 0px;
	cursor: pointer;
	
}

.votes
{
	
	color: rgb(85, 85, 85);
	background: rgb(238, 238, 238);
	padding: 0 5px 5px 5px;
	
	width: 38px;
}

.status
{
	color: rgb(247, 246, 141);
	background: #402a06;
	padding: 0 5px 5px 5px;
	
	width: 48px;
	
	
}

.views
{
	color: rgb(153, 153, 153);
	
	padding: 0 0px 5px 4px;
	margin: 0px 7px 0px 0px;
	
	width: 40px;
}

.vote-count-post
{
	font-size: 240%;
}
.vote-count
{

}

.votes strong, .status strong, .views strong
{
	-color: rgb(34, 34, 34);
	
	display: block;
	font-size: 220%;
}

.votes strong
{
	color: rgb(85, 85, 85);
}

.status strong
{
	color: rgb(225, 232, 24);
}

.views strong
{
	color: rgb(153, 153, 153);
}

.started
{
	color: rgb(153, 153, 153);
	line-height: 18px;
}



.excerpt .tags
{
	margin-top: 5px;
	width: 360px;
}

.tags
{
	float: left;
	line-height: 18px;
}

.excerpt .tags .post-tag
{
	float: left;
	line-height: 1.2;
}


#body #main .statscounter
{
	float: left;
	margin-right: 8px;
	width: 86px;
}