/* 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: left; height: 1px; border: 1px solid #fff; }
.news-latest-container hr.clearer { clear: left; }

/* List view */
.news-list-item { height: 1%; /* IE hack */ height: auto !important; /* IE hack end */ margin-bottom: 1em; background: url(img/subnav_bullet_hover.png) no-repeat left 2px; }
.news-search-form { padding: 3px; margin-bottom: 5px; border: 1px solid #666; background-color: #f9ffe5; }
.news-list-container h3 { margin: 2px 0 0.5em 0; font-size: 1.1em; font-weight: bold; }
.news-list-content { margin-left: 15px; }
.news-list-date { display: block; clear: both; float: left; width: 40px; margin-right: 10px; padding-right: 10px; background: url(img/subnav_bullet_hover.png) no-repeat right 4px; }
.news-list-date span { display: block; text-align: center; }
.news-list-date .dmonth { color: #999; line-height: 1.3em; }
.news-list-date .dday { font-size: 1.1em; color: #999; font-weight: bold; margin-top: 2px; }
.news-list-subheader p { display: inline; }
.news-list-imgcaption { float: right; padding-top: 3px; padding-right: 3px; font-size: 9px; }
.news-list-container img { float: left; margin: 0 1em 1em 0; }
.news-list-category img { float: none; margin: 0; }
.news-list-morelink { display: inline; margin-left: 5px; }
.news-list-browse { text-align: center; }

/* Single view */
.news-single-subheader { font-weight: bold; }
.news-single-item h3 { margin-bottom: 15px; font-size: 1.4em; }
.news-single-img { float: left; margin: 0 1em 1em 0; }
.news-single-imgcaption { padding: 0.2em; clear: both; margin: 0; }
.news-single-category { float: right; }
.news-single-backlink  { text-align: center; }
.news-single-timedata { display: block; float: left; width: 40px; margin-right: 1em; padding-right: 10px; background: url(img/subnav_bullet_hover.png) no-repeat right 2px; }
.news-single-timedata span { display: block; text-align: center; }
.news-single-timedata .dmonth { color: #999; line-height: 1.3em; }
.news-single-timedata .dday { font-size: 1.1em; color: #999; font-weight: bold; margin-top: 2px; }
.news-single-author { padding-bottom: 3px; }
.news-single-related dt, .news-single-links dt, .news-single-files dt { font-weight: bold; }