*.*{
    margin: 0;
    padding: 0;
    text-indent: 0;
}

ul.association_post{
    list-style-type: none;
}

ul.association_post .post{
    margin: 0 25px 0 0;
}

ul.association_post .post img{
    max-width: 100%;
    margin: 5px 0 10px 0;
}

ul.association_post .post .post-date{
    width:80px;
    height: 87px;
    background-color: #378B69;
    float:left;
    margin:0 10px 10px 0;
}

ul.association_post .post .post-date .post-year{
    text-align: center;
    background-color: #000;
    color: #fff;
    font-weight: bold;
}
ul.association_post .post .post-date .post-day{
    text-align: center;
    margin: 0 auto;
    color: #fff;
    font-weight: bold;
    font-size: 200%;
}

ul.association_post .post .post-date .post-month{
    text-align: center;
    color: #fff;
    background-color: #ccc;
    font-size: 90%;
}

ul.association_post .post .post-content .post-title{
    font-weight: bold;
    font-size: 135%
}

ul.association_post .post .post-content .content{
    text-align: justify;
}


