#Bodhi-Admin-Bar
{
    z-index: 99;
    position: fixed;
    display: block;
    top: 0;
    left: 0;
    border-bottom: 3px solid #99bbe8;
    width: 100%;
    height: 36px;
    color: #666600;
    background: #dfe8f6 url(http://media.bodhi.st/lotus/img/ico/logo.png) no-repeat left center;
}
#Bodhi-Admin-Bar div
{
    font-family: "Lucida Grande", Helvetica, Verdana, sans-serif;
    font-weight: normal;
    font-size: 11px;
    line-height: 49px;
}
#Bodhi-Admin-Bar .left
{
    float: left;
    margin: 0;
    padding-left: 100px;
}
#Bodhi-Admin-Bar .right
{
    float: right;
    margin: 0;
    padding-right: 9px;
    text-align: right;
}
#Bodhi-Admin-Bar a, #Bodhi-Admin-Bar a:visited
{
    color: #325272;
    font-weight: bold;
}
div#Bodhi-Admin-Bar a:hover
{
    color: #666;
}
#Login-Bar
{
    clear: both;
    padding-top: 9px;
    text-align: center;
    font-family: "Lucida Grande", Helvetica, Verdana, sans-serif;
    font-size: 11px;
}
/* misc */
.tag-feed {
      list-style: none;
}