/* News Module Styles */
.newsModuleWrpr {margin-bottom:50px;}
.newsModuleWrpr .paging {float:none;}
.newsModuleWrpr .item .aside { min-width:100px; }

.newsFilterLeftWrpr {width:55%;float:left;}
.newsFilterRightWrpr {float:right;width:40%;text-align:right;}
.newsFilterMonthWrpr {}
.newsFilterMonth {width: 85px;}
.newsFilterYearWrpr {}
.newsFilterYear {width: 85px;}

.newsFilterCat {min-width:200px;}
.newsFilterSearchBtn {}
.newsFilterSearchType {}
.newsPhotoRight {float:right;margin: 15px 0px 15px 15px;}

.newsItemsWrpr {padding:0px 0px 20px 0px;}
.newsItemWrpr {padding:0px 0px 25px 0px;}
.newsItemWrpr .newsItemPhoto {float:left; display:inline; margin:0 0 12px 0;}

.newsItemWrpr .newsItemImg {float: left;padding-left: 12px;margin-top: 00px;margin-right:20px;}
.newsItemWrpr .newsItemImg img{width:70px;height:60px;}
.newsItemWrpr .newsItemDescr {}
.newsItemWrpr .newsItemDescr p {padding:0 0px;}
.newsItemWrpr .newsItemDescr h2 {font-size:13px;font-family:arial;margin:0px;padding:0px;}
.newsItemWrpr .newsItemDescr h2 a{font-size: 13px;color: #7AAFDF;font-weight: bold;text-decoration: none;}
.newsItemWrpr .moreLink {text-align:right;color: #7AAFDF;text-decoration: none;font: bold 11px Arial;}

.newsSummaryWrpr {}
.newsSummaryWrpr .mod {background:none;}
.newsSummaryWrpr h2 { color: #394A43; letter-spacing: 2px; margin: 0px 0px 10px; padding: 0px 0px 6px; font: bold 11px Georgia; text-transform: uppercase; border-bottom: 1px solid #D6CEAD; }
.newsSummaryBackgroundWrpr {}
.newsSummaryImage {float:left;}
.newsSummaryDesc { border-bottom: 1px dotted #BAC9C2; margin: 0px 0px 10px; padding: 0px 0px 10px; font-size:12px;}
.newsSummaryViewAll {text-align:right;}

.date,
.dateStamp,
.dateTime {
	font-weight:bold;
	display:block;
	margin:0;
}

.newsDetail.article .aside img {
	max-width:100% !important;
}

@media only screen and (min-width:48em){
	
	.news-filter,
	.filterOptions	{
		display: table;
		width: 100%;
	}
	
	.news-filter > div,
	.filterOptions > div {
		display: table-cell;
		vertical-align: bottom;
		padding: 0 20px 0 0;
	}
	
	.filterActions {
		white-space: nowrap;
		padding-right:0;
	}
	
	.news-filter select,
	.news-filter .btn {
		margin:0 !important;
	}
	
	.newsDetail.article > .aside {
		max-width:50%;
	}

}