#front-popular {
    font-size: 0.7em;
    color: #fff;
    width: 940px;
    height: 15px;
    background: #2c2c2c url( '/themes/default/images/bottombar2.png' ) bottom no-repeat;
    margin: 0 auto;
    padding: 10px 15px;
    background-color: #fff;
}

#recentpost, #mostcommented {
    width: 280px;
    float: left;
    padding: 10px;
    border: 1px solid #fff;
}

#mostcommented {
    margin-left: 17px;
}

#recent_comments {
    width: 280px;
    float: right;
    padding: 10px;
    border: 1px solid #fff;
}

#recentpost a, #mostcommented a, #recent_comments a {
    color: #fff;
}

#recentpost ul, #mostcommented ul, #recent_comments ul {
    margin-top: 5px;
}

#recentpost ul li, #mostcommented ul li, #recent_comments ul li {
    list-style: none;
    border-top: 1px dotted #fff;
    padding: 5px;
    display: block;
}

#recentpost ul li:hover, #mostcommented ul li:hover, #recent_comments ul li:hover {
    background: #3c57a7;
    color: #fff;
}

#recentpost ul li:first-child, #mostcommented ul li:first-child, #recent_comments ul li:first-child {
    border-top: 0px dotted #fff;
}

#footer {
    margin: 0 auto;
    width: 960px;
    font-size: 0.6em;
    padding: 10px 5px;
    background-color: #fff;
}

#footer a {
    margin-left: 5px;
}
