
h2.tut{
	color:#ccc;
	font-family:Arial,Helvetica,sans-serif;
	font-size:16px;
	padding:12px 0 0 58px;
	
}

.twitter-ticker{
	width:200px;
	height:300px;
	color:#666666;
	display:none;
	text-align:left;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	
}

.tweet-container{
	height:230px;
	width:auto;
	overflow:hidden;
}

#twitIcon{
	position:absolute;
	top:0px;
	left:0px;
	width:50px;
	height:50px;
	overflow:hidden;

}

#top-bar{
	height:45px;
	border-bottom:0px solid white;
	position:relative;
	margin-bottom:8px;
	
}

.tweet{
	padding:5px;
	margin:0 8px 8px;
	border:1px solid #F0F0F0;
	background:url(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:36px;
	height:36px;
	border:2px solid #eeeeee;
	margin:0 5px 5px 0;
}

.tweet .txt{
	clear:both;
}

.tweet .user{
	font-weight:bold;
}

a, a:visited {
	color:#00BBFF;
	text-decoration:none;
	outline:none;
}

a:hover{
	text-decoration:underline;
}

#loading{
	margin:100px 95px;
}

/* The styles below are only necessary for the demo page */



