div.comments{
float:left;
margin:12px 0 0 0;
width:100%;
position:relative;
background:#aeafb1;
}

.comments-buffer{
margin:18px;
}

.comments .top-left{
width:15px;
height:15px;
background:url(images/comment-corners-sprite.jpg) left top no-repeat;
position:absolute;
left:0px;
top:0px;
}

.comments .top-right{
width:15px;
height:15px;
background:url(images/comment-corners-sprite.jpg) right top no-repeat;
position:absolute;
right:0px;
top:0px;
}

.comments .btm-left{
width:15px;
height:15px;
background:url(images/comment-corners-sprite.jpg) left bottom no-repeat;
position:absolute;
left:0px;
bottom:0px;
}

.comments .btm-right{
width:15px;
height:15px;
background:url(images/comment-corners-sprite.jpg) right bottom no-repeat;
position:absolute;
right:0px;
bottom:0px;
}

.comments h3#comments{
font-size:14px;
font-family:rockwell, Arial;
color:#fff;
text-transform:uppercase;
}

.comments .comment-details{
}

.comments .comment-author{
display:inline;
}

.comments .comment-author cite.fn{
font-family:rockwell, arial;
font-style:normal;
font-weight:bold;
font-size:14px;
color:#3b3c3c;
}

.comments .comment-author span.on{
font-size:10px;
font-weight:normal;
color:#727272;
}

.comments .comment-meta{
display:inline;
font-size:10px;
color:#727272;
}

.comments li.comment{
width:100%;
margin-top:10px;
display:block;
}

.comments li.comment .sub-comment{
padding:5px 0 0 0;
border-top:1px solid #787879;
}

.comments li.comment .sub-comment .awaiting{
font-size:12px;
margin:5px 0 0 0;
color:#b26f06;
font-weight:bold;
float:left;
border-bottom:1px solid #b26f06;
}

.comments li.comment ul.children{
margin-left:21px;
padding:0 0 10px 0;
}

.comments li.comment ul.children li.comment{
margin-top:0px;
margin-bottom:10px;
}

.comments li.comment .comment-text{
font-size:12px;
float:left;
margin-top:8px;
width:100%;
}

.comments li.comment .comment-text-buffer{
float:left;
width:100%;
background:#bbbcbe;
}

.comments li.comment .comment-text-buffer .comment-pad{
padding:10px 10px 10px 12px;
}

.comments .reply a{
clear:both;
float:right;
margin: 5px 0 5px 0;
font-size:11px;
font-family:rockwell, Arial;
font-weight:bold;
color:#787a79;
}

/* Respond */

#respond{
float:left;
width:100%;
border-top:1px solid #787879;
padding:5px 0 0 0;
}

#respond .input-block{
float:right;
font-size:11px;
margin:5px 0 0 0;
}

#respond .input-block label{
float:left;
clear:left;
margin:0 0 4px 0;
}

#respond p.logged{
float:right;
margin:5px 0; 
font-weight:bold;
font-size:14px;
width:190px;
}

#respond form#commentform{
float:left;
clear:left;
width:100%;
}

#respond textarea#comment{
width:240px;
float:left;
border:1px solid #fff;
margin:5px 0 3px 0px;
padding:5px;
font-family:arial;
font-size:12px;
background:#f1f0f0;
color:#474646;
}

#respond h3{
font-size:14px;
font-family:rockwell, Arial;
color:#fff;
width:auto;
float:left;
text-transform:uppercase;
}

#respond .cancel-comment-reply a{
color:#ac2020;
font-size:14px;
font-family:rockwell, Arial;
font-weight:bold;
float:left;
width:auto;
margin:0 0 0 8px;
text-decoration:underline;
text-transform:uppercase;
}

#respond input#author, #respond input#email, #respond input#url{
margin-bottom:5px;
border:1px solid #fff;
background:#f1f0f0;
padding:2px;
font-size:14px;
color:#474646;
float:left;
clear:left;
-moz-border-radius:5px;
}

#respond input#submit{
border:0px;
font-weight:bold;
font-size:11px;
background:transparent;
color:#B26F06;
float:left;
margin:3px 0 0 0px; 
font-family:arial;
padding:0;
clear:both;
text-transform:uppercase;
}

#respond input#submit:hover{
color:#3a3939;
cursor:pointer;
}