/* $Id: comments.css,v 1.1.2.1 2009/06/05 17:54:53 jmburnz Exp $ */

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

/**********************************************************
 *                     Comments
 **********************************************************/
/* Comment wrapper */
#comments {float:left;width:670px;margin:20px 0px 0px 0px;}
#comments h2, div.box h2 {font-size:14px;background:url(../images/accountbar.gif) no-repeat;color:#d6b30c;height:32px;line-height:32px;padding:0px 0px 0px 10px;}
h3.comment-title {margin:5px 0px 0px 0px;}
div.reply {background:#cbb388;padding:10px;margin:10px 0px 0px 0px;}
	
.comment {
  margin: 0 0 1em; 
}

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

/* The title of each comment. */
.comment .title {
  margin-bottom: 0;
}
.comment-id {}
div.reply h3.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 {}

div.reply ul.links {
  display: block;
  padding: 0;
  text-align: left; /* LTR */
  margin:10px 0px 0px 0px;
 
}
div.reply ul.links li {padding:0px;display: inline;}
div.reply ul.links li a {display: block;float:left;width:54px;height:18px;background:url(../images/btngreen.gif) 0 -1px no-repeat;color:#301b01;font-size:11px;text-align: center;line-height:18px;}
div.reply ul.links li a:hover {background:url(../images/moresprte.gif) 0 -20px no-repeat;text-decoration: none;padding:0px;color:#d3ae7c;}
/* Core comment link classes. */
ul.links li.comment_reply a {}
ul.links li.comment_edit a {}
ul.links li.comment_delete a {}
#comments ul.tips, div.box ul.tips {list-style: none;}

/* Comment ul link first and last classes. */
.comment ul.links li.first {}
.comment 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 below content. */
#comments div.box {margin:10px 0px 0px 0px;}
#comments .box .title {}
#comment-form input.form-submit {background:url(../images/redbtnblk.gif) no-repeat;width:73px;height:31px;text-align: center;color:#e1c88f;font-style: italic;font-weight:700;line-height:31px;}



