/* $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 {
}
#comments-title {}
	
.comment {
  	border:1px solid #999999;
margin-bottom:25px;
}

.comment .new {
	float: right;
	color: #68953a;
}

/* Inner wrapper div for comments. */
.comment-inner {}

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

/* The title of each comment. */
.comment-title {}

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

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

.comment-title a:hover {
  text-decoration: underline;
  background-color: #fbfbfb;
}

.comment .user-picture {
	float: left;
	margin-right: 8px;
}
.comment .user-picture img {}

.comment .submitted {
	color: #777777;
}
.comment-submitted a {}
.comment-submitted a:hover {}

/* Comment content wrapper. */
.comment-content {}

/* Comment links. */
.comment-links {}
.comment-links ul.links {
  display: block; 
  padding: 0 1em 0 0;
  text-align: right; /* LTR */
}
.comment-links ul.links li {}
.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  {}

/**
 * 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 {}
#comments .box .title {}


.comment-footer {
	text-align: right;
}

.post-info {
background:#91CDF5 none repeat scroll 0 0;
border: 0px;
color:#999999;
}
.post-info {
clear: none;
height:100%;
}
.posted-on {
padding: 0px 0px 0px 0px;
font-weight: normal;
}
.post-num {
float:right;
margin-right:5px;
color: #999999;
font-size: 1.1em;
}


.comment {
margin-bottom: 25px;
border: 1px solid #999999;
}
.comment .round1 {
 background-image:url('../images/upperleft.png');
 background-position:0 0;
 background-repeat:no-repeat;
left:-1px;
position:relative;
top:-1px;
}

.comment .round2 {
  background-image:url('../images/upperright.png');
  background-position:100% 0;
  background-repeat:no-repeat;
	left:2px;
	position:relative;
}
.comment .round3 {
  background-image:url('../images/lowerright.png');
  background-position:100% 100%;
  background-repeat:no-repeat;
position:relative;
top:2px;
}
.comment .round4 {
  background-image:url('../images/lowerleft.png');
  background-position:0 100%;
  background-repeat:no-repeat;
left:-2px;
overflow:hidden;
padding:1em;
position:relative;
}

.comment-wrapper .comment-title {
	border: 0px;
	font-size: 1.4em;
	padding: 0px 5px 15px 0px;
	font-weight: normal;
}

.comment .links li.comment_delete{background:url('../images/greendot.gif') no-repeat left center;}
.comment .links li.comment_edit{background:url('../images/greendot.gif') no-repeat left center;}
.comment .links li.comment_reply{background:url('../images/greendot.gif') no-repeat left center;}