
#twitter { margin-top:15px; }


#twitter-ticker{
	width:206px;
	height:490px;
}

#tweet-container{
	height:480px;
	width:206px;
	overflow:hidden;
}

#twitIcon{
	position:absolute;
	top:-25px;
	left:-10px;
	width:64px;
	height:64px;
}

#top-bar{
	height:2px;
	position:relative;
}

.tweet{
	padding:5px;
	margin:0 8px 8px 0;
	
	border-bottom:1px solid #F0F0F0;	
	width:auto;
	overflow:hidden;
}

.tweet .avatar,
.tweet .user,
.tweet .time{
	float:left;
}

.tweet .time{
	text-transform:uppercase;
	font-size:10px;
	color:#AAAAAA;
	white-space:nowrap;
}


.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;
}


#loading{
	margin:100px 95px;
}
