/*---------------------------+
 | Site: Placemaking Chicago |
 | Part: Print styles        |
 +---------------------------*/

/* Hide unnecessary elements
=====================================================================*/
#content-secondary, #nav, #violator { display: none; }


/* Basics
======================================================================*/


/* Core layout
======================================================================*/
body,
#content,
#content-primary,
#content-secondary,
#home #content-primary,
#home #content-secondary,
html {
	background: none;
	border: 0;
	float: none;
	padding: 0;
	margin: 0;
	max-width: 100%;
	min-width: 0;
	position: static;
	width: 100%;
}

#content { clear: both; }


/* Content
======================================================================*/

/*--- Footer ---*/
#footer { font-size: 0.6em; }

/*--- Header ---*/
#header { border-bottom: 1px solid #ddd; margin-bottom: 1em; padding-bottom: 1em; }
#identity { float: none; }
#extras { float: none; position: absolute; right: 0; top: 0; }
