/* $Id: rss.css 522 2006-05-17 09:31:04Z josh $ */

* {
display: block;
}

:root {
    margin: 2em;
    background: #fff;
    border: 1px solid #ddd;
    padding: 1em;
    font-family: "Lucida Grande", helvetica, arial, sans-serif;
}

channel > title {
    font-size: x-large;
}

channel > description:after {
    display: block;
    margin-top: 1em;
    padding: 10px;
    padding-left: 85px;
    font-size: medium;
    content: "This is an XML content feed. It is intended to be viewed in a news reader or syndicated to another site. To subscribe to this feed, you need a news reader program or an account at one of the many online news readers on the web.";
    background: #eee url(feed-icon-64x64.gif) no-repeat;
    background-position: 10px 10px;
    min-height: 65px;
    border: 1px solid #ddd;
}

item {
margin: 25px 0 20px 0;
}

item > title {
font-size: medium;
}

item > link {
font-size: small;
margin-top: 6px;
margin-bottom: 6px;
}

channel > link,
channel > copyright, 
channel > lastBuildDate, 
channel > generator, 
channel > docs,
item > description,
pubDate,
language,
lastBuildDate,
ttl,
guid,
category {
display: none;
}