/*--------------------------------------------+
 | Site: American Massage Therapy Association |
 | Part: Print styles                         |
 +--------------------------------------------*/

/* Hide unnecessary elements
======================================================================*/
#admin,
.content-secondary,
#footer a,
#utilities-nav,
#nav,
.page-tools,
#profile-nav,
#search,
#subfooter {
	display: none;
}


/* Basics
======================================================================*/
hr { background: none; border: 1px solid #ccc; }

/* Core layout
======================================================================*/
body,
#content,
.content-primary,
.content-secondary,
#frame,
#footer,
#header,
.home .content-primary,
.home .content-secondary,
#page {
	background: none;
	border: 0;
	float: none;
	padding: 0;
	margin: 0;
	max-width: 100%;
	min-width: 0;
	position: static;
	width: 100%;
}

/* Content
======================================================================*/

/*--- Footer ---*/
#footer { border-top: 1px solid #ccc; font-size: 0.8em; line-height: 1.3; margin-top: 2em; padding-top: 1em; }