/*
// -------------------------------------------------------------------------------------------
// This stylesheet is used to style the comments in story pages.
// -------------------------------------------------------------------------------------------
*/

/* Comments */
.comments_question { margin:0; padding:10px 14px 12px; font-size: 1.167em; background:#EBF3F4; }

#comments h2 { margin-bottom: 0; padding-bottom: 3px; border-bottom: 1px solid #000; font-weight: bold; font-size: 1.167em; 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: #747474; }
#comments ul li.even { background-color:#EBF3F4; }
#comments ul li.editor_comment { border: 1px solid #3C8A91; }
#comments ul li .meta { margin:0; padding:10px 15px; clear: left; font-size: 1em; color: #747474; }

#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; }
