/*reset all margins etc to zero*/
body,div,h1,h2,h3,h4,h5,h6,a,blockquote,ul,p,ol,li,form,img,a{
margin:0;
padding:0;
border:0;
}

body{
font:12px/22px tahoma,verdana,sans-serif; 
color:black;
background-color:black;
text-align:center;/*for IE 5 to auto centre*/
}
p{
margin-bottom:12px;
}
a{
color:#776466;
font-weight:bold;
}
h1{
text-indent:-9999em;
margin-top:-25px;
}
h2{
font-size:140%;
color:#776466;
margin-bottom:10px;
border-bottom:1px solid #a2a6b3;
}
h3{
font-size:120%;
font-style:italic;
margin-bottom:10px;
border-bottom:1px dashed #a2a6b3;
}
blockquote{
margin:2px 5%;
font-family:georgia;
font-style:italic;
font-size:110%;
}
.quoth{
text-align:right;
margin-right:5%;
font-style:italic;
font-weight:bold;
}


#wrapper{
position:relative;
text-align:left;/*reset text align from above*/
width:950px;
margin:10px auto;
background:url(../img/bfatherbanner.jpg) top left no-repeat #f5f1f2;
border:1px solid black;
}

#logo{
}

#background{
width:910px;
padding:0 20px;
}
.faux{
/*background:url(../img/background.jpg) repeat-y;*/
}

#nav{
margin-top:150px;
height:32px;
list-style:none;
background-color:#c7cbd7;
border-top:1px solid #534e50;
}
#nav li{
float:left;
}
#nav li a{
text-decoration:none;
text-align:center;
display:block;
width:100px;
padding:5px 19px;
color:#666666;
}
#nav li a:hover{
background-color:#dde0e8;
color:black;
}
.active{
text-align:center;
font-weight:bold;
display:block;
width:100px;
padding:5px 20px;
background-color:#a2a6b3;
color:white;
}

#homeframe,#sideframe{
float:left;
margin-bottom:10px;
margin-top:10px;
}
#homeframe{
width:550px;
}

.blog_header{
font-weight:bold;
/*font-family:georgia;*/
font-size:120%;
margin-top:-8px;
}
.blog_body{
}
.blog_date{
font-size:100%;
font-weight:bold;

}
#sideframe{
width:345px;
margin-left:20px;
}
#sideframe ul,#homeframe li{
list-style:none;
padding:5px;
}
#sideframe ol{
list-style:decimal inside;
font-style:italic;
}

#sideframe li.date{
font-weight:bold;
font-size:110%;
}
#sideframe img{
display:block;
margin:auto;
margin-bottom:10px;
border:1px solid black;
}
#wide{
width:910px;
margin-top:10px;
margin-bottom:20px;
text-align:center;
/*margin:10px auto;*/
}
#wide img{
border:1px solid black;
}
.pcredit{
text-align:right;
font-size:80%;
color:gray;
}
.biog{
display:block;
/*float:right;*/
border:1px solid black;
}

img.rss{
float:right;
}

/*a bit nasty...*/
#clear{
clear:both;
}

#footer{
height:35px;
background-color:#776466;
border-top:2px solid #534e50;
}
#footer p{
text-align:center;
font-weight:bold;
font-size:90%;
margin-top:5px;
color:white;
}