/*--------------------------+
 | Site: Bridge Communities |
 | Part: Print styles       |
 +--------------------------*/

/* Hide unnecessary elements
======================================================================*/
#content-tertiary,
#details-actions,
#details-nav,
#nav,
#profile,
.search,
#subfooter {
	display: none;
}


/* Basics
======================================================================*/
body { font-size: 130%; }
hr { background: none; border: 1px solid #ccc; }
ul { list-style: disc; margin-left: 2em; }
ul li { background: none; padding: 0; }

/* Core layout
======================================================================*/
body,
#content,
#content-primary,
#content-primary-secondary,
#content-secondary,
#content-tertiary,
#footer,
#header,
.home #content-primary,
.home #content-primary-secondary,
.home #content-secondary,
.home #content-tertiary,
#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; clear: both; color: #777; font-size: 0.5em; padding-top: 0.5em; }
#footer a { display: none; }
#footer #credit a { display: inline; }

/*--- Header ---*/
#header { border-bottom: 1px solid #ccc; margin-bottom: 2em; padding-bottom: 1em; }
#identity { float: none; padding: 0; }