/**
 * Stylesheet for ETDF
 *
 * @media	print
 * @copyright	Netlash <http://www.netlash.com>
 * @author	name <johan@netlash.com>
 */

/**
 * Stylesheet for Project Gent Sint Pieters
 *
 * @media	print
 * @copyright	Netlash <http://www.netlash.com>
 * @author	name <johan@netlash.com>
 */


/**
* = Primary selectors
* ----------------------------------------------------------
*/

/* the following declaration resets every background to white, every text color to black and removes all borders */
* {
	background-color: white !important;
	background-image: none !important;
	border: none !important;
	color: #000 !important;
}

/* place the divs and elements you want to hide here */


html, body, form, div, fieldset, h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, li, dl, dt, dd, address, input, textarea, th, td {
	margin: 0;
	padding: 0;
}

#navigation,
#search,
#header,
#footer,
#eyecatcher,
.linkbutton {
	display: none;
}


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

p {
	padding: 0 0 20px 0;
}

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

h1 {
	font-size: 20pt;
	padding: 0 0 10px 0;
}

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

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

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

#news h4 {
	padding: 0;
}

#news span.date {
	display: block;
	padding: 0 0 8px 0;
}

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

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

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


* = Clearfix
* ----------------------------------------------------------
* @see	http://www.positioniseverything.net/easyclearing.html
* @see http://www.456bereastreet.com/archive/200603/new_clearing_method_needed_for_ie7/
* @see http://www.stuffandnonsense.co.uk/archives/clearing_floats_without_structural_markup_in_ie7.html
*/

.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.clearfix {
	display:inline-block;
}

/* Hide from IE Mac \*/
.clearfix {
	display:block;
}
/* End hide from IE Mac */

* html .clearfix {
	height: 1%;
}