/* Print styles for Sleeping Bear Press */
/* First draft - May 11, 2005 */
/* by Tim White */


body {
	background: white;
	font-size: 11pt;
	}
	
h2, h3 {
	color: #000;
	font-weight: normal;
	}
	
#header {
	width: 667px;
	margin: 0 5% .5in 5%;
	background-color: #FFE682;
	}
	
#search, #nav, #footer p { 
	display: none;
	}
	
#sidebar, #content {
	float: none !important;
	width: auto;
	margin: 0 5%;
	padding: 0;
	color: black;
	background: transparent;
	}

#content a:link, #content a:visited {
	font-weight: normal;
	text-decoration: underline;
	}
	
#content a:link:after, #content a:visited:after {
	content: " (" attr(href) ") ";
	font-size: 80%;
	}
	
#content div.bookad h3 {
	font-size: 12pt;
	}
	
#content div.bookad h3 a:link, #content div.bookad h3 a:visited {
	text-decoration: none;
	}
	
#content img.bookcover {
	float: none;
	}

#content .bookad p {
	margin: 0;
	}
	
ul.ai_list {
	float: none;
	width: 80%;
	font-size: 10px;
	}
	
#bio {
	float: none;
	width: 90%;
	}
	
#ai_details {
	float: left;
	border: none;
	width: 90%;
	}
	
.detail {
	font-size: 8pt;
	}
	
#spotlight, #sl_details {
	float: none;
	width: 90%
	}
