/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *

	Jeroen Teeuwisse, T-fabriek 
	www.t-fabriek.nl
	copyright(c) 2008-2012

 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */


/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Einde van resets volgens Eric Meyer, van meyerweb.com */

/* . . . . . . . . . . . . General rules
_____________________________________________________________*/

html {
	height: 100%;
	}
body { 
	background-color: white;
	font: small Verdana, "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	height: 100%;
	}
strong {
	font-weight: bold;
	}
em {
	font-style: italic;
	}

/* . . . . . . . . . . . . Container
_____________________________________________________________*/

#container {
	position:relative;
	min-height:100%;
	}

/* . . . . . . . . . . . . Masthead
_____________________________________________________________*/

#masthead {
	text-align: left;
	padding-top: 4em; /* it's neccessary to use padding instead of margin 
	in order to have '#slogan' stay properly at the bottom */
	padding-left: 15em;
	}
#masthead h1 {
	color: #c3d0c8;
	font-size: 115%;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 1.3em;
	margin-left: 8em;
	padding-top: 0.7em;
	}
#masthead span {
	color: #77817c;
	}
img#logo {
	float: left;
	margin-top: 0.9em;
	margin-left: 3em;
	}

/* . . . . . . . . . . . . Navigational menu
_____________________________________________________________*/

#nav {
	font-size: 100%;
	border-top: 0.15em solid #e9f1fa;
	margin-top: 3em;
	padding-left: 18em;
	}
#nav ul {
	margin-bottom: 0em;
	}
#nav li {
	float: left;
	list-style: none inside;
	border-top: 0.4em solid #c3d0c8;
	margin-top: -0.15em;
	margin-right: 1px;
	padding: 0.4em 0;
	width: 130px;
	text-align: center;
/*	border-right: thin dotted;*/
/*	border-bottom: thin solid;*/
/*	background-color: #fefaed;*/
	}
#nav #current {
	color: #94301e;
	list-style-type: none;
	border-color: #94301e;
	padding: 0.4em 0;
	width: 130px;
/*	border-right: thin solid;	
	border-left: thin solid;*/
	}
#nav a {
	display: block;
	}
#nav a:hover {
	color: #fff;
	background-color: #c4604e;
	padding: 0.4em 0;
	margin: -0.4em 0;
	}
#nav a:active {
	border-top: 0.4em solid #94301e;
/*	padding: -0.4em 0;*/
	margin: -0.8em 0;
	}
a {
	text-decoration: none;
	color: #a3aea7;
	}
img.section {
	position: fixed;
/*	float: right;*/
/*	width: 300px;*/
/*	clear: both;*/
	left: 900px;
	margin-top: -30px;
	background-color: #fff;
	border: 1px solid #e9f1fa /*#e4ecf4*/;
	border-bottom-color: #c8cdd2;
	border-right-color: #c8cdd2;
	padding: 5px;
	}

/* . . . . . . . . . . . . Main
_____________________________________________________________*/

#main {
	color: #334038; /* #6f3f2f; of #9e210a; */
	font-size: 13px;
	line-height: 1.5;
	max-width: 35em;
	padding-left: 24em;
	padding-bottom: 90px;
	margin-top: 7em;
	margin-bottom: 2em;
	clear: both;
	}
.alinea {
	margin-top: 2em;
	}
h1 {
	font-weight: bold;
	font-size: 120%;
	color: #94301e;
	margin-bottom: 2em;
	}	
h2 {
	font-weight: bold;
	margin-bottom: 1em;
	}
p {
	margin-bottom: 1em;
	}
#intro {
	font-weight: bold;
	color: #94301e;
	line-height: 1.8em;
	padding-bottom: 2em;
	}
/* drop cap
p#intro:first-letter {
	float: left;
	font-size: 400%;
	margin-top: 0.15em;
	margin-right: -0.85em;
	padding-right: 1em;
	}*/ 	
ul {
	margin-bottom: 1em;
	}
li {
	list-style: square outside;
	margin-bottom: 1em;
	}

/* . . . . . . . . . . . . Slogan
_____________________________________________________________*/

#slogan {
	position: absolute;
	clear: left;
	border: solid #c3d0c8;
	border-width: 0.15em 0;
	background-color: white;
	bottom: 30px;
	width: 100%;
/*	left: 60%;
	width: 40%;*/
/*	right: 20%;*/
	padding: 0.2em 0;
	}
#slogan p {
	font-style: italic;
	font-weight: normal;
	font-size: 100%;
	letter-spacing: 0.16em;
	color: white;
	background-color: #c3d0c8;
/*	padding-top: 0;*/
	margin: 0em;
	padding: 0.4em 0 0.4em 24em;
	}

/* . . . . . . . . . . . . Other remarks
_____________________________________________________________*/

/* green in logo: #c3d0c8 */
/* brown in logo: #94301e */
/* nice light background: #ffe;*/