.story {
	position: relative;
	float: left;
	width: 354px;
	min-height: 110px;
	border-top: 5px solid #ece8e4;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 10px 10px 0px 0px;
}

.story.commercial-feature {
	width: 334px;
	padding: 10px;
	background: #ECE8E4;
}

.story a,
.story a:visited {
	color: black;
}

.story p {
	margin: 0 0 0 0;
}

.story h2 {
	margin: 0 0 8px 0;
	font-size: 16px;
	line-height: 19px;
}

.story h2 a,
.story h2 a:visited {
	color: black;
}

.story.report h2 a,
.story.report h2 a:visited {
	color: #5c7389;
}

.story.jobs h2 a,
.story.jobs h2 a:visited,
.spotlight-story.jobs h2 a,
.spotlight-story.jobs h2 a:visited {
	color: #679CAA;
}

.story.exclusive h2 a,
.story.exclusive h2 a:visited,
.spotlight-story.exclusive h2 a,
.spotlight-story.exclusive h2 a:visited {
	color: #a90000;
}

.story.commercial-feature h2 a,
.story.commercial-feature h2 a:visited,
.spotlight-story.commercial-feature h2 a,
.spotlight-story.commercial-feature h2 a:visited {
	color: #703485;
}

.story.report {
	width: 354px;
	background-color: #f5f5f5;
	background-image: url(../img/base/report-icon.png);
	background-position: bottom right;
	background-repeat: no-repeat;
	border-top: 5px solid #adb9c4;
}
.story p {
	font-size: 12px;
	line-height: 16px;
}

.spotlight-story p strong,
.story p strong {
	color: #999999;
}

p.int-quote {
	width: 146px;
	margin: 5px 0 0 0;
	padding: 0px 38px 0px 43px;
	background-image: url(../img/base/interview-icon.png);
	background-position: top left;
	background-repeat: no-repeat;
}

.story-tags {
	margin-top: 5px;
	display: block;
}

.story-tags a,
.story-tags a:visited,
#content .story-tags a,
#content .story-tags a:visited,
#secondary .story-tags a,
#secondary .story-tags a:visited {
	font-size: 10px;
	margin-right: 8px;
	color: #f75515;
	text-transform: uppercase;
}

.story-tags a {
	background-image: url(../img/base/tag-icon.png);
	background-position: left 3px;
	background-repeat: no-repeat;
	padding-left: 10px;
}

.story-thumb {
	position: relative;
	float: right;
	clear: both;
	width: 115px;
	height: 65px;
	margin-left: 10px;
	margin-bottom: 20px;
	background-repeat: no-repeat;
}

.story h2 a.comment-count,
.story h2 a.comment-count:visited,
.spotlight-story h2 a.comment-count,
.spotlight-story h2 a.comment-count:visited {
	position: relative;
	float: right;
	background: #f7941d;
	color: white;
	font-size: 11px;
	font-weight: bold;
	line-height: normal;
	border-radius: 2px;
	padding: 2px 4px 2px 4px;
	margin-left: 5px;
	min-width: 10px;
	text-align: center;
}

a.comment-count img {
	position: absolute;
	right: 3px;
	bottom: -3px;
}

.related ul {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

.related ul li {
	list-style: none;
	font-weight: bold;
	padding: 7px 0px;
	border-bottom: 1px solid #e8e8e8;
	font-size: 12px;
}

span.article-type {
	font-weight: bold;
	text-transform: uppercase;
}

span.article-type.exclusive {
	position: absolute;
	z-index: 1;
	top: 10px;
	right: 0px;
	border-bottom: 1px solid white;
	padding: 2px 5px 2px 5px;
	color: white;
	height: 14px;
	width: 105px;
	text-align: right;
	float: right;
	background-color: #a90000;
	font-size: 11px;
}

span.article-type.feature-focus {
	position: absolute;
	z-index: 1;
	top: 10px;
	right: 0px;
	border-bottom: 1px solid white;
	padding: 2px 5px 2px 5px;
	color: white;
	height: 14px;
	width: 105px;
	text-align: right;
	float: right;
	background-color: #927f57;
	font-size: 11px;
}

div.spotlight-story.feature-focus h2 a,
.story.feature-focus h2 a {
	color: #927f57;
}

.story.feature-focus h2 a.comment-count {
	color: white;
}

p.feature-focus-sponsor {
	font-size: 10px;
	display: inline-block;
	border-bottom: 1px solid black;
	margin-bottom: 4px;
}

p.feature-focus-sponsor span.feature-focus-sponsor-name {
	font-size: 13px;
	font-weight: bold;
}

span.article-type.jobs {
	position: absolute;
	z-index: 1;
	top: 10px;
	right: 0px;
	border-bottom: 1px solid white;
	padding: 2px 5px 2px 5px;
	color: white;
	height: 14px;
	width: 105px;
	text-align: right;
	float: right;
	background-color: #679CAA;
	font-size: 11px;
}

span.article-type.commercial-feature {
	position: absolute;
	z-index: 1;
	top: 10px;
	right: 0px;
	border-bottom: 1px solid white;
	padding: 2px 5px 2px 5px;
	color: white;
	height: 14px;
	width: 105px;
	text-align: right;
	float: right;
	background-color: #703485;
	font-size: 11px;
}

#content div.story.jobs .story-tags a,
#content div.story.jobs .story-tags a:visited,
#secondary div.story.jobs .story-tags a,
#secondary div.story.jobs .story-tags a:visited {
	color: #679CAA;
}

#content div.story.commercial-feature .story-tags a,
#content div.story.commercial-feature .story-tags a:visited,
#secondary div.story.commercial-feature .story-tags a,
#secondary div.story.commercial-feature .story-tags a:visited {
	color: #f75515;
}

div.story.jobs a.story-thumb,
div.story.exclusive a.story-thumb,
div.story.feature-focus a.story-thumb,
div.story.commercial-feature a.story-thumb {
	top: 19px;
}

div.story.commercial-feature a.story-thumb {
	margin-right: -10px;
}

div.story.report.jobs a.story-thumb {
	right: -10px;
}

span.article-type.editorial {
	color: #6F6088;
}

/*
.story.insights {
	width: 334px;
	background-color: #f4f1f5;
	background-image: url(../img/base/insights-icon.png);
	background-position: bottom right;
	background-repeat: no-repeat;
	border-top: 5px solid #a789b3;
	padding-left: 10px;
	padding-right: 10px;
}
*/