.vote
{
	text-align: center;
	vertical-align: middle;
	float: left;
	
	padding-top: 20px;
	height: 50px;
	-border: 1px red solid;
	
	width: 60px;
}

.vote img
{
	-border: 1px red solid;
	
	float: left;
	display: block;
	cursor: pointer;
}

.vote span
{
	color: rgb(128, 129, 133);
	display: block;
	font-weight: bold;
}

.vote-count
{
	font-size: 240%;
	color: rgb(128, 129, 133);
	font-weight: bold;
	height: 50px;
	vertical-align: middle;
	text-align: center;
}
p.vote-count 
{
	/*border: 1px solid red;
	width 100px;*/

}
.vote-count-post
{
	display: inline;
	
	padding: 0;
	
	vertical-align: middle;
	
	height: 50px;
	width: 18px;
	
	border: 1px red solid;
}

.matter
{
	padding-top: 20px;
	padding-left: 20px;
	
	-border: 1px red solid;
	
	float: left;
}

#arrows
{
	width: 40px;
	height: 50px;
	margin: 0;
	-border: 1px red solid;
}

/********************************************************************************************/

.post-text
{
	line-height: 130%;
	margin-bottom: 5px;
	margin-right: 5px;
	width: 650px;
}

.post-text h1, .post-text h2, .post-text h3
{
	margin-bottom: 15px;
	margin-top: 5px;
}

.post-text h1
{
	font-size: 28px;
}

.post-text h2, .post-text h3
{
	font-size: 24px;
}



.post-text blockquote
{
	margin-left: 25px;
	background-color: #EEE;
	margin-bottom: 10px;
	padding: 10px;
}

.post-text pre
{
	padding: 10px;
	background-color: #EEE;
}

.post-text p
{
	margin-bottom: 8px;
	margin-bottom: 8px;
}

.post-text ul, .post-text ol { list-style-position: inside; }

.post-text li
{

}

/*****************************************************************************************/

.post-taglist
{
	
	float: left;
	
	-border: 1px red solid;
}

.favoritecount
{
	color: rgb(128, 129, 133);
	margin-top: -5px;
	text-align: center;
}

.fw
{
	float: left;
}

#body #main .matter .started
{
	float: right;
	height: 55px;
	margin-top: 5px;
	width: 185px;
	padding: 8px;
	background-color: #EEE;
	
}

#comments_heading
{
	border-bottom: 1px solid rgb(102, 102, 102);
	clear: both;
	height: 34px;
	width: 100%;
	margin-top: 20px;
	float: left;
}


/* comments */

.comment
{
	border-bottom: 1px solid rgb(170, 170, 170);
	padding-bottom: 20px;
	padding-top: 20px;
	width: 730px;
	float: left;
	margin-bottom: 20px;
}

.comment-author
{
	float: right;
	height: 55px;
	margin-top: 5px;
	width: 185px;
	padding: 8px;
	background-color: #EEE;
	
}

