@charset "UTF-8";
/* CSS Document */

    /* A:link refers to all links on the page - not just the RSS content... */


    /* these are the RSS classes - you can adapt them as you see fit
       values here override the defaults... */

    .rssxpresschannel {
	font-family : sans-serif;
	text-align : left;
	font-size: 36px;
    }
 /* handles name of blog from wordpress */
    .rssxpresschtitle {
	font-size : 10px;
	color : #006393;
	display: none;
	visibility: hidden;
    }
 /* handles tagline from wordpress */
    .rssxpresschdesc {
	color : black;
	text-align : left;
	font-size: 10px;
	display: none;
	visibility: hidden;
    }

    .rssxpressittitle {
	font-size : 36px;
	background-color: #FFFFFF;
	width: 300px;
	visibility: visible;
	padding-left: 0px;
    } 
 /* handles full text from wordpress */
    .rssxpressitdesc {
	padding-bottom : 10pt;
	background-color: #FFFFFF;
	font-size: 12px;
	width: 300px;
	padding-left: 10px;
	text-align: left;
    }
 /* handles tagline from wordpress */
    .rssxpresstable {
	text-align : left;
	background-color: #FFFFFF;
	font-size: 12px;
    }

    /* rssxpressdivider is a special case - it is a single pixel, single column row on the rssxpress
       channel - to alter it's colour just change the background-color image. */

    .rssxpressdivider {
	background-color: #FFFFFF;
	font-size: 36px;
    }

