/* HERO */

#hero {
	height: 230px;
}

#hero-inner {
	height: 200px;
	background: url(../images/news/hero-news.jpg) no-repeat;
}

/* CONTENT */

#content .section-inner {
	position: relative;
	padding: 25px 0 50px 0;
	overflow: hidden;
}

#main-content {
	width: 594px;
	float: left;
}

.section-inner h2 {
	position: relative;
	top: 0;
	left: 0;
	width: 450px;
	height: 41px;
	margin: 15px 0 15px 40px;
	text-indent: 0;
}

#news-feed {
	margin-left: 40px;
	width: 594px;
	padding-top: 8px;
	background: url(../images/news/news-feed-top-bottom.png) top no-repeat;
}

.news-feed-inner {
	padding-bottom: 7px;
	width: 594px;
	background: url(../images/news/news-feed-top-bottom.png) bottom no-repeat;
}

.news-feed-inner h3 {
	text-transform: uppercase;
	font-size: 1.8em;
	color: #000;
	padding-bottom: 20px;
	width: 450px;
}

.news-feed-wrapper {
	background: url(../images/news/news-feed-rpt.png) repeat-y;
	padding: 15px 202px 0 20px;
	width: 372px;
	position: relative;
}

.article .news-feed-wrapper {
	padding: 15px 20px 0 20px;
	width: 554px;
}

ul.navigation {
	position: absolute;
	right: 10px;
	text-align: right;
	top: 15px;
	padding-bottom: 20px;
	width: 120px;
	display: block;
}

ul.navigation.below {
	bottom: 0;
	top: auto;
}

ul.navigation li {
	display: block;
	margin-right: 10px;
}

ul.navigation li a {
	font-size: 1.2em;
}

ul.news-feed li {
	position: relative;
	height: 185px;
}

ul.news-feed li h3,
.news-article h3 {
	text-transform: none;
	margin: 0 0 2px 0;
	padding: 0;
	font-size: 1.4em;
	line-height: 1.2em;
	width: 300px;
}

.news-article h3 {
	font-size: 2em;
	width: 484px;
	margin-bottom: 1em;
}

ul.news-feed li h3 a {
	color: #1c96fa;
	text-decoration: none;
}

ul.news-feed li h3 a:hover {
	text-decoration: underline;
}

ul.news-feed li p.date,
.news-article p.date {
	font-size: 1.1em;
	color: #666;
	margin-bottom: 5px;
}

ul.news-feed li p,
.news-article p {
	font-size: 1.2em;
	line-height: 1.5;
	margin-bottom: 10px;
}

ul.news-feed li p.read-more {
	position: absolute;
	bottom: 26px;
	right: 0;
	margin-top: 20px;
	text-align: right;
	font-size: 1.2em;
}

ul.news-feed li p.read-more a {
	color: #1c96fa;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
}

ul.news-feed li p.read-more a:hover {
	text-decoration: underline;
}

.news-article .the-content {
	clear: both;
	position: relative;
	padding-bottom: 10px;
}

.news-article {
	padding-bottom: 10px;
}

.social-media-share {
	float: left;
	width: 160px;
}

.social-media-share .facebook {
	width: 90px;
}

.social-media-share .twitter {
	display: block;
	float: left;
	width: 55px;
	padding-right: 5px;
}

.meta-bar {
	clear: both;
	float: left;
	width: 100%;
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: 1px solid #eee;
}

.meta-bar p.date {
	display: block;
	float: right;
	font-size: 1.1em;
	padding: 3px 0;
	color: #999;
	margin: 0;
	text-align: right;
	width: 385px;
}

.news-article .the-meta {
	margin: 10px 0;
}

.news-article .the-meta h4 {
	clear: both;
	font-size: 1.2em;
	line-height: 1.4em;
	float: left;
	margin-right: 10px;
	width: 90px;
}

.news-article .the-meta p {
	margin-bottom: 5px;
	width: 385px;
	margin-left: 100px;
}

ul.news-feed li div.image {
	position: absolute;
	right: -185px;
	top: 0;
	width: 153px;
	height: 155px;
	overflow: hidden;
	background: url(../images/news/news-img-bg.png) no-repeat;
}

ul.news-feed li div.image a {
	width: 150px;
	height: 150px;
	overflow: hidden;
	display: block;
}

ul.news-feed li div.image a img {
	border: 0;
}

.news-article div.image {
	clear: both;
	background: none;
	float: none;
	margin: 0 0 10px 0;
	border-top: 1px solid #eee;
}

.news-article div.image img {
	display: block;
	margin: 13px auto;
	border: 0;
	-webkit-box-shadow: #999 2px 2px 3px;
	-moz-box-shadow: #999 2px 2px 3px;
	box-shadow: #999 2px 2px 3px;
}

.news-article .back-link {
	position: absolute;
	right: 25px;
}

.news-article .back-link a {
	font-size: 1.2em;
}

.news-article .the-meta .back-link {
	bottom: 20px;
}

