/* comments */

ol.commentlist { /* list of comments */
	padding: 5px;
	margin-top: 20px;
} 

ol.commentlist li { /* each comment */
	background-color: white;
	padding: 5px;
	margin-bottom: 10px;
}

ol.commentlist li p { /* comment text */
	font: normal 11px/15px Georgia, "Times New Roman", serif;
}

div.comment-author img { /* avatar */
	line-height: 32px;
	margin: 0 5px 10px 0;
	vertical-align: top;
}

div.comment-author { /* picture and name */
	font-weight: bold;
	line-height: 32px;
}

div.comment-meta { /* date */
	font-size: 80%;
}