@charset "UTF-8";

/**
 * Plugin: Genesis Printstyle Plus
 *
 * @package    Genesis Printstyle Plus
 * @subpackage Frontend Print Styles - HTML5
 * @author     David Decker - DECKERWEB
 * @copyright  Copyright (c) 2011-2014, David Decker - DECKERWEB
 * @license    http://www.opensource.org/licenses/gpl-license.php GPL-2.0+
 * @link       http://genesisthemes.de/en/wp-plugins/genesis-printstyle-plus/
 * @link       http://deckerweb.de/twitter
 *
 * @since	   1.8.0
 * @version	   1.9.3
 *
 * @uses	   charset UTF-8
 */

/* Table of Contents

* CSS Media Queries for Print
* Print Page Layout

*/

/* CSS Media Queries for Print
------------------------------------------------------------ */

@media print {

	/**
	 * @section layout
	 * @css-for (not required sections)
	 */
	.site-header .widget-area,
	.site-header img,
	.site-header form,
	.nav-primary,
	.nav-secondary,
	.breadcrumb,
	.footer-widgets,
	.site-footer .gototop,
	.gototop,
	#searchform,
	#s,
	#submit,
	.sidebar-primary,
	.sidebar-secondary,
	#wp-calendar,
	#respond,
	#comments,
	.entry-comments,
	.entry-pings,
	#commentform,
	#commentform p,
	.entry-header .entry-meta .entry-comments-link,
	.entry-header .entry-meta .post-edit-link,
	#cachestats,
	select,
	input,
	textarea,
	checkbox,
	dd,
	hr,
	#wp-admin-bar,
	.gspn-area,
	.wpspn-area,
	#gwfoot-footer-disclaimer-area,
	.backstretch,
	.sharedaddy,
	.post-edit-link {
		display: none !important;
	}

	/**
	 * @section layout
	 * @css-for (print basics)
	 */
	body {
		width: 100%;
		text-align: left;
		margin: 0;
		padding: 0;
		font-family: Cambria, "Hoefler Text", Utopia, "Liberation Serif", "Nimbus Roman No9 L", Times, "Times New Roman", serif;
		font-size: 12pt;
		color: #000;
		background: #fff !important;
		background-image: none !important;
	}

	.site-header,
	.title-area,
	.site-title,
	.site-description,
	.site-container,
	.wrap,
	.site-inner,
	.content-sidebar-wrap,
	.content,
	.a