div.comments-and-related { border-top:3px solid #d41c00; margin-top:14px; padding-top:7px;}
div.comments-and-related #comments .legend, div.comments-and-related #comment-form .legend {border:none; color:#697a85;}

#comments ol.comment-list           { margin: 0; padding: 0; list-style: none; }
#comments ol.comment-list li        { margin: 10px 0; padding: 10px 0; border-top: 1px solid #ebeff2; }
#comments ol.comment-list li:after  { content:  "."; display: block; height: 0; clear: both; visibility: hidden; }
#comments ol.comment-list li        { zoom: 1;  } /* IE HACK */


/* Datetime
-------------------------------------------------------------------------------- */
#comments #pending-comments			{ width: 18%; }
#comments .datetime .date           { margin: 0; font-size: 12px; line-height: 21px; white-space: normal; color: #6f818d; }
#comments .datetime .time           { color: #6f818d; }
#comments .datetime .remove         { margin: 0; font-size: 11px; }
#comments .comment_text h4          { margin-right: 50px; }


/* Body
-------------------------------------------------------------------------------- */
#comments .comment_list             { margin-bottom: 0; }
#comments .body                     { float: left; width: 440px; }
#comments .body .author             { margin: 0 0 5px 0; font-size: 14px; line-height: 21px; font-weight: bold; }
#comments .body p                   { font-size: 13px; line-height: 21px; }
/* The following is for the titles of weblog entries that show up in comment lists. */
#comments .body h5                  { display:block; color:#6f818d; border-bottom:1px solid #eee; font-weight:bold; }

#comments .removed                  { background-color: #fff0f0; }
#comments .removed a                { color: #ff0000; }
.comment a.replylink,
.comment a.loginlink                { padding: 5px 15px; }


/* Comment Form
-------------------------------------------------------------------------------- */
#comment-form                       { clear: both; }
#comment-form .heading              { margin-top: 36px; margin-bottom: 18px; }
#comment-form p                     { font-size: 14px; line-height: 21px; }
#comment-form textarea              { width: 630px !important; font-size: 14px; line-height: 21px; }
#comment-form #id_username          { margin-top: 6px; width: 200px; font-size: 16px; font-weight: bold; }
#comment-form #id_password          { margin-top: 6px; margin-left: 3px; width: 200px; font-size: 16px; font-weight: bold; }
#comment-form .login                { margin: 15px 0pt 0pt 68px; }
#comment-form .login span.small     { padding-left: 5px; }


#comments .legend, #comment-form .legend {border-bottom:none; border-top:3px solid #d41c00;}
