﻿#list-view .RSS-feed p{
   font-weight: normal;
   margin: 5px 0 5px 20px;
}

#list-view h4.RSS-header{
    background-color:#C2C01A;
    border-bottom:1px solid #A3A000;
    border-top:1px solid #F8F423;
    font-size:110%;
    font-weight:bold;
    line-height:normal;
    margin:0 0 10px;
    min-height:16px;
    padding:5px 0 5px 10px;
}

.RSS-feed li{
   border-bottom:1px solid #DDDDDD;
   background:url("../Content/Images/icon-RSS.gif") no-repeat scroll 0 4px transparent;
   padding-left:20px;
}

.RSS-feed li a{
    padding:2px 5px;
}

.RSS-date{
    background-color:#DBE7F7;
    padding:2px 5px;
    -moz-border-radius: 3px;
    -border-radius: 3px;
    -webkit-border-radius: 3px;
    font-weight:bold;
}

#RSS-posting{
    padding: 50px;
}

#RSS-posting h2{
    background:url("../Content/Images/icon-RSS.gif") no-repeat scroll 0 4px transparent;
   padding:0 0 10px 20px;
}

#RSS-posting p{
    padding: 20px;
}

#RSS-posting a{
    text-decoration: underline;
}

#RSS-posting p.RSS-date{
    padding: 2px 10px;
}
