#twitter-cont{
clear:both;
}

#twitter-ticker{
 margin:40px auto 20px;
} 

h2.tut{
	color:white;
	font-family:"Myriad Pro",Arial,Helvetica,sans-serif;
	font-size:16px;
	padding: 2px 0 0 58px; /*12px 0 0 58px;*/
	text-transform:uppercase;
	
	text-shadow:2px 1px 6px #333;
}

#twitter-ticker{
	width:900px; /* 300px; */
	height: 80px;/* 300px; */
	background:url(images/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:60px;
	width:auto;
	overflow:hidden;
}

#twitIcon{
	position:absolute;
	top:-35px; /*-25px;*/
	left:-10px;
	width:64px;
	height:64px;
}

#top-bar{
	height:25px; /*45px;*/
	background:none repeat scroll 0 0 #336699;
	border-bottom:1px solid white;
	position:relative;
	margin-bottom:2px;
	

}

.tweet{
	padding:1px;
	margin: 2px; /*0 8px 8px;*/
	
	border:1px solid #F0F0F0;
	background:url(images/transparent.png);
	
	width:420px; /*auto;*/
	height:50px;
	overflow:hidden;

	float: left; /*NEW*/
}

.tweet .avatar,
.tweet .user,
.tweet .time{
	float:left;
}

.tweet .time{
	text-transform:uppercase;
	font-size:10px;
	color:#AAAAAA;
	white-space:nowrap;
	padding: 3px 0 0 5px;
}


.tweet .avatar img{
	width:36px;
	height:36px;
	border:2px solid #eeeeee;
	margin:0 5px 5px 0;
}

.tweet .txt{
	font-size: 0.7em; /*NEW*/
	float: left;
	width:320px;
	padding: 2px 0 0 2px;
	xclear:both;
}

.tweet .user{
	font-weight:bold;
}

#twitter-cont a, #twitter-cont a:visited {
	color:#00BBFF;
	text-decoration:none;
	outline:none;
}

#twitter-cont a:hover{
	text-decoration:underline;
}

#loading{
	margin:100px 95px;
}
