#respond {
    margin:20px auto 0;
}
.fragment {
    margin-bottom:20px;
}
div#comments ul#commentlist, div#comments form {
    padding:15px 15px 1px 15px;
    background:#EAEAEA url('../img/pattern.png') 0 0;
}
div#comments ul#commentlist li {
    padding:10px;
    margin-bottom:14px;
    background:#FFF;
    border-right:1px solid #CCC;
    border-bottom:1px solid #CCC;
}
div#comments ul#commentlist li.by-postauthor {
    background:#DEF;
}
div#comments ul#commentlist li.by-postauthor a {
    color:#424242;
}
div#comments ul#commentlist li.by-postauthor a:hover {
    text-decoration:underline;
}
div#comments ul#commentlist li cite {
    font-style:normal;
    font-size:.9em;
    text-indent:26px;
    display:block;
    padding:3px 0;
    margin-bottom:5px;
    background:#A1C7EE url("../img/commenter.png") 0 0 no-repeat;
}
div#comments ul#commentlist li cite a {
    color:#424242;
}
div#comments ul#commentlist li cite a:hover {
    text-decoration:underline;
}
div#comments ul#commentlist li.by-postauthor cite {
    color:#A1C7EE;
    background:#222833 url("../img/author.png") 0 0 no-repeat;
}
div#comments ul#commentlist li.by-postauthor cite a {
    color:#A1C7EE;
}
div#comments ul#commentlist li cite .commentDate {
    font-weight:normal;
    color:#999;
}
#commentlist #nocomment {                                                                                                                                                     
    text-align:center;                                                                                                                                                        
    margin:30px 0 20px;                                                                                                                                                       
    color:#333;                                                                                                                                                               
    background:none;                                                                                                                                                          
    border:0;                                                                                                                                                                 
    font-size:2em;                                                                                                                                                            
    letter-spacing:-2px;                                                                                                                                                      
}
#commentform .txt {
    width:440px;
}
#commentform textarea {
    width:598px !important;
}

