/* @override http://www.labohratory.com/css/jquery.tweet.css */

.home_blog, .home_projects, .homepage_tweets{
    overflow: visible;
}
.tweet {
  font-family: arial,helvetica neue,helvetica,sans serif;
  font-size: 120%;
  color: white;
  overflow: visible;

   }
  
.tweet .tweet_list {
    -webkit-border-radius: .5em;
    list-style-type: none;
    margin: 0;
    padding: 0;
    background-color: #000000;
    overflow: visible;
}

.tweet .tweet_list li {
    overflow: visible;
	padding:10px 20px 10px 0;
	width:180px;
	float: left;
}

.tweet .tweet_list li a {
    color: #aaaaaa;
    word-wrap: break-word;
}

.tweet .tweet_list li a:hover{
    color: #31dfb9;
}

.tweet .tweet_list .tweet_even {
    background-color: #000000;
}

.tweet .tweet_list .tweet_avatar {
    padding-right: .5em;
    float: left; 
}

.tweet .tweet_list .tweet_avatar img {
    vertical-align: middle; 
}

.tweet_join,.tweet_text{
    line-height: 20px;
    font-size: 16px;
    font-weight: bold;
}

