/* `Comments
----------------------------------------------------------------------------*/
#comments {
	margin:0 15px 0 0;
	clear: both;
}

.comment_row {}
#comment_form { margin-top: 25px; }

.comment_row_head {
	background-color: #f1f1f1;
	overflow: hidden;
	padding: 0 5px;
}
.comment_row_head_left {
	float: left;
	width: 70%;
}
.comment_row_head_right {
	float: left;
	width: 30%;
	text-align: right;
}

.comment_post_author_image {}
.comment_post_author_name {}
.comment_post_since {
	color: #989898;
	font-size: 10px;
	font-style: italic;
}

.comment_post_score {}

.comment_post_text {
	width: 100%;
	padding-top: 5px;
	padding-left: 10px;
	font-style: italic;
	color: #353535;
}

.comment_vote_positive {}
.comment_vote_negative {}

.comment_row_foot {
	padding: 5px 5px 0;
}
.comment_row_foot_left {
	float: left;
	width: 70%;
}
.comment_row_foot_right {
	float: left;
	width: 30%;
	text-align: right;
}

.comment_parent {
	margin-top: 10px;
}
.comment_replies {
	margin-top: 10px;
	padding-left: 25px;
	background: url(../img/reply.png) no-repeat;
}

