
* {
	font-family: "Myriad Pro", "Helvetica Neue", Arial, sans-serif;
}

body {
	font-size: 15px;
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #5D7176;
}

a {
	color: #5e5e5e;
	text-decoration: none;
	outline: none;
}

a:hover {
	color: black;
	text-decoration: underline;
}

h1, h2, h3, h4, h5 {
	margin: 10px 0;
	padding: 0;
}

.clear {
	clear: both;
}

.infobar {
	background: url(img/top_bg.png) repeat-x left top;
	height: 50px;
}

.content-container {
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	margin-top: 10px;
}

.content-container .head {
	margin: 0;
}

.content-container .head a {
	display: block;
	background: url(img/logo.png) no-repeat left top;
	height: 40px;
	width: 560px;
}

.content-container .head a b {
	display: none;
}

#stream .item {
	clear: both;
	padding-top: 20px;
}

#stream .item .icon {
	display: block;
	float: left;
	width: 64px;
	height: 57px;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(img/icon_rss.png);
}

#stream .item.photo .icon {
	background-image: url(img/icon_photo.png);
}

#stream .item.comment .icon {
	background-image: url(img/icon_comment.png);
}

#stream .item.music .icon {
	background-image: url(img/icon_music.png);
}

#stream .item.link .icon {
	background-image: url(img/icon_link.png);
}

#stream .item .icon i {
	display: none;
}

#stream .item .content {
	float: left;
	width: 685px;
}

#stream .item .content.twitter {
	font-size: 1.3em;
}

#stream .item .content-text {
	background-color: white;
	padding: 20px;
	margin-top: 3px;
}

#stream .item .content-text a {
	color: #ff9300;
	text-decoration: underline;
}

#stream .item .content-text img {
	border: 0;
	max-width: 580px;
}

#stream .item .desc {
	height: 35px;
	background-color: #efefef;
}

#stream .item.link .content-text h3 {
	margin: 0;
	padding: 0;
	font-size: 1.3em;
}

#stream .item.link .content-text a {
	display: block;
	padding: 5px 10px 5px 20px;
	text-shadow: 1px 1px 1px #333; 
	color: #fff;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	background-color: #0095ff;
	text-decoration: none;
}

#stream .item.link .content-text a:hover {
	background-color: #ff9300;	
	text-decoration: underline;
}

#stream .item.link .content-text a b {
	display: block;
	background: url(img/link-arrow.png) no-repeat right center;
	line-height: 28px;
	padding-right: 35px;
}

#stream .item .desc a.service-icon {
	display: block;
	float: left;
	height: 35px;
	line-height: 35px;
	padding-left: 35px;
	margin-left: 10px;
	background-image: url(img/service_rss.png);
	background-position: left center;
	background-repeat: no-repeat;
}

#stream .item .desc a.service-icon.flickr {
	background-image: url(img/service_flickr.png);
}

#stream .item .desc a.service-icon.delicious {
	background-image: url(img/service_delicious.png);
}

#stream .item .desc a.service-icon.lastfm {
	background-image: url(img/service_lastfm.png);
}

#stream .item .desc a.service-icon.twitter {
	background-image: url(img/service_twitter.png);
}

#stream .item .desc a.service-icon.tumblr {
	background-image: url(img/service_tumblr.png);
}

#stream .item .desc .permalink {
	float: left;
	margin-left: 15px;
	width: 400px;
	height: 35px;
	line-height: 35px;
	font-size: 0.8em;
	color: silver;
	overflow: hidden;
}

#stream .item .desc .time {
	float: right;
	padding-right: 15px;
	height: 35px;
	line-height: 35px;
	font-size: 0.8em;
	color: gray;
}

#stream .item .shaddow {
	background: url(img/box_shadow.png) no-repeat left top;
	height: 24px;
}

.content-container .footer {
	clear: all;
	padding-top: 50px;
	padding-bottom: 100px;
}

.moreButton {
	display: block;
	float: left;
	width: 437px;
	height: 64px;
	background: url(img/button_bg.png) no-repeat left top;
	opacity: 0.9;
	margin-top: 30px;
	margin-left: 190px;
}

.moreButton:hover {
	opacity: 1;
}

.moreButton b {
	display: block;
	float: left;
	width: 437px;
	height: 64px;	
}

.moreButton b.loading {
	background: url(img/loading.gif) no-repeat 25px center;
}

.moreButton b i {
	display: block;
	float: left;
	width: 437px;
	height: 64px;
	background: url(img/button_text.png) no-repeat left top;
}

.moreButton b i.more {
	background: url(img/button_text2.png) no-repeat left top;
}

.moreButton b i u {
	display: none;
}
