/**
 * @file
 * Comment Styling.
 */
/**
 * Legacy IE support.
 */
/**
 * Font faces, stacks and sizes.
 */
/**
 * Colors, etc.
 */
/**
 * Partials to be shared with all .scss files.
 */
/**
 * Layout element mixins.
 */
/* The white box with grey border that surrounds most content. */
/* The grey box that surrounds content. */
/* The white box containing the main content. Has a green top border. */
/* Content inset into the white box */
/* Content inset on grey background */
/* Content on a lightgrey background with darker border ie left nav and right column of a normal page */
/* Button-like styling for inset box that sits at normal white box level. */
/* Button with a plus icon to the left. */
/* standard button across site. */
/**
 * Text element mixins.
 */
/* line 9, ../sass/comments.scss */
.comments {
  /* Wrapper for the list of comments and its title */
  margin: 1.5em 0;
}

/* line 13, ../sass/comments.scss */
.comment {
  /* Wrapper for a single comment */
  border-top: 1px dotted #c5c5c5;
  padding-top: 10px;
  margin-bottom: 2px;
}
/* line 18, ../sass/comments.scss */
.comment blockquote {
  font-style: italic;
  margin: 0 50px 0 50px;
  padding: 0 26px 0 10px;
  background: url(../images/svg/misc/close-quotes.svgz) no-repeat bottom right;
}
/* line 25, ../sass/comments.scss */
.comment p.submitted {
  margin: 0 0 4px 0;
}
/* line 27, ../sass/comments.scss */
.comment p.submitted .new {
  background: none;
}
/* line 32, ../sass/comments.scss */
.comment .comment_forbidden {
  display: none;
}
/* line 36, ../sass/comments.scss */
.comment .permalink {
  font-weight: normal;
}
/* line 40, ../sass/comments.scss */
.comment ul.comment-extra-links {
  font-size: 0.9em;
  padding: 0;
  margin-left: 0;
  list-style-type: none;
  float: right;
}
/* line 46, ../sass/comments.scss */
.comment ul.comment-extra-links li {
  padding-left: 0;
  background: none;
  float: left;
}
/* line 50, ../sass/comments.scss */
.comment ul.comment-extra-links li a {
  border-right: 1px solid #DDD;
  padding-right: 6px;
  margin-left: 6px;
  font-weight: normal;
}
/* line 57, ../sass/comments.scss */
.comment ul.comment-extra-links li.last a {
  border-right: 0;
}
/* line 64, ../sass/comments.scss */
.comment .login-to-comment-links {
  display: none;
}
/* line 68, ../sass/comments.scss */
.comment.last .login-to-comment-links {
  /* register/login links */
  display: block;
  font-size: 1.2em;
  font-weight: bold;
  padding-left: none;
  text-align: center;
  clear: both;
  border-top: 1px solid #DDD;
  padding-top: 1em;
  margin: 3em 0em 1em 0em;
}
/* line 80, ../sass/comments.scss */
.comment header, .comment .field-comment-body {
  margin-left: 48px;
}
/* line 82, ../sass/comments.scss */
.comment header ol, .comment .field-comment-body ol {
  margin-left: 30px;
}
/* line 85, ../sass/comments.scss */
.comment header ul, .comment .field-comment-body ul {
  margin-left: 12px;
}
/* line 87, ../sass/comments.scss */
.comment header ul li, .comment .field-comment-body ul li {
  padding: 0 0 10px 17px;
  background: url(../images/svg/arrows-bullets/bullet-content.svgz) 0 7px no-repeat;
  list-style-type: none;
}
/* line 95, ../sass/comments.scss */
.comment header .submitted a, .comment .field-comment-body .submitted a {
  font-weight: bold;
}
/* line 103, ../sass/comments.scss */
.comment .portrait-small {
  float: left;
}
/* line 105, ../sass/comments.scss */
.comment .portrait-small img {
  border: solid 1px #c5c5c5;
}
/* line 110, ../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 114, ../sass/comments.scss */
.comment .new {
  /* "New" marker for comments that are new for the current user */
  color: #FFF;
}
/* line 118, ../sass/comments.scss */
.comment mark {
  background: #627D43;
  padding: 3px;
  border-radius: 3px;
}
/* line 124, ../sass/comments.scss */
.comment .submitted {
  /* The "posted by" information */
  margin: 0 0 4px 0;
  padding-bottom: 0px;
}
/* line 129, ../sass/comments.scss */
.comment .permalink {
  /* Comment's permalink wrapper */
  text-transform: uppercase;
  font-size: 75%;
}
/* line 134, ../sass/comments.scss */
.comment ul.links {
  /* Comment links. See also the ul.links declaration in the pages.css. */
  margin-left: -10px;
}
/* line 136, ../sass/comments.scss */
.comment ul.links li {
  background: none;
}
/* line 141, ../sass/comments.scss */
.comment .field-comment-body {
  margin-bottom: 20px;
}
/* line 145, ../sass/comments.scss */
.comment .indented {
  /* Nested comments are indented */
  margin-left: 0;
  /* Drupal core uses a 25px left margin */
}
/* line 149, ../sass/comments.scss */
.comment .comment-unpublished {
  /* Unpublished comments */
  /* background-color: #fff4f4; */
  /* Drupal core uses a #fff4f4 background */
  padding: 10px;
}
/* line 154, ../sass/comments.scss */
.comment p.unpublished {
  /* The word "Unpublished" displayed underneath the content. */
  height: 0;
  overflow: visible;
  color: #d8d8d8;
  font-size: 12pt;
  line-height: 1;
  font-family: Impact, "Arial Narrow", Helvetica, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  text-align: right;
  word-wrap: break-word;
  letter-spacing: 1pt;
  margin: 0 0 4px 0;
}
/* line 196, ../sass/_custom.scss */
.lt-ie8 .comment p.unpublished > * {
  position: relative;
}

/* line 161, ../sass/comments.scss */
.comment-form .text-format-wrapper fieldset {
  /* maybe not such a good way, but can't see how else */
  display: none;
}

/* TODO: pane theming.. */
/* line 169, ../sass/comments.scss */
.pane-comment-reply-form .view-mode-full {
  /* the comment form annoyingly shows the body field */
  display: none;
}
/* line 173, ../sass/comments.scss */
.pane-comment-reply-form .comment-form div[id^=edit-author] {
  /*display: none;*/
}

/* line 179, ../sass/comments.scss */
.commenting-closed {
  font-size: 1.2em;
  font-weight: bold;
  text-align: center;
  margin: 2em 0;
}
