/* RSS Feed Stylesheet 
Parser: MagpieRSS
Page(s): index.php
Include PHP RSS: rss_feeds.php
Last Updated: 2009/11/09 15:06
*/

/* -- rss_feeds.php -------------------------- */

#feed_block {
	width: 95%;
	padding: 0;
	margin: 20px 0 0 0;
	}
#feed_block h2 {
	margin: 0 0 20px 0;
	}
#feed_block h3 {
	font-weight: bold;
	margin: 0 0 0 5px;
	line-height: 1.8em;
	}
#feed1, #feed2, #feed3 {
	color: #141414;
	margin: 0 0 0 10px;
	}
.feedlist ul, li {
	list-style-type: none;
	padding: 0;
	margin: 0;
	}
.feedlist li {
	background-image: url(../images/blue_triangle_bullet_12.png);
	background-repeat: no-repeat;
	background-position: left 0;
	margin: 0 0 0 -30px;
	padding: 0 0 5px 15px;
	}
.feedlist li a {
	color: blue;
	font-family: "Helvetica Neue". Helvetica, "FreeSans", Arial, sans-serif;
	font-size: 1.2em;
	text-decoration: none;
	vertical-align: 20%;
	line-height: 1.4em;
	}
.feedlist li a:hover {
	text-decoration: underline;
	}	
.rssdate {
	font-size: 1.1em;
	font-style: italic;
	vertical-align: 20%;
	}
/* font-size matches h6 */
.rsshr {
	margin: 20px 0;
	color: #CCCCCC;
	}
	
/* -- RSS Description Block ------------------ */

.rssdesc {
	display: block;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.1em;
	line-height: 1.63em;
	padding: 2px 6px 4px 6px;
	background-color: #F5F5F5;
	}
/* font-size matches h6 */

/* -- JQuery Collapse/Expand ------------------ */

.toggler {
	display: block;
	font-size: 1.1em;
	margin: 0 0 -18px 0;
	}
a.collapsed {
	background: url(../images/collapsed.png) left center no-repeat;
	padding-left: 14px;
	}
a.expanded {
	background: url(../images/expanded.png) left center no-repeat;
	padding-left: 14px;
}

