/* NEWS LIST STYLES ############################################################*/

#contentMain .news-list-item {
    clear: both;
    margin-bottom: 1.6666em;
}

#contentMain .news-list-item h3 {
    margin-bottom: 1.25em;
    font-size: 1em;
}

#contentMain .news-list-item h3 span {
    margin-right: 0.4166em;
}

#contentMain .news-list-item img {
    float: left;
    margin-right: 1.6666em;
}


/* NEWS SINGLE STYLES ############################################################*/

.news-single-timedata {
    font-weight: bold;
    font-size: 1.1em;
    color: #5E8F35;
    margin-bottom: 0.4166em;
}

#contentMain .news-single-item h2 {
    font-size: 1.4em;
}

#contentMain .news-single-item h3 {
    font-weight: normal;
    font-size: 1em;
    margin-bottom: 1em;
}

.news-single-img {
    float: left;
    margin-right: 1.6666em;
}

.news-single-additional-info {
    clear: both;
    margin-top: 0.8333em; 
   border-top: 0.0833em solid #9CCF73;
    padding-top: 0.8333em;
}

.news-single-additional-info dt {
    margin-bottom: 0.4166em;
    font-weight: bold;
}

.news-single-additional-info dd img {
    margin-right: 0.4166em;
}

.news-single-backlink {
    margin-top: 1.6666em;
}

.news-single-backlink a {
    float: right;
}   
