/* styles for Twitter feed */

div#sidebar #tweets ul li {
	list-style: none;
	padding: 0;
	font-size: 1.1em;
	line-height: 1.3em;
	padding-bottom: 0.7em;
	border-bottom: 1px dotted rgb(180,180,180);
	margin-bottom: 0.7em;
	padding-left: 30px;
	background: url(../design/twitter_bird.png) no-repeat top left;
}

#tweets ul li a {
	border: none;
	font-weight: bold;
}

#tweets li span.prefix {
	font-weight: bold;
}

#tweets span.time {
	font-style: italic;
}

#tweets span.status {
	font-style: italic;
}
