/* comment and respond */
#comments, #respond h3 {
	font:normal 20px 'Trebuchet MS',Tahoma,Verdana;
	color:#cfcfcf;
	text-shadow:#000 1px 1px 1px;
	line-height:14px;
	padding-bottom:5px;
	letter-spacing:-1px;
	word-spacing:2px;
	margin-top: 15px;
}

.commentlist {
	padding-left:25px;
}

.navigation, #respond {
}

.comment, .trackback, .pingback {
	clear:both; 
	margin-bottom:5px;
	list-style:decimal;
	background: url(../images/comment-form-bg.png);
 	-moz-border-radius:  10px; 
	-webkit-border-radius: 10px; 
	border-radius: 10px;
	border: 0px solid #000;
	padding:8px;
	color:#8d968e;
	margin-bottom:20px;
}

.commentlist li .avatar { 
	float: left;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border-bottom: 1px solid #000;
	border-left: 0px solid #0081a1;
	border-right: 1px solid #000;
	border-top: 0px solid #0081a1;
	padding: 3px;
	background: #0081a1;
	margin-right:5px;
}

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

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

#commentform input, #commentform textarea {
	background: url(../images/comment-form-bg.png);
	font-weight: none; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	letter-spacing:0px; 
	line-height:15px; 
	color: #d2d0d0;
	padding: 5px;
	text-align:justify;
	-moz-opacity: 0.7;
 	-moz-border-radius:  10px; 
	-webkit-border-radius: 10px; 
	border-radius: 10px;
	border-bottom: 1px solid #000;
	border-left: 0px solid #000;
	border-right: 1px solid #000;
	border-top: 0px solid #000;
}

#commentform p {
	margin-bottom:10px;
}
.fn {
	text-transform:uppercase;
	font: bold 14px "Lucida Console", Monaco, monospace;
	color:#0081a1;
	text-shadow:#000 1px 1px 1px;
}
.fn a {
	color:#2caecf;
	text-shadow:#000 1px 1px 1px;
	font: 14px "Lucida Console", Monaco, monospace;
}
.fn a:hover {
	color:#4bc9e8;
	text-shadow:#000 1px 1px 1px;
	font: 14px bold "Lucida Console", Monaco, monospace;
	border-bottom: #000 1px solid;
}
#commentform #submit {
background : #000000;
font : 7pt Arial, sans-serif;
text-transform : uppercase;
text-decoration : none;
letter-spacing : 1px;
padding : 2px 18px 4px 12px;
margin-left : 5px;
color : #23a7b3;
}
#commentform:hover #submit:hover {
background : #e50000;
color : #fbcfcf;
cursor:default;
} 

#commentform textarea { width:568px; }
