/*
Smoke theme for Tweeter! by Pat Hartl
Inspired by Growl's smoke notification theme
*/

*{margin:0; padding:0;}
#tweeter_container {
	display: block;
	font: 12px Arial, Helvetica, sans-serif;
	color: #000;
}

#tweeter_feed {
	background: rgba(0, 0, 0, 0.5);
	padding: 1px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

.tweeter_tweet {
	color: #fff;
	width: 95%;
	margin: 0px auto;
	padding: 4px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	
}

.tweeter_tweet:hover {
	padding: 2px;
	border: 2px solid #fff;
}

.tweeter_text a {
	color: inherit;
	text-decoration: none;
}

.tweeter_time {
	font-size: 9px;
	color: #c0c0c0;
}

#tweeter_bottom {
	position: relative;
	top: 0px;
	height: 51px;
	background: url(bottom.png) bottom right no-repeat;
}

#sidebar ul #tweeter_container ul {
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	padding:0;
}