#tabs
{
  overflow: auto;
  width: 100%;
  list-style: none;
  margin: 0;
  padding-left: 20px;
}

#tabs li
{
    margin-right: 5px;
    padding: 0;
    float: left;
    -moz-border-radius: 4px 4px 0 0;

}

#tabs a
{
-moz-border-radius: 5px 5px 0 0;
-webkit-border-radius: 5px 5px 0 0;
    background: #36526c;

    text-shadow: 0 1px 0 rgba(0,0,0,.5);
    color: #fff;
    float: left;
    font: bold 12px/35px 'Lucida sans', Arial, Helvetica;
    height: 35px;
    padding: 0 30px;
    text-decoration: none;
}

#tabs a:hover
{
    background: #5f8fba;
-moz-border-radius: 5px 5px 0 0;
-webkit-border-radius: 5px 5px 0 0;
   
}

#tabs a:focus
{
    outline: 0;
}

#tabs #current a
{
    background: #5f8fba;
-moz-border-radius: 5px 5px 0 0;
-webkit-border-radius: 5px 5px 0 0;
    text-shadow: none;    
    color: #fff;
}

#rsscontent
{
    background-color: #e4ecf0;
    border-top: 1px solid #f2f3f3;
    -moz-border-radius: 0 2px 2px 2px;
    -webkit-border-radius: 0 2px 2px 2px;
    border-radius: 0 2px 2px 2px;
    -moz-box-shadow: 0 2px 2px #000, 0 -1px 0 #fff inset;
    -webkit-box-shadow: 0 2px 2px #000, 0 -1px 0 #fff inset;
    box-shadow: 0 2px 2px #ccc, 0 -1px 0 #fff inset;
    padding: 10px;
}

/* Remove the rule below if you want the content to be "organic" */
#content div
{
    height: auto;
}

/* --- */
#about
{
    color: #999;
}

#about a
{
    color: #eee;
}