ul.stream {
	display: none;
	width: 420px;
	margin: 0px;
	padding: 165px 0px 0px 65px;
}

ul.stream li {
	display: block;
	background-color: transparent;
	font: normal 13px/18px sans-serif;
	color: #FFFFFF;
	position: relative;
	padding: 15px 20px;
	margin: 0px 0px 5px 0px;
	background-image: url('../img/patch_blue.png');
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

ul.stream li:nth-child(2) {
	background-image: url('../img/patch_red.png');
}

ul.stream li:nth-child(3) {
	background-image: url('../img/patch_green.png');
}

ul.stream li:nth-child(4) {
	background-image: url('../img/patch_purple.png');
}

ul.stream li:nth-child(5) {
	background-image: url('../img/patch_gold.png');
}

ul.stream li a {
	font-family: sans-serif;
	color: #009999;
	text-decoration: none;
}

ul.stream li a:hover {
	text-decoration: underline;
}
ul.stream li .thumb img {
	padding: 1px;
	background: #fff;
	border: 1px solid #ececec;
	float: left;
	margin: 3px 7px 5px 0;
}
ul.stream li .user {
	display: block;
	font-size: 12px;
	color: #FFCC55;
}
ul.stream li a.user:hover {
	color: #999;
	text-decoration: none;
}
ul.stream li strong {
	font-family: sans-serif;
	font-size: 13px;
	color: #FFCC55;
}
ul.stream li a:hover strong {
	color: #009999;
	text-decoration: underline;
}
ul.stream li .twitter-image img {
	padding: 1px;
	background: #fff;
	border: 1px solid #ececec;
	clear: both;
	margin: 5px 0;
}
ul.stream li .date {
	display: block;
	font-family: sans-serif;
	clear: both;
	margin: 5px 0 0 0;
	line-height: 12px;
	color: #666;
	font-size: 11px;
	font-style: italic;
}
ul.stream li .section-share {
	bottom: 15px;
    right: 15px;
    position: absolute;
	z-index: 2;
}
ul.stream li .section-share a {
	display: block;
	width: 16px;
	height: 16px;
	float: left;
	margin: 0 2px 0 0;
	background: url('../img/share.png') no-repeat 0 0;
}
ul.stream li .section-share a.share-retweet {
	background-position: 0 -16px;
}
ul.stream li .section-share a.share-favorite {
	background-position: 0 -32px;
}
ul.stream li .section-share a.share-reply:hover {
	background-position: -16px 0;
}
ul.stream li .section-share a.share-retweet:hover {
	background-position: -16px -16px;
}
ul.stream li .section-share a.share-favorite:hover {
	background-position: -16px -32px;
}