/*------------------------+
 | Site: Community Collab |
 | Part: Print styles     |
 +------------------------*/

/* Hide unnecessary elements
=====================================================================*/
#content-secondary, 
.icon, 
#logo, 
#header-extras,
#nav, 
#profile,
#signup,
#violator {
	display: none;
}


/* Core layout
======================================================================*/
body,
#content, 
#content-primary, 
#footer, 
#header, 
#header-content, 
.home #content, 
.home #content-primary, 
#intro, 
#intro-content,
#page {
	background: none;
	border: 0;
	float: none;
	min-width: 0;
	max-width: 100%;
	padding: 0;
	width: 100%;
}


/* Content
======================================================================*/

/*--- Comments ---*/
a.comments { background: none; padding: 0; }
#comments ol li.internal { background: none; border: 1px solid #777; padding: 0.5em 0.7em; }

/*--- Footer ---*/
#footer { border-top: 1px dotted #000; padding-top: 1em; }
#footer a { color: #777; text-decoration: none; }

/*--- Header ---*/
#logo-print { display: block; margin-bottom: 1em; }

/*--- Muted text ---*/
ul.mute a { text-decoration: none; }