/* Story Group
***************************************************************/
.storygroup .storygroup-story{
	margin-bottom:5px;
}
.storygroup-thumb{
			float:right;
			margin-left:7px;
			margin-bottom:7px;
			clear:right;
}
.ncat, .ncat a {
	font-family: Helvetica, Arial, Tahoma, Verdana, sans-serif;
	color: #777;
	text-transform: uppercase;
	font-size: 12px;
	margin-bottom: 2px;
}
.lead {
	font-size: 14px;
}
.story {
	margin-bottom: 10px;
}
/* Story Group titles */
.section {
	font-size: 1.5em;
	line-height: 1.5em;
	font-weight: normal;
	border-top: 2px solid #000;
	border-bottom: 1px solid #ddd;
	margin-top: 5px;
	margin-bottom: 10px;
}
	h3.section, #below-fold h3.section {
		font-weight: normal;
		font-family: Georgia, Times, serif;
	}
	.section a {
		color: #000;
	}
/* Byline
**************************************************************/
.byline {
	color:#555;
	display:inline;
	font-size: 12px;
	margin-bottom:5px;
}
		.byline a{
			color:#555;
		}
		.byline .ago{
			color:#900;
			font-style:italic;
		}

div.storygroup .byline a, div.topstory .byline a, div.story .story-supertitle{
	color:#555;
}

div.textOnTile .byline a{
        color:white;
}

.picture img{
	text-align:center;
	margin:0 auto;
}
div.story .story-byline{
	margin-bottom:5px;
}
/* Tables In Stories
*********************************************************/
div.story .storycontent table div.picture {
	border:1px solid #bbb;
	background-color:#fff;
}
div.story .storycontent table{
	border-collapse:collapse;
}
div.story .storycontent td{
	border-bottom:1px solid #bbb;
	padding:2px;
	vertical-align:top;
}
div.story .storycontent th {
	padding:5px 10px;
	font-size:2em;
	text-align:center;
	border-bottom:2px solid #bbb;
	border-top:2px solid #bbb;
}
div.story .storycontent tr:hover th, div.story .storycontent tr:hover td {
	background-color:#f5f5f5;
}
/* Top Story 
***************************************************************/
#top_pic {
	width: 360px;
}
#top_story h4 {
	color: #c00;
	font-size: 1.5em;
	font-weight: bold;
}

/* Story Page 
******************************************************************/
#page-story .storycontent {
	font-size:1.1em;
	line-height:1.5em;
}
#page-story h2{
	border:0;
	margin:0;padding:0;
	margin-top:3px;
	line-height:.9em;
}
#page-story .story-byline{
	font-size:1.2em;
	position:relative;
	border-bottom:2px solid #ddd;
	margin-bottom:8px;
	padding-bottom:5px;
	margin-top:2px;
	display:block;
}

/* Imported (from Canada!) Story Styles */
div.story .picture {
	float:right;
	padding:3px;
	border:1px solid #000;
	margin:5px;
}
div.story .picture .picture-caption{
	margin-top:2px;
	padding:3px;
	font-size:11px;
	line-height:1.3em;
}

div.story .story-title{
	text-align: left;
	padding: 8px 0;
	padding-top:6px;
	border-top: 2px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin: 10px 0;
}
div.story .storycontent{
	border-bottom: 5px solid #ddd;
	padding-bottom:10px;
}
div.story h2{
	font-size:24px;
}
/* Gray Boxes */
div.story .story-share img{
	margin-left: 5px;
	margin-right: 5px;
}
.gray_box .story-share a, .gray_box .story-options a{
	display:block;
	position:relative;
	margin:3px 0;
	border:0;
	padding:5px;
	clear:both;
	min-height:10px;
}
.gray_box .story-share li, .gray_box .story-options li{
	clear:both;
	border-bottom:1px solid #ddd;
}
.gray_box .story-share li:first-child, .gray_box .story-options li:first-child {
	border-top:1px solid #ddd;
}
.story-share a{
	border-left:1px solid #ddd;
}.story-share a:first-child {
	border-left:0;
}

.story-share a:hover, .gray_box .story-options a:hover {
	background-color:#ddd;
	text-decoration:none;
}
.gray_box .storygroup-list .byline{
	display:block;
}
.gray_box .story-share img, .gray_box .story-options img{
	margin-left:2px;
}
.gray_box .story-options span, .gray_box .story-share span{
	position:absolute;
	left:32px;
	top:5px;
}

/*Social Media Buttons*/

div#fb{
	
	
}

a#tumblr{
	
}

/* Popular Stories Module
*******************************************************/

ol#ticker{
	height:130px;
}

#story-popular {}
	#story-popular li {
	}

#story-popular a, .storygroup-module a{
	color:#000;
}
		#story-popular a, .storygroup-module a{
			display: inline;
		}
		#story-popular li, .storygroup-module li {
			list-style-type: disc;
			list-style-position: outside;
			margin-bottom: 2px;
			margin-left: 20px;
		}
#story-popular-type a{
	color:#000;
}
		#story-popular-type a{
			display:inline;
		}
		#story-popular-type li{
			list-style-type: disc;
			list-style-position: outside;
			margin-bottom:6px;
			margin-left: 20px;
		}
