/*  
NAME: vijl.css
AUTHOR: Tom Vander Aa
CREATED: 2007-01-07
DESCRIPTION: VIJL skin based on Barthelme skin
natuurpunt appelblauwzeegroen: #cccc33;
natuurpunt donkerblauw: #009999;

*/
html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}
body {
	background-color: #fff;
	color: #222;
	line-height: 150%;
        font-family: Verdana, Arial, Helvetica, Serif
}

div#content blockquote, div#content h1, div#content h2, div#content h4,div#content h5, div#content h6 {
	color: #444;
}
/* HEADER STUFF */
div#natuurpuntlogo {
	background: url(./images/logos.png) no-repeat top left;
	background-position: 0.5em .5em;
	margin: 0 0 0 0;
}
span#zoekknop {
	float: right;
}

div#topbar {
	margin: 0 0 0 0;
        padding: 0.5em 0.5em 0.5em 1.5em ;
	font-size: 80%;
	font-weight: bold;
	text-align: left;
}

div#header {
	background: url(./images/header.jpg) no-repeat top left;
	margin: 0 0 0 12.1em;
}

div#description {
	padding: 2.5em 0 1em 1em;
	color: #f5f5f5;
	font-size: 1.3em;
} 

/* WRAPPER - CONTAINER - CONTENT STUFF
 *
 * margin order: top right bottom left
 */
div#container {
	font-size:11pt;
	float: right;
	width: 100%;
	margin: 1em 0 0 -14.5em;
}
div.narrowcolumn {
	margin: 0 0 0 13em;
	padding: 0 2% 0 1%;
}
div.widecolumn {
	margin: 0 0 0 13em;
	padding: 0 1% 0 2%;
}
div#content h2 {
	font-size: 1.4em;
	font-weight: normal;
	margin: 0.3em 0 1em 0;
}
div#content h3 {
	font-size: 1.1em;
	color: #444444;
	background-color: #eeeeee;
	margin: 0;
	padding: 2px;
  min-width: 20%;
}
div#content p {
	line-height: 150%;
	margin: .5em 0;
}
div#content ul li { list-style: square; }
div#content ul li, div#content ol li { line-height: 150%; }
div#content blockquote {
	border-left: 1em solid #cfd5dd;
	font-size: 0.9em;
	padding-left: 1em;
}
div#content hr {
	border: 0;
	border-bottom: 1px solid #888;
	margin: 0;
}

/* SIDEBAR STUFF */
div#sidebar {
        width: 15.9em;
        min-height: 100%;
	background: #93ba39;
        color: black;
	float: left;
        padding: 0.5em 0.5em 0 1em ;
	font-size: 70%;
}
div#sidebar ul {
        list-style-type: none;
	margin: 0;
	padding: 0 0 0 1em;
	line-height: 175%;
}
div#sidebar h2 {
	font-size: 130%;
        color: #888;
	margin: 0;
	padding: 0;
	line-height: 175%;
}
/* FOOTER STUFF */
div#footer {
	background: #fff;
	clear: both;
	color: #888;
	padding: 5em 0 1em 3em;
}
div#footer p {
	font-size: 0.9em;
	margin: 0;
}
/* GLOBAL ALIGNMENT AND MISC ELEMENTS */
.alignleft { float: left; }
.alignright  { float: right; }
abbr, acronym {
	border-bottom: 1px dotted #546188;
	cursor: help;
}
code, pre {
	font: 1em/normal "courier new", courier, monospace;
}
.clearer {
	clear: both;
	height: 0;
}
/* IMAGE ELEMENTS, INCLUDING LINKS */
img { border: none; }
div#content img.center { display: block; margin: 0.4em auto; }
div#content img.alignright { margin: 0.4em 0 0.4em 1.1em }
div#content img.alignleft { margin: 0.4em 1.1em 0.4em 0; }

/* FORMS FOR COMMENTS AND SEARCH / INCLUDES STYLES FOR THE WP-CONTACTFORM PLUGIN */
form {
	margin: 0.3em 0.3em 0.3em 0.3em;
	display: inline;
	padding: 0;
}
input#s {
	margin: 0 0 0.4em 0;
	padding: 0.2em;
	width: 70%;
}
textarea {
	/* height: 13em; */
	overflow: auto;
	float: left;
	width: 100%;
	margin: 0 0 0.5em 0;
}
input#searchsubmit, input#submit, input.e_button { border: 1px outset #999; }
input#s, input#summary, input#author { width: 66%; }
input#s, input#summary, input#author, textarea {
	border: 1px inset #999;
	padding: 0.2em;
}
div.formcontainer {
	font-size: 1em;
	margin: 0 0 3em 0;
	width: 100%;
}
span.formright, span.formleft {
	display: inline;
	float: left;
	margin: 0 0 0.5em 0;
}
span.formleft {
	clear: both;
	text-align: right;
	width: 15%;
	margin: 0 2% 0 0;
}
span.formright { width: 80%; }

/* LINK STYLES */
div#header a, div#header a:active, div#header a:link, div#header a:visited {
	background: transparent;
	color: #fff;
	text-decoration: none;
}
div#header a:hover {
	background: transparent;
	color: #e5e5e5;
}
div#content a, div#content a:active, div#content a:link, div#content a:visited {
	color: #546188;
	background: transparent;
}
div#content a:hover {
	color: #000;
	background: transparent;
}
div#sidebar a, div#sidebar a:active, div#sidebar a:link, div#sidebar a:visited {
	color: #333333;
	text-decoration: none;
}
div#sidebar a:hover {
	color: #2f4e6f;
	text-decoration: underline;
}
div#topbar a, div#topbar a:active, div#topbar a:link, div#topbar a:visited {
	color: white;
	text-decoration: none;
	padding: .1em 1em .1em 1em;
	background-color: #009999;
}
div#topbar a:hover {
	color: #2f4e6f;
	text-decoration: underline;
}
div#footer a, div#footer a:active, div#footer a:link, div#footer a:visited {
	color: #888;
}
div#footer a:hover {
	color: #222;
	text-decoration: none;
}

/* zebra tables */
table.zebra         { border-collapse: collapse; empty-cells: show; }
table.zebra tr.ind1 { border: none;}
table.zebra tr.ind2 { border-bottom: 1px solid; }
table.zebra tr.ind3 { border: none;}
table.zebra tr.ind4 { border-bottom: 1px solid; }

/* zebra tables */
table.zebra2         { border-collapse: collapse; empty-cells: show; }
table.zebra2 tr.ind1 { }
table.zebra2 tr.ind2 { background-color: #eeeecc; }
table.zebra2 tr.ind3 { }
table.zebra2 tr.ind4 { background-color: #eeeecc; }

/* sidebar on the right in the "Nieuws" page */
.rightbar {
	float: right;
  width: 300px;
  border: solid 1px #dddddd;
  background-color: #eeeeee;
  padding: 1em;
  margin-top: 0px;
  margin-bottom: 1em;
  margin-left: 1em;
	margin-right: 0px; 
	font-size: small;
}


