﻿@charset "UTF-8";
/*
 * Example of zRSSFeed Styling
 *
 * Version: 1.2.0
 * (c) Copyright 2011-2013, Zazar Ltd
 *
 */


.rssRow a:link {color:rgb(102, 102, 51);}      /* unvisited link */
.rssRow a:visited {
    color: rgb(102, 102, 51);
}  /* 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 h4 {
    /*border-top-color: rgb(255, 255, 255);
    border-top-style: solid;
    border-top-width: 1px;*/
    color: rgb(102, 102, 51);
    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;
}

.rssRow .rssMedia {
	padding: 0.5em;
	font-size: 1em;
}
