/*  About Us style sheet for print
pages 
	
	Author: Kelley Hwsare
	Date: April 14 2012
	Filename: print.css
*/

@page  {
	size: 8.5in 11in portrait;
	margin: 0.5in;
	}

/*  Hide page elements that will not be displayed  */

header, nav, footer, img  {
	display: none;
	}

article  {
	display: block;
	}

.philosophy  {
	
background-color: white;
	border: 3px solid black;
	border-radius: 20px 20px;
	line-height: 1.3em;
	padding: 5px;
	position: static;
	font-size: 1.2em;
	float: left;
	width: 50%;
	text-align: center; 
	
	
	}

#ourmission  {
	color: black;
	position: static;
	float: left;
	font-size: 1.2em;
	text-align: center;
	margin: 10px;
	padding: 0px;
	width: 50%;
	}

article#howwebegan  {
	margin: 10px;
	background-color: white;
	border: 1px solid black;
	border-radius: 20px 20px;	
	color: black;
	line-height: 1.2em;
	font-size: 1.2em;
	padding: 10px;
	position: static;
	float: left;
	text-align: center;
	width: 95%;
	}

aside#needtoknow  {
	background-image: none;
	background-color: white;
	border: 1px solid black;
	border-radius: 20px 20px;
	color: black;
	font-family:  Verdana, sans-serif;
	font-size: 1.2em;
	list-style-type: none;
	page-break-before: always;
	position: static;
	float: left;
	padding: 10px;
	width: 95%;

	}

/* Hyperlink reference display  */

article#howwebegan a  {
	color: black;
	}
a:after  {
	content: " (" attr(href) ") ";
	}


