/*-----------------------------+
 | Site: Chicago Rehab Network |
 | Part: Print styles          |
 +-----------------------------*/

/* Hide unnecessary elements
======================================================================*/
#content-secondary, .highlight-secondary, #nav-header, #nav-primary, #nav-secondary, #site-search, #sitemap, #subfooter { display: none; }


/* Core layout
======================================================================*/
body { font-size: 12px; }
h1 { font-size: 26px; }
h2 { font-size: 22px; }
h3 { font-size: 20px; }
h5 { font-size: 18px; }
h6 { font-size: 19px; }
hr { border-bottom: 1px solid #ddd; }


/* Core layout
======================================================================*/
.content,
#content-primary,
#header,
.highlight-primary,
#main,
#main .content,
#subheader {
	background: none;
	border: 0;
	filter: none;
	float: none;
	padding: 0;
	margin: 0;
	max-width: 100%;
	min-width: 0;
	position: static;
	width: 100%;
}


/* Content
======================================================================*/

/* Footer */
#footer { background: none; border-top: 1px solid #ccc; font-size: 11px; margin-top: 2em; padding-top: 1em; }
#footer .copyright { border: 0; padding: 0; }
#footer .copyright a { display: none; }
#footer .copyright li { margin: 0; }
#footer, #footer a { color: #000; }
#footer .vcard { margin-bottom: 0.5em; }

/* Header */
    /* Logo */
    #logo { float: none; }
    #logo img { width: 50px; }
    #logo .logo-name { font-size: 12px; }
    #logo .logo-tagline { display: inline-block !important; font-size: 10px; }

    /* Subheader */
    #subheader { border: 1px solid #ddd; border-width: 1px 0; margin-bottom: 10px; padding: 10px 0; font-size: 16px; }
    #subheader, #subheader a { color: #000; }

/* Highlight */
.highlight { background: none; font-size: 16px; padding: 0; }
.highlight h2 { font-size: 22px; }

/* Landing pages */
.home h2, .landing h2 { font-size: 22px; }
