/**
 * Twitter Feed Reader -- CSS Engine
 *
 * @author: Rahmin Pavlovic
 * @version: 03 June 2008
 *
 * copyright (c) 2008, Crain Communications
 *
 */

.twitter_tweet {
	font-size:13px;
	font-weight:bold;
	padding:4px 0 0 0;
}
.twitter_tweet a:link, .twitter_tweet a:visited {
	color:#0095d5;
}
.twitter_tweet a:hover {
	color:#333;
}
#twitter_tweet_0 {
	font-size:18px;
}
.twitter_tweet_created {
	font-size:10px;
	padding:0 0 5px 0;
	border-bottom:1px solid #666;
}
