@charset "UTF-8";
/* CSS Document */
body {
	margin: 0;
	padding: 0;
	line-height:1.5;
}
#tweets {
	width: 540px;
}
#tweets p.loading {
	color:#222222;
	font-family: Verdana, Geneva, sans-serif;
	font-size:11px;
	font-weight:bold;
	line-height:1.5;
	margin: 0 0 0 32px;
	padding:0;
}
#tweets span {
	color:#333333;
	font-family: Verdana, Geneva, sans-serif;
	font-size:11px;
	font-weight:normal;
	line-height:1.5;
	margin:0;
	padding:0;
}
#tweets ul {
	margin:0;
	padding:0;
}
#tweets li {
	display:inline;
	float:left;
	list-style-type:none;
	margin-right:20px;
	width:140px;
	background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CCCCCC;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
    margin: 0 5px;
    padding: 10px;
    position: relative;
}
#twitterWrapper {
}
#twitterWrapper a {
	display:block;
	font-weight: normal;
	position:relative;
	color:#CB0000;
	font-family: Verdana, Geneva, sans-serif;
	font-size:11px;
	font-style:normal;
	line-height:1.5;
	text-decoration:none;
}
#twitterWrapper a:hover {
	text-decoration: underline;
	background: none;
}
#tweets a:active {
}