﻿@charset "UTF-8";
/*
 * Example of zRSSFeed Styling
 *
 * Version: 1.0.1
 * (c) Copyright 2010, Zazar Ltd
 *
 */
 
.rssFeed {
    margin: 0;
}
.rssFeed a {
    color: #24509C;
    text-decoration: none;
    font-size: 12px;
	font-weight:normal;
}
.rssFeed a:hover {
    text-decoration: underline;
}
.rssHeader {
    padding: 0.2em 0;
}/*
.rssBody {
}*/
.rssBody p {
	float:left;
	width:50px;
}

.rssBody ul {
    list-style: none outside none;
}
.rssBody ul, .rssRow, .rssRow h4, .rssRow p {
    margin: 0;
    padding: 0;
}
.rssRow {
	float:left;
	padding:0px;
}
#eventswrap .rssRow h4 {
	float:right;
	width:230px;

}
.rssRow div {
    font-size: 11px;
    margin: 0 0 4px 0;
}
#newswrap {
    float: left;
    margin-right: 10px;
    padding-right: 10px;
    width: 300px;
}
#newswrap .rss img {
	float: right;
	position: relative;
	right: 190px;
	border:none;
}
#eventswrap {
    width: 280px;
	float: left;
}
#eventswrap .rss img {
	float: right;
	position: relative;
	right: 130px;
	border:none;
}
#othernews {
    float: left;
    margin-right: 20px;
    padding-right: 10px;
    width: 130px;
}

#othernews ul li{
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	line-height: 18px;
}
.eventsbtn {
	border-top:2px solid #eee;
	padding:10px 0px;
	width:280px;
	float:right;
	margin-top:10px;
}
.eventsbtn img {
	border:none;
	float:right;
}

/* updates for rss replacement */

.rss-list__item {
    margin-bottom:3px;
}

.rss-list__date {
   /* font-weight:bold !important; FY 12-09-15 */
    font-size:11px;
}