/*
// -------------------------------------------------------------------------------------------
// This stylesheet is used to style the comments in story pages.
// -------------------------------------------------------------------------------------------
*/

/* Comments */
.comments_question { border-top: 4px solid #fff; margin:0; padding:10px 14px 12px; font-size: 1.154em; font-family: Georgia, "Times New Roman", Times, serif; background:#eee; }

#comments h2 { margin-bottom: 0; padding-bottom: 4px; border-bottom: 3px solid #666; font-weight: bold; font-size: 1.154em; font-family: Arial, Helvetica, sans-serif; text-transform: uppercase; }
#comments ul { margin:0; padding:0; list-style:none; }
#comments ul li { margin-bottom: 10px; padding:0 0 6px; background:none; }
#comments ul li p { padding:0 15px 10px; margin:0; }
#comments ul li .byline { margin:0; padding:10px 15px 5px; color: #666; }
#comments ul li.even { background:#eee; }
#comments ul li.editor_comment { background-color: #F2E8DC; }
#comments ul li .meta { margin:0; padding:10px 15px; clear: left; font-size: 1em; font-family: Arial, Helvetica, sans-serif; color: #666; }

#comments_form { margin:15px 0; padding-bottom: 0; clear:both; }
#comments_form h2 { margin-bottom: 0; }
#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 span.note, #comments_form.formbox span.note label {float: none; }
#comments_form .note input { margin-top:0; }
#comments_form .button {margin-top: 10px; display: block; }
