﻿@charset "UTF-8";
/*
 * Example of zRSSFeed Styling
 *
 * Version: 1.2.0
 * (c) Copyright 2011-2013, Zazar Ltd
 *
 */

.rssRow a:link {
    color: rgb(0, 148, 222);
}
/* unvisited link */
.rssRow a:visited {
    color: rgb(0, 148, 222);
}
/* visited link */
.rssRow a:hover {
    color: rgb(122, 122, 71);
}
/* mouse over link */
.rssRow a:active {
    color: rgb(122, 122, 71);
}
/* selected link */
.rssRow a:link {
    text-decoration: none;
}

.rssRow a:visited {
    text-decoration: none;
}

.rssRow a:hover {
    text-decoration: underline;
}

.rssRow a:active {
    text-decoration: underline;
}

.rssHeader {
    -webkit-border-image: none;
    border-bottom-color: rgb(102, 102, 51);
    border-left-color: rgb(102, 102, 51);
    border-right-color: rgb(102, 102, 51);
    border-top-color: rgb(102, 102, 51);
    color: rgb(102, 102, 51);
    display: block;
    font-family: 'Segoe UI', Segoe, Arial, Helvetica, clean, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    text-shadow: none;
    text-transform: none;
}

.rssRow {
    padding-bottom: 20px;
}

    .rssRow h4 {
        color: rgb(0, 148, 222);
        display: block;
        font-family: 'Segoe UI', Segoe, Arial, Helvetica, clean, sans-serif;
        font-size: 20px;
        -webkit-margin-before: 0;
        -webkit-margin-after: 0;
    }

    .rssRow h3 {
        margin-left: 0px;
        /*color: rgb(0, 148, 222);*/
    }

    .rssRow h2 {
        margin-left: 0px;
        color: #88c62a;
    }

    .rssRow > .content p {
        margin-left: 0px;
        margin-bottom: 5px;
    }

/*
.rssBody strong {
	color: rgb(0, 148, 222);
}
*/

.rssBody ul {
    margin-left: 32px;
}

.loading {
    margin-left: 32px;
}

.rssBody ul li {
    /*margin-bottom: 0.5em;*/
    list-style: none;
}

    .rssBody ul li ul li {
        /*margin-bottom: 0.5em;*/
        list-style: disc;
    }

/*

.rssRow h4 {
    color: rgb(0, 148, 222);
    display: block;
    font-family: 'Segoe UI', Segoe, Arial, Helvetica, clean, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    margin: 1px;
    width: auto;
    list-style: none;
	margin: 0 32px 0px;
    font-size: 120%;
}

.rssRow 
{
    margin-bottom: 200px;
}


.rssRow .rssMedia {
	padding: 0.5em;
	font-size: 1em;
}

.content p
{
    font-size: 100%;
}

.content ul {
	margin-left: 0px;
}

.content ul li {
	margin-bottom: 0.5em;
	list-style: none;
}

*/
