
.tp_recent_tweets {
	float: none;
	clear: left;
	height: 186px;
	background-color:#ff8d6b;
	padding: 40px 0px 0px 20px;

}

.tp_recent_tweets h4 {
	color: #fff !important;
	padding-left: 70px;
}

.tp_recent_tweets  li {
	background-image: url('assets/tweet.png');
	background-repeat: no-repeat;	
	background-position: 0px 4px;
	padding-left: 70px;
	padding-bottom: 20px;
	float: left;
	clear: left;
	line-height: 20px;
	list-style-type: none;
	color: #fff;
}

.tp_recent_tweets  li a {
	font-weight: bold;	
}

.tp_recent_tweets  li a:hover {
	color: #cd5c3a;
}

.tp_recent_tweets .twitter_time {
	color: #fff;
	font-size: 12px;
	font-style: italic;	
	font-weight: normal;
}
