/* Structure */

#rss-stream dl {
	margin-top: -10px;
	margin-left: 0;
	width: 550px;
}

.rss-date {
	font-size: 18px;
	margin-top: 30px;
	margin-bottom: 10px;
	font-weight: normal;
	font-style: normal;
	border-bottom: 1px solid #e1e1e1;
}

.rss-time {
	width: 90px;
	margin-right: 10px;
	text-transform: capitalize;
	line-height: 18px;
	font-size: 10px;
	float: left;
}

.rss-credits {
	font-size: 9px;
}

.rss-message {
}

/* Icons */

#rss-stream .rss-time a {
	padding-left: 25px;
	padding-bottom: 5px;
	display: block;
	width: 60px;
	height: 15px;
}
#rss-stream .delicious {
	background: url(images/delicious.gif) no-repeat;
}
#rss-stream .twitter {
	background: url(images/twitter.gif) no-repeat;
}
#rss-stream .flickr {
	background: url(images/flickr.png) no-repeat;
}
#rss-stream .delicious:hover,
#rss-stream .twitter:hover {
	background-position: 0 -20px;
}