@charset "UTF-8";
/*
 * zRSSFeed Styling
 * (c) Copyright 2011-2012, Zazar Ltd
 *
 */

.rssRow h4 {
    font-size: 19px;
    line-height: 17px;
    font-weight: bold;
    color: #1144FF;
}
.rssRow h4 a {
    font-size: 19px;
    line-height: 17px;
    font-weight: bold;
}

.rssFeed { 
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
    	line-height: 12px;
    	word-spacing: -1px;
        padding-left: 10px;
        padding-right: 1px;
}
.rssFeed a {
	color: #003399;
	text-decoration: none;
}
.rssFeed a:hover {
	color: #0033FF;
	text-decoration: underline;
}
.rssHeader { padding: 0.2em; }
.rssBody { border: 0px solid #DDD; }
.rssRow { padding-bottom: 1px; }
.rssRow h4 { font-size: 1.0em; }
.rssRow div {
	font-size: 16px;
	color: #cc0033;
	margin: 0em 0 0em 0;
}
#ticker1 .odd { background-color: #EDEDED; }
#ticker1 .even { background-color: #FFFFFF; }
/**
#side-news {
  	width: 165px; 
  	height: auto; 
	float: left; 
	margin-right: 30px; 
	margin-top: 10px;
        vertical-align: top;
        border: 1px solid #DDD;
}**/
#side-head {
        height: 24px;
  	background: #444444;
  	font-size: 17px;
  	line-height: 18px;
  	font-family: 'Source Sans Pro', sans-serif;
  	font-weight: bold;
  	color: #FFFFFF;
  	text-align: left;
  	padding-left: 10px;
  	padding-top: 5px;
}