/*-------------------------------+
 | Site: Traffic Club of Chicago |
 | Part: Print styles            |
 +-------------------------------*/

/* Hide unnecessary elements
======================================================================*/
#banner, #header-nav, #nav, #search { display: none; }


/* Core layout
======================================================================*/
body,
#content,
#footer,
#header,
#page {
	background: none;
	border: 0;
	filter: none;
	float: none;
	padding: 0;
	margin: 0;
	max-width: 100%;
	min-width: 0;
	position: static;
	width: 100%;
}

#home #content-secondary { display: block; }


/* Content
======================================================================*/

/* Footer */
#footer { border-top: 1px solid #ccc; font-size: 0.8em; line-height: 1.3; margin-top: 2em; padding-top: 1em; }
#footer .tagline { display: none; }
#footer, #footer a { color: #777; }