/*.commentBlock{
	color: black;
}

.commentBlock a{
	color: navy;
}
*/
.commOdd{
	/* background: #DBDBDB; */
}

.commEven{
	/* background: #F0F0F0; */
}

#comments .userpic{
	float: left;
	width: 130px;
	text-align: center; 
	/* display: none; */
}

#comments .userpic img{
	margin-top: 3px;
}

#comments .commentBody{
	float: left;
	color: #5d5d5b;
}

#comments .commentBlock{
	padding: .2em;
	padding-bottom: 20px;
	padding-top: 16px;
}

#comments .commentHead{
	color: #5d5d5b;
}

.anonNick{
	font-weight: normal;
	color: #666;
}

#comments{
	width: 100%;
}

.commentDate{
	font-size: .8em;
	color: #666;
}

#comments .commentButtons{
	display: none;
}

#add_comment{
	width: 100%;
}

#commentForm{
	color: #5d5d5b;
	font-family: Verdana;
	border-bottom: 1px solid #C2C2C2;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

#comments h3{
	color: #ff9c10;
	font-size: 14px;
}


