/* comments */
.comments {
	width: 580px;
	margin: 20px auto;
}

.nocomments {display:none;}
h3#comments {
	background: url(img/icons/comment.png) no-repeat 2px 2px;
	padding-left: 26px;
	font-size: 18px;
	letter-spacing: -.05em;
	clear: both;
}
#respond h3 {
	background: url(img/icons/edit.png) no-repeat 0px 5px;
	padding-left: 26px;
	margin: 0px;
	font-size: 18px;
	letter-spacing: -.05em;
	clear: both;
}
/* commentform */
#commentform { margin-top: 10px; }
#commentform label {
	font-weight: bold;
	color:#666;
	font-size: 100%;
	padding-left: 5px;
}
#commentform small {
	font-size: 90%;
}

#commentform input{
	padding: 5px;
}
#commentform textarea {
	width: 480px;
	height: 140px;
}

/* comment list */
.commentlist {
	list-style-type:none;
	margin: 10px 0px 10px 18px;
	line-height: 130%;
	padding-left:45px;
	font-family: helvetica, arial, sans-serif;
}
.hentry .commentlist li{
	padding: 10px;
	
}
.commentlist ul.children {list-style-type: none;margin: .7em;}
.commentlist ul.children .even {background:#fff;}
.commentlist .alt {

	background: #F4F4F4;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}
.commentlist cite {
	font-weight: bold;
	font-style: normal;
	font-size: 110%;
}


.commentlist img.avatar {  float: left;  margin: 0 5px 5px -53px;  position: relative; }
.commentlist .comment-meta {
	margin-bottom: 5px;
	display: block;
	font-size: 87%;
}
.commentlist .comment-meta  a{
	color: #999999;
}