﻿h2.headertweet {
background: url(../Images/emas-icon.gif) no-repeat 0px 3px;
padding: 3px 0px 5px 30px;
margin: 0px 0px 5px 0px;
color: #000066;
font-size: 16px;
font-weight: normal;
border-bottom: 1px solid #ccc;
}

.tweet,
.query {
	font-size: 120%;
	color: #000;
float: left;
}

.tweet_list {
	list-style: none;
	margin: 0;
	padding: 0;
	overflow-y: hidden;

}
	
.tweet_list .awesome,
.tweet_list .epic {
	text-transform: uppercase;
}
		
.tweet_list li {
	overflow-y: auto;
	overflow-x: hidden;
	padding: 10px 0.5em;
	list-style-type: none;
border-bottom: 1px solid #ccc;
}
		
	.tweet_list li a {
		color: #000066;
	}
		
.tweet_list .tweet_even {
	/*background-color: #91E5E7;*/
border-bottom: 1px solid #ccc;
}
		
.tweet_list .tweet_avatar {
	padding-right: .5em; float: left;
}
		
.tweet_list .tweet_avatar img {
	vertical-align: middle;
display: none;
}



.tweet_time a {
background: url(../Images/emas-tick.gif) no-repeat 0px 3px ;
padding: 3px 0px 3px 20px;
margin: 0px;
color: #000066;
font-size: 12px;
font-weight: bold;
text-decoration: none;
display: block;
}

.tweet_join {
font-weight: bold;
display: block;
padding: 3px 0px 3px 0px;
display: none;
}

.tweet_text {
}
.date {
font-style:italic;
font-size: 10px;
}

.readmore {
font-style:italic;
text-align: right;
border-bottom: 1px solid #ccc;
padding-bottom: 5px;
}