/******************************************************************************
 ****************************************************************** NEWS WIDGET
 */
.sm2-news-widget {
	width:300px;
	float:right;
}
.sm2-news-widget h1 {
	font-size:larger;
}
.sm2-news-widget ul {
}
.sm2-news-widget ul li {
	margin-top:5px;
}

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

.sm2_news_featuredArticles .article {
	float:left;
	width:47%;
	margin-bottom:20px;
	position:relative;
}
.sm2_news_featuredArticles .article.withSpacing {
	margin-right:6%;
}

.sm2_news_featuredArticles .article img.thumbnail {
	float:left;
	width:80px;
	height:50px;
	border: 1px solid #ccc;
	background:#fff;
	padding:1px;
	margin-right:20px;
}

.sm2_news_featuredArticles .article h1 {
	text-align:left;
	font-size:1.8em;
	font-weight:normal;
	margin-bottom:0.3em;
	color:#3c3667;
}

.sm2_news_featuredArticles .article a.title {
	text-decoration:none;
	font-weight:bold;
	font-size:0.7em;
	color:#3c3667;
}

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

.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;
	float:right;
	font-weight:700;
	margin-top:6px;
	text-decoration:none;
}

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

.sm2_news_featuredArticles .first.article img.thumbnail {
	width:100px;
	height:89px;
}

.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:310px;
	float:left;
}

.sm2_news_recent .categories .category h2.title {
	font-size:larger;
	font-weight:normal;
}
.sm2_news_recent .categories .category h2.title a {
	text-transform:uppercase;
	color:#418389 !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 {
	color:#3c3667;
	
}
.sm2_news_article p {
	
}
.sm2_news_article .photo {
	border:1px solid #ccc;
	padding:3px;
	
}

.sm2_news_article ul.links li {
	display:inline;
}

.sm2_news_article ul.links li a{
	text-decoration:none;
	margin:0 15px 0 0;
}

.sm2_news_article ul.links li a:hover{
	background:none;
}

.sm2_news_article ul.links li a img{
	border:none;
}

/******************************************************************************
 *********************************************************** 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;
}