/*
	Tweet Blender CSS
*/
#tweetblender *{
	color:#534D49 !important;	
}


#tweetblender {

	/*background:url(http://www.tanarabrasil.com.br/blog3/wp-content/themes/elegant-grunge/images/fundo_enquete.gif) no-repeat top left;
	background-repeat:repeat-y;*/
	width:170px;
	float:left;
	min-height:260px;
	_height:260px;
	margin-bottom:15px;

}

#tbheader {
	height:25px;
	width:100%;
}

#twitterlogo {
	width: 86px;
	height: 20px;
	margin-bottom: 5px;
	float:left;
	border:none;
}

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

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

#refreshlink {
	display:inline;
	float:right;
	height:16px;
	width:16px;
	-moz-opacity:.30; filter:alpha(opacity=30); opacity:.30;
	margin-right: 5px;
	margin-top:3px;
	margin-right:7px;
}
#refreshlink:hover, #refreshlink.loading {
	-moz-opacity:1; filter:alpha(opacity=100); opacity:1;
}
#refreshlink img {
	border:none;
}

div.tb_msg {

	clear:both;
	padding:5px;
	background-color:#FFFFCC;
	border:1px solid #FFFF66;
}

#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;
	text-decoration:none;
	font-size:12px;
}

#tweetlist {
	margin: 2px;
}

#tweetlist li {
	font-family:Tahoma, Geneva, sans-serif;
	/*color:#534D49;*/
	font-size:11px;
	
	overflow:hidden;
	padding:0 0 10px 0;
	border-bottom:10px solid #E1E1E1;
}


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

a.tb_photo {
	display:block;
	float:left;
	border:none;
}

a.tb_photo img {
	margin-right: 4px;
	width: 48px;
	padding: 3px;
	border: 1px solid #ddd;
}

.tb_author {
	color:#CB39AD;
	font-weight:bold;
	text-decoration:none;
	color:#CB39AD;
	font-size:11px;
}
.tb_author a {
	color:#CB39AD;
	font-weight:bold;
	text-decoration:none;
	color:#CB39AD;
	font-size:11px;
}

.tb_tweetinfo {
	color: #CB39AD;
	font-style:italic;
}

.tb_tweetinfo a {
	color: #CB39AD;
	text-decoration:none;
}

.tb_tweetinfo a:hover {
	text-decoration:underline;
}

.tooltip { 
	position: absolute; 
	top: 0; left: 0; 
	z-index: 300; 
	display: none; 
	background-color:#FFFFcc; 
	padding: 2px 8px; 
}

