/*RSS stylesheet
Adapted from Grant Neufeld (email: firstname at nisto.com)
http://www.nisto.com/standard/rss/
*/
.asw_RDF, .asw_rss {
    background-color: white;
    color: black;
    display: block;
    margin: 1ex
    }
.asw_description {
    display: block;
    font-family: "Geneva", "Arial", "Helvetica", sans-serif
    }
.asw_link {
    font-family: "Geneva", "Arial", "Helvetica", sans-serif;
    font-size: small
    }
.asw_textinput {
    display: none
    }
.asw_channel {
    display: block;
    font-family: "Geneva", "Arial", "Helvetica", sans-serif;
    margin-left: 1em;
    margin-right: 1em
    }
.asw_channel > .asw_title {
    display: block;
    font-family: "Verdana", "Skia", "Arial Narrow", sans-serif;
    font-size: x-large;
    font-weight: bold;
    margin-bottom: 1ex;
    text-align: center
    }
.asw_channel > .asw_link {
    display: none
    }
.asw_channel > .asw_description {
    font-size: large;
    margin-left: 2em;
    margin-top: 1ex;
    margin-bottom: 1ex;
    margin-right: 2em;
    text-align: center;
    color: #E05000
    }
.asw_channel > .asw_lastBuildDate {
    display: block;
    font-size: small
    }
.asw_channel > .asw_lastBuildDate:before {
    content: "This feed was last updated on: "
    }
.asw_channel > .asw_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
    }
.asw_channel > .asw_publisher:before {
    content: "Published by "
    }
.asw_channel > .asw_publisher:after {
    content: ""
    }
.asw_channel > .asw_creator {
    font-size: small
    }
.asw_channel > .asw_creator:before {
    content: "Authored by "
    }
.asw_channel > .asw_creator:after {
    content: "."
    }
.asw_channel > .asw_rights {
    font-size: small
    }
.asw_channel > .asw_date {
    font-size: small
    }
.asw_channel > .asw_date:before {
    content: "Last published on "
    }
.asw_channel > .asw_date:after {
    content: "."
    }
.asw_channel > .asw_image {
    display: none
    }
.asw_channel > .asw_items {
    display: none
    }
.asw_RDF > .asw_image {
    display: none
    }
.asw_image > .asw_title {
    display: none
    }
.asw_image > .asw_link {
    display: none
    }
.asw_item {
    display: block;
    padding: 2px 30px 2px 30px
    }
.asw_item > .asw_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
    }
.asw_item > .asw_description {
    display: block;
    font-family: "Geneva", "Arial", "Helvetica", sans-serif;
    margin-left: 2em;
    margin-right: 2em;
    text-align: justify
    }
.asw_item > .asw_link {
    display: block
    }
.asw_item > .asw_link:before {
    content: "Link: <"
    }
.asw_item > .asw_link:after {
    content: ">"
    }
.asw_channel > .asw_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 */
.asw_language, .asw_ttl, .asw_guid, .asw_category, .asw_pubDate {
    display: none
    }