/*----------------------------------------+
 | Site: National Human Services Assembly |
 | Part: Member services print styles     |
 +----------------------------------------*/

/* Hide unnecessary parts
=====================================================================*/
#cal-nav, #content-secondary, #content-tertiary, #footer-nav, #header-nav, #nav, #section { display: none; }


/* Basics
=====================================================================*/


/* Core layout
=====================================================================*/
body,
#content,
#content-primary,
#footer,
.home,
.home #content-primary,
.wide,
.wide #content-primary {
	background: none;
	border: 0;
	float: none;
	padding: 0;
	margin: 0;
	max-width: 100%;
	min-width: 0;
	position: static;
	width: 100%;
}

#content { border: 2px solid #ccc; border-width: 1px 0; padding: 1em 0; }


/* Content
=====================================================================*/
.file { background: none; padding: 0; }

/*--- Footer ---*/
#footer { font-size: 0.7em; padding-top: 1em; }
#footer-primary { float: right; }
#footer-primary, #footer-secondary { width: 45%; }
#footer-secondary { float: left; }