@charset "UTF-8";
/* CSS Document */

/*
h2.tut{
	color:#98A187;
	font-family:"Myriad Pro",Arial,Helvetica,sans-serif;
	font-size:18px;
	padding:12px 0 0 58px;
	text-transform:none;
	font-weight:normal;
}
*/

#twitter-ticker{
	width:210px;
	height:350px;
	color:#666666;
	display:none;
	text-align:left;
	background-repeat: no-repeat;
}

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

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

#top-bar{
	height:18px;
	position:relative;
	margin-bottom:0px;
}

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

.tweet .avatar{
	float:left;
	display: none;	
}


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

.tweet .user {
	padding-right: 25px;
	font-weight: bold;
	word-spacing: normal;
	padding-bottom:7px;
	text-decoration: none;
	letter-spacing:.2em;
}

.tweet .user a {
	text-decoration:none;
	font-size: 12px;
	color: #036;	
}

.tweet .time{
	text-transform:none;
	font-size:10px;
	color:#858D76;
	white-space:nowrap;
}


.tweet .avatar img{
	width:36px;
	height:36px;
	margin:0 5px 5px 0;
}

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

