/* CSS Document */

.commentlist li
{
	margin:15px;
	padding:15px;
	border-bottom:1px solid #CCC;
}

small
{
	font-size:10px;
}
	
.comment-author
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	margin-bottom:3px;
}

.bypostauthor .comment-author
{
	color:#D97048;
	font-weight:bold;
}
.comment-meta
{
	font-size:10px;
}
