/*----------------------------
   Tumblr News Ticker
-----------------------------*/


.tn-container{
	overflow: hidden;


}

.tn-header{
	background:#0f5d97;
	text-align: center;
	color: #fff;
	font-size: 18px;
	line-height: 42px;
	text-shadow: 1px 1px 0 #7086a5;
	z-index: 1;
	position: relative;
	height: 44px;
	font-family: 'verdana';
	text-transform:uppercase;
	margin-bottom: 0;
	margin-top:0;
}

.tn-data{
	background-repeat: no-repeat;
	background-color:#FFF;
	min-height:325px;
	padding-top:5px;
	border-bottom: 20px solid #0f5d97;
}

.tn-footer{
	background: url('../img/footer.jpg') no-repeat center top;
	height: 10px;
	border-radius: 0 0 3px 3px;
}

.tn-data ul{
	list-style-type: none;
    margin: 0;
    padding: 0 0 0 20px;
    width: 265px;
}

.tn-post{
	
	/* The li items */
	
	position:relative;
	display: none;
	border-bottom: 1px solid #dcdcdc;
	height: 95px;
    width: 245px;
}

.tn-post span {
    color: #6f6f6f;
    display: block;
    font-size: 13px;
    left: 45px;
    position: absolute;
    top:30px;
	font-family: 'verdana';
}

.tn-post a{
	
	/* The news title */
	
	top:10px;
	left:45px;
	width:250px;
	position:absolute;
	font-family: 'verdana';
	text-decoration: none;
	font-size:14px;
	color: #000;
	
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}

.tn-post:before {
  content: '';
  position: absolute;
  background: url(../images/news_date.png) no-repeat;
  top: 9px;
  left: -13px;
  width: 58px;
  height: 64px;
}

.tn-data .no-border{
	border-bottom:  none !important;
}