/******************************************************************************
 ****************************************************************** NEWS WIDGET
 */
.sm2-news-widget {
	float:right;
}
.sm2-news-widget h1 {
	font-size:larger;
}
.sm2-news-widget ul {
	margin:10px 0 20px 15px !important;
}
.sm2-news-widget ul li {
	margin:10px 0 0 0 !important;
	
}
.sm2-news-widget ul li a {
	color:#333;
}
	.sm2-news-widget ul li a:hover {
		color:#C85500;
	}
	
	

/******************************************************************************
 **************************************************** FEATURED ARTICLES SECTION
 */
.sm2_news_featuredArticles {
	font-size:1em;
}

.sm2_news_featuredArticles .article {
	float:left;
	width:295px;
	margin-bottom:20px;
	position:relative;
}

.sm2_news_featuredArticles .article.withSpacing {
	margin-right:35px;
	clear:both;
}

.sm2_news_featuredArticles .article img.thumbnail {
	float:left;
	border: 1px solid #ccc;
	background:#fff;
	padding:1px;
	margin:10px 15px 10px 0;
	width:92px;
	height:60px;
}

.sm2_news_featuredArticles .article h2 {
	text-align:left;
	font-size:14px !important;
	font-weight:normal;
	margin:0 !important;
	padding:15px 0 0 0 !important;
}

	.sm2_news_featuredArticles .article.first h2 {
		font-size:18px !important;
	}

.sm2_news_featuredArticles .article a.title {
	text-decoration:none;
}

	.sm2_news_featuredArticles .article a.title:hover {
		color:#ac0000;
	}

.sm2_news_featuredArticles .article p {
	margin:0;
	padding:0 !important;
}

.sm2_news_featuredArticles a.more {
	float:right;
	text-decoration:none;
	display:inline;
	padding:0 0 0 14px;
	background:url(/common/images/arrows.png) left center no-repeat;
	color:#004E89 !important;
	float:right;
	font-size:0.9em !important;
	font-weight:700;
	text-decoration:none;
}

	.sm2_news_featuredArticles a.more:hover {
		color:#ac0000 !important;
	}

/**
 * Featured Article
 * Based on news articles, but with a few minor tweaks
 */
.sm2_news_featuredArticles .article.first {
	float:none;
	width:100%;
	font-size:1.1em;
}

.sm2_news_featuredArticles .first.article img.thumbnail {
	width:162px;
	height:134px;
}

.sm2_news_featuredArticles .first.article .article p {
	/* This ensures the text doesn't wrap around the image */
	padding-left:120px;
}


/******************************************************************************
 ************************************************************* RECENT NEWS PAGE
 */
/**
 * News Articles
 */
.sm2_news_recent .nothing {
	text-align:center;
	padding:10px;
	font-size:larger;
	color:#666;
}

/**
 * News Categories
 */
.sm2_news_recent .categories {
	clear:both;
	margin-top:40px;
}

.sm2_news_recent .categories .category {
	margin:0 20px 40px 0;
	width:142px;
	float:left;
}

.sm2_news_recent .categories .category h2.moreon {
	font-size:1.0em !important;
	line-height:1.0em;
	font-weight:normal !important;
	color:#75AE29 !important;
}
.sm2_news_recent .categories .category h3.title{
	margin:0 !important;
	font-weight:normal !important;
	color:#75AE29 !important;
	font-size:1.3em !important;
}
.sm2_news_recent .categories .category h3.title a {
	text-transform:uppercase;
	color:#75AE29 !important;
	font-weight:normal !important;
	text-decoration:none;
}

.sm2_news_recent .categories .category ul {
	list-style:disc;
	list-style-position:outside;
	margin-left:20px;
	padding:15px 0 !important;
}

/******************************************************************************
 ***************************************************************** ARTICLE PAGE
 */
.sm2_news_article {
	
}
.sm2_news_article h1 {
	
}
.sm2_news_article p {
	
}
.sm2_news_article .photo {
	border:1px solid #ccc;
	padding:3px;
	
}

/******************************************************************************
 *********************************************************** ARCHIVED NEWS PAGE
 */
.sm2_news_archive {
	
}
.sm2_news_archive .navigation {
	padding:3px;
	background:#357;
	color:#fff;
	text-align:center;
}

	.sm2_news_archive .navigation a {
		color:#fff !important;
	}
.sm2_news_archive .prev {
	float:left;
	font-weight:normal;
}
.sm2_news_archive .next {
	float:right;
	font-weight:normal;
}
.sm2_news_archive .article {
	margin-top:20px;
}
.sm2_news_archive .article h3 {
	
}
.sm2_news_archive .article h3 .date {
	font-weight:normal;
	font-size:12px;
	font-style:italic;
}
