/*
 comments.css
 Copyright (c) 2008 Micah Ferrill
*/

div#comments a {
    font-weight: bold;
    font-style: italic;
    color: #333333;
    text-decoration: none;
}
div#comments a:hover {
    color: #999999;
}
div.comment {
    margin-bottom: 20px;
    background: #eeeeee;
}
div.comment p {
    margin: 0;
    padding: 5px;
}
div.comment p.who {
    margin-bottom:10px;
    font-style: italic;
    font-size: 14px;
    border: solid 1px #cccccc;
    font-weight: bold;
}