/* grapes_print.css */
/* This set of tags overrides the linked CSS by making all text print black and forcing one column for the display */

@page {
	size: auto;
	}

body {
	color: #000000;
	background: #FFFFFF;
	}

h1, h2, h3 {
	color: #000000;
	}

#blockcontent {
border: none;
position: relative;
}
	
#container {
	/*border: 0.5px solid #FFFFFF!important;*/
	max-width: none;
	border: none;
	}
	
#pichead {
/*	border: 0.5px solid #FFFFFF!important;*/
	}
	
#navlinks {
	visibility: hidden!important;
	}
	
#blockleft, #blockleftbooks {
	float: none;
	width: auto;
	margin: 0;
	padding: 0;
	border: none;
/*	border-left: 0.5px solid #FFFFFF;*/
	}
	
#blockright {
	float: none;
	width: auto;
	margin: 0;
	padding: 0;
/*	border-left: 0.5px solid #FFFFFF;*/
	}


#blockleftbooks p {
	line-height: 120%;
	margin: 0;
	padding: 0;
	}
	
.para1 {
	line-height: 170%;
	}

.paranot1 {
	line-height: 170%;
	}
	
.paranot1inset {
	line-height: 170%;
	}
	
.paranot1outset {
	line-height: 170%;
	}

.paraitems {
	line-height: 170%;
	}

.testimonial p {
	line-height: 170%;
	border-top: 1px solid #000000;
	}

.pubs {
	margin: .2em;
	}
	
.commenter {
	color: #000000;
	}
