#header {
	margin: 20px auto 40px;
	width: 500px;
}
#header img {
	border-radius: 7px;
	box-shadow: 0 0 3px #888;
}

#stream {
	width: 500px;
	margin: 30px auto;
}

img.favicon {
    border: none;
    float: left;
    padding-right: 6px;
    position: relative;
    top: -1px;
}

.channelgroup {
	border-top: 1px dotted #cccccc;
	margin: 1.5em 0 0;
	padding: 0.5em 0 0;
}

.channelgroup h2 {
    background: #fff;
    float: left;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.2em;
    margin: -15px 0 0;
    padding: 0 8px 0 0;
}

.channelgroup div.header span.time {
    color: #666666;
    float: right;
    padding: 0 0 0 8px;
    font-size: 0.8em;
    background-color: #ffffff;
    display: block;
    position: relative;
    top: -16px;
}

.article {
	clear: both;
	padding: 15px 0 15px 20px;
}


/*** Hide junk in the excerpt ***/
.feedflare {
	display: none;
}