@import "common.css";
@import "globals.css";
@import "column.css";
@import "header.css";
body {
    margin: 0;
}
#comments li.comment-admin {
    padding: 1em;
}
#comments li.comment-admin strong.comment-name {
    font-size: 100%;
}
#widget-searchbox form {
    text-align: left;
}
#commentform fieldset p {
    margin: 0 0 0.5em;
}
#comments img {
    margin-bottom: -3.5px;
}
#comments li {
    background: none repeat scroll 0 0 #DDDDDD;
    border-bottom: 1px solid #AAAAAA;
    border-top: 1px solid #AAAAAA;
    margin: 0 0 1.5em;
    overflow: hidden;
    padding: 15px;
}
#comments li.comment-admin {
    background: url("../imgs/author.png") no-repeat scroll right top #CCCCCC;
    padding: 1em;
}
