article.post .post-date .year {
    display: block;
    background: #000;
    border-radius: 0 0 2px 2px;
    color: #FFF;
    font-size: 0.9em;
    line-height: 1.8;
    padding: 1px 10px;
    text-transform: uppercase;
    font-weight: bold;
}

p {
    color: rgb(65, 65, 65);
    line-height: 26px;
    margin: 0 0 20px;
}
