/*---------------------------------------------+
 | Site: Chicago Housing Association of DuPage |
 | Part: Print styles                          |
 +---------------------------------------------*/

/* Hide unnecessary elements
======================================================================*/
#content-secondary,
#footer #credit,
#logo,
#header-nav,
#nav,
.noprint,
.page-tools,
#search,
#subfooter h6,
#subfooter-secondary,
#subfooter-tertiary {
	display: none;
}


/* Core layout
======================================================================*/
body,
#content,
#content-wrapper,
#content-primary,
#content-secondary,
#footer,
#footer-content,
#header,
#header-content,
#intro-content,
#nav-content,
#subfooter,
#subfooter-content,
#subfooter-primary {
	background: none;
	border: 0;
    filter: none;
    -ms-filter: none;
	float: none;
	margin: 0;
	max-width: none;
	min-width: 0;
	padding: 0;
	position: static;
	width: 100%;
}

/* Content
======================================================================*/

/* Footer */
#footer, #footer a { color: #000; }

    /* Subfooter */
    #subfooter { border-top: 1px solid #ddd; padding-top: 1em; }
    #subfooter, #subfooter a { color: #000; }
    
    /* vCard */
    .vcard .email, .vcard .street-address, .vcard .tel { display: inline; margin-right: 0.7em; }

/* Header */
#header { margin-bottom: 25px; }
#logo-print { display: block; width: 390px; }