/* Twitter */
.tweet,
.query {
}

	.tweet_list { 
		margin:0px 0px 0px 0px;
		padding:0px;
		border:0px none;
	}

		.tweet_list ul {
			margin:0px 0px 0px 0px;
			padding:0px;
			border:0px none;
		}
	
		.tweet_list li {
			width:300px;
			display:block;
			float:left;
			
			list-style:none;
			
			line-height:1.4;
			text-align:left;
			overflow:hidden;
			
			margin:0px 0px 20px 20px;
			padding:0px;
			border:0px none;
		}
	
		.tweet_list li:nth-child(1){
			margin-left:0px;	
		}
		
			.tweet_list li a {
			}
		
				.tweet_list li a:hover {
				}
				
			.tweet_list li span.tweet_time{
				font-family:Helvetica, Arial, sans-serif;
				font-weight:bold;	
			}
				
				.tweet_list li span.tweet_time a{
					font-family:Helvetica, Arial, sans-serif;
					font-weight:bold;	
				}
				
			.tweet_list li .tweet_text{	
			}