.tweetFrame {
	background: #303030;
	margin: 0px;
	width: 280px;
}
.tweet {
	width: 260px;
	border-bottom: 1px solid #555555;  
	padding:10px 0px 10px 0px;
}
.tweet a{
	color: #FF5317;
        text-decoration: none;
        font-weight: normal;
}
.tweet a:hover{
        text-decoration: underline;
}
.tweet img {
	float: left;
	margin: 3px 5px 10px 2px;
}
.tweet .text {
	margin: 0;
	color: #FFFFFF;
        font-weight: normal;
}
.tweet .time {
	font-size: 80%;
	color: #FFFFFF;
	white-space: nowrap;
    padding-top:5px;
}
#twitterSearch .tweet {
	min-height: 24px;
}
.tweet-icon {padding-left:5px;width: 30px; float: left; display: inline-block;}
.tweet-content {padding-left:5px; width: 220px;float:left;}
.tweet-content .username a{font-weight: bold;}

