
/* - - - - - - - - - - - - - - - - - - - - - */
/*      P R I N T - S T Y L E S H E E T      */
/* - - - - - - - - - - - - - - - - - - - - - */

body {
   background: #fff;
   color: #111;
   font-size: 12pt;
   }

html body #container { background: none; }

#footer { border-top: 1px solid #333; }

/* Print these elements */
.print { display: inline !important; }

/* Hide these elements */
.screen,
 .tagline,
  .nav { display:none !important; }

/* Unfloat your  layout */
body,
 #container,
  #header,
   #content,
    #footer {
	float: none !important;
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	}

#content-main img {
	margin-bottom: 20px;
	padding: 2px;
	border: 1px solid #d5d5d5;	
	}

/* Link Modifiers */
a img, :link img, :visited img { border: 0; }

a:link,
 a:visited {
	color: #520;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
}

#content a:link:after,
 #content a:visited:after {
	content: " (" attr(href) ") ";
	font-size: 90%;
}

#content a[href^="/"]:after {
   content: " (http://www.inspiringthenext.org" attr(href) ") ";
   }

/* DELETE ALL FORMS */
form { display: none; }



