@charset "UTF-8";
/* CSS Document */

/* ******************************Posts and Comments Styles ****************/


#content .feedback {
	float: left;
	clear: right;
	width: 690px;
	font-family: Verdana, Geneva, sans-serif;
	border-top: 1px solid #DDDDDD;
	margin-top: 30px;
}

#content .comment_single {
	border-bottom: 1px solid #DDDDDD;
	float: left;
	margin-top: 10px;
}

#content .left {
	float: left;
	width: 135px;
	margin-left: 10px;
}

#content .commentor {
	float: left;
	clear: right;
	font-size: 12px;
	color: #666666;
	font-weight: bold;
	
}

#content h3.comment_header { 
	color: #ffcc66;
	font-size: 18px;
	font-weight: bold;
	margin-top: 10px;
	margin-left: 10px;
}

#content .comment_date {
	float: left;
	font-size: 10px;
	color: #666666;
}

#content .comment {
	float: left;
	width: 540px;
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
	color: #666666;
	padding-bottom: 8px;
}

#post_comment {
	float: left;
	clear: right;
	width: 690px;
}

#post_comment #author {
	background-color:#F2F2F2;
	border:1px solid #727272;
	float:left;
	height:20px;
	width:405px;
	margin-bottom: 5px;
}

#post_comment label.post_author {
	float: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #666666;
	width: 145px;
}

#post_comment #email {
	background-color:#F2F2F2;
	border:1px solid #727272;
	float:left;
	height:20px;
	width:405px;
}

#post_comment label.post_email {
	float: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #666666;
	width: 145px;
}

#post_comment #comment {
	background-color:#F2F2F2;
	border:1px solid #727272;
	float:left;
	height:115px;
	width:405px;
	clear: right;
	margin-top: 10px;
	margin-bottom: 5px;
}

#post_comment label.comment {
	float: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #666666;
	width: 145px;
	margin-top: 10px;
}

p.form_info {
	margin-top: 10px;
	width: 100%;
	margin-left: 10px;
}

#post_comment #submit {
	background-image:url(../images/submit.gif);
	border:medium none;
	float:left;
	height:20px;
	margin-left:462px;
	margin-top:-2px;
	text-indent:-9999px;
	width:85px;
}
