

/*-----------------------------------  clearer  -----------------------------------*/
/* prevent floated images from overlapping the div-containers they are wrapped in  */




.news-list-container HR.clearer, .news-single-item HR.clearer, .news-latest-container HR.clearer{
	clear:right;
        display:none
}

.news-latest-container HR.clearer {
	clear:left;
        display:none
}

.news-latest-item, .news-list-item {
                  border: 1px solid #346;
                  padding: 0.5em;
                  margin: 0.5em
}

.news-latest-date, .news-list-date { 
                  float: right;
}

.news-latest-date a {
                      text-decoration: none;
                      display: block;
                      border-bottom: 1px dotted #346
}

.news-latest-item h3, .news-list-item h3 {
                     display: block;
                      border-bottom: 1px dotted #346
}

.news-latest-item h3 a, .news-list-item h3 a {
                      text-decoration: none
}
