/* comment and respond */
#respond {padding: 10px;}
#comments, #respond h3 {
	font:normal 18px Arial,Tahoma,Verdana;
	color:#076BB5;
	font-weight: 900;
	padding-bottom:5px;
}

.commentlist {
	padding-left:25px;
}

.navigation, #respond {
}

.comment, .trackback, .pingback {
	clear:both; 
	margin-bottom:5px;
	list-style:decimal;
}

.commentlist li .avatar { 
	float: left;
	border: 1px solid #eee;
	padding: 2px;
	background: #FFFFFF;
	margin-right:5px;
}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
}

.commentlist p {
	clear:both;
	line-height: 1.5em;
}

#commentform input, #commentform textarea {
	background-color:#F0F0F0;
	color:#655e46;
	font:normal 12px Arial, Verdana, Tahoma;
	border:1px solid #076BB5;
	padding:5px;
}

#commentform input:focus, #commentform textarea:focus {
	border:1px solid #FD7012;
	background-color:#fff;
}

#commentform p {
	margin-bottom:10px;
}

#commentform #submit {
	background-color:#076BB5;
	border:1px solid #076BB5;
	font:normal 12px Verdana, Tahoma, Arial;
	color:#fff;
	height:34px;
	padding:0 9px;
	cursor: pointer;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
#commentform #submit:hover {background-color: #076BB5;}

#commentform textarea { width:568px; }

.reply a {color: #ff3300!important;}
