/* @override http://dev.worldhum.com/css/print.css */

/*
Site:           worldhum.com
File:           print.css
Created:        Dec 07 2008
Last Modified:  Dec 11 2008 
-----------------------------------------------------------
ryan masuga, masugadesign.com :: ryan@masugadesign.com
=========================================================== */
/* 
http://www.alistapart.com/articles/goingtoprint/
http://www.webcredible.co.uk/user-friendly-resources/css/print-stylesheet.shtml
*/

html { width: 100%; }
body { background: #fff; }
/* turn on those hidden print items */
.print { display: block; }

#adTop,
p#tagline,
#mainNav,
#headTClink,
#header #logo,
#breadcrumb,
.storyPagination,
object, 
embed,
#content p.flipPage,
#sidebar,
.tagsStory,
.funbar,
#authorInfo,
#authorRelated,
#relatedArticles,
h3.commentCount, 
div.comments,
.formContainer,
#footer p.credits,
#footer ul,
a.admin
{display: none;}

#header {
	width: auto;
	margin-left: 0;
	padding: 0 0 18px 0;
	background: none;
	}

#content {
	width: 100%;
	margin: 0;
	float:  none;
	overflow: visible;
	}

/* fonts to pt */
h1 {
	/*font-size: 2.4em;
	line-height: 1.2em;*/
	/*font-size: 20pt;*/	
	}

#content div#summary p {
	
	}

#summary p .featureCategory {
	
	}

p#storyDate {
	}

#content p {
	font-size: 13pt;
	line-height: 1.3;
	}


#footer {
	clear: both;
	text-align: center;
	margin: 0 0 0 0;
	padding-top: 5px;
	padding-bottom: 0px;
	}

/* =END print.css styles
======================================================== */	

