/* 
    Document   : news.css
    Created on : Apr 23, 2012, 11:11:53 AM
    Author     : ken
    Description:
        news and twitter styles
*/

.news { float:left; margin-left:20px; width:320px; }
.news .heading { margin-top:8px; margin-bottom:0px; }
.news .heading .twitter-bird { float:right; margin-top:-4px; margin-right:3px; }
.news .heading + div { margin-top:1px; }
.news .scrollable { height:182px; }

/* some additions for the mobile display of twitter */
.mobile_news { float: left; }
.mobile_news .tweet_list li {
	padding-left:35px;
	background:url(/images/icon_news.gif) no-repeat left top;
}

