@charset "UTF-8";

/**
 * Theme Name:	JF Print Style
 * Theme URI:	http://jungefreiheit.de
 *
 * @description	JF Child Theme print layout
 * @since	1.0
 * @version	1.0
 *
 * @author	LICHTZEICHEN Medien
 * @author-link	http://lichtzeichen-medien.com/
 * @copyright	Copyright 2013, LICHTZEICHEN Medien
 * @license	GPLv2
 */

/* Table of Contents

* Import Fonts
* CSS Media Queries for Print
* Print Page Layout

*/

/* Import Fonts
------------------------------------------------------------ */


/* CSS Media Queries for Print
------------------------------------------------------------ */

@media print
{
	/**
	 * @section layout
	 * @css-for (not required sections)
	 */
	aside, .footer-widgets, .top-bar, .site-footer-logo, .banner-728x90, .banner-300x250, .single-history-back, .social_share_privacy, .pagination, .banner-skyscraper, .nav-primary, .probeabo-advert, .entry-footer, .entry-comments, .comment-info-box, .comment-respond, .site-footer-logo, .sh-comment-count, .social_share_privacy {
		display: none !important;
	}

	/**
	 * @section layout
	 * @css-for (print basics)
	 */
	body {
		width: 100%;
		margin: 0;
		padding: 0;
		background: #fff url(none) !important;
		background-image: none !important;
	}
	
	.header-image .site-title:before {
		content:url(images/jungefreiheit-logo.png);
		text-align: center;
		padding-left: 250px;
	}
	
	.site-inner, header .wrap, .site-footer .wrap {
		border: none;
	}
	
	.breadcrumb {
		
	}
	
	.content, .site-container {
		width: 100%;
		font-size: 1.3rem !important;
	}
	
	.content article {
		margin-bottom: 0;
	}
	
	.site-footer .wrap, .site-footer p {
		padding: 0;
		margin: 0;
		margin-top: 20px;
	}
	
	.entry-content p a:link:after, .entry-content p a:visited:after { content:" [" attr(href) "] "; }
	
	.entry-content caption a {
		font-size: 1px;
		color: #fff;
	}
	
	
	h2, h3, h4, h5 {
	   page-break-after: avoid;
	}
	
	ul, img {
	   page-break-inside: avoid;
	}

}

   /*header h1:after {
      content: url(https://chart.googleapis.com/chart?cht=qr&chs=150x150&chl=http://<?php the_permalink(); ?>&choe=UTF-8);
      position: absolute;
      right: 0;
      top: 0;
   }*/


/* Print Page Layout
------------------------------------------------------------ */

@page {
	margin: 1cm 2cm;
}
