

#twitter-ticker{
	position:relative;
	top:-8px;
	width:170px;
	height:330px;
	color:#EEEEEE;
	display:none;
	-moz-border-radius:10px 10px 6px 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius:6px;
	text-align:left;
	overflow:hidden;	
}


#tweet-container{
	height:300px;
	width:auto;
	overflow:hidden;
	
}



#top-bar{
	height:65px;
	background:url(img/top_bar.png) repeat-x;
	border-bottom:1px solid white;
	position:relative;
	margin-bottom:8px;	
	-moz-border-radius:6px 6px 0 0;
}

.tweet{
	padding:3px;
	margin:0 0px 0px;
	
	border:1px solid #F0F0F0;
	background:url(img/transparent.png);
	
	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:34px;
	height:34px;
	border:2px solid #AAAAAA;
	margin:0 2px 2px 0;
}

.tweet .txt{
	clear:both;
	color:#AAAAAA;
	line-height: 95%;	
}

.tweet .user{
	font-weight:bold;
}

a.twitter, a.twitter:visited {
	color:#AAAAAA;
	text-decoration:none;
	outline:none;
}

a:hover{
	text-decoration:underline;
}

#loading{
	margin:100px 0px;
}

#twitter-ticker{
	margin:0px auto 0px;
}



