/* 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;
}

/* can we put a nice space above and below the page title? */
.pageTitle {
margin-top: 12px;
margin-bottom: 6px;
}

/* basic setup for the main posts section */
#mainbar, .bPost {
float: none;
margin: 0px;
padding: 0px;
width: auto;
text-align: left;
}

.title {
font-family: serif; font-size: 18pt;
}

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

/* don't print things like bloglist and sidebars and footers */
#menu, #header, #sidebar, #footer {
display: none;
}

