body,h1,h2,h3,p,quote,small,form,input,ul,li,ol,label{
	margin:0px;
	padding:0px;
}

h2.tut{
	color:#fff;
	font-family:Arial, sans-serif;
	font-size:16px;
	padding:0 0 0 5px;
}

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

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

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

#top-bar{
	height:55px;
	margin-bottom:8px;
	
}

.tweet{
	padding:5px;
	margin:0 8px 8px;
	color:#fff;
	width:auto;
	overflow:hidden;
}

.tweet .avatar
 {
	float:left;
}

.tweet .time{
	/*text-transform:uppercase;*/
	font-size:9px;
	color:#ccc;
}


.tweet .avatar img{
	width:28px;
	height:28px;
	margin:0 5px 2px 0;
	border:1px solid #fff;
}

.tweet .txt{
	clear:both;
	font-size:12px;
}

.tweet .user{
	font-size:18px;
}

#twitter-ticker a {
	color:#535353;
	text-decoration:none;
	outline:none;
}

#twitter-ticker a:hover {
	text-decoration:none;
	color:#1d8af1;
}

#loading{
	margin:100px 95px;
}

/* The styles below are only necessary for the demo page */

#twitter-ticker{
	margin:0px auto 20px;
}

