/* $Id: comments.css,v 1.1.2.11 2009/05/21 16:23:51 jmburnz Exp $ */

/**
 * @file comments.css
 * Basic styles for comments.
 */

/**********************************************************
 *                     Comments
 **********************************************************/
/* Comment wrapper */
#comments {margin-top: 20px;}
#comments-title {}
	
.comment {
  margin: 10px 0 15px;
  position: relative;
}

/* Inner wrapper div for comments. */
.comment-inner {
	background-color: #eaf1d9;
	font-size: 1em;
	padding: 20px;
	position: relative;
	width: 95%;
}

.comment .indented {
  margin-left: 2em; /* LTR */
}

/* The title of each comment. */
/* .comment-title {font-size: 0.9em; font-weight: normal; position: absolute; top: -20px; right: 0;} */
.comment-title {font-size: 0.9em; font-weight: normal; position: absolute; top: 20px; right: 20px; z-index: 1;}

.comment-id {}
.comment-title .new {
  color: #FF8000;
}

.comment-title a:link,
.comment-title a:visited,
.comment-title a:active {
  text-decoration: none;
}

.comment-title a:hover {
  text-decoration: underline;
}

.comment .user-picture {}
.comment .user-picture img {}

.comment-submitted {}
.comment-submitted a {}
.comment-submitted a:hover {}

/* Comment content wrapper. */
.comment-content {margin-bottom: 15px;}

/* Comment links. */
.comment-links {
  float: right;
}
.comment-links ul.links {
  overflow: hidden;
	line-height: 16px;
}
.comment-links ul.links li {
	float: left;
	margin-right: 10px;
	padding: 0;
}
.comment-links 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 {}

/* Comment ul link first and last classes. */
.comment-links ul.links li.first {}
.comment-links ul.links li.last  {margin: 0;}

/**
 * Comment Classes - extra classes to help out themers.
 */
/* Comment author. */
.comment-by-anonymous   {}
.comment-by-node-author {}
.comment-by-viewer      {}

/* Comment is new. */
.comment-new {}

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

/* Comment status. */
.comment-unpublished {}

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

/* Comment form on a seperate page. */
.section-comment .box {}
.section-comment .box .title {}

/* Comment form below content. */
#comments .box {/*margin-top: -30px;*/}
#comments .box .title {}



