/*----------------------------------+
 | Site: Chicago Board of Education |
 | Part: Print styles               |
 +----------------------------------*/

/* Hide unnecessary elements
======================================================================*/
#copyright a,
#language,
#logo,
#nav,
#nav-secondary,
#page-tools,
#search {
	display: none;
}


/* Core layout
======================================================================*/
body,
#content,
#content-primary,
#content-secondary,
#content-wrapper,
#feature #overlay,
#footer,
#header,
#header-content,
#home #content,
#home #content-primary,
#home #content-secondary,
#page {
	background: none;
	border: 0;
  box-shadow: none;
	float: none;
	padding: 0;
	margin: 0;
	max-width: 100%;
	min-width: 0;
	position: static;
	width: 100%;
}

#content-secondary { clear: both; }


/* Basics
======================================================================*/
body { font-size: 15pt; }


/* Content
======================================================================*/

/* Footer */
#colophon .org { color: #505050; font-size: 15px; }
#footer { border-top: 1px solid #ccc; color: #505050; font-size: 0.8em; line-height: 1.3; margin-top: 2em; padding-top: 1em; }

/* Header */
#header { margin-bottom: 2em; }
#logo-print { display: block; }

/* Help */
.help { border-top-width: 5px; margin-top: 0; }

/* Home */
#feature { height: auto; }
#feature img { display: none; }
#feature #overlay { background: none; border-bottom: 1px solid #505050; border-radius: 0; box-shadow: none; font-size: 17pt; margin-bottom: 20px; padding: 0 0 20px; }
#feature #overlay a { display: none; }