


#comments h3 {
color:#a37f59;
font-family:Helvetica, Arial, sans-serif;
font-size:24px;
font-weight:bold;
margin:0;
text-transform:uppercase;
margin-bottom:1em;
}

#commentform label {
color:#86816d;
font-family:"Trade Gothic";
font-size:24px;
font-weight:bold;
margin:0;
text-transform:uppercase;
}


#comments div.label {
padding-bottom:1.5em;
position:relative;
}


#comments div.label h4 {
left:0;
margin:0;
position:absolute;
top:15px;
}


#commentform div.label input {
background:#f3f0e7;
padding:20px;
width:456px;
margin-left:150px;
}

#commentform input, #commentform textarea {
border:none;
}

#commentform div.label input:focus, #commentform textarea:focus {
background:#d4ccae;
}

#commentform textarea {
background:#f3f0e7;
border:medium none;
height:200px;
padding:20px;
width:606px;
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
margin:0;
}



#commentform #submit {
float:right;
width:168px;
background:#f3f0e7 url(images/bt-submit-bg.png) no-repeat top left;
height:42px;
display:block;
padding:0;
color:#a37f59;
font-family:"Trade Gothic";
font-size:24px;
font-weight:bold;
text-transform:uppercase;
text-align:left;
padding-left:20px;
cursor:pointer;
}
#commentform #submit:hover {
background:#f3f0e7 url(images/bt-submit-bg.png) no-repeat top left;
color:#a01d21;
cursor:pointer;
}

#commentblock {
margin-bottom:2em;
}

.commentlist {
color:#86816d;
font-family:"Trade Gothic", Helvetica, Arial, sans-serif;
font-size:24px;
font-weight:bold;
text-transform:uppercase;
font-style:italic;
margin-top:0.5em;
list-style-position:inside;
padding:0 0 2.5em 0;
background:url(images/divider-blog.png) no-repeat bottom;


}
.commentlist li {
	margin-bottom:1em;
}
.commentlist li.alt .commenttext {
	background:#d4ccae;
}



.commentlist a {
	color:#a01d21;
}
.commentlist a:hover {
	color:#000000;
}
.comm-detail {
	font-size:16px;
}
.commenttext {
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
font-size:14px;
color:#000000;
text-transform:none;
font-style:normal;
font-weight:normal;
background:#f3f0e7;
border-top:solid 10px #ffffff;
padding-bottom:10px;
}
.commenttext img.avatar {
	float:left;
	border-right:solid 10px #ffffff;
	border-bottom:solid 10px #ffffff;
	margin:0 10px 0 0;
}
.commenttext p {
	padding:10px;
}
