/*  
Theme Name: wkret

Userstyle: anne
Description: -
Author: han sinke & peter bouwmeester
URI: http://www.peterbouwmeester.nl
Copyright: www.1website4u.com
Version: 0.1
*/

/***********/
/* overall */
/***********/
html { 
	/* force a vertical scroll bar to be shown on every page, even if the height fits in the window; */
	/* zonder deze toevoeging flikkert de site, bijvoorbeeld wanneer pagina home wordt opgevraagd */
	margin-bottom: 1px !important; 
	}
	
#navigation {
	margin-bottom: 40px;
	}
	
#navigation ul .current_page_ancestor a, #navigation ul li .current_page_parent a  {
font-weight: normal;
}

#navigation .page_item a, #navigation li .page_item a, #navigation li li .page_item a {
	font-weight: normal;
}

#content .submit {
font-weight:normal;
}
	
#sidestep, td {
	font-size:0.9em;
	}
#content h3, #content h4 {
color: #333333;
 /* font-weight: normal; */
}
#content h4, #content h4 a {
font-weight:normal;
}
		
#content table, tr, td {
border:none !important;
}
#content td {
font-size:0.9em;
}
#content td {
padding-bottom:6px !important;
padding-right: 10px !important;
}

#content table {
padding-bottom:10px !important;
padding-top:4px !important;
}

/********/	
/* zoek */
/********/
	/* indien headertitles worden weergegeven, moet de searchbox anders worden gepositioneeerd! hiervoor zijn #header en .zoek nodig. */	
#header {
	position: relative;
	}
	
.zoek {
	position: absolute;
	}
	
.btnzoek {
	font-weight: normal;
}	
	
/*******************/
/* underline links */
/*******************/

.postblock a, .pageblock a, .entry-content a {
	border-bottom: 1px dotted #666666 !important;
	}	

#post-39 .pageblock a, #post-39 .entry-content a {
	/* no underline on home page (esp. ie6) */
	border-bottom: 0px !important;
	}	


.postblock h2 a, .pageblock h2 a, .postblock h3 a, .pageblock h3 a  {
	/* dont underline headers nor sitemap links */
	color: #888888 !important;
	border-bottom: 0px !important;
	}

.postblock h2 a:hover, .pageblock h2 a:hover, .postblock h3 a:hover, .pageblock h3 a:hover  {
	/* dont underline headers nor sitemap links */
	color: #000000 !important;
	border-bottom: 0px !important;
	}
	

/***************/
/* post layout */
/***************/
.date_column {
	float: left;
	width: 120px;
	margin-right: 20px;
	}

.text_column {
	float:left;
	width: 420px;
	margin-right: 20px;
	}	

.text_column h2 {
	padding-top: 0px;
	}
	
.postblock {
	margin: 0px 0px 40px;
	}

.postblock h3, .postblock h2 {
	padding-top: 0px;
	}

.thumb_column {
	float: right;
	width: 160px;
	}

.more-link {
	background:none;
	float: left;
	padding: 0px;
	}

/***********/
/* nextgen */
/***********/
.ngg-albumoverview, .ngg-galleryoverview .ngg-relatedoverview{
	padding-top:0px; /* margin will not work for ngg-galleryoverview! */
	padding-left:0px;
	padding-bottom:10px;
	margin:0px;
	float:left;
	
	}

.ngg-relatedoverview .ngg-gallery-thumbnail-box {
	/* noodzakelijk om float problemen te voorkomen */
	width: 130px;
	height: 130px;
	}	

	
.ngg-gallery-home {
	float:none;
	padding-left: 0px;
	width: 100%;
}		
	
.ngg-clear {
	clear:none;
	}
	
.ngg-album-link img, .ngg-singlepic, .ngg-gallery-thumbnail img {
	border:1px solid #7a7a7a;	/* must be in view of the border on hover */
	border: none !important;
	padding:0px; /* necessary for ngg-gallery-thumbnail */
}	
.ngg-album-link img:hover, .ngg-gallery-thumbnail img:hover, .post_layout_image img:hover {
	border: 1px solid #000;
	border: none !important;
	}
.ngg-thumb-tekst, .highslide-caption {
font-size:0.6em;
}

.ngg-album-compact {
	font-size:0.6em;
}
.ngg-album-compact h4 {
padding-left: 6px;
}

.ngg-album-compactbox {
	background: none !important;
}

.ngg-album-compactbox .Thumb {
	border:none;
}


.ngg-navigation {
	text-align: left;
	}
	
.slideshowlink {
	clear:both;
	padding-top: 5px;
	margin-bottom: 30px;
	font-size:0.8em;
	}	

/***********/
/* sidebar */
/***********/
.widget_title {
	font-weight: bold;
	margin-top: 20px;	
	} 

#sidebar .ws4u_page_tree_widget {
font-size: 1.05em;
font-weight: bold;
}

#sidebar .ws4u_page_tree_widget li {
	/* geen bullets in overzicht */
	background: none;
	padding-left: 0px;
	color: #000 !important;
	}
	
#sidebar .ws4u_page_tree_widget li a {
	/* normale tekst ipv link kleur voor kunstenaars overzicht */
	color: #7a7a7a;
	font-weight:bold;
	font-size:1.20em;	
	}

#sidebar .ws4u_page_tree_widget li a:hover {
	/* normale ipv link kleur voor kunstenaars overzicht */
	color: #000;
	}

#sidebar .ws4u_page_tree_widget li.current_page_item a {
	/* normale ipv link kleur voor kunstenaars overzicht */
	color: #000;
	}



/**********/	
/* bottom */
/**********/	
#bottom {
	padding-right: 0px;
	}

#bottom p {
	font-size:0.6em;
	}
	
/******************/	
/* tinymce styles */
/******************/	
.lege_regel {
	/* qqqpbo tbv geforceerde lege lijn in editor. moet naar style.php en hoogte gelijk maken aan line-height */
	height: 1.3em;
	}	

.nieuwe_regel {
	clear: both;
	}
