/*---------------------+
 | Site:  Grassroots   |
 | Theme: All          |
 | Part:  Print styles |
 +---------------------*/

/* Hide unnecessary areas
=====================================================================*/
#admin,
#comments,
#content-secondary,
.form,
#header-secondary,
#header-tertiary,
#nav,
#page-tools,
#search,
#subfooter {
  display: none;
}


/* Basics
======================================================================*/
body { background: none; }
ul { list-style: disc; margin-left: 2em; }
ul li { background: none; padding-left: 0; }


/* Core layout
======================================================================*/
body,
#content,
#content-primary,
#content-secondary,
#frame,
#footer,
#header,
.home #content-primary,
.home #content-secondary,
#page,
#wrapper {
	background: none;
	border: 0;
	float: none;
	padding: 0;
	margin: 0;
	max-width: 100%;
	min-width: 0;
	position: static;
	width: 100%;
}


/* Content
======================================================================*/

/* Callouts */
.call-l img, .call-r img { page-break-inside: avoid; }

/* Header */
#header { margin-bottom: 1em; }
#logo { float: none; }