/**
 * HTML5 ✰ Boilerplate
 *
 * style.css contains a reset, font normalization and some base styles.
 *
 * Credit is left where credit is due.
 * Much inspiration was taken from these projects:
 * - yui.yahooapis.com/2.8.1/build/base/base.css
 * - camendesign.com/design/
 * - praegnanz.de/weblog/htmlcssjs-kickstart
 */


/**
 * html5doctor.com Reset Stylesheet (Eric Meyer's Reset Reloaded + HTML5 baseline)
 * v1.6.1 2010-09-17 | Authors: Eric Meyer & Richard Clark
 * html5doctor.com/html-5-reset-stylesheet/
 */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q { quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after { content: ""; content: none; }

ins { background-color: #ff9; color: #000; text-decoration: none; }

mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }

del { text-decoration: line-through; }

abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }

table { border-collapse: collapse; border-spacing: 0; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

input, select { vertical-align: middle; }
a { text-decoration: none !important;}

/**
 * Font normalization inspired by YUI Library's fonts.css: developer.yahoo.com/yui/
 */

body { font:13px/1.231 Verdana; *font-size:small; } /* Hack retained to preserve specificity */
select, input, textarea, button { font:99% sans-serif; }

/* Normalize monospace sizing:
   en.wikipedia.org/wiki/MediaWiki_talk:Common.css/Archive_11#Teletype_style_fix_for_Chrome */
pre, code, kbd, samp { font-family: monospace, sans-serif; }


/**
 * Minimal base styles.
 */

/* Always force a scrollbar in non-IE */
html { overflow-y: scroll; }

/* Accessible focus treatment: people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active { outline: none; }

ul, ol { margin-left: 2em; } 
ol { list-style-type: decimal; }

/* Remove margins for navigation lists */
nav ul, nav li { margin: 0; list-style:none; list-style-image: none; }

small { font-size: 85%; }
strong, th { font-weight: bold; }

td { vertical-align: top; }

/* Set sub, sup without affecting line-height: gist.github.com/413930 */
sub, sup { font-size: 75%; line-height: 0; position: relative; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
p { line-height: 18px; margin: 15px 0 15px 0;  }

pre {
  /* www.pathf.com/blogs/2008/05/formatting-quoted-code-in-blog-posts-css21-white-space-pre-wrap/ */
  white-space: pre; white-space: pre-wrap; word-wrap: break-word;
  padding: 15px;
}

textarea { overflow: auto; } /* www.sitepoint.com/blogs/2010/08/20/ie-remove-textarea-scrollbars/ */

.ie6 legend, .ie7 legend { margin-left: -7px; } 

/* Align checkboxes, radios, text inputs with their label by: Thierry Koblentz tjkdesign.com/ez-css/css/base.css  */
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }

/* Hand cursor on clickable input elements */
label, input[type="button"], input[type="submit"], input[type="image"], button { cursor: pointer; }

/* Webkit browsers add a 2px margin outside the chrome of form elements */
button, input, select, textarea { margin: 0; }

/* Colors for form validity */
input:valid, textarea:valid   {  }
input:invalid, textarea:invalid {
   border-radius: 1px; -moz-box-shadow: 0px 0px 5px red; -webkit-box-shadow: 0px 0px 5px red; box-shadow: 0px 0px 5px red;
}
.no-boxshadow input:invalid, .no-boxshadow textarea:invalid { background-color: #f0dddd; }


/* These selection declarations have to be separate
   No text-shadow: twitter.com/miketaylr/status/12228805301
   Also: hot pink! */
::-moz-selection{ background: #FFE408; color:#000; text-shadow: none; }
::selection { background:#FFE408; color:#000; text-shadow: none; }

/* j.mp/webkit-tap-highlight-color */
a:link { -webkit-tap-highlight-color: #FF5E99; }

/* Make buttons play nice in IE:
   www.viget.com/inspire/styling-the-button-element-in-internet-explorer/ */
button {  width: auto; overflow: visible; }

/* Bicubic resizing for non-native sized IMG:
   code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/ */
.ie7 img { -ms-interpolation-mode: bicubic; }

/**
 * You might tweak these..
 */

body, select, input, textarea {
  /* #444 looks better than black: twitter.com/H_FJ/statuses/11800719859 */
  color: #444;
  /* Set your base font here, to apply evenly */
  /* font-family: Georgia, serif;  */
}

/* Headers (h1, h2, etc) have no default font-size or margin; define those yourself */

a, a:active, a:visited { color: #607890; }
a:hover { color: #036; }


/**
 * Primary styles
 *
 * Author: 
 */
















/**
 * Non-semantic helper classes: please define your styles before this section.
 */

/* For image replacement */
.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }

/* Hide for both screenreaders and browsers:
   css-discuss.incutio.com/wiki/Screenreader_Visibility */
.hidden { display: none; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: by Jon Neal.
  www.webaim.org/techniques/css/invisiblecontent/  &  j.mp/visuallyhidden */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: drupal.org/node/897638 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* The Magnificent Clearfix: Updated to prevent margin-collapsing on child elements.
   j.mp/bestclearfix */
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
/* Fix clearfix: blueprintcss.lighthouseapp.com/projects/15318/tickets/5-extra-margin-padding-bottom-of-page */
.clearfix { zoom: 1; }



/**
 * Media queries for responsive design.
 *
 * These follow after primary styles so they will successfully override.
 */

@media all and (orientation:portrait) {
  /* Style adjustments for portrait mode goes here */

}

@media all and (orientation:landscape) {
  /* Style adjustments for landscape mode goes here */

}

/* Grade-A Mobile Browsers (Opera Mobile, Mobile Safari, Android Chrome)
   consider this: www.cloudfour.com/css-media-query-for-mobile-is-fools-gold/ */
@media screen and (max-device-width: 480px) {


  /* Uncomment if you don't want iOS and WinMobile to mobile-optimize the text for you: j.mp/textsizeadjust */
  /* html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; } */
}


/**
 * Print styles.
 *
 * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
 */
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important;
  -ms-filter: none !important; } /* Black prints faster: sanbeiji.com/archives/953 */
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* css-discuss.incutio.com/wiki/Printing_Tables */
  tr, img { page-break-inside: avoid; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}




/*
*
*
*/

 
.left { float:left; }
.right { float:right; }

/* Header */

.medium, #main {
	width:980px;
	margin: 0 auto; 
	line-height:18px;
} 

a#logo {
	display:block;
	margin: 10px 0 0 0;
	float:left;
}


#searchbar {
	background-color: #f3f0ed;
	padding: 9px 37px 9px 15px;
	margin: 40px 0 0 0;
	float:right;
	width:200px;
	clear:right;


}

#share {
	width:84px;
	float:right;
	margin: 10px 0 0 0;
}

nav#main {
	margin: 10px 0 0 0;
	background-color: #fee409;
	border-bottom: 2px solid #ceb80e;
	width:100%;
	height:40px;
	list-style-type: none;
}


/*ul#nav li.menuitem {
	float:left;
	border-left: 1px solid #ccb606;
	position: relative;
}

	ul#nav li.last {
		border-right: 1px solid #ccb606;
	}
	
	ul#nav li a.menuitem{
		display: block;
		color: #222222;
		text-decoration: none;
		font-size: 14px;
		padding: 9px 15px 13px 15px;
	}
	
	ul#nav li.menuitem:hover {
		background-color: #ffef66;
	}
	
		ul#nav li.menuitem:hover ul {
			display: block;
			left: auto;
			width: auto;
			position: absolute;
		}
		
	ul#nav li.subitem a {
		display: block;
		padding: 10px;
		background-color: red;
	}
ul#nav ul.subitem {
	display: none;
}*/

.ddsmoothmenu{
	width: 100%;
}

.ddsmoothmenu ul{
z-index:100;
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.ddsmoothmenu ul li{
position: relative;
display: inline;
float: left;
border-left: 1px solid #ccb606;
}

/*Top level menu link items style*/
.ddsmoothmenu ul li a{
display: block;
background-color: #fee409;
padding: 11px 15px 11px 15px!important;
border-right: 1px solid #778;
color: #222222 !important;
text-decoration: none;
font-size: 14px;
}

* html .ddsmoothmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited{
color: white;
}

.ddsmoothmenu ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
background: #ffef66;
}

.ddsmoothmenu ul li a:hover, .ddsmoothmenu ul li a.active {
background-color: #ffef66;
}
    
/*1st sub level menu*/
.ddsmoothmenu ul li ul{
position: absolute;
left: 0;
display: none; /*collapse all sub menus to begin with*/
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul{
top: 0;
}

/* Sub level menu links style */
.ddsmoothmenu ul li ul li a{
width: 160px; /*width of sub menus*/
padding: 11px 15px 11px 15px;
font-size: 14px;
margin: 0;
border-top-width: 0;
border-bottom: 1px solid gray;
}

/* Holly Hack for IE \*/
* html .ddsmoothmenu{height: 1%;} /*Holly Hack for IE7 and below*/


/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 12px;
right: 7px;
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}
	
	
/*SearchBar */
#searchbar input, #searchbar img {
	float:left;
}


/* Content */
nav#breadcrumbs{
	margin: 10px 0 25px 0;
	color: #222222;	
	float:left;
		

}
	nav#breadcrumbs a{
		text-decoration: none;
		color: #222222;			
	}
	
	nav#breadcrumbs a:hover {
		text-decoration: underline;
	}

#main_content {
	width: 624px;
	float:left;
	height:auto;
	clear:both;
	position: relative;
}

	#main_content h1 {
		color:#000000;
		font-size: 24px;
		padding: 0 0 10px 0;
	}

#sidebar {
	width: 327px;
	float:right;

}

#sidebar img {
	float:left !important;
	margin:-8px 0 0 -10px !important;
	width:347px;
}

	.widget {
		width:100%;
		/*width:auto;*/
		/*min-height: 100px;*/
		border: 1px solid #e3e3e3;
		font-size: 12px;
		color:#000000;
		float:left;
		margin-bottom:30px;
		padding: 7px 10px 0 10px;
	
	}

	
	.widget img.left {
		float:left;
		margin: 10px 10px 10px 0;
	}
	
	.widget img.right {
		float:right;
		margin: 10px 0 10px 10px;
	}
	
	
	

	
	.notitle {
		border:0;
		padding:0;
	}
	
	.small {
		width:300px !important;
	}
	
		
		.widget span.widget_title {
			display:block;
			border-bottom: 2px solid #ceb80e;
			border-left: 2px solid #ceb80e;
			background-color: #ffe408;
			color: #222222;
			font-size: 18px;
			padding: 12px 0 12px 15px;
			margin: -7px -10px 7px -10px;
			
		}
		
		.widget .inside {
			padding:15px;
		}
		
/*Foliewijzer */
div#foliewijzer {
	background: url(../img/foliewijzer_background.jpg) no-repeat;
	width: 624px;
	height:444px;
	float:left;
	margin: 0 0 20px 0;
}

	div#foliewijzer h2 {
		font-size: 36px;
		font-weight: normal;
		color: #222222;
		position: relative;
		display: block;
		margin-top: 42px;
		margin-left:50px;
	}
	
	div#foliewijzer div#wijzer_content {
		width:470px;
		position: absolute;
		top:140px;
		left: 45px;
		line-height: 30px;
		font-size: 16px;
	}
	
	div#foliewijzer div#wijzer_content span {
		font-size: 24px;
	
	}
	
	div#foliewijzer div#wijzer_content ul {
		height:140px;
		width:400px;
		list-style-type: none;
		margin: 0;
		line-height: 32px;
	}
	
		div#foliewijzer div#wijzer_content ul li {
			/*width:140px;*/
			width:400px;
			float:left;
			height:23px;
		}
		
			div#foliewijzer div#wijzer_content ul li a {
				color:#2b2b2b;
				font-size:14px;
				text-decoration: none;
			}
			
	div#foliewijzer div#steps {
		float:right;
		margin: 20px 0 0 0;
	}
	
	div#foliewijzer div#steps img {
		margin-left: -11px;
	}


p#second {
	margin-bottom:2px;
}
/*Footer*/
.empty {
	height:30px;
}

footer  {
	width:100%;
	background-color: #f3f0ed;
}
	footer .footer {
		width:980px;
		min-height: 230px;
		height:auto;
		margin:0 auto;
	}

		footer .medium h3 {
			width:auto;
			max-width: 150px;
			height:30px;
			line-height:26px;
			font-weight: normal;
			font-size: 22px;
			color:#6d6e70;
			padding:0 0 7px 0;
	
		} 
		
		footer .medium ul li {
			line-height: 22px;
			color: #E56B36;
		}
		
		footer .medium ul li span {
			color: #6d6e70;
		}
		
	.footer_item {
		margin:0 17px 0 16px;
	}
	
		.footer_item .last {
		}
		
		.footer_item a{
			text-decoration: none;
		} 
		
		.footer_item a:hover {
			text-decoration: underline;
		}
		
nav#meta {
	background-color: #FFFFFF;
	width:100%;
	height:auto;
	color: #6d6e71;

}

nav#meta .item {
	padding: 15px 0 0 0;
	width:980px;
	margin: 0 auto;
	height:30px;
}

.right ul li {
	float:left;
	margin-left:25px;
}

	.right ul li a {
		text-decoration: none;
		color: #6d6e71;

	}
	
	.right ul li a:hover {
		text-decoration: underline;
	}
	
/*ContactForm*/
div#contactform {
	background-color: #f9f9f9;
	width:564px;
	height:480px;
	padding:30px;
	font-size: 12px;
	color: #222222;
}

	div#contactform h3 {
		font-size: 14px;
		color:#222222;
		font-weight: bold;
	}

#form label {
	width:150px;
	float:left;
}

#form input, #form select, #form textarea {
	width:390px;
	margin: 0 0 15px 0;
	height:20px;
}

#form textarea {
	height:100px;
}

#form input#submit {
	margin: 0 15px 0 0;
	width:100px;
	float:right;
}

/* Form styles */
fieldset { background-color: #f9f9f9; padding: 20px 0 20px 0;}
form.fancy ol { list-style: none; }
form.fancy ol li { margin: 1px 0 0 0; display: block; clear: both; /*border-bottom: dotted 1px #CCC;*/ padding: 2px 0 3px 0; }
form.fancy label { font-weight: bold; display: block; margin: 5px 0 4px 0; float: left; width: 150px; }
form.fancy .note { color: #666; font-size: 11px; margin-left: 10px;}
form.fancy .block { margin-left: 150px; }
input.orange, a.orange { -webkit-border-radius: 7px; -moz-border-radius: 7px; border-radius: 7px; background-color: #FFF; border: 1px #d5d5d5 solid; padding: 5px; color: #000; text-decoration: none; width:100px;}

/* Different templates */
section.two-column section.article { width: 299px; min-height: 100px; margin:0 13px 13px 0; float:left; }
    section.two-column section.left { float: left; }
    section.two-column section.right { float: right; }
    
    section.two-column .column { width: 300px; float: left; }
    section.two-column .column-left { margin-right: 24px; }
    section.two-column .article .beforedate { color: #706f6f; font-size: 12px; margin: 0 0 5px 0; display: block;}
    .column ul { list-style: url('../images/blue-bullet.png'); margin: 0 0 0 14px; }


section.one-column-article .column { width: 370px; }
    section.one-column-article .share { border-top: 2px dotted #666; clear: both; margin-top: 15px; padding-top: 15px; }
    
.html_widget p {
	margin: 0;
}

p#first {
	font-size: 24px;
	line-height: 1.2;
	margin-bottom:15px;
}


.newsarticle h3 a, .article h3 a {
	font-size: 21px;
	text-decoration: none;
	color:#333333;
}

.newsarticle a.readmore
{
	display: block;
	float: right;
}

.newsarticle a, .share a {
	color:#333333;
}

.newsarticle {
	border-bottom: 1px dashed #ccc;
	margin-bottom: 15px;
}

/*Categorie overzicht */
.full_width {
	width:100%!important;
}

.box {
	width:216px;
	height:220px;
	float:left;
	margin-right:15px;
	margin-bottom:15px;
	padding:7px;
}

.box:hover {
	background-color:#F3F0ED;
}

.box img {
	margin:0 auto;

}

.box span {
	display:block;
	margin-top:5px;
	font-size:16px;
	display:block;
	text-align: center;
}

/*Product */
#product p img {
	float:right!important; 
	padding: 3px!important; 
	margin:5px!important;
	border: 2px solid #e3e3e3!important;
}

/* Messages when sending email */

.error, .sent {
    font-size:12px;
    line-height:18px;
    padding:5px;
    margin-bottom:10px;

    /* CSS 3 Stylings */
    
    -moz-border-radius: 5px; 
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.error {
    background:#f3afa6;
    border:#ef9588 solid 1px;
    color:#992213;
    display: block;
    margin: 5px;
}
.sent {
    background:#bef08f;
    border:#adec71 solid 1px;
    color:#37620d;
    display: block;
    margin: 5px;
}
    .searchform input.btn { border: 0; font-size: 12px; color: #000; background: transparent; width: 125px; height: 25px; }
        .ie7 input.btn { margin-left: -7px; }
  aside.sidebar section.search form div.btn { width: 63px; height: 25px; -webkit-border-radius: 7px; -moz-border-radius: 7px; border-radius: 7px; background-color: #DC6425; margin: 4px 0 0 0; }
  .searchform div.btn {  width: 125px; height: 25px; -webkit-border-radius: 7px; -moz-border-radius: 7px; border-radius: 7px; background-color: #fee409; margin: 0; float: left; }
  .searchform div.txt { width: 170px; height: 25px; margin: 0 5px 3px 0;  -webkit-border-radius: 7px; -moz-border-radius: 7px; border-radius: 7px; background: #e1e1e1; float: left; }
    .searchform input.txt { border: 0; font-size: 13px; padding: 4px; width: 154px; color: #706f6f; background: transparent; margin-left: 4px; }
    .searchform { margin-bottom: 50px; }
    .searchResult { border-bottom: 1px dashed #999; margin-bottom: 10px; }
    .searchResult h3, .searchResult p { margin-left: 0;}

