.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	/* background-color: white; */
}
.depth-1 {
	/* border: 1px solid #ddd; */
	border-color: #ddd;
	border-style: solid;
	border-width: 0 0 1px 1px;
}

.even, .alt {
	border-left: 1px solid #ddd;
}

.commentlist li /*, #commentform input, #commentform textarea */ {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	/* float: right; */
	float: left;
	border: 1px solid #d5dce3;
	/* padding: 2px; */
	background: #fff;
	margin-right: 5px;
}

.commentlist cite /*, .commentlist cite a */ {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
}
.commentlist li ul li cite, .commentlist li ul li cite a {
	/* font-size: 1em; */
}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
}

.commentmetadata {
	font-weight: normal;
}


/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
}

.commentlist {
	padding: 0;
	/* text-align: justify; */
}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

}
.commentlist li ul li { 
	margin-right: -5px;
	/* margin-left: 10px; */
	margin-bottom: 0;
	padding-bottom: 0;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	/* margin: 5px 0; */
}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}

.commentmetadata {
	margin: 0;
	display: block;
	font-size: 0.95em;
}

.comment-author .says {
	display: none;
}
/* End Comments */
