/* Hide most of the site */

#p-top, #p-bottom, #c-bottom, #p-menu, #p-features{
	display:none;
	}

/* Print Header */

#print-header{
	font:normal .75em georgia,times,serif;
	color:#999;
	display:block;
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:1px solid #999;	
	}

/* Content & Article Formatting */

#p-content{
	width:100%;
	font:normal .8em georgia,times,serif;
	background:none;
	padding:0px;
	margin:0px;
	}

#p-content h1{
	background:none;
	margin:0px 0px 1em 0px;
	padding:0px;
	color:#000;
	border:none;
	font:normal 1.85em georgia,times,serif;
	}

#c-article{
	width:100%;
	padding:0px;
	margin:0px;
	font-size:1em;
	}

#p-content h1, #c-article h2, #c-article h3{
	color:#000 !important;
	}

/*
#c-article h2{
	font:normal 1.6em georgia,times,serif;
	}

#c-article h3{
	font:normal 1.6em georgia,times,serif;
	}

@c-article h4{
	font:normal 1.6em georgia,times,serif;
	}
*/

