@charset "utf-8";
/* CSS Document */

.featured_news {
	background: #000;
	width: 300px;
	height: 300px;
	position: relative;
	color: #fff;
	float: left;
	margin: 0 5px 5px 0;
	overflow: hidden;
	}
	
	.featured_news .news_story {
		padding: 25px 10px 0;
		position: relative;
		height: 300px;
		}
		
		* html .news_story {
			height: 1px;
			}
	
		.featured_news .news_story h1 {
			margin: 0;
			font-size: 24px;
			color: #fff;
			line-height: 26px;
			}
			
		.featured_news .news_story .date {
			position: absolute;
			top: 5px;
			left: 10px;
			font-size: 9px;
			color: #777;
			}
