/**
 * Stylesheet for crsolutions.be
 *
 * @media		print
 * @copyright	CR Solutions <http://www.crsolutions.be>
 * @author		Tijs Verkoyen <tijs@crsolutions.be>
 */

/* the following declaration resets every background to white, every text color to black */
* {
	color: #000 !important;
	float: none;
}

div {
	background-color: white !important;
}

/* place the divs and elements you want to hide here */
#navigation, #footer, #language, #breadcrumb, #sidebar, 
.previous-post, .next-post, .gravatar, .blog-form, .pagination {
	display: none;
}

body {
	font-family: Arial, sans-serif;
	font-size: 10pt;
	background: #FFF;
	border: none;
}

p {
	margin: 0;
	padding: 0 0 7px 0;
}

ul, ol {
	margin: 0;
	padding: 0 0 20px 30px;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
}

h1 {
	font-size: 18pt;
	padding: 0 0 7px 0;
}

h2 {
	font-size: 16pt;
	padding: 0 0 7px 0;
}

h3 {
	font-size: 14pt;
	padding: 0 0 5px 0;
}

h4 {
	font-size: 12pt;
	padding: 0 0 5px 0;
}

h5 {
	font-size: 11pt;
	font-weight: bold;
	padding: 0 0 5px 0;
}

h6 {
	font-size: 10pt;
	font-weight: bold;
	padding: 0 0 5px 0;
}

blockquote {
	padding-left: 2.5cm;
	font-style: italic;
}


/**
 * Links
 */
a:after {
	font-size: 8pt;
  content: " (" attr(href) ")";
}
