@charset "utf-8";
/* Alpha Duplication Ltd - Twitter Sidebar CSS file */
/* twitter - alpha_dupe_uk - follow us! */

#twitter, #pre-twitter {
	width: 165px;
}
/*#twitter {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background-color:#e1e9ff;
	padding: 5px 0;
}*/
#bubble{
	width:inherit;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background-color:#e1e9ff;
	padding: 5px;
	margin: 5px 0 0 0;
	border: thin solid #036;
}
.tweetDate {
	font-size: 10px;
	padding: 0px 0 0 0;
	/*background-image: url(arrow.gif);
	background-repeat: no-repeat;
	background-position: 10px 0px;
	position: relative;
	top: -15px;	*/
}
#twitter ul {
	color:#096;
	list-style-position: inside;
	list-style-type: none;
	margin: 10px;
	padding: 0;
}
p.twitter-words {
	padding: 0;
	margin: 0;
	color:#036;
	font-size: 12px;
}
.floatLeft {
	float:left;
	padding-right: 5px;
}
