/*
	Tweet Blender CSS
*/

/* general container */

#tweetblender-archive {
margin-left: 15px;
margin-right: 15px;
} 



#tweetblender {
	padding:5px 0;
	margin-bottom:12px;
}

/* header */
div.tb_header {
	height: 30px;
	margin-bottom: 0px;
	width:100%;
	background: transparent url(http://home.vinyljunkies.nl/wp-content/themes/vinyljunkies/images/twitter-logo.gif) no-repeat scroll left top;
}

img.tb_twitterlogo {
	width: 86px;
	height: 20px;
	margin-bottom: 5px;
	float:left;
	border:none;
}

div.tb_tools {
	float:right;
	margin-top: 2px;
	height:22px;
	width:28px;
	background-repeat:no-repeat;
	text-align: right;
}

a.tb_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;
}
a.tb_refreshlink:hover, a.tb_refreshlink.loading {
	-moz-opacity:1; filter:alpha(opacity=100); opacity:1;
}
a.tb_refreshlink img {
	border:none;
}

a.tb_infolink {
	display:none;
	float:right;
	height:16px;
	width:16px;
	-moz-opacity:.30; filter:alpha(opacity=30); opacity:.30;
	margin-bottom:10px;
	margin-right: 7px;
	margin-top:3px;
}
a.tb_infolink:hover {
	-moz-opacity:1; filter:alpha(opacity=100); opacity:1;
}

/* messages below header and above list */
#tb_loading {
	text-align:center;
	clear:right;
}

/* tweets list */
div.tb_tweetlist {
	margin:0;
	padding:0;
	background: #EDEDED;
}

div.tb_tweet {
	border-bottom: solid 1px #FFFFFF;
	padding-top: 15px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	min-height: 60px;
	width:100%;
	overflow: hidden;
	list-style:none;
	background: transparent url(http://home.vinyljunkies.nl/wp-content/themes/vinyljunkies/images/bg-news2.gif) left top repeat-x;
	overflow:hidden;
}

div.tb_tweet-tools {
	text-align:right;
	clear:both;
	padding-left: 15px;
}

a.tb_photo {
	display:block;
	float:left;
	border:none;
	margin-right: 10px;
	margin-left: 15px;
	margin-bottom:50px;
}

a.tb_photo img {
	margin-right: 4px;
	width: 54px;
	padding: 0px;
	border: 1px solid #ddd;
}

.tb_author {
	font-weight:normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}

.tb_msg {
	color: #000;
	font-weight:normal;
	font-family: Trebuchet, Lucida Sans, Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: 11px;
	padding-right: 15px;
}

div.tb_msg {
	min-height: 40px;
	clear:right;
}

.tb_tweet-info {
	color: #333333;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 20px;
	text-align: right;
	}

.tb_tweet-info a {
	color: #555555;
	text-decoration:none;
}

.tb_tweet-info a:hover {
	color: #000;
}

.tooltip { 
	position: absolute; 
	top: 0; left: 0; 
	z-index: 300; 
	display: none; 
	background-color:#FFFFCC; 
	padding: 2px 8px; 
}

/* footer */

div.tb_footer {
	margin-bottom:0px;
}

a.tb_archivelink {
	margin-left: 5px;
	float:right;
}


