h2.tut  {color:#ffffff; font-size:12px; text-transform:uppercase; padding:8px 0 0 65px; }
h2.tut a{color:#ffffff; font-size:12px;}
h2.tut a:hover{color:#ffffff; text-decoration:none;}

#twitter-ticker {
	margin:15px 25px 10px;
}



#twitter-ticker {
	width:240px;
	height:300px;
	background:url(img/slick.png) no-repeat #f5f5f5;
	color:#666;
	display:none;	
	-moz-border-radius:10px 10px 6px 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius:6px;
	text-align:left;
}

#tweet-container {
	height:250px;
	width:auto;
	overflow:hidden;
}

#twitIcon {
	position:absolute;
	top:-10px;
	left:-15px;
	width:64px;
	height:64px;
}

#top-bar {
	height:30px;
	background:url(img/topbar.png) repeat-x;
	border-bottom:1px solid white;
	position:relative;
	margin-bottom:8px;	
	-moz-border-radius:6px 6px 0 0;
}

#loading {
	margin:100px 95px;
}

.fortw a{color:#B59451; text-decoration:underline;}

.fortw a:hover{color:#B59451; text-decoration:none;}


.tweet {
	padding:5px;
	margin:8px 8px 0 8px;
	border:1px solid #f0f0f0;
	background:url(img/transparent.png);	
	width:auto;
	overflow:hidden;
}

.tweet:first-child {
	margin-top:0;
}

.tweet .avatar, .tweet .user, .tweet .time {
	float:left;
}

.tweet .time {
	display:block;
	width:70%;
	font-size:13px;
	color:#aaa;
	white-space:nowrap;
}


.tweet .avatar img {
	width:36px;
	height:36px;
	border:1px solid #eee;
	margin:0 5px 5px 0;
}

.tweet .txt {
	clear:both;
}

.tweet .user{
	font-weight:bold;
}