/*--------------------------------
			Sidebar
---------------------------------*/
 .sf_blog_sidebar {
    width: 310px;
    float: right;
    display: inline;
    margin-right: 5px;
    overflow: hidden;
 }

 /*--------------------------
		Content
--------------------------*/
 .sf_blog_content {
    width: 575px;
    float: left;
    display: inline;
    margin-left: 0px;
 }

 /*--------------------------------
			Blog Post styles
	--------------------------------*/
 .sf_blog_post {
 }

 h3.sf_blog_posttitle {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: normal;
    padding: 10px 10px 5px;
    margin: 10px 0px 5px;
    background-image: url(images/posthead_bg.gif);
    background-repeat: repeat-x;
 }

 .sf_blog_header_wrapper {
    height: 105px;
    padding: 10px 20px 10px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-image: url(images/GoDaddyHeader.JPG);
 }

 
