* { color: black; }
#sidebar, #header ul, #header form, .textonly, #comments, #footer { display: none; }
#content { width: auto; }
.printonly { display: inherit; }
#header h1 { display: block; }

/* required for long pages (e.g. psychologists) to print to multiple pages */
#wrapper { overflow: visible; }

/* 
	This solves some printing problems for reasons I can't ascertain
	right at the moment.
*/
.hentry { 
	overflow: visible; 
}

/* Temporary measure to allow logo to print. Sorry. */
#header.temporary h1 {
	display: none;
}
#header.temporary img {
	float: left;
	margin-left: 10px;
}

body, #content, #wrapper { background-color: white; }


/* IE 7 mucks up the custom bullets sometimes, revert to plain */
.bullet li { 
	list-style-type: disc;
	list-style-image: none;
}

.spicedham {
	display: none;
}
