/**
 * @file
 * Comment Styling
 */


#comments { /* Wrapper for the list of comments and its title */
  margin: 1.5em 0;
}

#comments h2.title {
  font-size: 16px !important;
  font-weight: normal !important;
  padding: 10px 0 10px 0 !important;
  margin: 10px 0 14px 0 !important;
  border-top: 1px solid #ccc !important;
  border-bottom: 1px solid #ccc !important;
}



.comments h2.comment-form { /* Heading for the comment form */
}



.comment-index {
  font-family: arial, helvetica, sans-serif;
  font-size: 18px;
  line-height: 100%;
  font-weight: bold;
  text-align: center;
  float: left;
  width: 45px;
  height: 33px;
  background: url(../images/bg/comment-index.gif) no-repeat;
  margin: 0 14px 14px 0;
}

.comment-index span {
  margin-top: 7px;
  display: block;
}

body.page-comment .comment-index {
  display: none;
}

.comment { /* Wrapper for a single comment */
  padding: 0;
  border-bottom: 1px solid #ccc;
  margin: 0 0 14px 0;
}

.comment-preview { /* Preview of the comment before submitting new or updated comment */
  background-color: transparent;
}

.comment-preview .comment-index {
  display: none;
}

.comment.new { /* A new comment since the user last viewed the page. */
}

.comment.first { /* The first comment in the list of comments */
}

.comment.last { /* The last comment in the list of comments */
}

.comment.odd { /* An odd-numbered comment in the list of comments */
}

.comment.even { /* An even-numbered comment in the list of comments */
}

.comment-by-anonymous { /* A comment created by an anonymous user */
}

.comment-by-node-author { /* A comment created by the node's author */
}

.comment-by-viewer { /* A comment created by the current user */
}

h3.comment-title { /* Comment title */
}

.comment .new { /* "New" marker for comments that are new for the current user */
  color: #c00;
}

.comment .user-picture { /* The picture of the comment author */
}

.comment .submitted { /* The "posted by" information */
}

.comment .permalink { /* Comment's permalink wrapper */
  text-transform: uppercase;
  font-size: 75%;
}

.comment .user-signature { /* The user's signature */
}

.comment ul.links { /* Comment links. See also the ul.links declaration in the pages.css. */
}

.indented { /* Nested comments are indented */
  margin-left: 30px; /* Drupal core uses a 25px left margin */
}

.comment-unpublished { /* Unpublished comments */
  /* background-color: #fff4f4; */ /* Drupal core uses a #fff4f4 background */
}

.comment-unpublished p.unpublished { /* The word "Unpublished" displayed underneath the content. See also the div.unpublished declaration in the nodes.css. */
}


/* blog comments */


.preview .comment-index {
  display:none;
}

.comment .content {
  display: block;
  clear: both;
}

.comment .submitted {
  color: #333;
  font-size: 12px;
  clear: right;
}


.comment .datetime {
  font-weight: bold;
}

/* blog comment form */

.comment-form {
  background: #e6f3fb;
  padding: 12px;
}

.comment-form-wrapper {
  background: #e6f3fb;
}

.comment-form-wrapper h2 {
  font-size: 18px;
  line-height: 100%;
  color: #005587;
  font-weight: normal;
  border-bottom: 1px solid #fff;
  margin: 0 12px 0 12px;
  padding: 12px 0 10px 0;
}

#comment-form fieldset {
  border: none;
}

#comment-form #edit-comment-body-und-0-format {
  display: none;
}

fieldset.captcha {
  padding: 0;
  margin: 1em 0 0 0;
}

fieldset.captcha legend,
fieldset.captcha div.description {
  display: none;
}

fieldset.captcha img {
  height: 60px;
  width: auto;
  float: left;
  margin: 1em 1em 0 0;
  clear: left;
  border: 1px solid #ccc;
}

fieldset.captcha .form-item-captcha-response {
  float: left;
  clear: right;
  margin: 1em 0 0 0;
}

fieldset.captcha label {
  font-size: 11px;
}

fieldset.captcha #captcha-image-container label {
  font-weight: normal;
}

#edit-captcha-response {
  width: 200px;
}

#comment-form .comment-form-buttons {
  border-top: 1px solid #fff;
  margin: 14px 0 0 0;
  padding: 11px 0 0 0;
  text-align: center;
}

#comment-form #edit-submit {
  border: none;
  height: 20px;
  width: 116px;
  text-indent: -9999px;
  background: url(../images/forms/submit-comment.gif) no-repeat;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
  margin-right: 13px;
}

#comment-form #edit-preview {
  border: none;
  height: 20px;
  width: 116px;
  text-indent: -9999px;
  background: url(../images/forms/preview-first.gif) no-repeat;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}

#comment-form ul.tips,
#comment-form ul.tips li {
  list-style: none;
}

