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

h2.tut{
	color:white;
	font-family:"Myriad Pro",Arial,Helvetica,sans-serif;
	font-size:16px;
	padding:12px 0 0 58px;
	text-transform:uppercase;
	
	text-shadow:2px 1px 6px #333;
}

#twitter-ticker{
	width:300px;
	height:80px;

	color:#666666;
	display:none;
	
	

	text-align:left;
}

#tweet-container{
	height:80px;
	width: 300px;
	margin: 0px;
	overflow:hidden;
}

a.username{
color: #71c5f6;
text-decoration:underline;
}
a.username:hover{
text-decoration:none;
}

#twitIcon{
float:left;
	width:64px;
	height:64px;
	margin-top:-15px;

}

#top-bar{
	height:45px;
	background:url(img/top_bar.png) repeat-x;
	border-bottom:1px solid white;
	position:relative;
	margin-bottom:8px;
	

}

.tweet{
	padding:5px;
	margin:0 8px 8px;
	
	border:1px solid #F0F0F0;
	background:url(img/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;
}



#loading{
	margin:100px 95px;
}

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



#twitter-ticker{
	margin-top:3px;
}



#main{
	width:300px;
}


