@charset "iso-8859-1";

/*  Print media stylesheet */

#sidebar {
	float: none;
	}
	
html>body #SOWrap {
	width: auto;	/* help Opera out */
	}
	
#sidebar {
	display: none;
	}
	
#pageWrapper {
	border-width: 0;	/* hide various borders, including those used
				   to create the backgrounds for the left and
				   right columns */
	}
	
#header, #footer
{
	border: none;
	padding: 0.5em;		/* add some borders to the masthead and footer
				   for presentation */
	}

* html #footer {
	/* \*/
	margin-top:	1em;
	/* help IE print space between the content and footer */
	}
	
a, a:link, a:visited {
	text-decoration: none;
	background-color: inherit;
	color: inherit;		/* we're printing, so there's no need to
				   differentiate links from regular text. so
				   remove any formatting the links get. */
	}
	
body {
	font-size: 14px; /* Resets 1em to 12px */
	font-family: Georgia,Palatino,'Times New Roman',Times,Serif,serif;
	color: black;
	width: 550px;
	}

body * {
	background-color: #fff;
	color: #000;		/* simple catch-all to make sure we have no
				   colored items in the print out. delete this
				   if you want. */
	}

blockquote {
	margin: 10px 10px 10px 10px;
	padding: 5px 20px 5px 20px;
	border: 2px solid #ddd;
	}

.postmetadata {
	display: none;
	}	

.donotprint {
	display: none;
}	

wp-admin-bar {
	display: none;
}	

