/* style-print.css - style sheet for printers */

body {
	background-color: #FFFFFF;
	font: 100% "century schoolbook", georgia, times, "times New Roman", serif;
}
* {
	margin:0;
	padding:0;
	list-style-type:none;
	text-decoration:none;
	color: #000000;
	background-color: #FFFFFF;
}

/* font-size declaration for browser variants */

h1 {
	font-size:2em;
}
h2 {
	font-size:1.3em;
	letter-spacing:0.01em;
	padding:0 0 0.2em 0;
}
h3 {
	font-size:1.15em;
	letter-spacing:0.015em;
	padding:0 0 0.2em 0;
}
h4 {
	font-size:1.125em;
	letter-spacing:0.025em;
	padding:0 0 0.2em 0;
}
h5 {
	font-size:1.1em;
}
h6 {
	font-size:1.0em;
}
p {
	font-size:1em;
}

#wrapper {
	width:auto;
	margin:0.2em 0 0 0;
	text-align:left;
}

/* header */

#header h1 {
	font-size:1.5em;
	font-variant:small-caps;
	padding:0 0 0.25em 0;
}
#header h1 .initialCap {
	font-size:1.05em;
}
#header h6 {
	text-align: right;
	padding:0 0 2em 0;
} 

/* navigation - menu bar */

#menu_bar {
	display:none;
}
#menu_bar a {
	display:none;
}

/* content area */

	/* content_left; content - for two column format */
.content_left {
	display:none;
}
.content {
	padding:0em 0em;
}
.content p {
	margin:.75em 0;
}
.content_heading {
	padding:0 0 0.5em 0;
}
.smallcaps {
	font-variant:small-caps;
}

/* indents paragraphs for practice-ssi.html and sec101-ssi.html */
#bpai-content p,
#practice-ssi p,
#sec101-content p {
	margin:0 0 1em 2em;
}

/* top margin and bold for subheadings */
#sec101-content p.subhead {
	margin:0.6em 0 1em 2em;
	font-weight:bold;
}

/* photos in bpai_book-ssi.html and biog-ssi.html */
#book1-cover,
#jm-photo {
	display:none;
}

/* in pubs-ssi.html, bio-ssi.html, and bpai-ssi.html */
.stars {
	text-align:center;
}
p.top {
	display:none;
}
.bottom_asterisks {
	display:none;
}
.print-description {
	display:none;
}
#vcard {
	display:none;
}

/* footer */

#footer {
	text-align:center;
	padding:1em 0 1em 0;
}
#menu_bottom {
	display:none;
}
#menu_bottom a {
	display:none;
}
#footer p {
	padding:0.5em 0 0 0;
	font-size:0.85em;
}

/* Copyright 2009, 2011 Joel Miller. All rights reserved. */
