/*!
 * print.css v1.0.0
 *
 * Copyright (c) 2011 Chris Baldelomar
 *
 * Author: Chris Baldelomar
 * http://webplantmedia.com/
 */

/* use a media query to limit the CSS to only print devices, like a printer */
@media only print {
	.header-navigation,
	.site-header,
	.main-navigation,
	.widget-area,
	.site-footer,
	.site-info,
	.navigation,
	.entry-footer,
	.author-info,
	.comments-area {
		display: none !important;
	}

	.site-boundary,
	.content-area {
		width: 100% !important;
	}
