#twitter-ticker{
	width:200px;
	height:300px;
	float:left;
	text-align:left;
}

#tweet-container{
	height:230px;
	width:240px;
	overflow:hidden;
	top:20px;
}

h3.tut{
	color:white;
	font-family:"Myriad Pro",Arial,Helvetica,sans-serif;
	font-size:18px;
	padding:17px 0 0 0px;
	text-transform:uppercase;
	margin-left:60px;
	
	
	text-shadow:2px 1px 6px #333;
}

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

#top-bar{
	height:60px;
	position:relative;
	margin-bottom:8px;
}

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

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

.tweet .time{
	text-transform:uppercase;
	font-size:9px;
	color:#CC3399;
	white-space:nowrap;
}

.tweet .txt{
	clear:both;
	font-size:11px;
	color:#cab3d7;
}

.tweet .user{
	font-weight:lighter;
	font-size:11px;
	color:#4e83c3;
}

.tweet a, .tweet a:visited {
	color:#00BBFF;
	text-decoration:none;
	outline:none;
}

.tweet a:hover{
	text-decoration:underline;
}

#loading{
	margin:100px 95px;
}

