div#twitterWrapper {
	background: url(../images/tweet_bouble_top.png) no-repeat top left;
	width: 126px;
	float: left;
	margin-top: -7px;
}

div#twitter {
	background: url(../images/tweet_bouble_bottom.png) no-repeat bottom left;
	width: 120px;
	float: left;
	padding: 30px 3px 20px 3px;
	margin-bottom: -20px;
}

div#twitter span {
	font-size: 10px;
	display: block;
	float: left;
	padding: 5px 0;
	line-height: 14px;
	width: 95px;
}

p#preloader {
	margin: 0;
	padding: 1em 1em 1em 3em;
	background: transparent url(../images/ajax-loader.gif) 1em center no-repeat;
}

ul#twitter_update_list {
	margin: 0;
	padding: 0 1em 0.5em 1em;
	list-style-type: none;
}


ul#twitter_update_list li a {
	/* timestamp link */
	font-family: Georgia, Palatino Linotype, Times, serif;
	font-style: italic;
	clear: left;
	display: block; 
	width: 90px;
	word-wrap: break-word;
	overflow: hidden;
	border-bottom: none;
}


ul#twitter_update_list li span a {
	/* links in tweet */
	color: #DDD;
}

