
.tn-container {
	height: 353px;
	overflow:hidden;
	margin-bottom: 33px;
}

.tn-header{
	background: none;
	text-align: left;
	color: #000;
	font-size: 30px;
	line-height: 42px;
	z-index: 1;
	position: relative;
	height: 68px;
    border-bottom: 3px solid #e7e7e7;
	width: 200px;
	margin-bottom: 22px;
}

.tn-post {
	font-family:"Yanone Kaffeesatz","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 16px;
	margin:26px 0 26px 0;
	padding-bottom:12px;
	color: #7a7a7a;
	position:relative;
	text-decoration:none;
	list-style-type:none;
}
	
.tn-post span{

	/* The time string */
	font-family: "Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 16px;
	color: #7a7a7a;
	font-weight: normal;
	display: block;
	text-decoration: underline;
	position:absolute;
}


.tn-post a{
	text-decoration: none;
	font-size:24px;	
	color: #1daf86;
	line-height: 1em;	
	margin-bottom:10px;
}
	
.tn-post a ul {
	list-style-type:none;
	margin-left:15px;
}
	
.tn-post a:hover{
	color: #1d73af;
}