.sf_blog_sidebar {
    float: left;
    margin: 0;
    display: inline;
    width: 240px;
    padding: 10px 5px 5px 5px;
    margin-left: 0px;
    margin-top: 0px;
    overflow: hidden;
    font-size: 11px;
    background-color: #FFFFFF;
    background-image: none;
    background-repeat: no-repeat;
 }

 h3.sf_blog_posttitle a {
    text-decoration: underline;
    color: #9A0000;
    background-image: none;
    background-repeat: no-repeat;
 }

 .sf_blog_pagetitle {
    display: none;
    background-color: #fff;
    color: #9A0000;
    background-image: none;
    background-repeat: no-repeat;
 }

 .sidebaritem a:visited {
    color: #00303A1;
    background-image: none;
    background-repeat: no-repeat;
 }

 .sf_blog_main_header {
    font-weight: bold;
    height: 30px;
    margin: 0px 20px;
    padding-top: 30px;
    overflow: hidden;
    font-family: times;
    font-size: 26px;
    color: #EAED4B;
    background-image: none;
    background-repeat: no-repeat;
 }

 body {
    margin: 0 auto;
    color: #333;
    font-family: verdana;
    font-size: 12px;
    background-color: #100000;
 }

 .sf_blog_header_wrapper {
    height: 130px;
    clear: both;
    background-color: #2B0200;
    background-repeat: no-repeat;
    background-image: url(images/TBBlogLogo1.png);
 }

 
