/* Adapted from Eric Meyer's ideas on A List Apart 
[http://www.alistapart.com/articles/goingtoprint/]  */

body {
	background: white;
	font-size: 12pt;
	}
#in_content h1 {font: 14pt/1.2em Georgia, "Times New Roman", Times, serif}
#in_content h2 {font: 12pt/1.2em Georgia, "Times New Roman", Times, serif}


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

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

#content a[href^="/"]:after,
#in_content a[href^="/"]:after  {
  content: " (http://www.bradleyhills.com" attr(href) ") ";
   }

#topcontent, #header_wrap {
	display: none;
	}
	
#wrapper, #content, #in_content {
	width: 100%;
	border: 0;
	margin: 0;
	padding: 0;
	float: none !important;
	}
#in_l, #home_r {
	width: auto;
	float:none !important;
	margin: 0;
	}
#in_r, #home_l {
	display:none
	}		
.standards, #home_cat span { display:inline	
	}
