#tweets small{
	font-style:italic;
	color: #CCC;
}
#tweets {
	float: right;
	width: 415px;
	margin-right: 50px;
	margin-top: 64px;
	height: 130px;
	overflow: hidden;
	color: #3FC3F2;
	text-shadow: 0px 1px 1px #000;
}
#tweets ul {
	margin: 0px;
	padding: 0px;
}

#tweets li {
	font-size:13px;
	list-style-type:none;
	line-height: 18px;
	padding-bottom: 5px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

#tweets .hash { color:#0066CC; } 

#tweets .reply { color:#0066CC; } 
#tweets a {
	text-decoration:none;
	color:#FC6;
}
#tweets a:hover {
	text-decoration:underline;
	color:#CC0;
}
#tweetbox {
	width: 660px;
	float: right;
	height: 208px;
	background-image: url(../images/twitter-box.png);
	background-repeat: no-repeat;
	background-position: 3px bottom;
}

