div.comments{
float:left;
width:100%;
position:relative;
margin:0 0 30px 0;
}

.comments-buffer{
}

.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:Lucida Sans Unicode,arial,sans-serif;
color:#fff;
text-transform:uppercase;
font-weight:normal;
margin:0 0 10px 0;
}

.comments .comment-details{
float:right;
width:35%;
text-align:right;
}

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

.comments .comment-author cite.fn{
font-style:normal;
font-weight:bold;
font-size:14px;
color:#658844;
}

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

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

.comments .comment-edit-link{
width:100%;
display:block;
margin:5px 0 0 0;
font-size:11px;
font-style:italic;
}

.comments li.comment{
width:100%;
display:block;
}

.comments li.even{
}

.comments li.odd{
}

.comments li.comment .sub-comment{
padding:10px 0;
border-top:1px dotted #658844;
}

.comments li.comment .sub-comment .awaiting{
font-size:11px;
margin:5px 0 5px 0;
color:#26370B;
float:left;
font-style:italic;
text-align:right;
width:100%;
}

.comments li.comment ul.children{
}

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

.comments li.comment .comment-text{
font-size:12px;
float:left;
width:60%;
}

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

.comments li.comment .comment-text-buffer .comment-pad{
}

.comments .reply a{
clear:both;
float:right;
margin: 5px 0 5px 0;
font-size:11px;
font-family:Lucida Sans Unicode,arial,sans-serif;
color:#fff;
}

/* Respond */

#respond{
float:left;
width:100%;
border-top:1px dotted #658844;
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:275px;
float:left;
border:0px;
margin:5px 0 3px 0px;
padding:5px;
font-family:arial;
font-size:12px;
background:#BCD581;
color:#26370B;
}

#respond h3{
font-size:16px;
font-family:Lucida Sans Unicode,arial,sans-serif;
color:#fff;
width:auto;
float:left;
text-transform:uppercase;
font-weight:normal;
margin:0 0 5px 0;
}

#respond .cancel-comment-reply{
margin:4px 0 0 0;
float:left;
}

#respond .cancel-comment-reply a{
font-size:14px;
float:left;
width:auto;
font-family:Lucida Sans Unicode,arial,sans-serif;
margin:0 0 0 8px;
text-transform:uppercase;
}

#respond input#author, #respond input#email, #respond input#url{
margin-bottom:5px;
border:0px;
background:#BCD581;
padding:4px;
font-size:12px;
color:#26370B;
float:left;
clear:left;
-moz-border-radius:5px;
}

#respond input#submit{
border:0px;
font-size:14px;
background:transparent;
color:#fff;
float:left;
margin:3px 0 0 0px; 
font-family:Lucida Sans Unicode,arial,sans-serif;
padding:0;
clear:both;
text-transform:uppercase;
}

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