/* MODULES 
THE FOLLOWING CLASSNAMES ARE USED FOR MENU JS SCRIPT FUNCTIONALITY AND SHOULD BE AVOIDED FOR STYLE PURPOSES:
static
item
group
itemTarget
island
immutable
*/

/* global styles */
.smallThumb{
	width: 120px;
	height: 90px;	
}

.storyFL {
	float: left;
	margin-right: 5px;
	clear: left;	
}
.storyFR {
	float: right;
	margin-left: 5px;		
	/*padding-bottom: 8px;*/
}


/* Email Signup */
.dailyEmail {
	/*float: right;*/
	margin-bottom: 8px;
	padding-top: 12px;
	position: relative;
	/*width: 300px;*/
	text-align: center;
	/*background: url('/assets/images/email_grad.gif');*/
	background:#E1E2E3 none repeat scroll 0 0;
	left:-10px;
}

.dailyEmail .emailField {
	position: relative;
	left: 18px;
	top: 1px;
	margin: 0 8px 5px 0;
	padding: 2px;
	width: 180px; 
	float: left;
	border: 1px solid #4c4c4c;
}
.dailyEmail form {
	padding: 0;
	margin:0;
}

.dailyEmail h3 {
	font-size: 15px;
	line-height: 12px;
	color: #cc0000;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	margin: 0;
	padding: 0 0 8px 0;	
}

.dailyEmail img {
	padding-bottom: 4px;
	display:none;	
}

.emailLinks {
	clear: both;
	text-transform: uppercase;
	width: 100%;
	text-align: center;
	font-size: 9px;	
	padding-bottom: 5px;
	padding-top: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* Most Viewed */

.mostViewed {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	position: relative;
	/*float: right;*/
	/*border-top: 1px solid #999;*/
	width: 300px;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
}

.mostViewed .cloak {
	display: none;
}

.mostViewed .content {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:white none repeat scroll 0 0;
border:1px solid #999999;
float:left;
padding:0 0 6px;
position:relative;
width:332px;
}

.mostViewed .mostReadBox ul {
	position: relative;
	right: 0;
	top: 0;
	padding: 0px 5px 0 5px;
	margin: 0;
	list-style: none;
}

.mostViewed .mostReadBox ul li {
	color: #cc0000;
	padding: 5px 0;
	margin:0;
	font-size: 11px;
	border: 0px solid #000;
	clear: left;
}

.mostViewed .mostReadBox .listItem {
	/*border-bottom: 1px solid #ccc;*/	
	position: relative;
	left: 6px;
	top: 0px;
	float: left;
	width: 250px;
	/*padding: 4px 0 5px 0;*/
	margin: 0;
}

.mostViewed .mostReadBox ul li .number {
	float: left;
	/*padding: 2px 0 5px 0;*/
	position: relative;
	/*top: 2px;*/
	text-align: right;
	width: 13px;	
}

.mostViewed .mostReadBox .last .listItem {
	border-bottom: none;
}	

.mostViewed a,
#secondary .mostViewed a {
	color: #000;
}

.mostViewed a:hover {
	text-decoration: underline;
	color:#cc0000
}
/* tabs */
#mostReadTabs {
	border-bottom: 1px solid #fff;
	padding: 0;
	margin:0;
	position: relative;
	top: 1px;
	left: 2px;
	float: left;
	z-index: 2;
}
* html #mostReadTabs {
	left: -1px;
	margin-bottom: -1px;
}
#mostReadTabs ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
}
#mostReadTabs ul li {
	bottom: 1px;
	list-style: none;
	display: inline;
	text-transform: uppercase;
	font-size: 10px;	
}
#mostReadTabs ul li div {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:white none repeat scroll 0 0;
border-color:#C5C5C5 #C5C5C5 #999999;
border-style:solid;
border-width:1px;
color:#CC0000;
cursor:pointer;
float:left;
height:13px;
margin-left:-2px;
padding:3px 6px;
position:relative;
top:2px;			
}

#mostReadTabs ul li div a:hover{
color:#cc0000;
}

* html #mostReadTabs ul li div {
	left: 3px;
	top: 2px;
}

#mostReadTabs ul li div.here{
	position: relative;
	z-index: 2;
	top: 2px;
	border: 1px solid #999;
	border-bottom: 1px solid #fff;
	background-color: #fff;
	color: #cc0000;
	margin-top: 0px;
	min-height: 13px;
}
* html #mostReadTabs ul li .here{ 	
	height: 14px;
}
#mostReadTabs a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* MENU MODULES */

/* Full Detail */
.fullDetail {
	color: #757575;	
}
.fullDetail img {
	color: #d1d1d1;	
}

.smallThumb {
border: 1px solid #cecece;	
}

.fullDetail .story {
	clear: both;
	padding-bottom: 5px;
}

.fullDetail .standfirst {
	float: left;
	width: 170px;
	font-family:Arial, Helvetica, sans-serif;
	color:#6C6C6C;
	
}

.standfirst{ 
	font-size:13px
	}

.fullDetail .standfirst a {
	color: #999;
}

.fullDetail .indent {
	/*background: url(/assets/images/bigredrarrow.gif);*/
	background-repeat: no-repeat;
	border: 0px solid #000;
	float: left;
	width: 170px;
	font-weight:500;
	font-size:14px;
	/*padding-left: 15px;*/	
	width: 170px;
}

.fullDetail .author a {
	color: #000;
	font-size: 11px;	
}
.fullDetail .headline a {
	font-size:14px;
}
.fullDetail .headline {
	position: relative;
	
}
.fullDetail .bottomStory {
	padding-bottom: 0;	
}
	
	
.fullDetailsRight .fullDetail .storyFL {
	float: right;
	margin-right: 0;
	margin-left: 5px;
}
.fullDetailsRight .fullDetail .storyFR {
	float: left;
	margin-left: 0;
	margin-right: 5px;
}

	
	

/* Top Story */
.topStory {
	color: #6b6b6b;
}
.topStory a {
	color: #000000;		
}

.topItem {
	float: left;	
	width: 170px;
	font-size:13px;
		font-family:Arial, Helvetica, sans-serif;
}

.topStory li a {
	color: #000;
	font-size:14px;
	
}

.topStory li a:hover {
color:#cc0000;
	
}

.topStory .headline {
font-size:14px;
font-family:Georgia, "Times New Roman", Times, serif;

}
.subsidiary {
	clear: both;	
	margin: 0;
	padding: 4px 0;
	list-style:none;	

}
.main .subsidiary {
	padding: 0 0 4px 0;
}

.subsidiary  .headline  a {
	font-size: 11px;
}

.subsidiary li {
	margin: 2px 0;
	background-image: url(/assets/images/newredrarrow.gif);
	background-repeat: no-repeat;
	background-position: 0 3px;
	padding-left: 18px;
}
.subsidiary li.camera {
	background-image: url(/assets/images/camera_icon.gif);
	background-position: 0 1px;
}

.topStory ul {
	clear: both;	
	margin: 0;
	padding: 0;
	list-style:none;	
	padding-top:4px;	
}

.topStory .main {
	margin: 4px 0 4px 0;
}

.topStory .topItem p{
	padding: 0 0 0 5px;	
}



.topItem li a {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:14px;
}


/* Bullet List */
.bulletsModule ul {
	float: left;
	margin: 0;
	padding: 0;
	list-style:none;

}
.bulletsModule li {
	background-image: url(/assets/images/bigredrarrow.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	padding-left: 15px;
	margin: 0 0 5px 0;
}
.bulletsModule ul a {
	color: #000;
	font-size: 11px;
}

/* Regulars */
.regularsModule {
	width: 318px;
	border: 1px solid #a00405;
	float: left;
}
.regularsModule .storyFL {
	padding-bottom: 0;	
}
.regularsModule .content {
	padding: 7px;
}
.regularsModule .headline {
	color: #cc0000;
	padding: 3px 0;
	clear: left;
}
.regularsModule .story {
	position: relative;
	border: 0px solid #000;	
	float: left;	
	margin-bottom: 8px;
	width: 304px;	
}

.regularsModule .subStory p {
	width: 200px;	
}
.regularsModule .more a {
	position: absolute;
	bottom: 0;
	right: 0;
	color: #cc0000;
}
.moduleHead {
	position: relative;
	background-color: #a00405;
	color: #fff;
	padding: 1px 0 3px 20px;
	font-size: 18px;
}
/* Top News Story */

/*container*/
.topNewsWidget {
	background-color: #fff;
}

.topNewsWidget a:hover {
text-decoration:none:
color:black}
}
.topNewsWidget .active {display: block;}
.topNewsWidget .inactive {display: none;}

.topNewsWidget .sidebar {height:88px; width:20px; background-color:#FFFFFF; position:relative; float:left; left:-20px; }
.topNewsWidget .side_active {height:111px; width:20px; position:relative; z-index:4; background-color:#c21118;  position:relative; float:left; left:-20px;} 
.topNewsWidget .side_inactive { width:20px;height:89px; position:relative; z-index:4; float:left; left:-20px; -moz-opacity:.40; opacity:.40;filter:alpha(opacity=40); background-color:#FFFFFF;}

.topNewsWidget .text {height:95px; border: solid 1px #E1E3E5; width:240px; padding:none; margin:none; margin:0px;}
.topNewsWidget .text_active { height: 109px;border: solid 1px #cc0000;position: relative; z-index:1;background-color: #fff; vertical-align: middle;}
.topNewsWidget .text_inactive { height: 87px;border: solid 1px #e1e2e3 ;position: relative; z-index:1;background-color: #efefef; }


.text_inactive h3 a{color:#393939; font-family:Georgia, "Times New Roman", Times, serif; font-size:13px;text-decoration:none; margin:0px; padding:0 auto; margin:0; position:relative; left:-10px; top:5px; }
.text_inactive p a{color:#757575; font-family: Verdana, Arial, Helvetica, sans-serif; font-size:11px; text-decoration:none; margin:0px; padding:0 auto; margin:0; position:relative; left:-10px; top:5px;  }

.text_active h3 a{color:#c21118; font-family:Georgia, "Times New Roman", Times, serif; font-size:18px;text-decoration:none; margin:0px;  padding:0 auto; margin:0; position:relative; left:-10px;top:5px; overflow:hidden;  }
.text_active p a{color:#000000; font-family: Verdana, Arial, Helvetica, sans-serif; font-size:10px; text-decoration:none; margin:0px;padding:0 auto; margin:0; position:relative; left:-10px; top:10px; overflow:hidden;}

.text_active p a:hover{text-decoration:none; color:black;}

.homePageTopImage {
	position: relative; width: 407px; height: 288px;
	z-index: 0;		
	border-left: 1px solid #E1E3E5;
	border-top: 1px solid #E1E3E5;;
	border-bottom: 1px solid #E1E3E5;;
}
.topNewsStory {
	position: relative;
	float: right;	
	clear: right;
	width: 244px;
}
.topNewsContainer { 
	position: relative;
	float: left;
	background-color: #fff;
}
/*
* html .topNewsContainer { 
	height: 94px;	
}
*/		
.topNewsContainer img {
	position: absolute;
	top: 0;
	left: 0;
}
.topNewsContent {
	position: relative;
	text-align: left;
	padding-left: 10px;
}
.homePageTopImage {
	position: absolute;
	top: 0;
	left: 0;	
}
.hideTopNewsImage {
	/*display: none;*/	
}

/* Large Single Story */
.largeSingleStory .storyFL {
	margin:0 10px 0 0;
	padding:0;
}
.largeSingleStory .headline {
	font-size: 24px;
	margin-bottom: 5px;
}
.largeSingleStory .sectionTitle {
	color: #cc0000;
	text-transform: uppercase;
	font-size:16px;
	
	font-family:normal Georgia,"Times New Roman",Times,serif;
}
.largeSingleStory .headline a {
	color: #000;
}
.largeSingleStory .authors a {
	font-size: 16px;
	color: #cc0000;
}	
.largeSingleStory .authors {
	margin-bottom: 5px;	
	color: #cc0000;
	font-size: 12px;	
}

/* Section List */
.sectionList {
	color: #6b6b6b;	
}
.sectionList a {
	color: #000;
}
.sectionList .mainCopy a {
	color: #999;	
}
.sectionList .sectionItem {
	padding-bottom: 8px;
	clear: both;
}
.sectionList .sectionItem .headline a {
	color: #000000;
	font-size:14px;
}

.sectionList .sectionItem .headline a:hover {
	color: #cc0000;
}
.sectionList .sectionItem .authors a {	
	font-size: 11px;
}
.sectionList .sectionItem img {
	border: 1px solid #ccc;	
	margin-bottom: 8px;
}	
.sectionList ul {
	clear: left;
	float: left;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;	
}
.sectionList li {
	background-image:url(/assets/images/newredrarrow.gif);
	background-position:0 3px;
	background-repeat:no-repeat;
	margin:1px 0;
	padding-left:15px;
}

/* Related Content */
.relatedContent {
	float: right;
	width: 332px;
	font-family: Georgia,Times New Roman,Times,serif;	
	border: 1px solid #a20405;
	margin-bottom: 8px;
}
.relatedContent .topStory img {
	padding: 0;
}
.relatedContent .imgStory {
	margin: 0 8px;
	clear: both;
}
.relatedContent .imgStory p {
	margin: 0;	
	float: left;
	width: 189px;
	margin-bottom: 0;
}
.relatedContent .imgStory ul {
	padding-top: 4px;
}
.relatedContent .headline{
	color: #CC0000;	
}

.relatedContent .smallThumb {
	margin-bottom: 0;
}
.relatedContent .head {
	float: right;
	width: 100%;
	background-color: #a20405;	
	margin-bottom: 8px;
}
.relatedContent .head h3 {

	color: #fff;
	font-size: 19px;
	font-weight: normal;
	margin: 0;
	padding: 4px 6px;;
}

.storyFL img {
padding: 10px 10px 10px 10px;
background-color:#E1E3E5;}

#lowerFooter {
background-image:none;
}

#homepage {
top:-40px;
}

/* Picture Gallery */
#contentWrapper {width:726px; padding: 18px; background:#000000; position:relative; float:left;}
#contentWrapper p, td {
	font: 12px/15px  Verdana, Arial, Helvetica, sans-serif;
	
}
#contentWrapper a:link,
#contentWrapper a:visited {
	color: #fff;
}
#contentWrapper #archiveTable td {
	padding-bottom: 20px;
}
#contentWrapper span.firstPosted {
	font-size: 9px;
	color: #666;
}
#contentWrapper a strong {
	color: #999;
}
#contentWrapper img.thumb {
	border: 1px solid #999;
	margin-bottom: 3px;
}

a:hover img.thumb {
	border: 1px solid #fff;
}
#contentWrapper a:hover, #contentWrapper a:hover *{
	color: #fff;
}

p.tagList a { color: #555; text-decoration: underline; }
p.subsPromoLink a { color: #555; font-weight: bold; }



.largeSingleStory .mainCopy {
font-size:14px;
}

.topModuleRelated li {
background-image:url(/assets/images/nav/biggerredarrow.gif);
background-position:0 2px;
background-repeat:no-repeat;
/*height:32px;*/
margin:2px 0;
padding-left:17px;
}

.topModuleRelatedHeader {
	padding-top: 5px;
}

.topModuleRelated{
clear:left;
float:left;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0 0 0 20px;
padding-left:20px;
position:relative;
width:220px;
}

.item h3 {
color:black;
}

#mostReadTabs ul li div.here {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#CC0000 none repeat scroll 0 0;
border-color:#999999 #999999 #FFFFFF;
border-style:solid;
border-width:1px;
color:white;
margin-top:0;
min-height:13px;
position:relative;
top:2px;
z-index:2;
}


/* styles for google ads */
#padHeader a {
	color: #000;
	font-weight: bold;
}

#padHeader h3 {
	padding: 0 10px;
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	font-size: 16px;
}

#padHeader h3 a {
	color: white;
}

#podWidget {
	border: 1px solid #555;
	padding: 7px; 
	height: 70px;
	background: #E1E3E5;
	font-size: 14px;
	margin-bottom: 10px;
}

#podWidget a {
	color: black;
}
#podWidget strong {
	font-weight: normal; font-size: 16px;
}
#podWidget img {
	border: 1px solid #999;
	margin-right: 5px;
}

/*more from ... */
.moreFromSection {
	margin-bottom: 6px;
}

/* pagination */
#subsectionPagination {
	clear: both;
	width: 100%;
	position: relative;
}
#subsectionPagination  a:hover {
	color: #cc0000;
}

.prev {
	float: left;
}
.next {
	float: right;
}

/*social share links*/
#socialShare {
	position: relative;
	margin-top: 10px; 
	float: right;
	width: auto;
}
* html #socialShare {
	margin-top: 10px; 
}

#socialShare a {
	color: #000;
}

#socialShare .faceBook {
	position: relative;
	float: right;
	margin: -2px 0 0 0;
	z-index: 1;
}

#socialShare .twitter {
	position: relative;
	float: right;
	width: 70px;
}
* html  #socialShare .twitter {
	margin-right: -20px;
}

#socialShare .shareWidget{
	float: right;
	margin: -1px 0 0 5px;
}



