@CHARSET "ISO-8859-1";

#feeds {
	color: #444444;	
}


#feeds.index,
#feeds.detail {
    
}

#feeds.index a,
#feeds.detail a {
    color: #555555;   
}

#feeds.index img,
#feeds.detail img {
    float: left;
	padding-right: 1.5em;
	border: none;
	padding-bottom: 0.2em;
}

#feeds.index span.feed_title,
#feeds.detail span.feed_title {
    font-size: 1.6em;
    color: #777777;
}

#feeds.index span.title,
#feeds.detail span.title {
    font-size: 1.35em;
    color: #111111;
}

#feeds.index span.date,
#feeds.detail span.date {
    float: right;
    color: #BBBBBB;
}

#feeds.index div.item div.description,
#feeds.detail div.item div.description {
    height: 80px;
}

#feeds.index div.item {
    padding-bottom: 10px;    
}
