ul.tweets {
	margin:0px;
	padding:0px;
}
ul.tweets li {
	margin: 0;
	padding: 0.8em .5em;
	background-color: #E5E6E7;
	background-image: url(../images/base/tweet_bg.jpg);
	background-repeat: repeat-x;	
	list-style:none;
	/* min-height hack for ie6 */
			min-height: 42px;
			height: auto !important;
			height: 42px;
}

ul.tweets a {
	/* timestamp link */
	color: #00456B;
}




#twitterend {
	width:100%;
	height:21px;
	background-image: url(../images/base/sidebar_corner.gif);
	background-repeat:no-repeat;
	background-position:right;
	background-color: #E5E6E7;
}
