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

#twitter_creativity .twitter_tweet {
	font-size:11px;
	font-weight:bold;
	padding:5px 0 0 0;
	border-top:1px solid #bfbfbf;
}
#twitter_creativity .twitter_tweet:first-child {
	border-top:none;
}
#twitter_creativity .twitter_tweet a:link, #twitter_creativity .twitter_tweet a:visited {
	color:#0095d5;
	font-weight:normal;
}
#twitter_creativity .twitter_tweet a:hover {
	color:#333;
}
/*
#twitter_creativity #twitter_tweet_0 {
	font-size:18px;
}
*/
#twitter_creativity .twitter_tweet_created {
	font-size:11px;
	padding:0 0 5px 0;
	color:#8a8a8a;
}
