#ticker, .tweet,
.query {
	font: 120% Georgia, "Times New Roman", Times, serif;
	text-align:center;
}

	.tweet_list {
		-webkit-border-radius: 0.5em;
		-moz-border-radius: 0.5em;
		border-radius: 0.5em;
		list-style: none;
		margin: 0;
		padding: 0;
		overflow-y: hidden;
	}
	
		.tweet_list li {
			overflow-y: auto;
			overflow-x: hidden;
			padding: 0.5em;
			list-style-type: none;
		}
		
			.tweet_list li a {
				color: #00b4ff;
			}
		
		.tweet_list .tweet_even {
			/*background-color: #91E5E7;*/
		}
		
		.tweet_list .tweet_avatar {
			padding-right: .5em; float: left;
		}
		
			.tweet_list .tweet_avatar img {
				vertical-align: middle;
			}
	

/*==========CUSTOM CSS==========*/	
			
.TwitterFeeds {
	width:100%;
	margin:30px 0;
	text-align:center;
}
.TwitterLogo {
	width:24px;
	height:20px;
	margin:10px auto;
}

#ticker a {
	color:#00b4ff;
	text-decoration:none;
} 

#ticker a:hover {
	text-decoration:underline;
}

.tweet_time {
display: block;
margin-bottom: 20px;
font-size: 82%;
}

#ticker .tweet_list .tweet_time a {
	color:#999999;
}




   #ticker {
        height: 6em;
        overflow-y: hidden;
        position: relative;
      }
      #ticker ul.tweet_list {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
      }
      #ticker ul.tweet_list li {
        height: 6em;
      }