/*-----
	Twitter
-----*/
	#tweet,
	.query 
	{
		font:normal 12px/14px "HelveticaLT-Condensed", sans-serif;
		color: #99b;
		/*margin:10px 0px 0px 0px;*/
	}
	.tweet_list 
	{
		list-style: none;
		margin: 0;
		overflow-y: hidden;
		padding: 0;
	}
	.tweet_list li 
	{
		list-style-type: none;
		overflow-x: hidden;
		overflow-y: auto;
		padding: 0.5em;
	}
	.tweet_list li a 
	{
		color: #434B55;
	}
	.tweet_list .tweet_even 
	{
		/*background-color: #EEE;*/
	}
	.tweet_list .tweet_avatar 
	{
		padding-right: .5em; float: left;
	}
	.tweet_list .tweet_avatar img 
	{
		vertical-align: middle;
	}
	.tweet_text a{
		color: #18B2EB !important;
	}
/*-----
	FIM
-----*/