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

.rssFeed {
	font-size: 12px;
	max-width: 800px;
	margin-right: auto;
	margin-left: auto;
}
.rssFeed a {
	color: #444;
	text-decoration: none;
}
.rssFeed a:hover {
	color: #00F;
	text-decoration: underline;
}

.rssHeader {
	font-size: 80%;
	font-weight: bold;
	float: right;
	margin-right: 1em;
}

.rssBody {
	clear: both;
}
.rssBody ul {
	list-style: none;
}
.rssBody li {
	background-image: url(more.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 14px;
	padding-top: 8px;
	padding-bottom: 6px;
	text-align: left;

}
.rssBody ul, .rssRow, .rssRow h4, .rssRow p {
	margin: 0;
	padding: 0;
}

.rssRow {
	padding: 0.6em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E3E3E3;
}
.rssRow h4 {
	display: inline;
	margin-right: 0.8em;
	line-height: 1.5em;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.rssRow div {
	font-size: 90%;
	color: #666;
	display: inline;
	margin-top: 0em;
	margin-right: 0;
	margin-bottom: 0em;
	margin-left: 0;
}
.rssRow p {
	display: none;

}

.odd {
}
.even {
	background-color: #FDFDFD;
}

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