/*
	Widget CSS
*/
#tweetblender {
	width:100%;
	padding:10px 0;
}


/*#twitterlogo {
	width: 86px;
	height: 20px;
	margin-bottom: 5px;
	float:left;
}*/
#twitterlogo {
	width: 231px;
	height: 84px;
	margin-bottom: 5px;
	float:left;
}


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

/*#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;
}

#tweetlist li {
	border-top: dotted 1px #ccc;
	padding: 2px;
	min-height: 54px;
	list-style:none;
	background:none;
}

#tweetlist li.last {
	min-height: 1px;
	list-style: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;
}

.tb_tweetinfo {
	color: #ccc;
}

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

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

/*
	Archive CSS
*/

#tweetblenderarchive {
	margin-top: 20px;
	font-family:Helvetica,sans-serif;
	font-size:13px;
}

#tweetblenderarchive ul {
	list-style-type:none;
}

#tb_message {
	clear:both;
	margin-top:30px;
	margin-bottom:10px;	
}

#tweetblenderarchive li {
	padding:15px 5px;
	font-size:14px;
	line-height:17px;
	margin: 0;
	text-align: left;
	text-indent:0;
}

#tweetblenderarchive .tb_tweetinfo {
	color: #ccc;
	font-size: 13px;
	margin-top:5px;
	display:block;
}


