/*------------------------------------------------------------------------------------------------------------
CSS FOR STORIES / ARTICLES / FEATURES ONLY
This CSS will ONLY effect the above sections
------------------------------------------------------------------------------------------------------------*/

#content_story p.date {
	font-weight: bold;
	margin-bottom: 15px;
	color: #333333;
}
#content_story p.author {
	font-weight: normal;
	color: #666666;
	text-transform: uppercase;
	font-size: 12px;
	margin-bottom: 2px;
}
#content_story p.author a {
	font-weight: normal;
	color: #666666;
	text-transform: uppercase;
	font-size: 12px;
	margin-bottom: 2px;
}
#content_story a.email {
	font-weight: bold;
	margin-top: 20px;
	display: block;
	width: 100px;
	padding-left: 22px;
	background-image: url(/nw24/assets/images/email.gif);
	background-position: left;
	background-repeat: no-repeat;
}
#content_story a.email:link {
	text-decoration: none;
}
#content_story a.email:visited {
	text-decoration: none;
}
#content_story a.email:hover {
	text-decoration: underline;
}
#content_story a.email:active {
	text-decoration: underline;
}
#content_story a.feedlink {
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding-left: 13px;
	background-image:  url("/nw24/assets/images/generic/story_bullet.jpg");
	background-position: 0 50%;
	background-repeat: no-repeat;
	margin: 5px 0px 5px 0px;
	float: left;
}

#content_story a.feedlink: hover {
	font-weight: bold;
	text-decoration: underline;
	display: block;
	padding-left: 13px;
	background-image:  url("/nw24/assets/images/generic/story_bullet.jpg");
	background-position: 0 50%;
	background-repeat: no-repeat;
	margin: 5px 0px 5px 0px;
	float: left;
}

#content_story a.feedlink:link, #content_story a.feedlink:hover, #content_story a.feedlink:active, {
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding-left: 13px;
	background-image:  url("/nw24/assets/images/generic/story_bullet.jpg");
	background-position: 0 50%;
	background-repeat: no-repeat;
	margin: 5px 0px 5px 0px;
	float: left;
}
