/* clairedanes 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:      222px;
    height:     134px;
    background: url(http://static.saschabeck.com/img/headerimages/clairedanes_logo_large.gif) no-repeat top right transparent;
}

html>body #headertextlogo {
    background: url(http://static.saschabeck.com/img/headerimages/clairedanes_logo_large.png) no-repeat top right transparent;
    margin:     50px 14px 0px 0px;
}


#headerleft {
    background: url(http://static.saschabeck.com/img/headerimages/clairedanes_large_01.jpg) no-repeat top left transparent;
    z-index: 1;
}

.post h2.pageheader{
    margin-top: -35px;
	margin-left: 0;
	font-size: 2.2em;
	font-weight: 500;
	font-family: Georgia, serif;
	

}

li.pagenav ul li {
    font-weight: 800;
    margin-bottom: 12px !important;
}


.current_page_item, .current_page_item a  {
	color: black;
}

.pagefloatright, .pagefloatleft, .pagefloatcenter  {
    padding: 5px;
    margin: 5px;    
    text-align: center;
    border: 1px solid #999;
    margin: 5px; padding: 5px; 
    background-color: white;   
}

img {
    border: 0px solid #999;
    margin: 0px; padding: 0px; 
    background-color: transparent;    
}

blockquote {
    border: 0;
}

.pagefloatright  {
    float: right;
    display: inline;
}

.pagefloatleft {
    float: left;
}

.pagefloatcenter {
    margin: auto;
    border: 0px;
    background-color: transparent;    
}

/* Wir kriegens anders nicht hin... */
.pagefloatcenter img {
    border: 1px solid #999;
    margin: 5px; padding: 5px; 
    background-color: white;    
}

/* ACHTUNG: Der WYSIWYG-Editor zerstört die P/DIV Tags! */

.bildunterschrift {
    font-size: 0.9em;
    font-weight: 800;
    font-family: "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif; 
    text-align: center;
    margin-top: -15px;
    padding: 0px;
}

html>body .bildunterschrift {
    margin: 0px;
}


.entrytext {
    width: 98%;
}   

.entry ul li:before, #sidebar ul ul li:before {
        content: "";
        }

.postdate {
margin-top: 0;	
padding-top: 0;
}

