/* Practically stolen from Alistapart.com - for print. Revised Apr 16, 2004, copyright 2004 Happy Cog Studios */

html { width: 100%; }

body {
	background: white;
	text-align: left;
	color: black;
	font-size: 11pt !important;
	line-height: 125%;
	border: 0;
	border-top: 0;
	margin: 0;
	padding: 0; 
	font-family: Georgia, Palatino, serif;
	width: 90%;
	}

#sidebar, #header, #navbar, #content .block .post .postinfo {
	display: none;
	}

#top	{
	width: 90%;
	border: 0;
	border-top: 0;
	padding: 0;
	margin: auto;
	background: white;
	background-image: none;
	color: black;
	}	

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

#footer {
	border: 0;
	border-top: 1pt solid #ccc;
	padding: 5pt 7pt 7pt 10pt;
	text-align: left;
	clear: both;	
	}

#footer p.top {
	display: none;
}

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

h1, h2, h3, h4, h5, h6	{
	font-family: myriad, "gill sans", helvetica, arial, sans-serif;
	font-weight: bold;
	margin-top: 1em;
	margin-bottom: 2pt;
	letter-spacing: 1pt;
	line-height: 1.2em;
	}

h4, h5, h6	{
	font-weight: normal;
	}

code, pre	{
	font-family: "Bitstream Vera Sans Mono", monaco, "Courier New", courier, monospace;
	background: inherit;
	color: #333;
	}



/** IMAGE FORMATTING
**********************************************************************/

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered"',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

.alignright {
	float: right;
	}

.centered {
	display: block;
	margin: 0 auto;
	text-align: center;
	}
	
.alignleft {
	float: left;
	}

.bordered {
	margin: 3px; padding: 3px;
	border: 1px solid #000;
	}

img.inline {
	display: inline;
	}
	
img.centered {
	padding: 3px;
	border: 1px solid #000;
	}
	
img.alignright {
	margin: 0 0 2px 7px; padding: 3px;
	display: inline;
	border: 1px solid #000;
	}

img.alignleft {
	margin: 0 7px 2px 0; padding: 3px;
	display: inline;
	border: 1px solid #000;
	}

img.noborder {
	padding: 0px; border: none;
	background: transparent;
	}

a img { border: 0; }