 /* comments list */
#post_comment_title{
margin-top:10px;
padding-bottom:20px;
height:70px;
}
#post_comment_title h2{
line-height:27px;
color:#b64926;
margin-bottom:5px;
 }

#post_comment_title h2 span {
color:#666666;
font-size:12px;
}


#post_comment_title a.boxed {
	background-color:#b0bb0b;
	color:#ffffff;
	font-size:12px;
	padding-top:4px;
	padding-bottom:4px;
	padding-left:6px;
	padding-right:6px;
	text-decoration:none;
}

#post_comment_title a.boxed:hover {
	background-color:#ac470a;
}

ol.commentlist {
margin:0pt;
padding:0pt;
}

.the_comment {
	float:right;
	width:412px;
	color:#5d5949;
	padding:20px;
	background-color:#faf9f7;
	border:1px solid #ccc7b7;
	font-size:12px;
	line-height:20px;
	padding-bottom:10px;
	min-height:60px;
}

.comment-metadata{
   color:#a7a28f;

	font-size:10px;

	text-decoration:none;
	}
	
.comment-author{
font-size:12px;
color:#990000;
}

ol.commentlist li.alt .the_comment{
	position:relative;
	top:-1px;
	background-color:#f2f1ec;
	margin-bottom:-2px;
}

ol.commentlist li {
	clear:both;
	margin-bottom:0px;
	list-style:none;
	margin-left:0px;	
}


.commentlist .the_comment a {
	color:#848d00;
}

.commentlist  .the_comment a:hover, .comment-author a:hover {
	color:#232323;
	text-decoration:none;
}

#post_comment_form{
width:428ps;
background-color:#f2f1ec;
border:1px solid #e1e1de;
min-height:240px;
padding:20px;
}

#post_comment_form textarea {
  height: 150px;
  width: 350px;
  text-align:right;
  font-size:12px;
  font-family:tahoma;
  color:#777777;
  padding:5px;

  }

#post_comment_form input.btn {
  height: 20px;
  width: 100px;
  color: #FFFFFF;
  background-color: #b64926;
  border-width: 0px;
  float:left;
  text-align:center;
  font-size:11px;
  padding:0px;
  margin-top:10px;
  cursor:pointer;
  }


#post_comment_form input.btnhov {
  color: #FFFFFF;
  background-color: #04627e;
  }
  
