
/* Avatar */
#comments li .avatar {
	width: 40px;
	height: 40px;
	float: right;
	margin-right: 20px;
	padding: 0;
	border: 1px solid #666;
	}
/* Individual comments */
 
/* Comment meta data */
#comments .comment-author {
	font-weight: bold;
	}
#comments .comment-meta {
	background: #f7f7f7;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding:10px;
	}
.comment-list li.pingback .comment-meta,
.comment-list li.trackback .comment-meta {
	margin-bottom: 1.5em;
}
.comment-meta .published abbr {
	font-style: italic;
}
.pingback .comment-author cite,
.trackback .comment-author cite {
	font-style: italic;
}
.comment-reply-link, .permalink, .comment-edit-link {
	font-style: italic;
}

/* Comment text */
.comment-text {
	clear: left;
	font-size: 13px;
		margin: 0 0 15px 0;
	padding: 15px 15px 0 15px;
	color: #333;
	background: #f7f7f7;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}
