
h1.tut{

	color:white;
	padding:0;
/*	
	font-family:"Myriad Pro",Arial,Helvetica,sans-serif;
	font-size:16px;
	
	text-transform:uppercase;
	
	text-shadow:2px 1px 6px #333;
*/

}

#twitter-ticker{
	width:230px;
	height:250px;	
	color:#666666;
	display:none;	
	text-align:left;		
}

#tweet-container{
	height:250px;
	width:100%;
	display: block;		
}

#twitIcon{
	position:absolute;
	top:0px;
	left:0px;
	width:32px;
	height:32px;
}

#top-bar{
	height:0px;
	background:url(img/top_bar.png) repeat-x;

	border-bottom:1px solid white;

	position:relative;
	margin-bottom:8px;
	

}

.tweet{
	padding-bottom: 5px;
	margin-bottom: 5px;
	
	border-bottom:1px solid #dbb9b9;
	
	width:auto;
	overflow:hidden;
}

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

.tweet .time{
	text-transform:lowercase;
	font-size:10px;
	color:#AAAAAA;
	white-space:nowrap;
}


.tweet .avatar img{
	width:36px;
	height:36px;
	border:2px solid #eeeeee;
	margin:0 0px 0px 0;
}

.tweet .txt{
	clear:both;
}

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

#tweet-container a, #tweet-container a:visited {
	
	color: #246fbd;
	text-decoration:none;
	outline:none;
}

a:hover{
	text-decoration:underline;
}

#loading{
	margin:0;
}


