/* @override http://dev.fortysevenmedia.com/casillas/css/print.css */

/* Default Print Stylesheet Template
   by Rob Glazebrook of CSSnewbie.com
   Last Updated: June 4, 2008
   
   Feel free (nay, compelled) to edit, append, and 
   manipulate this file as you see fit. */
   

/* SECTION 1: Set default width, margin, float, and
   background. This prevents elements from extending 
   beyond the edge of the printed page, and prevents
   unnecessary background images from printing */
body, #container, #footer, #footer #utility{
	width: 605px;
	margin: 0;
	float: none;
	background: #fff url(none);
}

#container {
	width: 100%;
	padding: 0px;
}

#content {
	width: 100%;
}

#header {
	height: 80px;
	border-bottom: 1px solid #828282;
}

#search-tagline h2 {
	margin-top: 40px;
}

#footer .address {
	margin-top: -10px;
}

#footer .address p {
	padding-top: 0px;
}

#footer .column {
	width: 25%;
}

#footer {
	font-size: .5em;
	border-top: 1px solid #828282;
	padding-top: 20px;
}

#footer p, #footer h4 {
	font-size: 1.1em;
}

#footer .location {
	float: none;
	margin-right: 0px;
	margin: 0px;
	padding: 0px;
}

#footer .location h4 {
	color: #000;
	width: 45px;
	text-align: left;
}

#product-info {
	width: 180px;
	float: right;
}

#product-info .finishes {
	float: left;
}

#product-info .specs {
	margin-bottom: 20px;
}

.printme {
	visibility: visible;
	display: block;
}

h1.printme {
	margin-bottom: 60px;
}

/* SECTION 2: Remove any elements not needed in print. 
   This would include navigation, ads, sidebars, etc. */
#topnav, #navbar, #nav, #sidebar, .ad, .noprint, #searchbox, #action, a.button, a.button2, #header {
	display: none; 
}

/* SECTION 3: Set body font face, size, and color.
   Consider using a serif font for readability. */
body {
	font: .9em/1.6em Georgia, "Times New Roman", Times, serif;
	color: #000; 
}

/* SECTION 4: Set heading font face, sizes, and color.
   Diffrentiate your headings from your body text.
   Perhaps use a large sans-serif for distinction. */
h1,h2,h3,h4,h5,h6 {
	font-family: Helvetica, Arial, sans-serif;
	color: #000;
}
h1 { font-size: 200%; }
h2 { font-size: 155%; }
h3 { font-size: 105%; }
h4 { font-size: 100%; font-variant: small-caps; }
h5 { font-size: 100%; }
h6 { font-size: 90%; font-style: italic; }

/* SECTION 5: Make hyperlinks more usable.
   Ensure links are underlined, and consider appending
   the URL to the end of the link for usability. */
a:link, a:visited {
	color: #00c;
	font-weight: bold;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
/*#content a:link:after, #content a:visited:after {
	content: " (" attr(href) ") ";
}

 My Comment */