/*------------------------------------+
 | Site: Children's Memorial Hosptial |
 | Part: Print styles                 |
 +------------------------------------*/

/* Hide unnecessary elements
======================================================================*/
.admin,
.content-secondary,
.edit-bar,
#footer .quicklinks,
#nav,
#nav-header,
#search,
#section,
#subfooter,
#subheader {
	display: none;
}


/* Basics
======================================================================*/
body { padding: 4em; }


/* Core layout
======================================================================*/
* html #content, #content,
* html .content-primary, .content-primary,
* html #footer, #footer,
* html #footer-content, #footer-content,
* html .home #header, .home #header,
* html .home .content-primary, .home .content-primary,
* html #header, #header,
* html .page, .page {
	background: none;
	float: none;
	max-width: 100%;
	padding: 0;
	width: 100%;
}

/*--- Footer ---*/
#footer { border-top: 1px solid #ccc; padding-top: 1em; }

/*--- Header ---*/
#header { margin-bottom: 2em; }

/* Content
======================================================================*/
/*--- Footer ---*/
#footer { color: #666; font-size: 0.8em; }
#footer .url { border: 0; display: inline; }

/*--- Footnotes ---*/
#footnotes a { text-decoration: none; }

/*--- Header ---*/
#header img { float: none; }

/*--- Home ---*/
.home #content ul, .home .content-primary ul { list-style: square; margin-left: 2em; }
.home #content ul li, .home .content-primary ul li { background: none; padding: 0; }
