﻿h1 {
    text-align: center;
    padding: 35px 0;
}

.list-posts {
    margin-bottom: 20px;
}

ul.list-posts > li {
    overflow: hidden;
    margin-bottom: 20px;
}

    ul.list-posts > li img {
        width: 100%;
        height: 100%;
        display: block;
    }

ul.list-posts a.img-w1 {
    width: 50px;
    height: 50px;
    display: block;
    float: left;
}

ul.list-posts .right {
    margin-left: 60px;
}

ul.list-posts a.post-title {
    font-size: 14pt;
    display: inline-block;
    color: #333;
    margin-bottom: 5px;
}

    ul.list-posts a.post-title:hover {
        color: #00cc33;
    }

ul.list-posts p {
    margin: 0px;
    color: #999;
    font-size: 10pt;
}

ul.list-pager {
    overflow: hidden;
}

    ul.list-pager > li {
        margin-right: 15px;
        float: left;
    }

        ul.list-pager > li > a {
            display: block;
            line-height: 36px;
            padding: 0 10px;
            color: #333333;
            border: 1px solid #ccc;
        }

            ul.list-pager > li > a:hover {
                color: #00cc33;
            }
