/* following css borrowed from [ http://blog.sparanoid.com/2005/11/29/almodovar-plus/ ] */

/*.commentlist li {
	padding: 5px;
	margin-bottom: 2px;
	border: 0px solid #CCCCCC;
	background-color:#e6e6e6;
	color: #000000;
	list-style: none;
}*/

#postcomment {
	color: #ffffff;
}

#postcomment a, #postcomment a:visited {
	color: #ffffff;
}

#postcomment a, #postcomment a:visited {
	text-decoration: underline;
}
.commentlist li {
	padding: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #CCCCCC;
	color: #ffffff;
	list-style: none;
}
.commentlist li.ping-comment {
	/*list-style: decimal outside;*/
	color: #ffffff;

	border-top: 1px solid #c2cfdf;
	margin-top: 0px;
	margin-bottom: 0px;
	list-style-type: circle;
	list-style-position: outside;
	}

.commentlist li.author-comment {
	border: 0px solid #CCCCCC;
	background-color:#000000;
	color: #ffffff;
	list-style: none;
	}
.commentlist li.author-comment a, .commentlist li.author-comment a:visited{
	color: #ffe000;
	}	

.commentlist li a, .commentlist a:visited{
	color: #ffffff;
	font-weight: bold;
}

.commentlist a:hover {
	text-decoration: underline;
}

.commentlist li.user-comment {
	border: 0px solid #CCCCCC;
	background-color:#e6e6e6;
	color: #ffffff;
	list-style: none;
	}