/*----------------------------+
 | Site: Great Rivers Chicago |
 | Part: Print styles         |
 +----------------------------*/

/* Hide unnecessary elements
======================================================================*/
#admin,
#content-tertiary,
#details-actions,
#details-nav,
#footer .logos,
#logo-screen,
#nav,
#profile,
.search,
#subfooter {
	display: none;
}


/* Basics
======================================================================*/
hr { background: none; border: 1px solid #ccc; }
html { font-size: 14px; }


/* Core layout
======================================================================*/
.article,
body,
.content,
#content-primary,
#content-primary-secondary,
#content-secondary,
#footer,
#header,
#main .content,
#page {
	background: none;
	border: 0;
	float: none;
	padding: 0;
	margin: 0;
	max-width: 100%;
	min-width: 0;
	position: static;
	width: 100%;
}

/* Columns */
.c2l, .c2r, .c3l, .c3m, .c3r { float: none; width: auto; }
[class *= "cols"] { -moz-column-count: 1; -webkit-column-count: 1; column-count: 1; }


/* Content
======================================================================*/

/* Footer */
#footer { border-top: 1px solid #ccc; clear: both; color: #777; font-size: 0.5em; padding-top: 0.5em; }

/* Header */
#header { border-bottom: 1px solid #ccc; margin-bottom: 2em; padding-bottom: 1em; }
#identity { float: none; padding: 0; }
#logo-print { display: block; }

/* Quotes */
.quotes li { float: none; margin-right: 0; padding-left: 130px; page-break-inside: avoid; width: auto; }