/* Latest Tweets */
.twitter{}
	.tweet_list{ }
		.tweet_list li.tweet_odd, .tweet_list li.tweet_even{ clear: both; padding: 24px 0 21px 0; border-bottom: 1px solid #e2e2e2; }
			a.tweet_avatar img {width: 55px; height: 55px; float: left; }
			
			.col4 .tweetContent{ width:539px; float: right; font-weight: bold; }
			.col2 .tweetContent{ width:224px; float: right; font-weight: bold; }
			.col0 .tweetContent{ width:855px; float: right; font-weight: bold; }
				a.tweet_user{ color: #9a9a9a; font-weight: bold; margin-left: 4px; text-decoration: none;}
			.tweet_text{ float: left; margin-top: 7px; font-weight: normal; }
			.tweet_time a{ color: #9a9a9a; margin-top: 7px; text-decoration: none; float:left; font-weight: normal; clear: both;}
			
			.latestTweets .twitter-follow-button { margin-top:5px; }
