/**
 * $Id: comments.css,v 1.1.4.5 2010-10-30 23:36:25 jmburnz Exp $
 * 
 * TODO: check classes still apply in D7 - in particular the unpublished classes and the extra classes.
 */

/* Comment wrapper: wraps all comments and the comment form. */
#comments {}
#comments > h2.title {
  margin-bottom: .5em;
}

/* Wrapper class for each individual comment. */
.comment {
  margin-bottom: 20px;
}

/* Indentation */
.comment .indented {
  margin-left: 60px; /* one grid column */
}

/* Comment Title */
.comment-title {}
.comment-title a:link,
.comment-title a:visited,
.comment-title a:active {
  text-decoration: none;
}
.comment-title a:hover,
.comment-title a:focus {
  text-decoration: underline;
}

/* Skinr comment title alignment. */
.ta-l .comment-title {
  text-align: left;
}
.ta-r .comment-title {
  text-align: right;
}
.ta-c .comment-title {
  text-align: center;
}

/* Comment "new" notification */
.comment-title .new {
  color: #ff8000;
}

/* User Picture */
.comment .user-picture {}
.comment .user-picture img {}

/* Submitted */
.comment > footer {}
.comment > footer em {}
.comment > footer a {}
.comment > footer a:hover {}
.comment > footer .username {}
.comment > footer time {}

/* Links */
.comment ul.links {
  display: block;
  text-align: right;
  padding: 0 1em 0 0;
}
.comment ul.links li {
  padding: 0 0 0 .75em;
}
.comment ul.links li a {}

/* Core comment link classes. */
ul.links li.comment_reply a {}
ul.links li.comment_edit a {}
ul.links li.comment_delete a {}

/* UL link first and last classes. */
.comment ul.links li.first {}
.comment ul.links li.last  {}

/* Author */
.comment-by-anonymous   {}
.comment-by-article-author {}
.comment-by-viewer      {}

/* New */
.comment-new {}

/* Zebra */
.comment-odd  {}
.comment-even {}

/* Status */
.comment-unpublished {}

/* Themes the "Unpublished" text. */
.comment-unpublished .unpublished {}

/* Sytle comments by article type. */
.book-comments    {}
.blog-comments    {}
.forum-comments   {}
.page-comments    {}
.poll-comments    {}
.article-comments {}
