.twitter_tweets {
	margin-top: 30px;
}

#twitter-ticker{
	width:200px;
	height:300px;
	background:url(img/slickbg.png) no-repeat #f5f5f5;
	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;
}

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

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

#top-bar{
	height:45px;
	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: 8px 10px 10px;
	margin:0 8px 8px;
	
	border: 1px solid #2a2929;
	background:url(img/transparent.png);
	
	width:auto;
	overflow:hidden;
	-moz-border-radius: 4px; -webkit-border-radius: 4px;
}

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

.tweet .time{
	font-size:10px;
	color: #666;
	white-space:nowrap;
	float: left;
	padding-top: 5px;
}


.tweet img{
	width: 32px;
	height: 32px;
	border:2px solid #eeeeee;
	float: left;
	margin: 0 10px 8px 0;
	position: relative;
	top: 3px;
}

.tweet .txt{
	clear:both;
	color: #848484;
	font-size: 12px;
	float: left;
	line-height: 16px;
}

.tweet .user{
	font-size: 12px;
	float: left;
}

.tweet a, .tweet a:visited {
	color: #2fbae9;
	text-decoration:none;
	outline:none;
}

.tweet a:hover{
	text-decoration:underline;
}

#loading{
	margin:100px 95px;
}
