/* MAIN PRINT STYLESHEET */

/* Remove unwanted elements */
#navigation, #subnav, #footer, #menu, #menu1, #box2, #eventsbox, #header p, content4, .noprint {
	display: none;
}	

/*Paras print in 11 or 12 point type black*/
p, li {
	font-size: 11pt !important; 
	color: #000;
}

p.line, blockquote.line {
	line-height: 1em;
	font-size: 11pt !important; 
}	

#albumlist li {
	font-size: 9pt !important; 
}

#header { /*moves header up & positions logo*/
	height:auto;
	padding: 0 0 0 30px;
}

#logo {/*print only banner*/
	display:inline;
}

#intro {
	margin-bottom: 30px;
}

#content3.printwide {
	width: auto;
	margin: 0;
	padding: 30px 100px 0 100px;
}

.break_before {
	page-break-before: always;
}

.break_after {
	page-break-after: always;
}
