/*  
Theme Name: wkret

Userstyle: marg
Description: -
Author: 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;
	}
	
#sidestep, td {
	font-size:0.8em;
	}
#content h3, #content h4 {
color: #333333;
}		

/*******************/
/* underline links */
/*******************/

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

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

.postblock h2 a, .pageblock h2 a {
	/* dont underline headers nor sitemap links */
	color: #cc0000 !important;
	border-bottom: 0px !important;
	}
	
.st-tag-cloud a:hover {
	/* restore hover on labels in tag cloud */
	color: #cc0000 !important;
	}
	
/**************************/
/* home page werk/portret */
/**************************/
.ngg-gallery-home .ngg-gallery-thumbnail-box {
	/* noodzakelijk om float problemen tijdens toggle te voorkomen */
	width: 86px;
	height: 86px;
	}

.home_flip_box {
	/* noodzakelijk om herhaald togglen te voorkomen wanneer de boxgrootte veranderd tijdens het togglen */
	width: 80px !important;
	height: 80px !important;
	position: relative;
	}
	
.home_portrait {
	display: none;
	}

.home_portrait, .home_work {
	/* together with pos relative on home_flip_box necessary to restrict the box size in ie */
	position:absolute;
	top: 0px;
	right: 0px;
	}

.geen_portret {
	padding-top: 30px;
	}	
	
.geen_portret p {	
	text-align:center;
	width: 90px; /* let op: deze moet de breedte van de thumb plus marges zijn! */
	}
	
.home_toggle {
	clear: both;
	padding-top: 30px;
	}	

/*********************/
/* home page tooltip */
/*********************/
#simpleTooltip { 
	position: absolute;
	padding: 4px;
	color: #CC0010;
	font-size: 0.6em;
	font-weight: bold;
	text-align: left;
	background-color: #fff;
	opacity: 0.8;
	-moz-opacity: 0.8;
	filter: alpha(opacity=80);
	border: 1px solid #cc0010;
}

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

.text_column {
	float:left;
	width: 550px;
	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 {
	padding-top:0px; /* margin will not work for ngg-galleryoverview! */
	padding-left:25px;
	padding-bottom:2000px;
	margin:0px;
	float:right;
	width:50%;
	}

	
.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 #cccccc !important;	/* must be in view of the border on hover */
	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 #cc0000 !important;
	}

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

#sidebar .ws4u_page_tree_widget li {
	/* geen bullets in kunstenaars overzicht */
	background: none;
	padding-left: 0px;
	color: #cccccc !important;
	}
	
#sidebar .ws4u_page_tree_widget li a {
	/* normale tekst ipv link kleur voor kunstenaars overzicht */
	color: #333333;
	}

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

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

.first-letter {
	/* normale ipv link kleur voor kunstenaars overzicht */
	color: #cc0000 !important;
	font-weight: bold;
	}

/***********/
/* sitemap */
/***********/
.ddsg-wrapper ul {
	/* create some space between lists */
	margin-bottom: 20px;
	}

.ddsg-wrapper ul ul {
	/* but no space between lists on levels below 1 */
	margin-bottom: 0px;
	}
	
.ddsg-wrapper ul li {
	/* no bullets in sitemap */
	background: none !important;
	/* get first level to align with left margin */
	margin-left: -16px;	
}
.ddsg-wrapper ul li li {
	/* stop inheriting the negative margin */
	margin-left: 0px;	
	}
	
.ddsg-wrapper ul li a {
	/* use normal text iso link color */
	color: #333333;
	/* dont underline */
	border-bottom: 0px !important;
	}	
	
/**********/	
/* 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;
	}	