/*
	Tweet Blender CSS
*/
#tweetblender {
	width:310px;
	height:500px;
	background:url(../img/bg.png) no-repeat 0 0;
	padding:20px ;
	font:11px Verdana, Geneva, sans-serif;
	color:#fff;
	display:block;
	float:left;
	line-height:10px;
}
#tweetblender a {
	font:11px Verdana, Geneva, sans-serif;
	color:#fff;
	text-decoration:none;
}


#twitterlogo {
	width: 380px;
	height: 89px;
	margin-left:-30px;
	float:left;
	z-index:99999;
}

#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;
	margin-right:0px;
}
#refreshlink:hover, #refreshlink.loading {
	-moz-opacity:1; filter:alpha(opacity=100); opacity:1;
}
#refreshlink img {
	border:none;
}

div.tb_msg {
	min-height: 40px;
	clear:both;
	padding:15px;
	background-color:#FFFFCC;
	border:0px solid #FFFF66;
}

#infolink {
	display:inline;
	float:right;
	height:16px;
	width:16px;
	background-image: url('http://kirill-novitchenko.com/img/info-kino.png');
	-moz-opacity:.30; filter:alpha(opacity=30); opacity:.30;
	margin-bottom:10px;
	margin-right: 7px;
	margin-top:3px;
	display:none;
}

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

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

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


#tweetlist li {
	padding: 10px;
	min-height: 40px;
	list-style:none;
	background:none;
	overflow:hidden;
	clear:both;
	margin-bottom:10px;
	background:url(../img/tweet.png) 0 0px;
}

#tweetlist li:hover {
	padding: 10px;
	min-height: 40px;
	list-style:none;
	background:none;
	overflow:hidden;
	clear:both;
	margin-bottom:10px;
	background:url(../img/tweet.png) 0 60px;
	color:#FFF;
	}

#tweetlist li:hover a {
	color:#0071bc;
	}
	
div.tweet-tools {
	visibility:hidden;
		text-align:right;
		clear:both;
		display:none;
}

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 {
	font-weight:normal;
	display:none;
}

.tb_tweetinfo {
	color: #fff;
	font-style:italic;
	display:none;
}

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

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