
#latest h2 {
	margin-bottom:0;
	}
#latest .tabbed ul.tabs {
	list-style:none;
	margin:0;
	padding:0 0 80px;
	width:34px;
	overflow:visible;
	float:left;
	line-height:1;
	border-right:1px solid #c8c8c8;
	}
#latest .tabbed ul.tabs li {
	width:35px;
	display:inline;
	float:left;
	}
#latest .tabbed ul.tabs li a {
	background-image:url('/assets/images/bg/latest_tabs_bg.gif');
	background-repeat:no-repeat;
	text-indent:-9999px;
	display:block;
	width:35px;
	float:left;
	}
#latest .tabbed ul.tabs li.news a {
	background-position:right bottom;
	height:70px;
	}
#latest .tabbed ul.tabs li.news a:hover,
#latest .tabbed ul.tabs li.news a.current {
	background-position:left bottom;
	}
#latest .tabbed ul.tabs li.tweets a {
	background-position:right top;
	height:82px;
	}
#latest .tabbed ul.tabs li.tweets a:hover,
#latest .tabbed ul.tabs li.tweets a.current {
	background-position:left top;
	}
	
#latest .tabbed .panes {
	width:265px;
	float:right;
	min-height:220px;
	background:url('/assets/images/bg/latest_bg.gif') no-repeat left top;
	overflow:visible;
	}
#latest .tabbed .panes .pane {
	display:none;
	}
#latest .tabbed .panes .pane.current {
	display:block;
	}
	
#latest .tabbed .panes ul {
	margin:10px 0 10px 20px;
	list-style:none;
	font-size:100%;
	}
#latest .tabbed .panes ul li {
	padding:5px 0;
	border-bottom:1px dotted #ccc;
	}
#latest .tabbed .panes ul h5 {
	font-size:100%;
	margin:0;
	}
#latest .tabbed .panes ul p,
#latest .tabbed .panes ul span.tweet_time {
	margin:0;
	font-size:68.3%;
	color:#666;
	display:block;
	}
#latest .tabbed .panes ul p.tweet,
#latest .tabbed .panes ul span.tweet_text {
	margin:0 0 5px;
	font-weight:bold;
	font-size:75%;
	line-height:130%;
	display:block;
	}
#latest .tabbed .panes ul span.tweet_join {
	display:none;
	}
#latest .tabbed .panes ul a {
	color:#333;
	text-decoration:none;
	}
#latest .tabbed .panes ul a:hover {
	color:#2fa2cc;
	text-decoration:none;
	}

div.tweet p.loading {
	padding:5px 20px;
	}


#latest .tabbed .panes a.twitter,
#latest .tabbed .panes a.rss {
	position:absolute;
	top:5px;
	right:0;
	padding:0 20px 3px 0;
	height:13px;
	display:block;
	background:url('/assets/images/icons/twitter.gif') no-repeat right top;
	font-size:75%;
	}
#latest .tabbed .panes a.rss {
	background:url('/assets/images/icons/rss.gif') no-repeat right top;
	color:#006a89!important;
	}
	