/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 20 nov. 2015, 16:25:52
    Author     : gael
*/
@page {
	size: auto;   /* auto is the initial value */
	margin: 2.0cm 0;  /* this affects the margin in the printer settings */
}
@page :first {
	margin-top: 0 !important;
}

html * {
  float: none;
  overflow: visible !important;
  position: relative !important;
}
html * iframe {
  display: none;
}
#icrc-header {
  display: none;
}
header#mainHeader .blog-selector,  header#mainHeader #mainNav, header#mainHeader .sticky-share{
	display: none;
}
footer#mainFooter {
  display: none;
}
aside {
  display: none;
}
.wrap {
  width: 95%;
	margin: 0 auto;
}
#pageContent {
  display: block;
}
#pageContent .single-post-container {
  width: 100%;
}
article.post header h1 {
  width: 100%;
}
article.post .wrap,
article.page .wrap,
article.post-attachment .wrap {
  display: block;
}
article.post header .background-image,
article.page header .background-image,
article.post-attachment header .background-image {
  position: relative;
  display: none;
}
article.post header.post-header h1, article.page header.post-header h1, article.attachment header.post-header h1, article.slideshow header.post-header h1{
	width: 100%;
	font-size: 30px;
}
article.post section.post-share, article.post section.comments{
	display: none;
}
progress{
	display: none;
}