/* changes the color of the small bar underneath header */
 .sf_blog_extra4 {
    background-color: #333333;
 }

 /*code for blog header and logo*/
 .sf_blog_post {
    margin-bottom: 20px;
    padding: 20px 0px;
    background-color: #FFFFFF;
 }

 h3.sf_blog_posttitle a {
    text-decoration: none;
    color: #000000;
 }

 .sf_blog_content {
    width: 770px;
    padding: 15px 0px 10px;
    float: right;
    display: inline;
    min-height: 350px;
    height: auto !important;
    background-color: #FFFFFF;
 }

 /*changes settings for the "meat" of the blog*/
 .sf_blog_footer {
    clear: both;
    text-align: center;
    height: 15px;
    padding: 10px 10px;
    background-color: #252A30;
    font-size: 10px;
    color: #000000;
 }

 a:link {
    color: #000000;
 }

 a:visited {
    color: #DF0D19;
 }

 a:hover {
    color: #00000F4472;
 }

 .sf_blog_sidebar ul li a:visited {
    font-weight: bold;
    color: #DF0D19;
 }

 .sf_blog_sidebar ul li a:hover {
    color: #00000F4472;
 }

 .sf_blog_wrapper {
    width: 1000px;
    margin: auto;
 }

 .sf_blog_main_header {
    font-weight: normal;
    font-family: cursive;
    font-size: 48px;
    color: #FFFFFF;
 }

 .sf_blog_sub_header {
    font-size: 15px;
    color: #FFFFFF;
 }

 .sf_blog_header_wrapper {
    height: 230px;
    padding: 10px 30px 10px;
    text-display: none;
    text-align: top left;
    overflow: hidden;
    background-color: #333333;
    background-position: bottom-left;
    background-image: url(images/Summa_banner_A3.jpg);
    background-repeat: no-repeat;
 }

 body {
    margin: 0px 0px 20px;
    padding: 0px;
    color: #000000;
    background-image: url(http://labennett.com/djsumma/Speaker.jpg);
    background-repeat: repeat;
    font-family: verdana;
    font-size: 12px;
    background-color: #D91003;
 }

 
