/* Just enough to make the main content print okay */

/* select a generic font family */
body {
font-family: serif; font-size: 11pt;
}

/* get rid of image borders */
img {
border: none;
}

/* basic setup for the main posts section */
.bPosts, .bPost {
float: none;
margin: 0px;
padding: 0px;
width: auto;
}

/* each post title gets a bigger size */
.bTitle {
margin-top: 12px;
margin-bottom: 6px;
font-size: 22px;
}

/* each post gets a space beneath it on multipost pages */
.bPost {
margin-bottom: 22px;
}

/* don't print things like bloglist and sidebars and footers */
#pageHeader, #bSideBarLeft, #bSideBarRight, #pageFooter {
display: none;
}
