﻿@charset "UTF-8";
/*
 * Example of zRSSFeed Styling (Optional)
 *
 * Version: 1.2.0
 * (c) Copyright 2011-2013, Zazar Ltd
 *
 */

/*body {
	margin: 1em 3em;
	font-family: Tahoma, Genevam, sans-serif;
}*/

.rssFeed {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	margin: 0;
}
.rssFeed a {
	color: #444;
	text-decoration: none;
}
.rssFeed a:hover {
	color: #000;
	text-decoration: underline;
}

.rssHeader { padding: 0.2em 0; }

.rssBody { border: 1px solid #999; }
.rssBody ul { list-style: none; }
.rssBody ul, .rssRow, .rssRow h4, .rssRow p {
	margin: 0;
	padding: 0;
	width:100%;
	overflow: hidden;
}

.rssRow { padding: 0.8em; overflow:hidden; }
.rssRow h4 { font-size: 1.1em; }
.rssRow div {
	font-size: 100%;
	color: #666;
	/*margin: 0.2em 0 0.4em 0;*/
	margin: 0;
}

.odd { background-color: white; }
.even { background-color: white; }

.rssRow .rssMedia {
	padding: 0.5em;
	font-size: 1em;
}
.rssRow .rotateItem h3 {
    position: relative;
    margin: 0 0 0.50em ;
    min-height: 40px;
	height: 40px;
    background: #f6f6f6 url(images/bg01.png) repeat;
    font-size: 1.10em;
    font-weight: 700;
    color: #00819E;
    padding: 0.5rem 0.25rem 0.5rem 50px;
	font-family: 'Source Sans Pro', sans-serif;
	text-align:left;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.rssRow .rotateItem h3 a {
	
}
.rssRow .rotateItem a {
	color: #00819E;
	font-family: 'Source Sans Pro', sans-serif !important;
}
.rssRow .rotateItem  h3:before {
    display: inline-block;
    font-family: FontAwesome;
    text-decoration: none;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 24px;
    content: '\f138';
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 40px;
    height: 100%;
    line-height: 40px;
    background: #606269;
    color: #fff;
    text-align: center;
}
.rssRow .rotateItem p {
	margin:0;
	white-space: normal;
	background-color:white;
	padding:0 0.25rem;
	line-height:1.5;
	max-height: calc(60px - 0.5em - 0.35rem);
	overflow:hidden;
}
.rssBody {
	border: none;
}
.rssRow .rotateItem figure, .rssRow .rotateItem blockquote, .rssRow .rotateItem figure div {
	margin: 0;
	border: none;
	padding:0 0.25rem;
	max-height:60px;
}
.rssRow .rotateItem figcaption {
	line-height: 1.5;
}
#blog-holder h4 {
	margin-bottom: 0;
}
#blog-holder {
	margin-bottom: 1rem;
}
.rotateItem {
	padding: 0 0 0.5rem;
}