
/** reddot for articles from DB **/
#content #text > ul
{
    list-style-image: url('images/red_dot.gif');
    margin: 0 0 0.8em 40px;
    background:none;
}
#content #text > ul li
{
    padding-bottom:5px;
    margin-left: 5px;
}

#content div.by {
  font-size: .85em;
  margin-top: 1.5em;
}
#content div.by p { text-align: right; }