h2.tut{
	display:none;
}

#twitter-ticker{
	width:308px;	
	color:#fff;
	display:none;
	text-align:left;
	float:left;
}

#tweet-container{
	height:226px;
	width:308px;
	overflow:hidden;
	background:#370404;
	padding:7px;
}

#top-bar{
	height:60px;
	background:url(../img/titTweets.png) no-repeat;
	position:relative;
	margin-bottom:8px;	
}

.tweet{
	padding:5px;
	margin:0 8px 8px;	
	border:1px solid #571111;	
	width:auto;
	overflow:hidden;
}

.tweet .avatar,
.tweet .user,
.tweet .time{
	float:left;
	color:#fff;
	width:100%;
}

.tweet .time{
	text-transform:uppercase;
	font-size:10px;
	color:#AAAAAA;
	white-space:nowrap;
}

.tweet .avatar{
	display:none;
}


.tweet .avatar img {
	width:36px;
	height:36px;
	border:2px solid #eeeeee;
	margin:0 5px 5px 0;
}

.tweet .txt{
	clear:both;
}

.tweet .user{
	font-weight:bold;
}

#twitter-ticker a, #twitter-ticker a:visited {
	color:#fff;
	text-decoration:underline;
	outline:none;
}

#twitter-ticker a:hover{
	text-decoration:none;
}

#loading{
	margin:100px 95px;
}

/* The styles below are only necessary for the demo page */

p{
	padding-top:7px;
}

#twitter-ticker {
	float:left;
	width:308px;
}