@charset "utf-8";
/* CSS Document */

#rssBox{
  width:220px;
  height:160px;
  margin:-15px 0 0 -35px; 
  padding:25px 10px 0 18px;
}    
.rssBoxDate{
  display:none;  /* I don't want to show the date */
}
.rssBoxHeading{  /* Heading of RSS item */
  width:95%;
  font-size:13px;
  font-weight:bold;
  text-transform:capitalize;
  color: #990000;
  margin:-4px 0 0 10px;
}
.rssBoxDescription{  /* Description of RSS item */
  margin:0 5px 0 0;
  padding:10px 15px 15px 15px;
  background:#FFF url(../images/layout/rss-bg.png) 0 0 no-repeat;
}  
.rssBoxLink{  /* Read more link */
  display:block;
  margin:10px 0 0 15px;
  text-decoration: none;

}
.rssBoxLink:hover{  /* Read more link - mouse over */
  text-decoration: underline;
} 