﻿/********************************************

	News Articles

********************************************/

.NewsArticleSummary {
	color: #fff;
	padding: 10px;
}

.NewsArticleSummary .Date {
	color: #fff;
	font-size: 0.85em;
	padding-bottom: 4px;
}

.NewsArticleSummary h3 {
	color: #fff;
	font-size: .85em;
	margin-bottom: 6px;
}

.NewsArticleSummary .HotPick {
	color: #939598;
	font-size: .85em;
	margin-bottom: 6px;
}

.NewsArticleSummary .MoreLink {
	color: #fff;
	font-size: .85em;
	margin: 5px 0 0;
}

/**************************************************

	News

***************************************************/
#NewsContentMain {
	color: #333;
	font-size: .85em;
	min-height: 190px;
	padding: 0 15px;		/*  May need to change this. currently top spacing is coming from #ContentMain p so that bottom sits flush with the footer */
	position: relative;
}

	#NewsContentMain h2 { font-size: 1.8em; }

	#NewsContentMain ul {
		line-height: 1.4em;
		margin-left: 20px;
		margin-right: 20px;
	}
	#NewsContentMain p {
	    line-height:1.5;
	}

.singleNewsItem h2 {
	font-size: 1.6em;
	margin-bottom: 5px;
	margin-top: 15px;
}

.singleNewsItem a.back {
	display: block;
	margin-top: 20px;
}

.newsItem h3 {
	font-size: 1.4em;
	margin-bottom: 5px;
	margin-top: 20px;
}

#NewsPages {
	float: left;
	margin-top: 20px;
}

#NewsPages ul {
	float: left;
	list-style: none;
}

#NewsPages ul li {
	float: left;
	list-style: none;
	margin-right: 5px;
}

#NewsPages ul li a {
	color: #999;
	text-decoration: none;
}

#NewsPages ul li a.newsPage {
	border: 1px solid #ccc;
	padding: 2px 5px 2px 5px;
	display: block;
	background-color: #fff;
}

#NewsPages ul li a.newsPage_Sel {
	background-color: #999;
	border: 1px solid #999;
	color: #fff;
	display: block;
	font-weight: bold;
	padding: 2px 5px;
}


/**************************************************

	NewsFooter

***************************************************/

#LatestNewsFooter {
	margin-top: 5px;
	padding-left: 10px;
	width: 195px;
}

	#Footer #LatestNewsFooter { float: left; }

#LatestNewsFooter img {
	margin-right: 1px;
	vertical-align: middle;
}

#LatestNewsFooter a {
	margin-right: 10px;
	font-size: .75em;
	color: #fff;
}