@charset "utf-8";
/* COMMENTS LIST CSS */

.commentList li {
	margin: 0 auto 18px;
	padding: 0;
	border-bottom: 1px dotted #EFEFEF;
	list-style: none;
}


ul.commentList li h6 {
	font-weight: bold;
	color: #000;
	background: transparent;
	float: left;
	width: 300px;
	margin: 4px 8px 0 4px;	
	font-size: 1.2em;
	width: 300px;
}

.commentList li .authorInfo h6 a {
	text-decoration: none;
	font-weight: bold;
}

/* author info */
.commentList li .authorInfo {
	background: #FDFBDA; border-bottom:2px solid #FDB913; padding:4px;
}

.commentList li .authorInfo .imgThumb { float: right; }
.commentList li .authorInfo .imgThumb a img { border-color:#FDB913; }
.commentList li .imgThumb a:hover img { border-color:#0092DE; }
.commentList li blockquote {
	width: 96%;	
	margin: 8px auto;
}

.commentList li blockquote p {
	color: #000;
	font-size: 12px;
	background: transparent;
}


.commentList blockquote p a {
	white-space: nowrap;
}

.commentList li .authorInfo .postDetails {
	display: block;
	width:300px;
	float: left;
	font-size: 0.9em;
	line-height: 1.6em;
	font-style: italic;
	color: #656155;
	background: transparent;
}
 
.commentList span.flagPost {
	display: block;
	float: right;
	width: auto;
	text-align: left;
	text-transform:uppercase;
	font-size:0.9em;
}

.commentList span.flagPost  a{
	color: #656155;
	text-decoration:none;
}

.commentList span.flagPost a:hover {
	color:#FF7D00;
}

#divCommentForm { margin: 0 0 12px;}
#divCommentForm p {margin: 0 0 12px;}
