/*-------------------------------------------------+
 | Site: Reconnecting Neighborhoods                |
 | Part: Print styles                              |
 +-------------------------------------------------*/


/* Hide unnecessary elements
======================================================================*/
#breadcrumbs, .content-secondary, #header ul, #nav, #profile { display: none; }


/* Basics
======================================================================*/
body { margin: 2em; }
h1 { background: none; }
li { padding-left: 0;}
ul { list-style-type: disc; margin-left: 1.2em; padding: 0; }
ul li { background: none; padding-left: 0; }


/* Core layout
======================================================================*/
#breadcrumbs,
#breadcrumbs ul,
#content,
.content-primary,
#footer,
#header,
#header-content,
.home .content-primary,
.home .content-secondary,
#intro,
#intro-content,
#intro .content-secondary {
	background: none;
	float: none;
	padding: 0;
	width: 100%;
}

 .highlights ul li, 
 .home-secondary ul li, 
 #intro ul li, 
 .list-one, 
 .list-two, 
 .list-three, 
 .list-option-a, 
 .list-option-b { padding-left: 0em;}

#footer, #header { border: 0; padding-bottom: 1em; }


/* Content
======================================================================*/
/*--- Footer ---*/
#footer { font-size: 0.7em; }
#footer, #footer a, #footer strong { color: #666; text-decoration: none; }

	/* Credit */
	#credit { float: none; margin: 0; }
	#credit a:after { content: " (" attr(href) ")"; }

/*--- Introduction ---*/
#intro h1 { background: none;  font-size: 1.6em;}
#intro, #intro a, #intro h1, #intro strong { color: #000; }



 
 
 