/* Twitter CSS - Based on Monitter */

div.tweet {
	background: #FFF;
	clear: both;
	display: block;
	margin: 0 0 10px;
	overflow: hidden;
}

div.tweet:hover {
	background: #CCC;
}

div.tweet img {
	float: left;

	background: #EEE;
	height: 60px;
	margin-right: 5px;
	width: 60px;
}

div.tweet p {
	float: left;
	
	font-size: 14px;
	line-height: 16px;
	margin: 0;
	padding: 5px;
}

div.twitter-content {
}

div.twitter-source-wrapper {
	background: #CCC;
	padding: 5px;
}

div.twitter-source-icon {
	float: left;
	background: url(../images/twitter-icon-tweet.gif) no-repeat 50% 50%;
	width: 24px;
	height: 24px;
	display: block;
}

div.twitter-source-user {
	float: left;
}

div.twitter-source-user p {
	font-size: 12px;
	line-height: 24px;
	margin: 0 0 0 5px;
	padding: 0;
}

div.familiar-tooltip-content-left-twitter {
	background: url(../images/twitter-tooltip-left-80px.png) no-repeat 0 0;
	display: none;
	width: 100px;
	height: 100px;
	padding: 20px;
}
