/* 

	CREATIONAL

	CSS / PRINT STYLES 

	COPYRIGHT © 2005-2018 / CREATIONAL / WWW.CREATIONAL.NL / ALL RIGHTS RESERVED

*/

body { display: block; min-height: 0; padding-top: 70px; font-size: 8pt; }
html { overflow-y: auto; }

/* CONTAINER */
#container { background: #fff; }
#container:before { content: none; display: none; }

/* HEADER */
#header { display: none; }

/* logo */
#logo_print { display: block; position: absolute; top: 0; left: 0; }

/* PHOTO */
#photo { height: auto; margin-bottom: 50px; }
#photo img { position: static; height: auto; width: 100%; }

/* BOOKS */
#books { display: none; }

/* CONTENT */
.section { padding: 0; }
.section.alt { background: #fff; }
.section:before { content: none; display: none; }
.section_inner { position: relative; margin: 0; padding: 0; max-width: none; }
.section .aside { page-break-inside: avoid; }

/* FOOTER */
#footer { padding: 20px 0; color: #000; background: #fff; border-top: 2px solid #000; }
#footer_inner { margin: 0; padding: 0; max-width: none; }
#footer p { font-size: 1em; }
#footer a,
#footer a:link,
#footer a:visited { color: #000; }
	
/* tinyMCE */
.aside .quote { font-size: 1.6em; line-height: 1.6; }
.aside .author { margin-top: -1em; font-size: 1em; }

.button,
.button:link,
.button:visited { padding: 0; text-decoration: underline; color: #e24912; background: #fff; }