/**
 * @file
 * Comment Styling
 */

#edit-author--2,
#comments fieldset,
.links .comment-add,
#comments label {
  display: none;
}
/*
 * CAPTCHA-specific styles
 */
#comments fieldset.captcha {
  display: block;
  padding: 15px 0 0 0;
}
#comments fieldset.captcha legend,
#comments fieldset.captcha .fieldset-description {
  display: none;
}

#comments {
  margin-left: 120px;
}
.comment-count {
  border-top: 2px solid #DEE2E4;
  text-transform: uppercase;
  padding-top: 10px;
  color: #333;
  margin-top: 20px;
  margin-bottom: 25px;
  font-weight: 700;
  font-size: 1.3em;
}
#comments .form-submit {
  min-height: 28px;
  background: #92A5AD;
  border-bottom: 2px solid #6D8894;
  color: #FFF;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.2em;
  padding: 8px 0 8px 0;
  width: 20%;
  float: right;
  margin-top: -50px;
  margin-right: -5px;
  border: none;
  border-radius: 4px;
}
#comment-form .form-submit {
  min-height: 28px;
  background: #92A5AD;
  border-bottom: 2px solid #6D8894;
  color: #FFF;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.2em;
  padding: 8px 0 8px 0;
  width: 20%;
  border: none;
  border-radius: 4px;
}
#comments .form-submit:hover {
  background: #A1B6BE;
}
.comment img {
  width: 50px;
  height: 50px;
}
.user-picture {
  float: left;
}
.indented,
.comment-content {
  margin-left: 60px;
}
.comment ul.links {
  display: block;
  margin-top: -8px;
}
.comment ul.links li {
  padding: 0;
  margin-right: 10px;
}
.comment .comment-author {
  float: left;
  margin-right: 10px;
}
.comment-author a,
.comment-author .username {
  font-weight: 700;
  font-size: 1.1em;
  margin-bottom: 0px;
  margin-right: 6px;
  color: #08c;
}
.comment {
  margin-bottom: 15px;
}
.indented {
  margin-bottom: 30px;
}
#comments textarea {
  width: 80%;
  max-width: 80%;
  height: 36px;
  max-height: 125px !important;
  padding-top: 6px;
}
#comments .grippie {
  display: none;
}
.comment-form {
  height: auto !important;
}
/* Quick fix for reply workflow */
#comment-form .filter-wrapper {
  display: none;
}
/* Fix for comments on video nodes */
.node-type-video #comments {
  padding-top: 40px;
}
