.article
{
    padding: 10px;
}

.article-image
{
    width:445px;
    overflow:hidden;
}


.article .title
{
    position: relative;
        /*padding-top: 5px;*/
    font-size: 24px;
    color: #415968;
}
.article .published
{
    position: absolute;
    top: 0;
    right: 0;
    font-size: 12px;
    font-weight: bold;
}
.article .lead
{
    font-size:17px;
    color: #415968;
}
.article .body
{
    font-size:14px;
    color: #415968;
}