#tweets{
	margin:0 20px 0 0px;
}

.tweet,
.query {
	font: 120% Georgia, serif;
	color: #085258;
}

.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;
	/*background-color: #8ADEE2;*/
}
	
.tweet_list .awesome,
.tweet_list .epic {
	text-transform: uppercase;
}

.tweet_list ul{
margin:0;
padding:0;
}
		
.tweet_list li {
	overflow-y: auto;
	overflow-x: hidden;
	padding: 0 0 5px;
	list-style-type: none;
	background: url("../images/content_hecd.png") no-repeat bottom left;
	line-height:18px;
}
		
.tweet_list li a {
	/*color: #0C717A;*/
	color: #0072BC;
	font-family: Arial;
	font-size:12px;
	line-height:18px;
}

.tweet_list li a:hover{
	line-height:18px;
}
		
.tweet_list .tweet_even {
	/*background-color: #91E5E7;*/
}
		
.tweet_list .tweet_avatar {
	padding-right: .5em; float: left;
}
		
.tweet_list .tweet_avatar img {
	vertical-align: middle;
}

.tweet_join{
	font-family: Arial;
	font-size:12px;
}

.tweet_text{
	font-family: Arial;
	font-size:12px;
}