.content, .header-content { 
max-width: 1060px;
margin: 0 auto;
width: 100%;
min-width: 644px;
}

.footer-content { 
max-width: 900px;
margin: 0 auto;
width: 100%;
min-width: 644px;
}


.content {
    font-family: Georgia;
    color: #262626;
     margin-top: 40px;
}
    .post-header {
        overflow: hidden; margin-bottom: 70px;
    }
        .post-header > .info {
            float: left;
            width: 125px;
            margin-right: 40px;
            text-align: right;
            margin-top: 50px;
        }
            .post-header > .info > .desc {
                color: #7b7b7b;
                font-size: 14px;
                font-style: italic;
                display: block;
            }
        .post-header > img {
            float: left;
        }
    .author {
        color: #8d8d8d;
        font-size: 16px;
    }
    .title {
        font-size: 46px;
        line-height: 60px;
        margin-top: 15px;
        margin-bottom: 30px;
        font-family: Open Sans;
    }
    .subtitle {
        font-style: italic;
        font-size: 24px;
    }
    .content > p {
        margin-top: 35px;
        font-size: 20px;
        line-height: 30px;
    }
.footer {
    width: 100%;
    margin-top: 60px;
    border-top: 1px solid #dadada;
    background-color: #f9f9f9;
}
    .footer-links {
        padding-bottom: 10px;
        margin-left: 10px;
    }
