/**
 * @file
 * Comment Styling
 */
 /*for NCpedia live site (ncpedia.org)
 *block numbers will not match dev site
 *(statelibrarync.oeg/dev_ncp)
 */


/* Wrapper for a single comment */
.comment {
  padding: 10px;
  margin-top: 10px;
/*   border-left: solid 2px;
  border-bottom: solid 2px; */
  background: #F2F2F2;
}

/* Wrapper for the list of comments and its title */
#comments {
  border-top: 1px dotted #888888;
}

/* Heading for the list of comments */
.comments h2.title {
    color: #000066;
}

/*remove h3 headings */
.comment > h3 {
	display: none;
}

/* Preview of the comment before submitting new or updated comment */
.comment-preview {
  background-color: #ffffea; /* Drupal core will use a #ffffea background. See #1110842 */
}

/* An odd-numbered comment in the list of comments */
.comment.odd {
  background-color: #F5F5F5;
}

/* An odd-numbered comment in the list of comments */
.comment.odd  header{
  background-color: #F5F5F5;
}

/* "New" marker for comments that are new for the current user */
.comment .new {
  color: #c00;
}

/* The "posted by" information */
.comment .submitted {
  color: #444444;
  font-size: 87.5%;
  margin-top: 0px;
  padding-bottom: 0;
  margin-bottom: 0px;
}

/* Comment's permalink wrapper */
.comment .permalink {
  text-transform: uppercase;
  font-size: 75%;
}

/* remove field labels */
.comment .field-label {
	display:none;
}

/* The user's signature */
.comment .username {
  font-weight: bold;
}

/* Nested comments are indented */
.indented {
margin-left: 30px; } /* Drupal core uses a 25px left margin */

/*remove top margin from comment content */
.field-name-comment-body > .field-items > div.field-item > p {
	margin-top: 5px;
}
