/* ==== Scroll down to find where to put your styles :) ==== */

/*  HTML5 ✰ Boilerplate  */

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;
}

input, textarea {
	border: 1px solid #eee;
	padding: 3px;
}

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; }

body { font:13px/1.231 sans-serif; *font-size:small; } 
select, input, textarea, button { font:99% sans-serif; }
pre, code, kbd, samp { font-family: monospace, sans-serif; }

html { overflow-y: scroll; }
a:hover, a:active { outline: none; }
ul, ol {margin:0;padding:0;}
ul, ol { margin-left: 2em; }
ol { list-style-type: decimal; }
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; }

sub, sup { font-size: 75%; line-height: 0; position: relative; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; padding: 15px; }
textarea { overflow: auto; }
.ie6 legend, .ie7 legend { margin-left: -7px; } 
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; }
label, input[type="button"], input[type="submit"], input[type="image"], button { cursor: pointer; }
button, input, select, textarea { margin: 0; }
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; }

::-moz-selection{ background: #8cc63f; color:#fff; text-shadow: none; }
::selection { background:#8cc63f; color:#fff; text-shadow: none; }
a:link { -webkit-tap-highlight-color: #FF5E99; }

button {  width: auto; overflow: visible; }
.ie7 img { -ms-interpolation-mode: bicubic; }

body, select, input, textarea {  color: #444; }
h1, h2, h3, h4, h5, h6 { margin: 15px 0 15px;font-weight:bold;}
h1 {font-size: 18px;font-family: CourierStdBold;}
h2 {font-size: 18px; color: #00458a;font-family: CourierStdBold;}
.home h3 {font-size: 16px; font-family: CourierStdBold;}
h3 {font-size: 14px; color: #8cc63f;}
p {margin: 5px 0 20px;}
a, a:active, a:visited { color: #8cc63f; outline: none;}
a:hover { color: #036; }
strong {font-weight: bold;}
em {font-style: italic;}

/*
    // ========================================== \\
   ||                                              ||
   ||               Your styles !                  ||
   ||                                              ||
    \\ ========================================== //
*/

body {
	background: #f8f8f8;
	font: 12px/1.6em sans-serif;
}

#container {
	background: #fff url('http://www.dataland.nl/themes/site_themes/dataland/img/bg_spacer.jpg') repeat-x;
}

#logo {
	cursor:pointer;
	height: 85px;
	background: url('http://www.dataland.nl/themes/site_themes/dataland/img/logo.gif') no-repeat 0 13px;
	text-indent: -9999px;
}

.zoek label {
	position: absolute;
	margin-top: 50px;
	padding: 2px 6px;
	right:180px;
}

.zoek input {
	margin-top: 50px;
	border: 1px solid #eee;
	padding: 3px;
	width: 154px;
	float:left;
}

.zoek .but_a {
	margin:50px 0 0 0 !important;
	display:inline-block;
	float:right;
	padding:1px 6px;
	
}

section {
	padding: 10px 0;
}

.container {
	border: 1px solid #eee;
	margin-bottom: 5px;
	
	box-shadow: inset 0 0 15px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 0 0 15px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 0 0 15px rgba(0,0,0,0.1);	
}

.ie7 #main {margin-top:5px;}

.container_inner {
	display: block;
	padding: 8px 10px;
	text-decoration: none;
	border: 1px solid #fff;
}

.container h3 {
	margin: 0 5px 0 -10px;
	padding: 0 0 0 15px;
	background: url('http://www.dataland.nl/themes/site_themes/dataland/img/icon_arrow.png') no-repeat left center;
}

.container input {
	width: 94%;
}

.container_knop {
	cursor:pointer;
	border: 1px solid #eee;
	margin-bottom: 0px;
	height:80px;	

	background: #85C23B;
	background: -moz-linear-gradient(top, #bedf8a 0%, #85C23B 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bedf8a), color-stop(100%,#85C23B));
	background: -webkit-linear-gradient(top, #bedf8a 0%,#85C23B 100%);
	background: -o-linear-gradient(top, #bedf8a 0%,#85C23B 100%);
	background: -ms-linear-gradient(top, #bedf8a 0%,#85C23B 100%);
	background: linear-gradient(top, #bedf8a 0%,#85C23B 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#bedf8a, endColorstr=#85C23B);
	
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	
	box-shadow: inset 0 0 1px 1px rgba(255,255,255,0.5);
	-webkit-box-shadow: inset 0 0 1px 1px rgba(255,255,255,0.5);
	-moz-box-shadow: inset 0 0 1px 1px rgba(255,255,255,0.5);

	box-shadow: inset 0 0 15px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 0 0 15px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 0 0 15px rgba(0,0,0,0.1);	
}

.container_inner_knop {
	display: block;
	padding: 8px 10px;
	text-decoration: none;
	border: 1px solid #fff;
	height:80px;

	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.container_knop p {
	color:#fff;
	width:125px;
	float:left;
	font-weight:bold;
}

.container_inner_knop img {margin-left:12px;}

.container_knop h2 {margin:0;}

footer {
	clear: both;
	border: 1px solid #eee;
	background: #fff;
	margin-bottom: -20px;
	margin-top:20px;
}

.footer_inner {
	padding: 10px;
	border: 1px solid #fff;
	font-size: 11px;
	color: #959595;
	
	box-shadow: inset 0 0 15px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 0 0 15px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 0 0 15px rgba(0,0,0,0.1);	
}

.ie6 footer, .ie7 footer, .ie8 footer {
	background: url('http://www.dataland.nl/themes/site_themes/dataland/img/footer_bg_bottom.jpg') no-repeat bottom left;
}

.ie6 .footer_inner, .ie7 .footer_inner, .ie8 .footer_inner {
	background: url('http://www.dataland.nl/themes/site_themes/dataland/img/footer_bg_top.jpg') no-repeat;
}
.nieuwsberichten time, .agenda time {
	/*color:#898989;*/
	font-weight:normal !important;
	font-style: italic;
	color:#444444 !important;
	/*top:0 !important;*/
}
#nieuws_lijst {margin-bottom:25px;}
#nieuws_lijst li, #nieuws_lijst li a {
	color:#8cc63f;
	text-decoration:none;
	font-weight:bold;
}

.agenda article time,
.nieuwsberichten article time {
	color:#898989;
	position:relative;
	top:-15px;
	font-family: CourierStdMedium;
	
}

.no_mar {margin:0 !important;}
.no_pad {padding:0 !important;}
.no_pad_left {padding-left:0 !important;}

table.table-form th {
	text-align:left;
	vertical-align:top;
}

table.table-form td{padding-bottom:15px;}

.contact .contact-from {
	float:right !important;
	margin-right:0;
}
.contact .table-form {float:left;}

#maps {
	position:relative;
	z-index:1;
	
}

#maps_placeholder {
	position:absolute;
	z-index:2;
	width:700px;
	height:81px;
	top:220px;
	background:url(http://www.dataland.nl/themes/site_themes/dataland/img/maps_placeholder.png) bottom no-repeat;
}


.table-form td {padding-left:10px;}

.table-form input[type="text"] {width:250px;}
.table-form textarea {
	width:250px;
	height:130px;
}

.table-form .but_a {
	margin: 0;
	float:right;
}

.table-form .require_fields {
	font-style:italic;
	font-size:11px;
}

.table-form .aanhef {
	display:inline-block;
	width:100px;
	font-weight:bold;
}
.table-form .aanhef input {
	position:relative;
	top:-3px;
}
.table-form input[type="checkbox"] {
	position:relative;
	top:-3px;
}

.aanmelden-nieuwsbrief .table-form input[type="text"] {width:350px;}

.contact_wrap {
	margin:0 0 20px 0;
}

#deelnemende-gemeenten {
	border:1px solid #e5e5e5;
	margin-bottom:25px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}
#letter {
	margin:0;
	padding:0;
	list-style:none;
	width:698px;	
	display:inline-block;
	border-bottom:1px solid #e5e5e5;
}

	#letter li {
		float:left;
		cursor:pointer;
		padding:5px 7pt;
	}
	#letter li.active {font-weight:bold;}
	#empty {
		padding:20px 15px 0 15px;
	}
	.grid-deelnemende-gemeenten {
		float:left;
		width:230px;
		margin:20px 0;
		padding:0;
		list-style:none;
		border-right:1px solid #e5e5e5;
	}
		.grid-deelnemende-gemeenten li {
			margin:4px 10px;
			padding:3px 10px;
			border-top:1px solid #e5e5e5;
		}





/* Call to action stijlen */

a.but {
	display: inline-block;
	border: 1px solid #7cb733;
	padding: 4px 8px;
	margin: 10px 0;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	
	background: #9bcd47;
	background: -moz-linear-gradient(top, #a6e04e 0%, #81cc00 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a6e04e), color-stop(100%,#81cc00));
	background: -webkit-linear-gradient(top, #a6e04e 0%,#81cc00 100%);
	background: -o-linear-gradient(top, #a6e04e 0%,#81cc00 100%);
	background: -ms-linear-gradient(top, #a6e04e 0%,#81cc00 100%);
	background: linear-gradient(top, #a6e04e 0%,#81cc00 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#a6e04e, endColorstr=#81cc00);
	
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	
	box-shadow: inset 0 0 1px 1px rgba(255,255,255,0.5);
	-webkit-box-shadow: inset 0 0 1px 1px rgba(255,255,255,0.5);
	-moz-box-shadow: inset 0 0 1px 1px rgba(255,255,255,0.5);
}

a.but:active {
	background: #81cc00;
	background: -moz-linear-gradient(top, #81cc00 0%, #a6e04e 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#81cc00), color-stop(100%,#a6e04e));
	background: -webkit-linear-gradient(top, #81cc00 0%,#a6e04e 100%);
	background: -o-linear-gradient(top, #81cc00 0%,#a6e04e 100%);
	background: -ms-linear-gradient(top, #81cc00 0%,#a6e04e 100%);
	background: linear-gradient(top, #81cc00 0%,#a6e04e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#81cc00, endColorstr=#a6e04e);
}

a.but_a {
	display: inline-block;
	border: 1px solid #c0c0c0;
	padding: 4px 8px;
	margin: 10px 0;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	
	background: #c0c0c0;
	background: -moz-linear-gradient(top, #d6d6d6 0%, #c0c0c0 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d6d6d6), color-stop(100%,#c0c0c0));
	background: -webkit-linear-gradient(top, #d6d6d6 0%,#c0c0c0 100%);
	background: -o-linear-gradient(top, #d6d6d6 0%,#c0c0c0 100%);
	background: -ms-linear-gradient(top, #d6d6d6 0%,#c0c0c0 100%);
	background: linear-gradient(top, #d6d6d6 0%,#c0c0c0 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#d6d6d6, endColorstr=#c0c0c0);
	
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	
	box-shadow: inset 0 0 1px 1px rgba(255,255,255,0.5);
	-webkit-box-shadow: inset 0 0 1px 1px rgba(255,255,255,0.5);
	-moz-box-shadow: inset 0 0 1px 1px rgba(255,255,255,0.5);
}

a.but_a:active {
	background: #c0c0c0;
	background: -moz-linear-gradient(top, #c0c0c0 0%, #d6d6d6 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c0c0c0), color-stop(100%,#d6d6d6));
	background: -webkit-linear-gradient(top, #c0c0c0 0%,#d6d6d6 100%);
	background: -o-linear-gradient(top, #c0c0c0 0%,#d6d6d6 100%);
	background: -ms-linear-gradient(top, #c0c0c0 0%,#d6d6d6 100%);
	background: linear-gradient(top, #c0c0c0 0%,#d6d6d6 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#c0c0c0, endColorstr=#d6d6d6);
}

/* Einde call to action stijlen */

/* Navigatie stijlen */

.nav {
	position: relative;
	z-index: 10;
	overflow: hidden;
	background: url('http://www.dataland.nl/themes/site_themes/dataland/img/nav_spacer.jpg') repeat-x;
	margin-bottom: -5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

	.nav li {
		display: inline-block;
		float: left;
	}

	.nav a {
		display: inline-block;
		background: url('http://www.dataland.nl/themes/site_themes/dataland/img/nav_line.jpg') no-repeat top right;
		padding: 0 14px;
		line-height: 35px;
		text-decoration: none;
		color: #b9d3eb;
	}

	.nav a:hover, 
	.nav .active a, 
	.nav .active_parent a {
		color: #fff;
	}

	.nav a:active {
		background: url('http://www.dataland.nl/themes/site_themes/dataland/img/nav_spacer.jpg') repeat-x left -35px;
	}

	.nav .active a,
	.nav .active_parent a {
		background: url('http://www.dataland.nl/themes/site_themes/dataland/img/nav_spacer.jpg') repeat-x left -70px;
	}

.subnav {
	background: #85c23b;
	padding-top: 5px;
	
	border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
}

	.subnav li {
		display: block;
	}
	
	.subnav a {
		display: block;
		padding: 8px 12px;
		color: #fff;
		text-decoration: none;
		border-bottom: 1px solid #73b32e;
		border-top: 1px solid #9dd151;
	}
	
	.subnav li:last-child a {
		border-bottom: 0;
	
		border-radius: 0 0 5px 5px;
		-webkit-border-radius: 0 0 5px 5px;
		-moz-border-radius: 0 0 5px 5px;
	}
	
	.subnav a:hover, 
	.subnav .active > a,
	.subnav .active_parent > a {
		background: #7cae2e url('http://www.dataland.nl/themes/site_themes/dataland/img/icon_arrow.png') no-repeat left center;
	}
			

		.subnav ul ul {
			padding: 4px 0;
			border: 1px solid #eee;
			background: #fff;
			display:none;	

			box-shadow: inset 0 0 1px 1px #fff, inset 0 0 15px rgba(0,0,0,0.1);
			-webkit-box-shadow: inset 0 0 1px 1px #fff, inset 0 0 15px rgba(0,0,0,0.1);
			-moz-box-shadow: inset 0 0 1px 1px #fff, inset 0 0 15px rgba(0,0,0,0.1);
		}

		.subnav ul .active_parent ul {display:block;}
		
		.subnav ul ul a {
			border: 0;
			padding: 4px 20px;
			color: #a5a5a5;
		}
		
		.subnav ul ul a:hover, 
		.subnav ul ul .active a,
		.subnav ul ul .active_parent a{
			color: #004b91;
			background: none;
		}
		
		.ie6 .subnav ul ul, .ie7 .subnav ul ul, .ie8 .subnav ul ul {
			background-image: url('http://www.dataland.nl/themes/site_themes/dataland/img/list_bg_bottom.jpg');
		}
		
		.ie6 .subnav ul ul a, .ie7 .subnav ul ul a, .ie8 .subnav ul ul a {
			border-left: 1px solid #fff;
			border-right: 1px solid #fff;
		}
	
/* Einde navigatie stijlen */

/* Homepage specifieke stijlen */

.slider {
	margin: 0;
	padding: 0;
}

.nivoSlider {
	height: 265px;
	width: 700px;
	margin-bottom: 40px;
}

.nivo-caption  p {
	text-shadow:#000 0px 0px 3px;
	margin-top:1px;
	/*filter:progid:DXImageTransform.Microsoft.Shadow(color=#000,direction=70);*/

}

.home_list {
	margin-bottom: 20px;
}

	.home_list figure {
		position: relative;
	}

	.home_list figcaption {
		position: absolute;
		width: 204px;
		bottom: 25px;
		display: block;
		background: #000;
		background: rgba(0,0,0,0.5);
		padding: 4px 8px;
		color: #fff;
		text-transform: uppercase;
	}

	.ie7 .home_list figcaption {
		bottom: 23px;	
	}
	
	.home_list h3 {
		margin: 0;
		color: #fff;
	}

	.home_list ul {
		list-style: none;
		margin: 0;
	}

	.home_list li {
		padding: 4px;
		border-bottom: 1px solid #eee;
	}

/* Einde homepage specifieke stijlen */

.item_list h2 {
	background: url('http://www.dataland.nl/themes/site_themes/dataland/img/titel_bg.gif') no-repeat left center;
	padding: 0 0 0 24px;
}

.item_list ul {
	list-style: none;
	margin: 0;
	margin: 10px 0;
}

.item_list li {
	border: 1px solid #eee;
	margin-bottom: 5px;
	
	box-shadow: inset 0 0 15px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 0 0 15px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 0 0 15px rgba(0,0,0,0.1);
}

.item_list a {
	display: block;
	padding: 8px 10px;
	text-decoration: none;
	border: 1px solid #fff;
}

.item_list strong {
	display: block;
}

.item_list time {
	font-family: CourierStdMedium;
	font-size: 11px;
	color: #898989;
}

.ie6 .item_list li, .ie7 .item_list li, .ie8 .item_list li {
	background: url('http://www.dataland.nl/themes/site_themes/dataland/img/list_bg_bottom.jpg') no-repeat bottom left;
}

.ie6 .item_list a, .ie7 .item_list a, .ie8 .item_list a {
	background: url('http://www.dataland.nl/themes/site_themes/dataland/img/list_bg_top.jpg') no-repeat;
}


/*Zoeken*/
.zoeken .result p a {color:#004b91;}
.zoeken .result h2 a {text-decoration:none;}

.zoeken h1 {
	color:#004b91;
	padding: 15px 0 5px;
}

.zoeken h1 span {
	text-style:italic;
	font-size:12px;
}

.zoeken .marker {
	font-weight:bold;
	/*color: #8CC63F;*/
}

.zoeken .paging li {
	float:left;
	margin:0 0 0 10px;
}

.zoeken .paging li a.active{
	font-weight:bold;
	color:#444444;
}

.zoeken .paging li a{text-decoration:none;}

.zoeken .paging {
	list-style:none;
	margin:0 0 15px 0;
	padding:0;
	display:inline-block;
}

/*
    // ========================================== \\
   ||                                              ||
   ||               End your styles !                  ||
   ||                                              ||
    \\ ========================================== //
*/

.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
.hidden { display: none; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }


@media all and (orientation:portrait) {

}

@media all and (orientation:landscape) {

}

@media screen and (max-device-width: 480px) {

  /* html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; } */
}


@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important;
  -ms-filter: none !important; } 
  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: ""; }  
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; }
  tr, img { page-break-inside: avoid; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}

