/* $Id: comments.css,v 1.3 2010/01/11 07:32:49 jmburnz Exp $ */
/**
 * @file comments.css
 * Basic styles for comments.
 */
/**********************************************************
 *                     Comments
 **********************************************************/
/* Comment wrapper */
/* line 15, ../sass/comments.scss */
.comment {
  margin: 0 0 1em;
}

/* Over-ride default .inner styles. */
/* line 22, ../sass/comments.scss */
.comment .indented {
  margin-left: 2em;
  /* LTR */
}

/* The title of each comment. */
/* line 30, ../sass/comments.scss */
.comment-title .new {
  color: #FF8000;
}

/* line 32, ../sass/comments.scss */
.comment-title a:link,
.comment-title a:visited,
.comment-title a:active {
  text-decoration: none;
}

/* line 38, ../sass/comments.scss */
.comment-title a:hover {
  text-decoration: underline;
}

/* line 42, ../sass/comments.scss */
.comment .user-picture {
  float: right;
  /* RTL */
  margin: 0.3em 0 0.1em 0.5em;
  /* LTR */
}

/* Comment content wrapper. */
/* line 57, ../sass/comments.scss */
.comment .links {
  text-align: right;
  /* LTR */
  clear: both;
}

/* Zebra styles for comments. */
/* Style comments depending on the comment author. */
/* Theme comment status. */

/*# sourceMappingURL=comments.css.map */
