/*
// -------------------------------------------------------------------------------------------
// This stylesheet is used to style the comments in story pages.
// -------------------------------------------------------------------------------------------
*/

/* Comments */
.comments_question { margin:0; padding:12px 14px 15px; background:#E5E3DE; }

#comments h2 { margin-bottom:8px; padding-bottom:5px; border-bottom:1px solid #97917A; font-weight:bold; font-size:1em; }
#comments ul { margin:0; padding:0; list-style:none; }
#comments ul li { margin:0; padding:0 0 6px; background:none; }
#comments ul li p { padding:0 15px 10px; margin:0; }
#comments ul li .byline { margin:0; padding:14px 15px 11px; color:#78746D; line-height:15px }
#comments ul li.even { background-color:#E5E3DE; }
#comments ul li.editor_comment { border:1px solid #97917A; margin:26px 0 26px; }
#comments ul li .meta { margin:0; padding:8px 15px; clear:left; font-size:.923em; color:#78746D; }
#comments ul li .meta a { color:#78746D; text-decoration:none;}
#comments ul li .meta a:hover { text-decoration:underline }

#comments_form { margin:15px 0; padding-bottom:0; clear:both; }
#comments_form .comments_question { margin-bottom:5px; }
#comments_form form label input { margin-top:0; margin-right:8px; }
#comments_form .meta img { margin:0; }
#comments_form.formbox span.note label { float:none; }
#comments_form .note input { margin-top:0; }
#comments_form .button { margin-top:10px; display:block; clear:both; float:left }
