/* @override http://sarp/css/article.css */

ul#article-list {
	margin-right: 40px;
}
ul#article-list li {
	list-style: none;
	margin-left: 0;
	overflow: hidden;
	margin-bottom: 20px;
}

ul#article-list li .image {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	margin-top: -4px;
	background: url(../images/image_shadow_sm.jpg);
	padding: 10px;
	height: 65px;
}

li.article h3 {
	font-size: 12px;
	margin-bottom: 0px;
}
.article div.date {
	color: #1a3845;
	font-weight: bold;
	margin-bottom: .5em;
}

div.news-story h1 {
	margin-bottom: 4px;
}
div.news-story span.date {
	color: #1a3845;
	display: block;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 1em;
}

div.news-story div.image {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	padding: 0;
	background: url(../images/image_shadow_top.jpg);
}

div.news-story div.image img {
	float: right;
	padding: 10px;
	background: url(../images/image_shadow_bot.jpg) no-repeat left bottom;
}

/* @group Homepage */

#featured_articles {
	overflow: hidden;
	margin-bottom: 20px;
}

#featured_articles h2 {
	margin: 0 0 10px;
	font-weight: normal;
	font-size: 22px;
}

#featured_articles h2 span{
	font-weight: bold;
}

.featured-article {
	float: left;
	width: 47%;
	margin-left: 5%;
}

.featured-article.first {
	margin-left: 1%;
}

.featured-article .image {
	float: left;
	margin-right: 10px;
	margin-left: -6px;
	background: url(../images/image_shadow_sm.jpg);
	padding: 10px;
	height: 65px;
}

.home-wrapper .featured-article h1 {
	font-size: 16px;
	font-weight: normal;
	margin-top: 5px;
}

.home-wrapper .featured-article h1 a {
	text-decoration: none;
}

.home-wrapper .featured-article .date {
	font-size: 12px;
	margin-top: 5px;
}

/* @end */

