#twitter-ticker{
	width:300px;
	height:400px;
	color:#666666;
	display:none;
	-moz-border-radius:10px 10px 6px 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius:6px;
	text-align:left;
       border-bottom: 1px solid #C7C7C7;
}

#tweet-container{
	height:325px;
	width:auto;
	overflow:hidden;
}

.tweet{
	padding:5px;
	margin:0 8px 8px;
	
	border-bottom:1px solid #E0E0E0;

	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 .txt{
	clear:both;
}

.tweet .user{
	font-weight:bold;
}

a, a:visited {
	color:#DA0000;
	text-decoration:none;
	outline:none;
}

a:hover{
	text-decoration:underline;
}

#loading{
	margin:100px 95px;
}

.tweet h2 {
   color:#A1A1A1;
   font-size:10px;
   margin-top:5px;
}
