/*----------------------------+
 | Site: Builders Association |
 | Part: Print styles         |
 +----------------------------*/


/* Hide unnecessary elements
======================================================================*/
#breadcrumbs, #content-secondary, #header ul, #logo, #nav, #search { display: none; }


/* Basics
======================================================================*/
hr { background: none; border-top: 1px solid #d0d9ec; }
ul { list-style: square; margin-left: 1.5em; }
ul li { background: none; padding: 0; }


/* Core layout
======================================================================*/
#content,
#content-primary,
#footer,
#header,
#header-content,
#highlights,
#intro,
#intro-content,
#wrap-a,
#wrap-b,
#wrap-c {
	background: none;
	border: 0;
	float: none;
	max-width: 100%;
	min-width: 0;
	padding: 0;
	width: 100%;
}

/*--- Content ---*/
#wrap-c { border-bottom: 1px solid #ccc; padding-bottom: 1em; }

/*--- Header ---*/
#header { margin-bottom: 2em; }

/*--- Highlights ---*/
#highlights { border-bottom: 3px solid #f4e3c9; margin-bottom: 1em; }

/*--- Introduction ---*/
#intro-content { border: 3px double #ccc; border-width: 3px 0; margin-bottom: 1em; padding: 1em 0; }


/* Content
======================================================================*/
/*--- Event card ---*/
.event-card { background: none; padding-left: 0; padding-right: 0; }
.event-card ul { list-style: none; margin-left: 0; }

/*--- Footer ---*/
#footer { font-size: 0.7em; }
#footer, #footer a, #footer strong { color: #666; }
#credit a:after { content: " (" attr(href) ")"; }

/*--- Header ---*/
#logo-print { display: block; }