/*
 * This file is copyright by Indymedia linksunten
 * Based on a comment moderation module by Kyle Cunningham
 * It is licensed under the GNU GPL v2.
 * See LICENSE.txt for further licensing details.
 */

.comment-unpublished {
/*  background-color: #FA8072 !important; */
  background: #FA8072 !important;
}

.comment-unpublished a {
/*  background-color: #FA8072 !important; */
  background: #FA8072 !important;
}

/* BEGIN UNFOLDED COMMENTS */
.comment-unfolded {
  position: relative;
  background: #efefef;
  border-bottom: solid 1px #999;
  border-right: solid 1px #999;
  margin-bottom: 1em;
  margin-right: 1.5em;
  padding: 0.1em;
}

.comment-unfolded-subject {
  padding-left: 0.5em;
}

.comment-unfolded-submitted {
  padding-left: 0.5em;
}

.comment-unfolded-content {
  padding-left: 0.5em;
}

.comment-unfolded a {
  border: 0;
}

.comment-unfolded h3 {
  display: inline;
}

.comment-unfolded .comment-unfolded-url-div {
  position: absolute;
  top: 0.25em;
  right: 10px;
}

.comment-unfolded .comment-unfolded-score-div {
  position: absolute;
  top: 2em;
  right: 10px;
}

.comment-unfolded .comment-unfolded-voting-controls {
  position: absolute;
  top: 0.25em;
  right: 5em;
}

.comment-unfolded-promote a:link {
  color: green;
}

.comment-unfolded-promote a:visited {
  color: green;
}

.comment-unfolded-bury a:link {
  color: #C00;
}

.comment-unfolded-bury a:visited {
  color: #C00;
}

.comment-unfolded-links {
  clear: both;
}

#comments .comment-unfolded ul.links {
  margin: 0px;
}

#comments .indented {
  border-left: 0px;
}

.comment-unfolded-content {
  margin-top: 1em;
  margin-bottom: 1em;
}
/* END UNFOLDED COMMENTS */

/* BEGIN FOLDED COMMENTS */
.comment-folded {
  position: relative;
  color: gray;
  background: #efefef;
  border-bottom: solid 1px #999;
  border-right: solid 1px #999;
  margin-bottom: 1em;
  margin-right: 1.5em;
  padding: 0.25em;
}

.comment-folded a {
  color: #696969;
  border: 0;
}

.comment-folded .comment-folded-url-div {
  position: absolute;
  top: 0.25em;
  right: 10px;
}


/* END FOLDED COMMENTS */
