#tweet-holder {
	margin-top: 10px;
	position: relative;
}
.tweet, .query {
	font: 120% Georgia, serif;
	color: #fff;
}
.tweet_list {
	-webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	border-radius: 0.5em;
	list-style: none;
	margin: 0;
	padding: 0;
	overflow-y: hidden;
}
.tweet_list li {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFF;
	font-size: 14px;
	font-style:italic;
	line-height:1.5em;
	overflow-y: auto;
	overflow-x: hidden;
	padding: 0px;
	list-style-type: none;
	margin-bottom: 40px;
}
.tweet_list li a {
 color: #67c9e8;
}
.tweet_list .tweet_even {
	
}
.tweet_list .tweet_avatar {
	margin-right: 15px;;
	float: left;
	clear:right;
}
.tweet_list .tweet_avatar img {
	vertical-align: middle;
}

.tweet_list li .tweet_time  {
margin-right:10px;
float:left;
}

.tweet_list li .tweet_time a {
color: #a3238e;
}

.tweet_text {
float:left;
width:225px;
}
