h2.tut{
	color: #cccccc;
	font-family:"Myriad Pro",Arial,Helvetica,sans-serif;
	font-size:12px;
	padding:10px 0 0 30px;
	text-transform:uppercase;	
	text-shadow:2px 1px 6px #333;
}
/*
html>body #twc {
	position: absolute;
	width: 180px;
	margin: 50px 0 0 0px;
	padding: 0;
}	
*/
#twc {
	position: absolute;
	width: 160px;
	margin: 10px 0 0 10px;		
	_margin: 80px 0 0 -80px;		
	padding: 0;
}
	
#twitter-ticker{
	width:160px;
	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:280px;
	width: 160px;
	overflow:hidden;
}

#twitIcon{
	position:absolute; 
	top:-25px;
	left:-10px;
	width:48px;
	height:48px;
}

#top-bar{
	height:35px;
	background: #000;
	border-bottom:1px solid #fff;
	position:relative;
	margin-bottom:8px;
	
	-moz-border-radius:6px 6px 0 0;
}

.tweet{
	padding:2px;
	margin:0 5px 10px 0;
	color: #fff;
	/* border:1px solid #F0F0F0;
	 background:url(img/transparent.png); */
	
	width:auto;
	overflow:hidden;
}

.tweet .avatar,
.tweet .user,
.tweet .time{
	float:left;
}

.tweet .time{
	clear:both;
	text-transform:uppercase;
	font-size:10px;
	color: #000; /* #3B5998; */
	white-space:nowrap;
}


.tweet .avatar img{
	width:36px;
	height:36px;
	border:2px solid #eeeeee;
	margin:0 5px 5px 0;
}

.tweet .txt{
	clear:both;
	font-size: 12px;
	color: #999999;
}

.tweet .user{
	font-weight:bold;
	font-style: italic;
	font-size: 12px;
}

#tweet-container a, #tweet-container a:visited {
	color:#F04E23;
	text-decoration:none;
	outline:none;
}

#tweet-container a:hover {
	text-decoration:underline;
}

#loading{
	margin:100px 95px;
}
