/*-------------------------+
 | Site: Models for Change |
 | Part: Print styles      |
 +-------------------------*/

/* Hide unnecessary elements
======================================================================*/
#admin,
#content-tertiary,
#footer a,
#nav,
#profile,
#search,
#subfooter .panel {
	display: none;
}


/* Basics
======================================================================*/
body { font-size: 11pt; }
hr { background: none; border: 1px solid #ccc; }
ul { list-style: disc; margin-left: 2em; }
ul li { background: none; padding: 0; }

/* Core layout
======================================================================*/
body,
#content,
#content-primary,
#content-primary-secondary,
#content-secondary,
#content-tertiary,
#footer,
#header,
#header-content,
.home #content-primary,
.home #content-primary-secondary,
.home #content-secondary,
.home #content-tertiary,
#page,
#subfooter-content {
	background: none;
	border: 0;
	float: none;
	padding: 0;
	margin: 0;
	max-width: 100%;
	min-width: 0;
	position: static;
	width: 100%;
}

/* Content
======================================================================*/

/* Footer */
#footer { border-top: 1px solid #ccc; clear: both; color: #777; font-size: 0.5em; padding-top: 0.5em; }
#footer a { display: none; }
#footer #credit a { display: inline; }

/* Header */
#header { border-bottom: 1px solid #ccc; margin-bottom: 2em; padding-bottom: 1em; }
#identity { float: none; padding: 0; }
#identity a { background: none; padding: 0; }
#identity #logo { display: none; }
#identity #logo-print, #identity #tagline-print { display: block; }