
/* NEWSFEED MODULE */

#newsFeed {
	float: left;
	text-align: left;
	width: 447px;
	height: 392px;
	background: url(../images/bg-insider.png) no-repeat;
	position: relative;
	color: #7e6d58;
	padding-left: 13px;
}

#newsFeed h3 {
	font-size: 12px;
	text-transform: uppercase;
	margin: 0 0 5px 0;
	padding: 0;
	float: left;
	color: #0f2e55;
}

#newsFeed h3 a, #newsFeed h3 a:visited {
	color: #0f2e55;
}

#newsFeedItems {
	width: 425px;
	height: 273px;
	overflow: hidden;
	position: relative;
	margin-top: 66px;
	background-color: #fff;
}

#newsFeed ul {
	list-style: none;
	position: absolute;
	top: 0;
}

#newsFeed ul li {
	border-top: 1px solid #dddcd4;
	clear: both;
	float: left;
	height: 90px;
	font-size: 11px;
	width: 425px;
}

#newsFeed ul li img.thumbnail {
	float: left;
	margin-right: 7px;
}

#newsFeed ul li div.newsContent {
	height: 58px;
	overflow: hidden;
	padding: 8px 16px 0 5px;
	line-height: 14px;
}

#newsFeed ul li div.newsContent div.pubDate {
	float: right;
	font-weight: bold;
	text-transform: uppercase;
	color: #39aab3;
}

#newsFeed ul li div.newsContent p {
	clear: both;
}

#newsFeed .more {
	overflow: hidden;
}

#newsFeed #tallfeatured .more {
	clear: both;
	float: left;
	background-color: #fff;
	margin-top: 5px;
	padding: 0 9px;
}

#newsFeed a.readMore {
	padding-right: 12px;
	background: url(../images/insider-sprite.png) no-repeat 0 0;
	text-transform: uppercase;
	color: #f37021;
	font-weight: bold;
	text-decoration: none;
	margin-left: 5px;
	display: block;
	text-indent: -9999px;
	width: 90px;
}

#newsFeed a.viewAll {
	display: block;
	width: 94px;
	height: 40px;
	background: transparent url(../images/insider-sprite.png) no-repeat 0 -92px;
	position: absolute;
	left: 11px;
	bottom: 13px;
}

#newsFeed a.viewAll:hover {
	cursor: pointer;
	background-position: -102px -92px;
}

#newsFeed div.arrow {
	position: absolute;
	right: 50px;
	outline: none;
	padding: 0;
	width: 25px;
	height: 20px;
	cursor: pointer;
}

#newsFeed #up {
	background: transparent url(../images/insider-sprite.png) no-repeat 0 -13px;
	top: 28px;
	right: 100px;
	height: 39px;
	width: 48px;
}

#newsFeed #down {
	background: transparent url(../images/insider-sprite.png) no-repeat 0 -52px;
	bottom: 14px;
	right: 100px;
	height: 39px;
	width: 48px;
}

#newsFeed #up.off, #newsFeed #up.off:hover {
	background-position: -51px -13px;
	cursor: default !important;
}

#newsFeed #down.off, #newsFeed #down.off:hover {
	background-position: -51px -52px;
	cursor: default !important;
}

#newsFeed #up:hover, #newsFeed #down:hover {
	cursor: pointer;
}

#newsFeed #up:hover {
	background-position: -102px -13px;
}

#newsFeed #down:hover {
	background-position: -102px -52px;
}	

#newsFeed .rss {
	display: block;
	text-indent: -9999px;
	position: absolute;
	top: 45px;
	right: 22px;
	height: 15px;
	width: 42px;
	background: url(../images/rss.png) no-repeat;
}


/* TALL VERSION */

#newsFeed.tall {
	height: 602px;
	background-image: url(../images/bg-insider-tall.jpg);
	margin: 9px 0 0 9px;
	padding-left: 14px;
	width: 441px;
}

#newsFeed.tall #newsFeedItems {
	margin-top: 54px;
}

#newsFeed.tall #up {
	top: 255px;
	left: 136px;
}

#newsFeed.tall #down {
	left: 136px;
	bottom: -4px;
}

#newsFeed.tall div.arrow {
	left: 136px;
}

#newsFeed.tall a.viewAll {
	margin-left: 0px;
	margin-right: 20px;
	float: right;
	left: 323px;
	bottom: -5px;
}

#newsFeed.tall #tallfeatured {
	top: 55px;
	position: relative;
	display: block;
	width: 430px;
	height: 240px;	
}

#newsFeed.tall #tallfeatured img {
	z-index: 0;
	position: absolute;	
}

#newsFeed.tall #tallfeatured #feature-info {
	position: relative;
	top: 106px;
	text-transform: uppercase;
}

#newsFeed.tall #tallfeatured #feature-info p.title,
#newsFeed.tall #tallfeatured #feature-info div.feature-date {
	font-size: 22px;
	font-weight: bold;
	color: #236e7d;
	background-color: #FFF;
	padding: 5px 8px;
	display: inline;
	float: left;
	margin-top: 1px;
}

#newsFeed.tall #tallfeatured #feature-info p.title {
	max-width: 350px;
	clear: both;
	color: #37aab3;
}

#newsFeed.tall #tallfeatured #feature-info div.feature-date {
	font-size: 13px;
	padding: 0 9px;
	float: left;
	display: inline;
}

#newsFeed.tall #tallfeatured #feature-info a.readMore {
	font-size: 11px;
	margin: 0;
	clear: both;
	padding: 0;
	float: left;
	background: #FFFFFF url(../images/insider-sprite.png) no-repeat scroll 0px 1px;
	width: 102px;
}

#newsFeed.tall #tallfeatured .featured-rss {
	display: block;
	position: absolute;
	bottom: 1px;
	right: 5px;
	text-indent: -9999px;
	height: 25px;
	width: 80px;
	background: url(../images/insider-sprite.png) no-repeat 0 -132px;
}



/* ie6 hacks */

* html #newsFeed a.readMore { margin-left: 130px; }
