a
{
    text-decoration: none;
}

.post-title {
    font-size: x-large;
    color: #222;
    margin-bottom: 0.2em;
    margin-top: 0.2em;
}

.post-avatar {
    border-radius: 50px;
    float: right;
    margin-left: 1em;
}
.post-description {
    font-family: Georgia, "Cambria", serif;
    color: #444;
    line-height: 1.8em;
}
.post-meta {
    color: #999;
    font-size: 90%;
    margin: 0;
}

.post-author {
    margin: 0 0.1em;
    padding: 0.3em 1em;
    color: #fff;
    background: #999;
    font-size: 80%;
}
    .post-author-news {
        background: #5aba59;
    }
    .post-author-jobOffer {
        background: #4d85d1;
    }
    .post-author-proposition {
        background: #8156a7;
    }
    .post-author-other {
        background: #df2d4f;
    }

.post-images {
    margin: 1em 0;
}
.post-image-meta {
    margin-top: -3.5em;
    margin-left: 1em;
    color: #fff;
    text-shadow: 0 1px 1px #333;
}

.content-subhead {
    text-transform: uppercase;
    color: #777;
    border-bottom: 1px solid #eee;
    padding: 0.4em 0;
    font-size: 80%;
    font-weight: 500;
    letter-spacing: 0.1em;
}
