/* We need a way to provide a RSS link without scaring the pants off
   non-supporting browsers */
*,
:root,
rss {
    visiblility: hidden;
    color: white;
    background: #fff url("rss-intro.png") no-repeat scroll top;
    height: 256px;
}
channel {
    display: none;
}


