/* CSS Document */
ol.comment-list {
	margin:0;
	padding:0;
	
}
#comments li {
	list-style-type:decimal;
}
#comments li p{
	/*margin-left:-50px;*/
}
.comment {
	background-color: #fafafa;
    border: 0px solid #fafafa;
    padding-bottom: 3px;
    margin-bottom: 6px;
}
.vcard img{
	display:none;
	/*float:left;*/
}
.comment-author, .vcard {
	/*float:left;*/
	display:inline;
}

.comment-meta, .commentmetadata {
	display:inline;
}
.comment-meta a, .commentmetadata a{
	text-decoration:none;
}
.comment-meta a:hover, .commentmetadata a:hover{
	color: #a2a2a2!important;
	cursor: text;
}
.reply a {

}

a.comment-reply-link {
	text-transform:lowercase!important;
	font-size:11px!important;
}

.comment-author .fn {
	font-style:normal;
}

cite.fn a {
	text-decoration:none;	
}

.depth-2, .depth-3, .depth-4, .depth-5 {
	padding-left:25px;
}

.comment-reply-title a{
	text-decoration:none;
}
.comment-reply-title small {
	font-size:12px;
}