/*
	Tweet Blender CSS
*/
#tweetblender {
	width:359px;
	height: 207px;
	padding:0px 0;
	float: left;
	margin: -40px 0px 0px 0px;
	*margin: 0px 0px 0px 0px; /* IE */
}


#twitterlogo {
	width: 106px;
	height: 32px;
	margin: 10px 0px 0px 0px;
	*margin: -30px 0px 0px 0px;
	float:right;
}

#tb_loading {
	text-align:center;
	clear:both;
}

#tweetblender ul {
	margin:-5px 0px 0px 0px;
	padding:17px 21px 0;
	clear:right;
	width: 317px;
	height: 153px;
	float: left;
}

#refreshlink {
	display:inline;
	float:right;
	height:16px;
	width:16px;
	-moz-opacity:.30; filter:alpha(opacity=30); opacity:.30;
	margin-right: 5px;
}
#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:5px;
	background-color:#FFFFCC;
	
}

#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: 5px;
}

#infolink:hover {
	-moz-opacity:1; filter:alpha(opacity=100); opacity:1;
}

#archivelink {
	display: none !important;
	margin-left: 5px;
	float:right;
}

#tweetlist li {
	padding: 2px;
	min-height: 65px;
	list-style:none;
	background:none;
	overflow:hidden;
	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 {
	font-weight:normal;
	display: none;
}

.tb_msg {
	font-size: 12px;
	color: #fff;
}

.tb_tweetinfo {
	color: #00c6ff;
	font-weight:bold;
}

.tb_tweetinfo a {
	color: #00c6ff;
	text-decoration:none;
}

.tb_tweetinfo a:hover {
	text-decoration:underline;
}