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

.commentlist li.ping-comment {
	/*list-style: decimal outside;*/
	color: #777;
	background-color: #401a2d;
	border-top: 1px solid #c46293;
	margin-top: 0px;
	margin-bottom: 0px;
	list-style-type: circle;
	list-style-position: outside;
	}

.commentlist li.author-comment {
	/*list-style: decimal outside;*/
	background-color: #000000;
	border-top: 1px solid #c46293;
	list-style: none;
	}

.commentlist li.user-comment {
	/*list-style: decimal outside;*/
	background-color: #401a2d;
	border-top: 1px solid #c46293;
	list-style: none;
	}