/**
 * @file
 * Comment Styling
 */
/* line 9, E:/cashel.net/clients/sej/www/sites/all/themes/sej/sass/comments.scss */
#comments {
  /* Wrapper for the list of comments and its title */
  font-family: Helvetica, Arial, "Nimbus Sans L", sans-serif;
}
/* line 13, E:/cashel.net/clients/sej/www/sites/all/themes/sej/sass/comments.scss */
#comments .header1 {
  background: none repeat scroll 0 0 #DECDC6;
  clear: both;
  color: #500708;
  padding: 0 12px;
}
/* line 19, E:/cashel.net/clients/sej/www/sites/all/themes/sej/sass/comments.scss */
#comments h2.title .left {
  font-size: 0.8em;
  font-weight: bold;
}
/* line 23, E:/cashel.net/clients/sej/www/sites/all/themes/sej/sass/comments.scss */
#comments h2.title .right {
  font-size: 0.6em;
  font-weight: lighter;
}
/* line 27, E:/cashel.net/clients/sej/www/sites/all/themes/sej/sass/comments.scss */
#comments .picture {
  padding-right: 12px;
}
/* line 30, E:/cashel.net/clients/sej/www/sites/all/themes/sej/sass/comments.scss */
#comments p {
  margin-top: 0;
}
/* line 33, E:/cashel.net/clients/sej/www/sites/all/themes/sej/sass/comments.scss */
#comments p.byline {
  font-size: 1.1em;
  margin: 14px 0 4px 0;
}
/* line 37, E:/cashel.net/clients/sej/www/sites/all/themes/sej/sass/comments.scss */
#comments p.dateline {
  color: #818384;
  font-size: 0.8em;
  margin: 0 0 4px;
}
/* line 43, E:/cashel.net/clients/sej/www/sites/all/themes/sej/sass/comments.scss */
#comments h2.comment-form {
  /* Heading for the comment form */
}

/* line 47, E:/cashel.net/clients/sej/www/sites/all/themes/sej/sass/comments.scss */
.comment {
  /* Wrapper for a single comment */
  padding-bottom: 12px;
  border-bottom: 1px solid #cccccc;
}
/* line 52, E:/cashel.net/clients/sej/www/sites/all/themes/sej/sass/comments.scss */
.comment.comment-preview {
  /* Preview of the comment before submitting new or updated comment */
  background-color: #ffffea;
  /* Drupal core will use a #ffffea background. See #1110842 */
}
/* line 56, E:/cashel.net/clients/sej/www/sites/all/themes/sej/sass/comments.scss */
.comment.new {
  /* A new comment since the user last viewed the page. */
}
/* line 59, E:/cashel.net/clients/sej/www/sites/all/themes/sej/sass/comments.scss */
.comment.first {
  /* The first comment in the list of comments */
}
/* line 62, E:/cashel.net/clients/sej/www/sites/all/themes/sej/sass/comments.scss */
.comment.last {
  /* The last comment in the list of comments */
  padding-bottom: none;
  border-bottom: none;
}
/* line 67, E:/cashel.net/clients/sej/www/sites/all/themes/sej/sass/comments.scss */
.comment.odd {
  /* An odd-numbered comment in the list of comments */
}
/* line 70, E:/cashel.net/clients/sej/www/sites/all/themes/sej/sass/comments.scss */
.comment.even {
  /* An even-numbered comment in the list of comments */
}
/* line 73, E:/cashel.net/clients/sej/www/sites/all/themes/sej/sass/comments.scss */
.comment.comment-by-anonymous {
  /* A comment created by an anonymous user */
}
/* line 76, E:/cashel.net/clients/sej/www/sites/all/themes/sej/sass/comments.scss */
.comment.comment-by-node-author {
  /* A comment created by the node's author */
}
/* line 79, E:/cashel.net/clients/sej/www/sites/all/themes/sej/sass/comments.scss */
.comment.comment-by-viewer {
  /* A comment created by the current user */
}
/* line 82, E:/cashel.net/clients/sej/www/sites/all/themes/sej/sass/comments.scss */
.comment h3.comment-title {
  /* Comment title */
}
/* line 85, E:/cashel.net/clients/sej/www/sites/all/themes/sej/sass/comments.scss */
.comment .new {
  /* "New" marker for comments that are new for the current user */
  color: #c00;
}
/* line 89, E:/cashel.net/clients/sej/www/sites/all/themes/sej/sass/comments.scss */
.comment .user-picture {
  /* The picture of the comment author */
}
/* line 92, E:/cashel.net/clients/sej/www/sites/all/themes/sej/sass/comments.scss */
.comment .submitted {
  /* The "posted by" information */
}
/* line 95, E:/cashel.net/clients/sej/www/sites/all/themes/sej/sass/comments.scss */
.comment .permalink {
  /* Comment's permalink wrapper */
  text-transform: uppercase;
  font-size: 75%;
}
/* line 100, E:/cashel.net/clients/sej/www/sites/all/themes/sej/sass/comments.scss */
.comment .user-signature {
  /* The user's signature */
}
/* line 103, E:/cashel.net/clients/sej/www/sites/all/themes/sej/sass/comments.scss */
.comment ul.links {
  /* Comment links. See also the ul.links declaration in the pages.css. */
}

/* line 107, E:/cashel.net/clients/sej/www/sites/all/themes/sej/sass/comments.scss */
.indented {
  /* Nested comments are indented */
  margin-left: 30px;
  /* Drupal core uses a 25px left margin */
}

/* line 111, E:/cashel.net/clients/sej/www/sites/all/themes/sej/sass/comments.scss */
.comment-unpublished {
  /* Unpublished comments */
  /* background-color: #fff4f4; */
  /* Drupal core uses a #fff4f4 background */
}
/* line 114, E:/cashel.net/clients/sej/www/sites/all/themes/sej/sass/comments.scss */
.comment-unpublished p.unpublished {
  /* The word "Unpublished" displayed underneath the content. */
  height: 0;
  overflow: visible;
  color: #d8d8d8;
  font-size: 75px;
  line-height: 1;
  font-family: Impact, "Arial Narrow", Helvetica, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  word-wrap: break-word;
}

/* line 120, E:/cashel.net/clients/sej/www/sites/all/themes/sej/sass/comments.scss */
.comments p.posted {
  color: #818384;
  font-size: 11px;
  margin: 0 0 4px;
}
