/*--------------------------------------------------------------

PUT YOUR CUSTOM STYLES BELOW

----------------------------------------------------------------*/

.rss1
{
   min-height:500px;
   height: auto;
   border: 0;
   margin: 1%;
   padding:1%;
}

.rss1 ul,.rss1 li
{
    list-style-type:none !important;
    margin-left:0px !important;
}

.rss1 h2
{
    font-size:1.1em;
    text-transform:none;
    margin-bottom:15px !important;
    border-bottom:solid 2px #ccc;
}

.rss1 .RSS_item h3
{
    font-size:.95em;
}

.rss1 .RSS_item .RSS_pubDate
{
    background-color:#f7f7f7;
    color:#666;
    font-size:.7em;
    font-style:italic;
       
}

.rss1 .RSS_item .RSS_description
{
   font-size:.8em;
   margin-left:5px;
   margin-right:5px;
   margin-bottom:10px; 
   padding-bottom:10px; 
   border-bottom:solid 1px #ccc;  
   line-height:1.2em;
    
}

.rss1 .RSS_item:hover, .rss1 .RSS_item:hover h3,  .rss1 .RSS_item:hover a,
.rss1 .RSS_item:hover .RSS_pubDate,  .rss1 .RSS_item:hover .RSS_description
{
    background-color:#fff !important;
}

.rss1 .RSS_item:hover .RSS_description
{
     
   border-bottom:solid 1px #fff;  
}
.rss1 .RSS_item:hover
{
    border-left:solid 6px #E17000;
    padding-top:5px;
    padding-bottom:5px;
    margin-bottom:5px;
}
