/* Print-Style for a "M. Moore Construction" 
by Ed Goham, http://home.roadrunner.com/~edgoham/ */

/* Modified Ed Goham */
/* Copyright 1999-2012 Mark A. Moore. All Rights Reserved.*/
body
{
	color: #000;
	background-color: #fff;
	font: 12pt "New Century Schoolbook", "Times New Roman", TimesNR, Times, serif;
	padding: 0 1em 1em 1em;
	margin: 0px;
}

#banner { display: none; }
#sidebar-a { display: none; }

#content
{
	width: auto;
	margin: 0 5%;
	padding: 0;
	border: 0;
	float: none !important;
	color: black;
	background: transparent none;
}

#content li { list-style-image: url(art%20parts/ck_in_box.gif); }
#footer { display: none; }
p { font: 12pt Caslon, Garamond, "Times New Roman", Times, serif; }
acronym:after { content: " (" attr(title) ")"; }

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.mmooreconstruction.com" attr(href) ") ";
   }*/

