/*------------------------------------------------------------------
Chris Peterson Design LLC

Print
------------------------------------------------------------------*/
@import url("reset.css");
@import url("design.css");
@import url("sifr.css");

body {
	margin: 0.5in 0;
	background: none;
	}

#wrapper {
	width: 7.5in; 
	}

	#logo_screen {
		display: none;
		}
	#logo_print {
		display: block;
		}
header { 
	display: block; 
	padding-top: 0;
	height: auto;
	}

section { float: none; display: block; width: 7.5in; }
	article { width: 4.5in; }
	aside { width: 2in; }
	
.title { padding-bottom: 0.25in; }

body.about article { width: 4.75in;  }
body.about aside { width: 2.5in;  }

body.contact article { width: 4in;  }
body.contact aside { width: 3.35in; }

body.team_detail article { width: 4in;  }
body.team_detail aside { width: 3.35in;	}

body.newspage article { width: 7in; }
body.newspage aside { display: none;	}



nav { 
	display: none !important;
	}


