/*-------------------------------------------+
 | Site: Frazier International Magnet School |
 | Part: Print styles                        |
 +-------------------------------------------*/

/* Hide unnecessary elements
======================================================================*/
#collage,
#contact,
#content-secondary,
#footer a,
#nav,
#nav-secondary,
.screen,
#search,
#subfooter {
	display: none;
}


/* Core layout
======================================================================*/
body,
#content,
#content-primary,
#footer,
#header,
#header-content,
#home #content,
#home #content-primary,
#home #content-secondary,
#page {
	background: none;
	border: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
	float: none;
	padding: 0;
	margin: 0;
	max-width: 100%;
	min-width: 0;
	position: static;
	width: 100%;
}

#home #content-secondary { display: block; }


/* Content
======================================================================*/

/*--- Header ---*/
#header { margin-bottom: 2em; }
#logo img { display: none; }
#logo img#logo-print { display: block; }

/*--- Footer ---*/
#footer { border-top: 1px solid #ccc; font-size: 0.8em; line-height: 1.3; margin-top: 2em; padding-top: 1em; }
