/****** 
	print.css
	Author: Evan Johnson (chilipepperdesign.com)
	Date: 12-07-2008
 ******/
 
body { 
	color: #000; 
	background: #fff; 
	font-family: "Times New Roman", Times, serif; 
	font-size: 12pt; 
	float: none !important;
	line-height: 16pt;
	} 
	
a {
	text-decoration : underline;
	color : #ccc;
	}
	
/*list all page components to hide here! */
#menu, #utils, .more-button, #front-content-left .reflection img, #front-content-right  .reflection img, 
#left-menu, #footer ul, #signup-form, .accessibility {  
	display: none !important;
	}
/*center page for printing*/
#wrapper {
	width: auto;
	border: 0;
	margin: 0 5%;
	padding: 0;
	float: none !important;
	background: #ffffff none;
	}
/*blow up and linearize parts of page wanted tor printing */
#content, #content, #main, #node, #footer{
	position:relative;
	right: 0;
	left: 0;
	top: 0;
	width: 100%;
	margin: 0;
	padding: 0;
	background: transparent none;
	float: none !important;
	overflow: visible;
	}
	
/*add some dividers for readability */
#header {
	border-bottom: #000 1px solid;
}
#footer, #sidebar {
	border-top: #000 1px solid;
}
	
.node h2 a[href^="/"]:after {
  font-size: 14px;
  content: " (http://www.ussma.org" attr(href) ") ";
  }
  
#footer .content a[href^="/"]:after {
  font-size: 14px;
  content: " (http://www.ussma.org" attr(href) ") ";
  }