.blog_portal .introduction {
	margin: 0 0 18px 0;
	padding: 0 10px 0 0;
}

.blog_portal .story-main {
	padding: 5px 0 30px 0;
	overflow: hidden;
}

.blog_portal .listing {
	float: left;
	width: 148px;
	display: inline;
	margin-right: 9px;
	border-top: 5px solid rgb(224, 226, 220);
	padding-top: 10px;
}

.blog_portal .grid {
	float: left;
	width: 452px;
	display: inline;
	overflow: hidden;
	border-top: 5px solid rgb(224, 226, 220);
	padding: 10px 10px 0 0;
}

.blog_portal ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.featured {
	width: 452px;
	margin-bottom: 5px;
	color: #fff;
	background-color: #000;
	background-position: 50% 50%;
}

.featured a {
	display: block;
	height: 210px;
	padding: 15px;
}

.featured p {
	margin: 12px 0 0 0;
	color: #fff;
}

.featured h4 {
	margin: 0 0 12px 0;
	display: inline;
	background: #EC008C;
	color: #fff;
	padding: 1px 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}

.featured p span {
	background: url(/images/black_alpha_50.png) repeat;
	background: rgba(0,0,0,0.5);
	_background: none;
}

.featured h5 {
	color: #fff;
	font-size: 11px;
	text-transform: uppercase;
	margin: 0 0 6px 0;
	display: none;
}

.listing a {
	color: #666;
}

.listing a:hover {
	color: #EC008C;
}

.thumbs {
	overflow: hidden;
	width: 500px;
}

.thumbs li {
	float: left;
	width: 147px;
	margin: 0 5px 5px 0;
}

.thumbs a {
	display: block;
	height: 127px;
	background-color: #000;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	color: #fff;
	padding: 10px;
}

.thumbs a p {
	display: none;
	margin-top: 12px;
	font-size: 11px;
	line-height: 1.3;
}

.thumbs a:hover {
	border: 1px solid #ccc;
	padding: 9px;
	background: #fff;
	background-image: none !important;
	color: #333;
	cursor: pointer;
}

.thumbs a:hover h4 {
	color: #EC008C;
}

.thumbs a:hover h4 span {
	background: none;
}


.thumbs a:hover p {
	display: block;
}

.thumbs h4 {
	font-family: Arial, Helvetica, sans-serif;
}

.thumbs h4 span {
	background: url(/images/black_alpha_50.png) repeat;
	background: rgba(0,0,0,0.5);
	_background: none;
	line-height: 1.25;
}

.paging {
	clear: left;
}