/* quarterlife layout is based on sablog layout -- just a few modifications here and there. */
/* BTW: Hi to everyone who's actually reading this.  ;-) */

@import url(http://static.saschabeck.com/inc/sablog.css);


/* MOD CSS for sabforum            */
/* coded by Sascha A. Beck, sabweb.net    */
/* (c) sabweb.net  --  made in VIM        */
/* either it works ... or it doesn't (TM) */



#headertextlogo {
    float: right;
    margin:     20px 8px 0px 0px;
    width:      276px;
    height:     134px;
    background: url(http://static.saschabeck.com/img/headerimages/quarterlife_logo_large.gif) no-repeat top right transparent;
}

html>body #headertextlogo {
    background: url(http://static.saschabeck.com/img/headerimages/quarterlife_logo_large.png) no-repeat top right transparent;
    margin:     20px 14px 0px 0px;
}


#headerleft {
    background: url(http://static.saschabeck.com/img/headerimages/quarterlife_large_01.jpg) no-repeat top left transparent;
    z-index: 1;
}

#headerright, html>body #headerright {
    position: relative;
    background: url(http://static.saschabeck.com/img/layout_top_right_high_nomenu.gif) no-repeat top right transparent;
}

/* ----------- MAIN + CONTENT --------- */

#main {
    background: url(http://static.saschabeck.com/img/layout_middle_right.gif) repeat-y top right #f8f8f8;
}

#mainbtmrghtbg {
   background: url(/img/layout_bottom_right.gif) no-repeat bottom right transparent;
} 

#content {
    z-index: 100;
    position: relative;
    margin: -45px 10px 10px 10px;
    padding: 0px 10px 10px 10px;
    font-size: 0.8em;
    font-family: "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
