/*
	Styles for viewing comments and posting comments.
*/

div#article_comments { 
	border-bottom: 1px solid #e0e0e0; 
}

div#comment_error p {
    margin-bottom: 10px;
    margin-left: 20px;
    font-size: 12px;
    color: red;
    
}

div#comment_form {
	margin: 30px 20px 10px 20px;
	border: 1px solid #f0f0f0; 
	background: #f7f7f7;
	padding: 10px 30px;
}

div#comment_form textarea {
	width: 100%;
}

div#paginator_nav {
    width: 100%;
    text-align: center;
}

ul.comments {
	margin: 10px 0;
	font-size: 12px;
}

ul.comments li {
	border-top: 1px solid #e9e9e9;
	list-style: none;
	margin-bottom: 15px;
} 

ul.comments li.last {
	padding-bottom: 15px;
	border-bottom: 1px solid #e9e9e9;
}

div.post_index {
	float: left;
	clear: none;
	text-align: right;
	font-size: 22px;
	width: 30px;
}

div.post {
	margin-right: 10px;
	margin-left: 10px;
}

div.with_post_index {
	margin-left: 34px;
	margin-right: 10px;
}

div.post div.post_header {
	padding: 5px 5px;
}

div.post div.post_header span.post_username {
	font-weight: bold;
	margin: 0px;
}

div.post div.post_header span.registered_flag {
	border-top: 1px dotted blue;
	border-bottom: 1px dotted blue;
	font-size: 9px;
	color: #00488C;
	text-align: center;
	margin: 0 auto;
}

div.post div.post_header div.posted_by {
	float:left;
	height: 30px;
	margin-right: 5px;
}

div.post div.post_header div.name {
	clear: none;
	font-size: 13px;
}

div.post div.post_header div.posted_at {
	float: right;
}

div.post div.post_body {
	padding: 10px 5px;
}

div.post div.post_body p {
	text-indent: 0;
	margin: 0 10px;
	margin-bottom: 10px;
}

div.comment_info {
	text-align: right;
}


div.comment_info div.comment_flag{
	font-size: 11px;
}

	

