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

#twitterFeed{
	margin: 0 auto;
	width: 980px;
	background-color: #FFF;
}

#twitterHolder{
	float: right;
	width: 840px;
	padding: 0;
	margin: 0;
	margin-top: 5px;
	background-image: url(../images/bgTwitterMiddle.jpg);
	background-repeat: repeat-x;
}

#twitterLeft{
	float: left;
	height: 30px;
	width: 15px;
	background-image: url(../images/bgTwitterLeft.jpg);
	background-repeat: no-repeat;
}

#twitterMiddle{
	float: left;
	height: 30px;
	width: 815px;
	overflow: hidden;
}

#twitterRight{
	float: left;
	height: 30px;
	width: 10px;
	background-image: url(../images/bgTwitterRight.jpg);
	background-repeat: no-repeat;
}
	
#twitter{
  overflow: hidden;
  color: #FFF;
  font-size: 10px;
  padding: 3px 0 0 5px;
}

#twitter span.padding{
	padding-left: 15px;
	padding-right: 15px;
	color: #CCC;
}

#twitter span.prefix{
	padding: 0px;
	margin: 0px;
}

#twitter a.twitterTime{
	font-style: italic;
	padding: 0px;
	margin: 0px;
	color: #CCC;
}

#twitter a.rrt-date{
	color: #CCC;
	font-weight: bold;
	font-style: oblique;
}

#twitter span.time a:hover{
	color: #CCC;
	text-decoration: underline;
}

#twitter span.status{
	padding: 0px;
	margin: 0px;
}

#twitterLogo{
	float: left;
	width: 140px;
}

ul.tweet_list li{
	height: 25px;
}
