/*
	Tweet Blender CSS
*/
#tweetblender {
	width: 300px;
	padding: 0;
}

#tb_loading {
	text-align: center;
	clear: both;
}

#tweetblender ol {
	margin:0;
	padding:0;
	clear:right;
}

#refreshlink {
	display:inline;
	float: right;
	height: 16px;
	width: 16px;
	-moz-opacity:.30; filter:alpha(opacity=30); opacity:.30;
	margin-right: 0px;
	margin-top: 0px;
}

#refreshlink:hover, #refreshlink.loading {
	-moz-opacity:1; filter:alpha(opacity=100); opacity:1;
	border: none;
}

#refreshlink img {
	border:none;
}

#infolink {
	display:inline;
	float:right;
	height:16px;
	width:16px;
	-moz-opacity:.30; filter:alpha(opacity=30); opacity:.30;
	margin-bottom:10px;
	margin-right: 7px;
	margin-top:3px;
}

#tb_tools {
	float:right;
	height:22px;
	width:52px;
	background-repeat:no-repeat;
}

#infolink:hover {
	-moz-opacity:1; filter:alpha(opacity=100); opacity:1;
}

#archivelink {
	margin-left: 5px;
	float:right;
}

#tweetlist {
	font-size: 11px;
}

#tweetlist li {
	padding: 0;
	margin: 0 0 10px 0;
	min-height: 30px;
	list-style: none;
	background: none;
	overflow: hidden;
	clear: both;
}

div.tweet-tools {
	text-align: right;
	clear: both;
}

div.tb_msg {
	width: 270px;
	padding: 15px;
	background: #efefef;
	margin: 0;
}

div.tb_tweetinfo {
	padding: 6px 0 0 0;
	background: url(bubble_bottom.png) no-repeat top left;
}

div.tb_tweetinfo a {
	color: #b5b5b5;
}

#tweetlist img {
	float: left;
	max-width: 25px;
	margin: 4px 6px 0 0;
	border: 1px solid #e5e5e5;
}

div.tb_tweetinfo .tb_author a {
	font-size: 12px;
	color: #70bf4e;
	margin: 6px 0 0 0;
}