/*  
Theme Name: wkret

Userstyle: marg
Description: -
Author: peter bouwmeester
URI: http://www.peterbouwmeester.nl
Copyright: www.1website4u.com
Version: 0.1
*/
body {
	/* nooit een verticale scrollbar nodig; is alleen handig in combi met firebug. */
	overflow: hidden; 
	}
	
#main_container {
	/* de gehele pagina naar beneden schuiven */
	margin-top: 90px;
	}


/****************/
/* koppen h1,h2 */
/****************/
h1 {
	line-height: 1.5em;
	text-transform: uppercase;
	margin-bottom: 1.5em;
	padding-top: 4px;
	}
	
h2 {
	margin: 1em 0 0 !important; /* important is noodzakelijk om de standaard te overschrijven */
	}

/*********************/
/* pagina curriculum */
/*********************/
.page-id-10 #content h1 {
	/* op pagina curriculum moet de tekst 'om' de kop heen staan */
	float: left;
	line-height: 1.6em;
	padding: 0;
	margin:0 0.5em -1em 0 !important;
	}

.page-id-10 p {
	line-height: 1.8em !important; /* hier maar wat extra ruimte tussen de regels */
	}

/****************************/
/* opdrachtgevers imagemaps */
/****************************/
.imagemaps {	
	border: 0px;
	margin: -15px 0 0; /* overschreven in ie8hacks */
	padding: 0px;
	position: relative;
	}

.imagemap {
	position: absolute;
	}	

img.opdrachtgever {
	border: 0px;
	margin: 0px;
	padding: 0px;
	}

/**********************/	
/* volledig_overzicht */
/**********************/
p.volledig_overzicht {
	padding-top: 1em;
	}	
		
/*******************/
/* contactgegevens */
/*******************/
.contactgegevens {
	color: #e7e7d9;
	float: left;
	font-size: 1.3em;
	font-weight: bold;
	height: 400px;
	line-height:1.5em;
	position: relative;	
	top:80px;
	width: 445px; /* gelijk aan marge van .wpc7 */
	}
	
.eerste_letter {
	color: #ccff33;
	font-weight: bold;
	}

div.wpcf7 {
	padding-top:196px;
	margin-left: 445px; /* gelijk aan width van .contactgegevens; anders wordt melding bij verzenden over gehele paginabreedte getoond */
	}

.wpcf7 input, .wpcf7 textarea {
	color: #666666; 
	width: 240px !important; /* width en height zijn nodig om goede uitlijning in ie6 te behouden */ 
	}

.wpcf7 textarea {
	height: 60px; /* width en height zijn nodig om goede uitlijning in ie6 te behouden */
	}

input.verzendknop_contactform {
	width: 80px !important; /* maar de verzend button niet breder maken! */
	}

/**************/
/* boekenbalk */
/**************/
.boekenbalk {
	position: absolute;
	top: 535px;
	overflow: hidden; /* necessary for ie6 to hide right most image when shifting out of view */
	}

.ngg-gallery-thumbnail ,
.ngg-gallery-thumbnail img {
	border: 0px;
	margin: 0px;
	padding: 0px;	
	}

/*************************/
/* geen bullets in lists */
/*************************/	
#content ul li {
	background: none;
	padding: 0px;
	margin: 0 0 1em;
	}
	
/********************/	
/* highslide layers */
/********************/
.highslide-container .close {
	/* qqqpbo dit willen we nog anders! */
	color: #666666;
	left: 750px;
	position: relative;
	}
	
.highslide-body {
	background-color: #3e3e38;
	padding: 20px;
	}	
		
.publicaties td, .vertalingen td {
	padding-bottom:0.5em;
	}

/**************************/
/* uitlijning image op cv */
/**************************/
img.alignleft {
	margin: 0px;
	padding: 7px 25px 0px 0px;
	}
	
	