/*news_view*/

#news_view * {
	margin: 0;
	padding: 0;
}

#news_view	 {
	background: #fff;
	color: #3e3e3e;
	font: 12px 'Myriad Pro', 'Helvetica Neue', Arial, sans-serif;
	line-height: 16px;
}

#news_view span.clear,
#news_view div.clear,
#news_view li.clear,
#news_view dd.clear {
	background: none;
	border: 0;
	clear: both;
	display: block;
	float: none;
	font-size: 0;
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

#news_view .clearfix:after {
	clear: both;
	content: '.';
	display: block;
	visibility: hidden;
	height: 0;
}

#news_view .clearfix {
	display: block;
}

#news_view p {
	margin-bottom: 10px;
}

#news_view h1 {
	font: 60px Georgia, 'Time New Roman', serif;
	margin-bottom: 15px;
	color: #000;
}

#news_view h2 {
	font: bold 20px Georgia, 'Time New Roman', serif;
	margin-bottom: 5px;
	color: #000;
}

#news_view h3 {
	color: #2e526b;
	font-family: Georgia, 'Time New Roman', serif;
	font-style: italic;
	font-size: 14px;
	margin-bottom: 5px;
}

#news_view a {
	color: #2e526b;
	font-family: Georgia, 'Time New Roman', serif;
	font-style: italic;
	text-decoration: underline;
}

#news_view h1 a,
#news_view h2 a,
#news_view h3 a {
	color: #000;
	text-decoration: none;
	font-style: normal;
}

#news_view h1 a:hover,
#news_view h2 a:hover,
#news_view h3 a:hover {
	color: #2e526b;
}

#news_view #news_view_top_story {
	padding: 10px 10px 0 10px;
}

#news_view #news_view_top_story_summary {
	border-right: 1px solid #ccc;
	float: left;
}

#news_view #news_view_top_story_summary h2 {
	padding-right: 20px;
}

#news_view #news_view_top_story_summary p {
	font-size: 20px;
	line-height: 1.4;
	padding-right: 20px;
}

#news_view #news_view_top_story_credits {
	border-left: 1px solid #ccc;
	margin-left: -1px;
	padding-left: 10px;
	float: left;
}

#news_view #news_view_top_img {
	margin-bottom: 10px;
	max-width: 250px;
	max-height: 250px;
}

#news_view #news_view_story_list {
	border-bottom: 2px solid #cfd8dd;
	border-top: 2px solid #cfd8dd;
	margin: 10px 0 5px 0;
	padding: 10px;
	background: url(../img/stories_bg.jpg) repeat-x left top;
}

#news_view #news_view_story_list .loading {
	background: url(../img/newsview_load.gif) center center no-repeat;
	display: block !important;
}

#news_view #news_view_story_list .loading * {
	display: none;
}

#news_view #news_view_story_list .error_message {
	position: relative;
}

#news_view #news_view_story_list .error_message p {
	position: absolute;
	font-size: 153.9%;
	height: 40px;
	line-height: 45px;
	width: 230px;
	padding-left: 40px;
	background: url(../img/stop.png) left center no-repeat;
}

#news_view .news_view_story {
	float: left;
	width: 20%;
}

#news_view #news_view_footer {
	font-family: Georgia, 'Time New Roman', serif;
	padding: 10px;
}

#news_view #news_view_footer li {
	float: left;
	margin-right: 10px;
}

#news_view #news_view_sources {
	float: right;
}

#news_view #news_view_pagelinks span {
	float: left;
	display: block;
	padding-right: 10px;
}

#news_view #news_view_pagelinks li a {
	padding: 5px 7px;
	display: block;
	background: #666;
	color: #fff;
	font: bold 10px 'Myriad Pro', 'Helvetica Neue', Arial, sans-serif;
	text-decoration: none;
	margin-top: -3px;
	cursor: pointer;
}

#news_view #news_view_pagelinks li a:hover {
	background: #000 !important;
	color: #fff !important;
}

#news_view li.news_view_current_page a {
	background: #fff !important;
	color: #000 !important;
	font-weight: bold;
	cursor: auto;
}

#news_view .news_view_story_divider {
	border-top: 1px solid #959798;
	clear: both;
	margin-bottom: 15px;
}

#news_view .caps {
	text-transform: uppercase;
}

#news_view .hidden {
	display: none;
}