#twitter_block_module
{	width: 100%;
	padding: 20px 0px 0px 15px; ;
    float: left;
    	margin-top: 10px;}
#twitter_block_module .tw_title{
    float:left; 
    height: 60px;
}
#twitter_block_module:hover .tw_title{
	-webkit-transform: rotate(20deg); 
	-moz-transform: rotate(20deg); 
	-o-transform: rotate(20deg);
	-ms-transform: rotate(20deg); 
	transition: all 150ms ease-in-out;
	-moz-transition: all 150ms ease-in-out;
	-webkit-transition: all 150ms ease-in-out;
	-o-transition: all 150ms ease-in-out;
}

#twitter_block_module .tw_title h4{
	font-size: 14px;
	line-height: 40px;
    font-weight: normal;
    text-transform: none;
	}
#twitter_block_module .tw_title img{
	margin-right: 10px;
	vertical-align: middle;
	display:inline-block;
	position:relative;
	top: -2px;}
	
	#twitter_block_module .tw_content{float:left; width: 80%; height: 61px; margin-left: 10px;}
	#twitter_block_module .tw_link{float:left; width: 160px;
	background-image: url('images/arrow.png');
background-repeat: no-repeat;
background-position:left;
height: 61px;
	line-height: 60px;
	padding-left: 40px;
	}
	
#twitter_block_module .tw_link a, #twitter_block_module .tw_link a:link, #twitter_block_module .tw_link a:visited	{color: #28b1dd}

.tweet,
.query {
	font: 120% Arial, serif;
}

	.tweet_list {
		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 {
    font-style:italic;
	font-size: 11px;
	color: #28b1dd;
    border-bottom: none;
    display: inline !important;
    padding: 0px 0px 0px 0px !important;
    background: url(../img/bullet.png) no-repeat -99999px -99999px transparent !Important;
    line-height: 13px;
}
.tweet_list li a:hover {
    font-style:italic;
	font-size: 11px;
	color: #28b1dd;
    border-bottom: none;
    display: inline !important;
    padding: 0px 0px 0px 0px !important;
    background: url(../img/bullet.png) no-repeat -99999px -99999px transparent !Important;
    line-height: 13px;
}
		
		.tweet_list li a:link, .tweet_list li a:visited{color: #28b1dd;}
		.tweet_list .tweet_even {
		
		}
		
		.tweet_list .tweet_time {
			display:block;
			font-style:italic;
			font-size: 11px;
			
		}
		
			.tweet_list .tweet_avatar img {
				vertical-align: middle;
			}
      #ticker {
        height: 61px;
        overflow-y: hidden;
        position: relative;
      }
      #ticker ul.tweet_list {
        position: absolute;

      }
      #ticker ul.tweet_list li {
            height: 53px;
			padding: 0px 20px;
			padding-top: 8px;
      }
#footer #twitter_block_module ul li a {background: none !important}
#footer #twitter_block_module {
	padding-top: 0px;
	margin-bottom: 20px;
	}