/*
/blogs/Skins/NewAge/print.css
*/

/* /blogs/Skins/NewAge/print.css */
#navigation{display:none}
#searchbox{display:none;}
.previousNext{display:none;}
.share{display:none;}
#commentform{display:none;}
.sociable{display:none;}
#columnB_3columns{display:none;}
#columnC_3columns{display:none;}
#footer{display:none;}
.feedburner{display:none;}
#tagline{display:none;}

body
{
	/*the entire page*/
	line-height:1.5em;
	margin:0px 0px 0px 0px;
}
#content
{
	/* this region is where the main page content will be loaded
	it can have posts, archives, category listings, etc. */	
	padding-bottom:20px;
	padding: 5px;
	margin:0px;
	float:left;
}
#header .subtitle
{
	/* header subtitle */
	font-size:1em;
	margin-top:2em;
}
.post
{
	/* the container for a single post */
	width: 30em;
}
