@charset "UTF-8";
/* CSS Document */
	
#tweetContainer{width:620px;background:#FFF;}
	.dateBlock{height:40px;margin:5px 0 5px;color:#999;font-weight:bold;padding:12px 0 0 65px;font-size:1em;}
	.postBlock{float:left;margin:0 5px 10px 0;width:200px;height:265px;background:#EEE url(/media/images/pageLayout/tweet-block-bg.png) top left no-repeat;}
	p.tweet{font-size:16px;font-weight:bold;color:#666;display:block;clear:both;}
	
	#tweetContainer a, #tweetContainer a:link{display:inline;padding:0;margin:0;}
	#tweetContainer a:link{color:#06F;}
	#tweetContainer a:visited{color:#06F;}
	#tweetContainer a:hover{color:#C00;}
	#tweetContainer a:active{color:#06F;}

/*end of Juitter CSS*/