/*
 * Styles the paginated comments.
 */

.custom #comments .comment_list, .custom #comments .comment_navigation { font-size: 1.5em; width: 468px; }
.custom ul.comment_list { list-style: none; }

.custom ul.comment_list li { margin-bottom: 1.4em; }
.custom ul.comment_list .comment-author { display: inline; }
	.custom ul.comment_list .comment-author .says { display: none; }
	.custom ul.comment_list .comment-author .fn, .custom ul.comment_list .comment-author a { font-weight: bold; color: #222; font-style: normal; }
.custom ul.comment_list .comment-meta { display: inline; }
	.custom ul.comment_list .comment-meta a { font-size: smaller; color: #888; padding-left: 1em; }

.custom ul.comment_list .comment_text { line-height: 1.4em; padding: 0em 1em 0em 1em; background: #d7d7ca; }
.custom ul.comment_list .comment_text_prefix { height: 33px; width: 468px; background: url('custom/comment_top.gif') 0 100% no-repeat; }
.custom ul.comment_list .comment_text_suffix { height: 14px; width: 468px; background: url('custom/comment_bottom.gif') 0 100% no-repeat; }

.custom ul.comment_list .bypostauthor .comment_text { padding: 0em 1em 0em 1em; background: #fade7f; }
.custom ul.comment_list .bypostauthor .comment_text_prefix { height: 33px; width: 468px; background: url('custom/comment_author_top.gif') 0 100% no-repeat; }
.custom ul.comment_list .bypostauthor .comment_text_suffix { height: 14px; width: 468px; background: url('custom/comment_author_bottom.gif') 0 100% no-repeat; }

.custom .comment_navigation { display: block; clear: both; padding-bottom: 3em;}
	.custom .comment_navigation .alignleft { float:left; }
	.custom .comment_navigation .alignright { float:right; }

