/****************  comment styles  ***********************/

/* comments list */
.blog .exp-comments h3 {
    border-bottom:1px solid #777777;
}

.blog .exp-comments .avatar {
    float:left;
    border:1px solid #333333;
    margin-right:5px;
}

.blog .exp-comments ol.commentlist {
	margin: 0;
	padding: 0;
}
.blog .exp-comments .commentlist li {
    position:relative;
	margin: 0;
	padding: 1px;
	list-style: none;
	border: 1px solid #B2B3AF; 
	margin-bottom:5px;

}
.blog .exp-comments .commentlist li cite {
	display: block;
	font-style: normal;
	padding: 1px;
	color:#ffffff;
}
.blog .exp-comments .commentlist li cite .comment-date {
	position:absolute;
	right:5px;
	top:3px;
}
.blog .exp-comments .commentlist li cite .attribution {
	display:block;
	background:#89BA47;
	padding:1px 5px 2px 5px;
}
.blog .exp-comments .commentlist li cite .attribution a {
	color:#3A4E22;
	text-decoration:none;
}
.blog .exp-comments .commentlist li cite .attribution a:hover {
    color:#D2001B;
}
.blog .exp-comments .commentlist li cite .date {
	font-size: 100%;
	position:absolute;
	top:2px;
	right:10px;
}
.blog .exp-comments .commentlist li cite img {
	float: left;
	margin-right: 10px;	
}
.blog .exp-comments .commentlist li .comment-text {
	clear: both;
	margin: 0; 
	padding: 2px;
}
.blog .exp-comments .commentlist li.alt {
	background: #FAF7F5; 
}
/****************  showall  ***********************/
.blog.show-all .tags,
.blog.show .tags {
    display:block;
    padding:3px 0;
    border-bottom:1px dotted #999;
    margin-bottom:6px;
}

/****************  by tags and dates  ***********************/
.blog.showall-by-tag h2,
.blog.showall-dates h2 {
    margin-bottom:0;
}


/****************  homepage  ***********************/

.blog.homepage .post-info {
    display:block;
    padding:3px 0;
    margin-bottom:6px;
    font-size:80%;
}

.blog.homepage .tags {
    display:block;
}



