
.newsCategories {
	width: 150px;
	float: left;
	padding: 10px;
}

.newsPosts {
	width: 500px;
	float: left;
	padding: 10px;
}

.newsUtility {
	width: 200px;
	float: right;
	padding: 10px;
}

.shortPost {
	width: 215px;
	float: left;
	margin-right: 60px;
	margin-top: 20px !important;
	margin-bottom: 20px !important;
}

.newsLink {
	text-transform: uppercase;
	display: block;
	text-decoration: none;
	padding: 15px 0;
	font-family: "adelle";
	font-size: 12px;
	border-top: 1px solid #ccc;
}

.newsContinueBT {
	font-family: "adelle";
	font-weight: 500;
	font-size: 12px;
	text-transform: uppercase;	
	display: inline-block;
	padding: 5px 15px;
	background-color: #00355f;
	text-decoration: none;
	color: #fff;
		transition: all .3s linear;
		-moz-transition: all .3s linear;
		-ms-transition: all .3s linear;
		-webkit-transition: all .3s linear;
		-o-transition: all .3s linear;
}

.shortPost .newsContinueBT {
	font-size: 10px;
}

.newsContinueBT:hover {
	color: #fff;
	background-color: #333;
}

.shortPostTitle {
	display: block;
	min-height:  30px;
	margin: 5px 0;
}

.shortPostPreview {
	font-size: 12px;
	display: block;
	min-height:  85px !important;
	margin: 5px 0;
}

.NewsPostDate {
	font-weight: 700;
	font-size: 12px;
	font-family: "adelle";
	margin: 3px 0;
	padding: 3px 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.NewsPreviewPicture {
	border:3px solid #fff;
	box-shadow: 0 0 10px #666;
	margin: 10px 0;
}

.NewsPreviewPictureSmall {
	border:1px solid #fff;
	box-shadow: 0 0 10px #666;
	margin: 5px 0;
}

h2 a, h5 a {
	text-decoration: none;
}