/* sabforum 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:     25px 8px 0px 0px;
    width:      177px;
    height:     132px;
    background: url(http://static.saschabeck.com/img/headerimages/sabforum_logo_large.gif) no-repeat top right transparent;
}

html>body #headertextlogo {
    background: url(http://static.saschabeck.com/img/headerimages/sabforum_logo_large.png) no-repeat top right transparent;
    margin:     25px 14px 0px 0px;
}

#headerright, html>body #headerright {
    position: relative;
    background: url(http://static.saschabeck.com/img/layout_top_right_high_nomenu.gif) no-repeat top right transparent;
}

#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: -35px 10px 10px 10px;
    padding: 10px 10px 10px 10px;
    font-size: 0.8em;
    font-family: "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

.pun h2, .pun h3 {
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}


