/* GENERAL ______________________________ */
*{
border:0;
padding:0;
margin:0;
}
html, html body{
height:100%;
}
body{
background:rgb(255,246,218) url("../images/navBG.gif") 35px 0 repeat-y;
}
/* LAYOUT DIVs ______________________________ */
#wrapper{
height:100%;/* for IE6 - expands for content anyway */
}
html>body #wrapper{ /* for good browsers - expand for content w/ min of 100% */
height:auto; 
min-height:100%;
}
#logo{
position:absolute;
top:30px;
left:0;
width:100%;
height:85px;
background:rgb(40,40,40) url("../images/header.gif") 80px 0px no-repeat;
text-indent:-999px;
}
#headerDot{
position:absolute;
top:52px;
right:40px;
width:76px;
height:63px;
background:url("../images/headerDot.gif") 0 0 no-repeat;
}
#content{
margin-left:220px;
padding-top:160px;
margin-right:300px;
}
#sidebar{
position:absolute;
top:160px;
right:0;
width:260px;
}
#footer{
margin:3.333em 300px 0 220px; /*40px */
padding:.4167em 0 1.25em 0;
text-align:center;
font-size:.8571em;/*12px */
line-height:1.667em;/*20px */
border-top:2px solid rgb(219,184,93);
}
.artContainer{
border-bottom:1px dotted rgb(219,184,93);
padding-bottom:10px;
margin-bottom:9px;
zoom:1;
overflow:auto;
}
.featured, .bio{
border-bottom:0;
}
.lastArt{
border:none;
}
/* IMAGES ______________________________ */
.imgR{
float:right;
margin:.5em;
padding:2px;
border:1px solid rgb(115,160,170);
}
.badge{
font-size:.8571em;
margin-left:1.5em;
margin-bottom:.75em;
}
/*NAVIGATION STYLES  ______________________________ */
#primNav {
position:absolute;
top:160px;
left:35px;
width:140px;
border:1px solid rgb(255,246,218);
border-width:1px 0;
background-color:rgb(189,71,41);
}
#primNav li{
}
#primNav li a{
display:block;
padding:10px 0 10px 45px;
color:rgb(255,246,218);
text-decoration:none;
letter-spacing:2px;
background:transparent url("../images/navDot1.gif") 8px -63px no-repeat;
}
li#articles a{
background:transparent url("../images/navDot2.gif") 8px -63px no-repeat;
}
li#bio a{
background:transparent url("../images/navDot3.gif") 8px -63px no-repeat;
}
li#contact a{
background:transparent url("../images/navDot4.gif") 8px -63px no-repeat;
}
#primNav a:visited{
_background-position: 0 0;
}
.defaultBody li#home a,
.articlesBody li#articles a,
.archiveBody li#articles a,
.bioBody li#bio a,
.contactBody li#contact a,
#primNav li a:hover,
#primNav li a:focus{
font-weight:bold;
border:none;
background-position:8px -13px;
}


