#sidebar h4 {
    color:#a0b387;
    margin:30px 0 0 0;
    font-size:18px;
}

#latest_comments {
    margin:0 0 50px 0;
    font-size:13px;
    color:#2f342d;
}

#latest_comments a:link, #latest_comments a:active, #latest_comments a:visited {
    color:#798d5e;
    text-decoration:none;
    border-bottom: 1px solid dashed;
}

#latest_comments a:hover {
    text-decoration:underline;
}

#latest_comments ul {
    padding:0px;
    margin:0 15px 0 0;
}

#latest_comments li {
    list-style-type:none;
    padding:15px 0 15px 0;
    border-bottom:1px solid #a0b387;
}