/*
ROB DE VISSER
http://www.robdevisser.nl
info@robdevisser.nl
*/




/* basics */

*{margin:0; padding:0;}

body {
	margin:0px;
	color: #000000;
	background-image: url(images/bg-geel.jpg);
	background-repeat: repeat;
	}
	
h1 {font-size: 18pt;}
h2 {font-size: 14pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 18px;
	font-weight: bold;
	color: #FFFFFF;
}
h3 {font-size: 10pt;}


img{ border: none; padding:0; }
img a{border:none;}

img.left{ float: left; border: none; padding: 6px 0 0 0; }
img.right{ float: right; border: none; padding: 0 0 0 6px; }

blockquote{
	border-left:1px solid #A5ABAB;
	margin:15px;
	padding:0 12px 0 12px;
	}

code{
	font-family:"Courier New", Courier, monospace;
	}


/* links */

a{
	color:#FFFFFF;
	text-decoration:none;
	}

a:hover{
	color: #FFFFFF;
}



/* container */


#container {
	width: 1050px;
	color:#333;
	overflow: hidden;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-repeat: no-repeat;
	line-height: 22px;
	background-image: url(images/bg-geel-groot-2.jpg);
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 60px;
	}
	
/* header */

#headertekst {
	width: 890px;
	height: 30px;
	color: #291f59;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	margin-left: 40px;
	margin-top: 16px;
	word-spacing: 8px;
	letter-spacing: 1px;
	}

#header {
	width: 930px;
	height: 257px;
	color: #fff;
	background-image: url(images/home.jpg);
	background-repeat: no-repeat;
	margin-left: 0px;
	}

#header h1{
	font:normal 20pt georgia, times;
	padding:20px 0 0 16px;
	margin:0;	
	}
	
#header h1 a{color: #404040; text-decoration: none;}
#header h1 a:hover{color: #fff; text-decoration: none;}


#header h2{
	font:normal 10pt georgia, times;
	color:#333;
	padding: 0 0 0 18px;
	margin:0;	
	}

/* main menu */


#menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	width:800px;
	overflow:hidden;
	float: left;
	margin-left: 70px;
	margin-top: 0px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	margin-bottom: 6px;
}


#menu ul {
	margin:0;
	padding:0;
}

#menu ul li {
	list-style-type: none;
	float:left;
	margin: 0;
	padding: 0;
}

#menu ul li a {
	padding:4px 10px;
	margin: 0;
	color: #fff;
	display:block;
}

#menu ul li a:hover {
	color:#CCCC33;
	text-decoration: none;
}



/* content */

#contentbg {
	width: 930px;
	height: 385px;
	background-image: url(images/content.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	}

#content {
	float: left;
	width:540px;
	overflow: auto;
	height: 344px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 40px;
	padding-right: 20px;
	line-height: 22px;
	}	

.post {
	margin:0;
	padding:0;
	line-height: 18pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
	}
	
.post h2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-style: normal;
	line-height: 18px;
	font-weight: bold;
	font-variant: normal;
	color: #fff;
	}
	
.post h2 a{
	color: #FFFFFF;
	text-decoration: none;
	}
	
.post h2 a:hover{
	color: #FFFFFF;
	text-decoration: none;
	}

.post ul {}

.post li {}

.entry p{margin:12px 0;}

.postmetadata{
	clear: both;
	padding:6px;
	margin: 20px 0;
	}
	

.navigation {
	font-size:8pt;
	width:100%;
	float:left;
	margin:0;
	padding:0;
	overflow:hidden;
	}
	
.alignleft a{float:left; margin:25px 0;}
.alignright a{float:right; margin:25px 0;}



/* sidebar */

#sidebar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
	width:254px;
	float:left;
	height: 300px;
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
	overflow: hidden;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0;
	line-height: 16px;
	font-weight: bold;
	color: #d7cb82;
	}

#sidebar h2{
	color: #FFFFFF;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 22px;
	font-variant: normal;
}

#sidebar label{
	color: #d7cb82;
	margin: 0;
	padding: 0;
	font-family: arial, georgia, times;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

#sidebar p {
	margin:0;
	padding:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 18px;
	color: #d7cb82;
}

#sidebar img {padding: 0; margin: 0;}

#sidebar ul {
	margin:12px;
	padding:0;
	}

#sidebar ul li {
	margin: 0;
	padding: 0;
	line-height: 14pt;
	list-style-type: none;
	}

#sidebar ul ul {
	margin:14px 0;
	padding:0;
}

#sidebar ul ul li {
	list-style-type: none;
	}

#sidebar ul ul ul{
	margin: 0;
	padding: 0;
}

#sidebar ul ul ul li{
	padding: 0 0 0 15px;
	list-style-type: square;
	color: #898989;
}



/* comments */


#commentform{
	background:#fff;
	margin:0;
	padding:0;
	}
	
#commentform p{
	color: #000;
	}
	
#commentform a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;line-height: 14pt;}
	
#commentform h3{
	font-family: georgia, times, verdana;
	font-size: 10pt;
	font-weight: 300;
	color: #000;
	margin:0;
	padding:0;
	}
	
#comment{
	width:80%;
	}

#author, #email, #url, #comment, #submit{
	background: #fff;
	font-family: verdana, arial, times;
	font-size: 8pt;
	margin:5px 5px 0 0;
	padding:0;
	border: 1px solid #000;
	}
	
#submit{margin:5px 5px 0 0;}

#comments{margin:0; padding:0}
	
ol.commentlist {list-style-type: none; margin:0; padding:0;}

.avatar{float:left; margin:0 12px 0 0;}

ol.commentlist li {
	background: #fff;
	margin:10px 0;
	padding:5px 0 5px 10px;
	list-style-type:none;
	}

ol.commentlist li.alt {background: #eee;}
ol.commentlist li p {margin: 6px 0 6px 0; padding: 0 12px 0 0; line-height: 14pt;}

ol.commentlist a {color:#000;}

cite {
	font-family: arial, verdana, tahoma;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	}
	
cite a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;}



/* search */

#searchform{
	padding:0;
	margin:14px 0;
	}

#searchform input#s{
	margin:0;
	padding:2px;
	border:1px solid #000;
	}

	
	
/* misc */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
	
.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}




/* footer */

#footer {
	width: 930px;
	height: 30px;
	padding-top: 0px;
	margin-left: 0px;
	}
	
#footer p{
	padding:0px 0;
	margin: 0;
	color: #291f59;
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
#footer a{
	color: #291f59;
	text-decoration: none;
}
#footer a:hover{color: #fff;text-decoration: none;}





/* ================================================================ 
MENU CSS!!!
=================================================================== */

.menu {
	width:890px;
	height:32px;
	z-index:100;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	position: relative;
	font-size: 12px;
	font-weight: bold;
	margin-left: 40px;
}



/* hack to correct IE5.5 faulty box model */
* html .menu {
width:746px;
 w\idth:745px;
 }
 
 
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
padding:0;
margin:0;
list-style-type:none;
}


.menu ul ul {
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
float:left;
width:120px;
position:relative;
}
/* style the links for the top level */
.menu a, .menu a:visited {
	display:block;
	font-size:15px;
	text-decoration:none;
	color:#291f59;
	width:108px;
	height:30px;
	padding-left:10px;
	line-height:26px;
	font-weight:bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 0px ridge #291f59;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
   }
   
   
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
width:120px; 
w\idth:120px;
}



/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
	background:#d8cc83;

}


/* style the second level hover */
.menu ul ul a.drop:hover{
background:#d8cc83;
}


.menu ul ul :hover > a.drop {

background:#d8cc83;
}


/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {
background:#d8cc83;
}


/* style the third level hover */
.menu ul ul ul a:hover {
background:#d8cc83;
}



/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
visibility:hidden;
position:absolute;
height:0;
top:31px;
left:0; 
width:120px;
}



/* another hack for IE5.5 */
* html .menu ul ul {
top:30px;
t\op:31px;
}



/* position the third level flyout menu */
.menu ul ul ul{
left:100px;
 top:-1px;
  width:120px;
  }
  
  

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {
left:-100px;
}



/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {
position:absolute; 
top:0;
 left:0;
 }

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
background:#d8cc83;
 color:#291f59; 
 height:auto;
  line-height:1em;
   padding:5px 10px; 
   width:120px;
   }
   
   
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {
width:120px;
w\idth:120px;
}


/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{
color:#fff; 
background:#d8cc83;
}


.menu :hover > a, .menu ul ul :hover > a {
color:#fff; 
background:#d8cc83;
}



/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{
visibility:visible;
 }
 
 
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
visibility:hidden;
}


/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ 
visibility:visible;
}





/* ================================================================ 
  CURRENT PAGE CSS
=================================================================== */


.menu ul ul .current_page_item a {
	color: red;
	background: white;
	border-left: 1px solid black;
	
}

.menu .current_page_item a {
  color: red;
  font-weight: bold;
  background: white;

}

.menu ul .current_page_item ul a {
  color: white;
  font-weight: normal;
  background: black;
  
}

.menu ul .current_page_item ul a:hover {
  background: gray;
  
}

.menu .current_page_item a:hover {
  background: white;

}



a.iconCart {
  position: absolute;
  margin: -24px 0px 0px 245px;
  display: block;
}

