/* CSS layout */
 #masthead {
    position: relative;
    width: 100%;
 }

 #top_left {
    width: 200px;
    position: absolute;
    left: 0px;
    top: 0px;
 }

 #header {
    margin-left: 200px;
 }

 #container {
    position: relative;
    width: 100%;
 }

 #left_col {
    width: 200px;
    position: absolute;
    left: 0px;
    top: 0px;
 }

 #page_content {
    margin-right: 200px;
    margin-left: 200px;
 }

 #right_col {
    width: 200px;
    position: absolute;
    right: 0px;
    top: 0px;
 }

 #footer {
 }

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

 .sf_blog_main_header {
    width: 688px;
    padding: 5px 5px 3px 5px;
    float: left;
    font-family: verdana;
    font-size: 36px;
    color: #000000;
    background-image: none;
    background-repeat: no-repeat;
 }

 .sf_blog_sub_header {
    width: 688px;
    padding: 0 5px 10px 5px;
    font-family: verdana;
    font-size: 20px;
    color: #000000;
    background-image: none;
    background-repeat: no-repeat;
 }

 .sf_blog_postmeta {
    margin-left: 12px;
    clear: both;
    font-family: verdana;
    font-size: 12px;
    background-image: none;
    background-repeat: no-repeat;
 }

 .sf_blog_header_wrapper {
    width: 966px;
    height: 100px;
    min-height: 100px;
    position: relative;
    overflow: hidden;
    background-color: #9E7C95;
    background-image: url(images/4504_qbc_fit.jpg);
    background-repeat: no-repeat;
 }

 .sf_blog_wrapper {
    width: 966px;
    background-position: left bottom;
    border: 2px #000 solid;
    background-color: #FFFFFF;
    background-image: url(http://app.quickblogcast.com/ThemeFiles/8/8/0/9/2/138130-129088/PublishTemp/images/skullonlyb.jpg);
    background-repeat: repeat;
 }

 .sf_blog_extra4 {
    width: 966px;
    height: 43px;
    float: right;
    margin: 0px;
    background-position: bottom right;
    background-image: url(http://app.quickblogcast.com/ThemeFiles/8/8/0/9/2/138130-129088/PublishTemp/images/Collective_Conscious_home_of.bmp);
    background-repeat: no-repeat;
 }

 .sf_blog_sidebar {
    float: left;
    margin: 0;
    display: inline;
    width: 225px;
    margin-left: 5px;
    margin-bottom: 15px;
    overflow: hidden;
    background-image: none;
    background-repeat: no-repeat;
    background-color: #102121;
 }

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

 
