/*--------------------------+
 | Site: Broadband Illinois |
 | Part: Print styles       |
 +--------------------------*/

/* Hide unnecessary elements
======================================================================*/
#content-secondary,
#content-tertiary,
#details-actions,
#details-nav,
#find-broadband,
#nav,
#profile,
#site-search,
#subfooter,
#subheader {
	display: none;
}


/* Basics
======================================================================*/
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,
#footer-content,
#header,
#header-content,
#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 */
#copyright { color: #000; float: none; }
#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; }
#logo { float: none; margin: 0; }
#logo img { display: none; }
#logo #logo-print { display: block; }