/**
 * @file
 * Comment Styling
 */
/* TEXTURES */
/* line 9, ../sass/comments.scss */
.comments {
  /* Wrapper for the list of comments and its title */
  margin: 1.5em 0;
}
/* line 12, ../sass/comments.scss */
.comments h2.title {
  /* Heading for the list of comments */
}
/* line 15, ../sass/comments.scss */
.comments h2.comment-form {
  /* Heading for the comment form */
}

/* line 21, ../sass/comments.scss */
.comment-form .field-name-field-tag-a-user .form-item-notify {
  border: 1px solid #c0c0c0;
  padding: 1em;
}
/* line 25, ../sass/comments.scss */
.comment-form .field-name-field-tag-a-user .form-item-notify #edit-notify-type {
  margin-top: 1em;
}

/* line 32, ../sass/comments.scss */
.comment {
  /* Wrapper for a single comment */
  clear: both;
  margin: 3em 0;
}
/* line 36, ../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 40, ../sass/comments.scss */
.comment.new {
  /* A new comment since the user last viewed the page. */
}
/* line 43, ../sass/comments.scss */
.comment.first {
  /* The first comment in the list of comments */
}
/* line 46, ../sass/comments.scss */
.comment.last {
  /* The last comment in the list of comments */
}
/* line 49, ../sass/comments.scss */
.comment.odd {
  /* An odd-numbered comment in the list of comments */
}
/* line 52, ../sass/comments.scss */
.comment.even {
  /* An even-numbered comment in the list of comments */
}
/* line 55, ../sass/comments.scss */
.comment.comment-by-anonymous {
  /* A comment created by an anonymous user */
}
/* line 58, ../sass/comments.scss */
.comment.comment-by-node-author {
  /* A comment created by the node's author */
}
/* line 61, ../sass/comments.scss */
.comment.comment-by-viewer {
  /* A comment created by the current user */
}
/* line 64, ../sass/comments.scss */
.comment h3.comment-title {
  /* Comment title */
  font-size: 1.2em;
  text-transform: none;
  margin: 0;
}
/* line 70, ../sass/comments.scss */
.comment .new {
  /* "New" marker for comments that are new for the current user */
  color: #c00;
}
/* line 74, ../sass/comments.scss */
.comment .user-picture {
  /* The picture of the comment author */
  float: left;
  margin-right: 10px;
  display: block;
  border-radius: 50%;
  border: 1px solid #DEDEDE;
  text-align: center;
  padding: 5px;
  background: white;
}
/* line 84, ../sass/comments.scss */
.comment .user-picture a {
  display: block;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  overflow: hidden;
}
/* line 93, ../sass/comments.scss */
.comment .submitted {
  /* The "posted by" information */
  margin: 0;
}
/* line 97, ../sass/comments.scss */
.comment .permalink {
  /* Comment's permalink wrapper */
}
/* line 101, ../sass/comments.scss */
.comment .user-signature {
  /* The user's signature */
}
/* line 104, ../sass/comments.scss */
.comment ul.links {
  /* Comment links. See also the ul.links declaration in the pages.css. */
  float: right;
  margin: 0;
}
/* line 108, ../sass/comments.scss */
.comment ul.links li.post-edit,
.comment ul.links li.comment-edit,
.comment ul.links li.post-delete,
.comment ul.links li.comment-delete {
  display: inline;
  float: left;
  margin-right: 5px;
}
/* line 115, ../sass/comments.scss */
.comment ul.links li.post-edit a,
.comment ul.links li.comment-edit a,
.comment ul.links li.post-delete a,
.comment ul.links li.comment-delete a {
  background: #58595b;
  background-image: url("../images/btn-arrow.png");
  background-position: right center;
  background-repeat: no-repeat;
  color: #FFF;
  padding: .3em 2em .3em .4em;
  border: 1px solid #4e4f51;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-size: 1.1em;
  font-family: "benton-book";
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -moz-transition: linear 0.1s all;
  -o-transition: linear 0.1s all;
  -webkit-transition: linear 0.1s all;
  transition: linear 0.1s all;
}
/* line 114, ../sass/_custom.scss */
.comment ul.links li.post-edit a:hover,
.comment ul.links li.comment-edit a:hover,
.comment ul.links li.post-delete a:hover,
.comment ul.links li.comment-delete a:hover {
  background: #4e4f51;
  background-image: url("../images/btn-arrow.png");
  background-position: right center;
  background-repeat: no-repeat;
  text-decoration: none;
}
/* line 121, ../sass/_custom.scss */
.comment ul.links li.post-edit a:active,
.comment ul.links li.comment-edit a:active,
.comment ul.links li.post-delete a:active,
.comment ul.links li.comment-delete a:active {
  background: #535456;
  background-image: url("../images/btn-arrow.png");
  background-position: right center;
  background-repeat: no-repeat;
}
/* line 120, ../sass/comments.scss */
.comment ul.links li.comment-add,
.comment ul.links li.comment-reply {
  display: inline;
  float: left;
}
/* line 124, ../sass/comments.scss */
.comment ul.links li.comment-add a,
.comment ul.links li.comment-reply a {
  background: #f15a29;
  background-image: url("../images/btn-arrow.png");
  background-position: right center;
  background-repeat: no-repeat;
  color: #FFF;
  padding: .3em 2em .3em .4em;
  border: 1px solid #f04b16;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-size: 1.1em;
  font-family: "benton-book";
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -moz-transition: linear 0.1s all;
  -o-transition: linear 0.1s all;
  -webkit-transition: linear 0.1s all;
  transition: linear 0.1s all;
  box-shadow: inset 0 0 2px #f4784f;
}
/* line 114, ../sass/_custom.scss */
.comment ul.links li.comment-add a:hover,
.comment ul.links li.comment-reply a:hover {
  background: #f04b16;
  background-image: url("../images/btn-arrow.png");
  background-position: right center;
  background-repeat: no-repeat;
  text-decoration: none;
}
/* line 121, ../sass/_custom.scss */
.comment ul.links li.comment-add a:active,
.comment ul.links li.comment-reply a:active {
  background: #f0531f;
  background-image: url("../images/btn-arrow.png");
  background-position: right center;
  background-repeat: no-repeat;
}
/* line 130, ../sass/comments.scss */
.comment .forum-post-info {
  background: #EDEDED;
  padding: 0.5em;
  color: #58595B;
  border-left: 1px solid #DEDEDE;
  border-top: 1px solid #DEDEDE;
  border-right: 1px solid #DEDEDE;
  -moz-border-top-left-radius: 6px;
  -webkit-border-top-left-radius: 6px;
  border-top-left-radius: 6px;
  -moz-border-top-right-radius: 6px;
  -webkit-border-top-right-radius: 6px;
  border-top-right-radius: 6px;
}
/* line 144, ../sass/comments.scss */
.comment .forum-post-info .forum-posted-on {
  font-family: "Museo", Georgia, "Times New Roman", serif;
  font-size: 1em;
}
/* line 148, ../sass/comments.scss */
.comment .forum-post-info .forum-posted-on .permalink {
  float: right;
  font-family: Helvetica, Arial, "Nimbus Sans L", sans-serif;
}
/* line 155, ../sass/comments.scss */
.comment .forum-post-wrapper {
  clear: both;
  height: 100%;
}
/* line 159, ../sass/comments.scss */
.comment .forum-post-wrapper .forum-post-panel-sub {
  background: #EDEDED;
  border-left: 1px solid #DEDEDE;
  border-bottom: 1px solid #DEDEDE;
  -moz-border-bottom-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  border-bottom-left-radius: 6px;
  float: left;
  line-height: 100%;
  width: 18%;
}
/* line 170, ../sass/comments.scss */
.comment .forum-post-wrapper .forum-post-panel-sub .author-pane {
  margin: 10px;
}
/* line 173, ../sass/comments.scss */
.comment .forum-post-wrapper .forum-post-panel-sub .author-pane .username {
  padding-top: 1.5em;
}
/* line 177, ../sass/comments.scss */
.comment .forum-post-wrapper .forum-post-panel-sub .author-pane .user-picture {
  background: #FFF;
  border-radius: 50%;
  border: 1px solid #DEDEDE;
  display: block;
  float: none;
  height: 50px;
  margin-bottom: 10px;
  padding: 5px;
  text-align: center;
  width: 50px;
}
/* line 192, ../sass/comments.scss */
.comment .forum-post-wrapper .forum-post-panel-main {
  border: 1px solid #DEDEDE;
  -moz-border-bottom-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  border-bottom-left-radius: 6px;
  -moz-border-bottom-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  border-bottom-right-radius: 6px;
  float: right;
  margin-bottom: 1em;
  margin-left: 0;
  width: 81.5%;
}
/* line 205, ../sass/comments.scss */
.comment .forum-post-wrapper .forum-post-panel-main .forum-post-title {
  font-family: "benton-med", Helvetica, Arial, sans-serif;
  font-size: 1.5em;
  line-height: 1.3em;
  margin: 1.25em 0 0 .5em;
}
/* line 211, ../sass/comments.scss */
.comment .forum-post-wrapper .forum-post-panel-main .forum-post-title a {
  color: #525355;
}
/* line 216, ../sass/comments.scss */
.comment .forum-post-wrapper .forum-post-panel-main .forum-post-content {
  padding: 1em;
}
/* line 219, ../sass/comments.scss */
.comment .forum-post-wrapper .forum-post-panel-main .forum-post-content .field-name-comment-body {
  border: 1px solid #DEDEDE;
  -moz-border-bottom-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  border-bottom-left-radius: 6px;
  -moz-border-bottom-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  border-bottom-right-radius: 6px;
  clear: both;
  margin-left: 0;
  padding: 1em;
}

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

/* line 240, ../sass/comments.scss */
.comment-unpublished {
  /* Unpublished comments */
  /* background-color: #fff4f4; */
  /* Drupal core uses a #fff4f4 background */
}
/* line 243, ../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;
}
