/************************************************************************/
/**	NEWS AND EVENTS	
/************************************************************************/
.news_toc {
	width: 726px;
	margin: 20px -16px 0 0;
	line-height: 1;
}

.news_toc_item {
	width: 226px;
	float: left;
	margin: 0 16px 16px 0;
	position: relative;
}

.news_toc_image {
	width: 226px;
	height:80px;
	display:block;
	margin: 0;
	background-position: left bottom;
}

.news_toc_item:hover .news_toc_image {
	background-position: left top;
}

.news_toc_image.awards { background-image: url(../images/terracon_toc_awards.png); }
.news_toc_image.ds { background-image: url(../images/terracon_toc_ds.png); }
.news_toc_image.news { background-image: url(../images/terracon_toc_news.png); }
.news_toc_image.papers { background-image: url(../images/terracon_toc_papers.png); }
.news_toc_image.press { background-image: url(../images/terracon_toc_press.png); }
.news_toc_image.community { background-image: url(../images/terracon_toc_community.png); }
.news_toc_image.conferences { background-image: url(../images/terracon_toc_conferences.png); }

.news_toc_links { 
	float: left;
	clear: none;
	height: 110px;
	line-height: 110px;
	}

.news_toc_item a{
	position:absolute; 
	width:100%;
	height:100%;
	top:0;
	left: 0;
	background: url(../images/transparent.png) repeat;
	z-index: 1;
	}

.news_toc_item h2 {
	display: block;
	width: 226px;
	height: 30px;
	line-height: 30px;
	background: url(../images/news_toc_item_h2_bg.png) no-repeat;
	font-weight: normal;
	color: #ffffff;
	text-align: center;
	font-size: 14px;
}

.cat_icon {
	float: left;
	padding: 0 10px 0 0;
	display: none;
}

.post_title {
	float: left;
	width: 100%;
	margin: -2px 0 0 0;
}

.post_title h2 a, .post_title h1 a {
	font-size: 18px;
}

.front_post_wrap {
	clear: both;
	padding: 10px 0 25px 0;
	width: 100%;
}
.front_post_links {
	float: right;
	display: inline;
	margin-top: 0 !important;
}

a.front_post, a.front_post:visited {
	padding: 7px 0 20px 0px;
	width: 100%;
	border-bottom: 1px solid #E5E5E5;
}

.front_post_title {
	color: #333;
}
 .front_post_date {
	color: #666;
	 font-size:1em !important;
	 text-transform: none !important;
}

.post_meta {
	color: #999;
	font-style: italic;
}

/**Pagination**/
ul.paging { list-style: none; padding: 0; font-weight: bold; }
ul.paging li { float: left; margin: 0 6px 6px 0; }
ul.paging li a, ul.paging li.active { display: block; padding: 3px 6px; background-color: #f5f5f5; border: 1px solid #ccc; }
ul.paging li.active { background-color: #000; border-color: #000; color: #fff; }

