﻿@charset "UTF-8";
/*
 * Example of zRSSFeed Styling (Optional)
 *
 * Version: 1.2.0
 * (c) Copyright 2011-2013, Zazar Ltd
 *
 */


.rssFeed {
	/*font-size: 90%;*/
	/*margin: 2em 3em;*/
}
.rssFeed a {
	color: #333;
	text-decoration: none;
}
.rssFeed a:hover {
	color: #000;
	text-decoration: underline;
}

.rssHeader {
	border-bottom: 2px solid rgba(77, 77, 77, 0.9);
  padding-bottom: 5px;
  text-align: center;
  margin-bottom:20px;
  font-size: 30px;
 }

.rssBody {
	font-size: 14px;
	/*border-right: 1px solid #333; 
	border-left: 1px solid #333; */
}
.rssBody ul { list-style: none; }
.rssBody ul, .rssRow, .rssRow h4, .rssRow p {
	margin: 0;
	padding: 0;
}

.rssRow { padding: 0.8em; }
.rssRow h4 { font-size: 1.1em; 
				font-weight: bold;
				border-bottom: 1px dotted rgba(0, 0, 0, 0.4); }
.rssRow div {
	font-size: 90%;
	color: #333;
	margin: 0.2em 0 0.4em 0;
}

/*.odd { border-bottom: 1px solid #333;}
.even { border-bottom: 1px solid #333; }*/

.rssRow .rssMedia {
	padding: 0.5em;
	font-size: 1em;
}

