/*RSS stylesheet
Adapted from Grant Neufeld (email: firstname at nisto.com)
http://www.nisto.com/standard/rss/
*/
.pfsc_RDF, .pfsc_rss {
    background-color: white;
    color: black;
    display: block;
    margin: 1ex
    }
.pfsc_description {
    display: block;
    font-family: "Geneva", "Arial", "Helvetica", sans-serif
    }
.pfsc_link {
    font-family: "Geneva", "Arial", "Helvetica", sans-serif;
    font-size: small
    }
.pfsc_textinput {
    display: none
    }
.pfsc_channel {
    display: block;
    font-family: "Geneva", "Arial", "Helvetica", sans-serif;
    margin-left: 1em;
    margin-right: 1em
    }
.pfsc_channel > .pfsc_title {
    display: block;
    font-family: "Verdana", "Skia", "Arial Narrow", sans-serif;
    font-size: x-large;
    font-weight: bold;
    margin-bottom: 1ex;
    text-align: center
    }
.pfsc_channel > .pfsc_link {
    display: none
    }
.pfsc_channel > .pfsc_description {
    font-size: large;
    margin-left: 2em;
    margin-top: 1ex;
    margin-bottom: 1ex;
    margin-right: 2em;
    text-align: center;
    color: #E05000
    }
.pfsc_channel > .pfsc_lastBuildDate {
    display: block;
    font-size: small
    }
.pfsc_channel > .pfsc_lastBuildDate:before {
    content: "This feed was last updated on: "
    }
.pfsc_channel > .pfsc_publisher {
    font-size: small;
    text-align: center;
    font-style: italic;
    display: block;
    font-family: "Geneva", "Arial", "Helvetica", sans-serif;
    margin-left: 1em;
    margin-right: 1em;
    margin-bottom: 1ex;
    margin-right: 2em
    }
.pfsc_channel > .pfsc_publisher:before {
    content: "Published by "
    }
.pfsc_channel > .pfsc_publisher:after {
    content: ""
    }
.pfsc_channel > .pfsc_creator {
    font-size: small
    }
.pfsc_channel > .pfsc_creator:before {
    content: "Authored by "
    }
.pfsc_channel > .pfsc_creator:after {
    content: "."
    }
.pfsc_channel > .pfsc_rights {
    font-size: small
    }
.pfsc_channel > .pfsc_date {
    font-size: small
    }
.pfsc_channel > .pfsc_date:before {
    content: "Last published on "
    }
.pfsc_channel > .pfsc_date:after {
    content: "."
    }
.pfsc_channel > .pfsc_image {
    display: none
    }
.pfsc_channel > .pfsc_items {
    display: none
    }
.pfsc_RDF > .pfsc_image {
    display: none
    }
.pfsc_image > .pfsc_title {
    display: none
    }
.pfsc_image > .pfsc_link {
    display: none
    }
.pfsc_item {
    display: block;
    padding: 2px 30px 2px 30px
    }
.pfsc_item > .pfsc_title {
    display: block;
    font-family: "Verdana", "Skia", "Arial Narrow", sans-serif;
    font-size: large;
    font-weight: bold;
    text-align: left;
    margin: 5px;
    padding: 2px;
    color: gray;
    border-bottom: 1px solid silver
    }
.pfsc_item > .pfsc_description {
    display: block;
    font-family: "Geneva", "Arial", "Helvetica", sans-serif;
    margin-left: 2em;
    margin-right: 2em;
    text-align: justify
    }
.pfsc_item > .pfsc_link {
    display: block
    }
.pfsc_item > .pfsc_link:before {
    content: "Link: <"
    }
.pfsc_item > .pfsc_link:after {
    content: ">"
    }
.pfsc_channel > .pfsc_publisher:after {
    display: block;
    padding: 50px;
    content: "This is an RSS feed, designed to be read in an RSS application.";
    background-color: #0071DE;
    color: white;
    display: block;
    font-family: "Verdana", "Skia", "Arial Narrow", sans-serif;
    font-size: x-large;
    font-weight: bold;
    font-style: normal;
    margin-bottom: 1ex;
    text-align: center
    }
/* all hidden elements */
.pfsc_language, .pfsc_ttl, .pfsc_guid, .pfsc_category, .pfsc_pubDate {
    display: none
    }