/*
this style sheet is intended for use by section front templates
this includes styles for story stacks, and other highlights
*/

/* import other style sheets
@import url("/static/styles/mi/survey.css");
/* end import other style sheets */

/* SECTION FRONTS */
#secondary_column h3 {
	color:#c00; 
	display: block;
	font-size: 14px;
	font-weight: bold;
	border-bottom: solid 1px #ccc;
	margin-bottom:5px;
	text-align:left;
	}
#secondary_column p, #primary_column p {margin-bottom:8px;}
#secondary_column h1{
	font-size:14px;
	margin: 15px 0 8px;
	}
#secondary_column li, #primary_column li {
	padding-left:8px;
	margin-bottom: 5px;
	}
#secondary_column li {
	background:url(/static/images/newsbullet_rail.gif) no-repeat left top;
}

#primary_column li {
	background:url(/static/images/newsbullet.gif) no-repeat left top;
}
#rail_c p {
	margin-bottom:15px;
	}

/* HIGHLIGHT STORY DETAILS */
div.story {
	clear:both;
	margin-bottom: 10px;
	}
.story_header {
	clear:both;
	display:block;
	padding-top:10px;
	}
.story_header a.headline, .top_stories .headline{
	font-size:16px;
	line-height: 18px;
	font-weight: bold;
	}
.story_header .left, .story_body img, .top_stories img.left {
	float:left;
	padding:5px 5px 10px 0;
	}
.story_header h3 {
	background-color:#e4e8ec;
	font-size:1em;
	}
.story_header h2 {
	font-size: 1em;
	}
#top-story-headlines {
	clear:both;
	display:block;
	margin-top: 10px;
	}
.top_stories .story{
	clear: both;
	display: block;
	margin-bottom: 15px;
	width:410px;
	}

/* top stories asset type styles */
#primary_column .top_stories li { background-image: none; margin: 0; padding: 0; }
.top_stories { clear: both; }
.top_stories ul { list-style-type: none; }
.top_stories li { margin-bottom: 10px; font-size: .6875; }
.top_stories li a { color: #00c; }
.top_stories .title { text-align: left; font-size: 12pt ; color: #999999; padding-bottom: 10px;} /* stack title */
.top_stories .title a { color: #0000CC; }

.top_stories .story .dateline { font-size: .9em; font-weight: bold; }
.top_stories .story .dateline:after { content: " --"; }


	
	
	/* ##### ADDED ##### */
#primary_column #story-stack  {
	clear: both;
	border-bottom: solid 1px #ccc;
	margin:10px 0;
	}
#story-stack a {
	float:right;
	}
#story-stack  h3 {
	color:#c00; 
	font-size: 14px;
	font-weight: bold;
	}
	
#special-section .title, #mc-dc .title{
	background: #d0d6e0;
	font-size: 12px;
	padding:3px;
}
#special-section .title a, #mc-dc .title a {
	color: #333;
	}
#special-section, #mc-dc {	
	border: solid 1px #ccc;
	line-height: 12px;
	margin: 15px auto;
	}
#special-section .description, #mc-dc .description {
	padding: 5px;
	font-size: 11px;
	}
#mc-dc img {
	float:left;
	border: none;
	}
#special-section img {
	display: block;
	margin: 5px auto;
	text-align:center;
	border:solid 1px #999;
	}

#primary_column {
	width: 410px;
	float: left;
}

#secondary_column {
	width: 210px;
	float: right;
	background-color: #e2ecfa;
	border: solid 1px #90b7db;
	padding: 10px;
}

.spill_navigation {
	clear: both;
	margin: 10px 0;
	padding: 8px;
}

.spill_navigation .previous {
	background: url(/static/images/icons/previous_arrow.gif) no-repeat scroll left center;
	float: left;
	padding-left: 20px;
}

.spill_navigation .next {
	background: url(/static/images/icons/next_arrow.gif) no-repeat scroll right center;
	float: right;
	padding-right: 20px;
}
