/* 
    Document   : simplefeed.css
    Created on : 03/11/2009, 07:27:36
    Author     : Administrador
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

#feeds {
  text-decoration: none;
  list-style-type: none;
  float:right;
}

.element {
  margin-bottom:10px;
  padding-bottom: 3px;
  border-bottom: 1px dotted #CEDFEF;
  padding-left: 25px;
  background-image: url('/images/feed-bullet.png');
  background-repeat: no-repeat;
}

.element a {

}

#feeds-items{
    padding-left: 5px;
    list-style-type:none;
    text-decoration:none;
}

ul {
  margin: 10px;
}
