a.latestposts {
    border-bottom: 1px solid #444;
    display: block;
    font-size: 11px;
    font-weight: normal;
    padding-left: 8px;
    text-decoration: none;
}
a.latestposts:hover {
    background: #444444; /* Old browsers */
    background: -moz-linear-gradient(top, #444 0%, #333 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#444444), color-stop(100%,#333)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #444444 0%,#333 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #444444 0%,#333 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #444444 0%,#333 100%); /* IE10+ */
    background: linear-gradient(top, #444444 0%,#333 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#444444', endColorstr='#333',GradientType=0 ); /* IE6-9 */

    /*background-position: 100% -50px;*/
    color: #FFFFFF;
}
.latestposts-wrapper {
    display: block;
    padding: 6px 20px 6px 0;
}
a.latestposts span.title {
    font-weight:bold;
    display:block;
}
a.latestposts span.desc {
display:block;
font-size:0.9em;
}