@charset "UTF-8";
/* ======================================================================== */
/* Formats the tweets imported into the homepage						    */
/* ======================================================================== */
.twitter
	{
	width: 244px;
	float: left;
	min-height: 200px;
	height:auto !important;
	height: 200px;
	margin-left: 13px;
	padding-top: 55px;
	margin-top: 30px;
	position: relative;
	background: url(../images/twitter-head.png) no-repeat;
	line-height: 1.1em;
	}
.tweet
	{
	font-family: Arial, serif;
	font-size: 12px;
	color: #085258;
	}
.tweet .tweet_list
	{
    -webkit-border-radius: .5em;
    list-style-type: none;
    margin: 0;
    padding: 0;
    }
.tweet .tweet_list li
	{
    overflow: auto;
    padding: 5px 15px 10px 15px;
    background: url(../images/twitterpost-bg.png) repeat-x;
    margin-bottom: 10px;
    }
.tweet .tweet_list li a
	{
    color: #0C717A;
    }
.tweet .tweet_list .tweet_even
	{
    }
.tweet .tweet_list .tweet_avatar
	{
    padding-right: .5em;
    float: left;
    }
.tweet .tweet_list .tweet_avatar img
	{
    vertical-align: middle;
    }