/* comment and respond */
#comments, #respond h3 {
	color: #393a3a;
	padding-bottom: 5px; 
  font-size: 12px; 
}
.commentlist li , #commentform textarea { width: 635px; }
#comments-wrapper {
   padding: 0 0 0 0px;
   position: relative:
}
#respond {
  padding: 0 0 0 0px;
  position: relative:   
}
.commentlist li {
	clear: both; 
	display: block;
	padding: 8px;
	margin-bottom: 9px;
	overflow: hidden;
	border-bottom: 1px solid #d3d3d3;
}

.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 textarea {
	background-color: #eae9e9;
	color: #232323;
	font: normal 12px Tahoma,Verdana;
	border: 1px solid #d3d3d3;
	padding: 8px;
	width: 450px;
	height: 120px;
}
#commentform input {
	background-color: #eae9e9;
	color: #232323;
	font: normal 11px Tahoma,Verdana;
	border: 1px solid #d3d3d3;
	padding: 2px;
	width: 110px;
}

#commentform p {
	margin-bottom: 10px;
}

#commentform #submit {
	font:normal 11px Arial, Verdana;
	color: #52483a;
	height: 30px;
		padding: 4px 7px 4px 7px;
	margin-bottom: 70px;
}

