/* following css borrowed from [ http://blog.sparanoid.com/2005/11/29/almodovar-plus/ ] */
#page {
	background:url(http://www.repmondrock.be/images/raster.gif);
}
.commentlist li.ping-comment {
	/*list-style: decimal outside;*/
	color: #666;
	background-color: #FFFFFF;
	border-top: 1px solid #c2cfdf2;
	margin-top: 0px;
	margin-bottom: 0px;
	list-style-type: circle;
	list-style-position: outside;
	}

.commentlist li.author-comment {
	/*list-style: decimal outside;*/
	background-color: #f0f8ff;
	list-style: none;
	margin-bottom:15px;
	border:none;
}

.commentlist li.author-comment p {
	color:#666;
}

.commentlist li.user-comment {
	/*list-style: decimal outside;*/
	background-color: #f0f8ff;
	border:none;
	list-style: none;
	margin-bottom:15px;
	}
	
.commentlist li.user-comment p {
	color:#666;
}