/*
Theme Name: WordPress Default
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: Michael Heilemann
Author URI: http://binarybonsai.com/
Tags: blue, custom header, fixed width, two columns, widgets

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Tahoma;
	color: #333;
	text-align: left;
	}


	
	a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	color: #FFF;
	text-decoration: none;
}
a:hover {
	color: #333;
}
a:active {
	color: #FFF;
	text-decoration: none;
}
	

#page {
	background-color: white;
	border: 1px solid #959596;
	text-align: left;
	}

#header {
	
	}

#headerimg 	{
	margin: 7px 9px 0;
	height: 192px;
	width: 1100px;
	}

#content {
	font-size: 1.2em;
	}

.widecolumn .entry p {
	font-size: 1.05em;
	}



.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: left;
	font-size: 12px;	
	}

.thread-alt {
	background-color: #f8f8f8;
}

.test {
		
	}

.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}

#footer {
	border: none;
	font-size: 9px;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	text-align: left;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: left;
	}

h2 {
	font-size: 1.6em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}

h3 {
	font-size: 1.3em;
	}





.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}



#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: left;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0 0 20px 0;
	padding: 0;
	}

#page {
	background-color: white;
	margin: 20px auto;
	padding: 0;
	width: 1100px;
	border: 1px solid #959596;
	}

#header {
	background-color: #333;
	
	
	height: 200px;
	width: 1096px;
	}

#headerimg {
	margin: 0;
	height: 200px;
	width: 100%;
	}

.narrowcolumn {
	float: left;
	font-size: 12px;	
	
	}

.widecolumn {
	width: 1100px;
	padding-right: 0;
	padding-bottom: 20px;
	
	}

.post {
	margin: 0 0 40px;
	text-align: justify;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin-top: 2px;
	margin-right: 0;
	margin-bottom: 30px;
	margin-left: 0;
	}

.widecolumn .smallattachment {
	text-align: left;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: left;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

#footer {
	padding: 0;
	margin: 0 auto;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: left;
	}
/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	color: #666;
	}

h2 {
	margin: 30px 0 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: left;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="lefted',
	will of course left the image. This is much better than using
	align="left", being much more futureproof (and valid) */

img.lefted {
	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;
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

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

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */


#sidebar #searchform #s {
	width: 108px;
	
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:left;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: left;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	padding: 20px 0 10px 0;
	margin-left: 545px;
	width: 190px;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: left;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: left;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}
	
	.box {
	background-color: #FFF;
	height: 7px;
	width: 7px;
	position: absolute;
	margin-top: 5px;
	margin-left: -12px;
	}

.left {
	text-align: left;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.alignleft,
div.alignleft {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: left;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-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;
}

ul, li{
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
#headlines {
	list-style-type: none;
	font-size: 14px;
	font-weight: normal;
	padding-top: 5px;
}
#headlines2 {
	list-style-type: none;
	font-size: 14px;
	font-weight: normal;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 12px;
}

#edit {
	background-color: #333;
	width: 161px;
	padding: 10px;
	margin-left: -10px;
	position: absolute;
	top: 140px;
	font-size: 10px;
}

#edit2 {
	background-color: #333;
	width: 161px;
	padding: 10px;
	margin-left: -10px;
	font-size: 10px;
}

#edit3 {
	background-color: #333;
	width: 161px;
	padding: 10px;
	margin-left: -10px;
	font-size: 10px;
	margin-top: 30px;
}

#edit4 {
	background-color: #333;
	width: 161px;
	padding: 10px;
	position: absolute;
	margin-top: -50px;
	margin-left: 915px;
	font-size: 10px;
}

#edit5 {
	background-color: #333;
	width: 344px;
	padding: 10px;
	margin-left: -10px;
	position: absolute;
	top: 140px;
	font-size: 10px;
}

#blokken {
	list-style-image: none;
	list-style-type: none;
	left: 0px;
	top: -2px;
	position: relative;
	z-index: 2;
}
 
#blokken .colorbox {
	float: left;
	display: block;
	width:161px;
	height: 161px;
	padding:10px;
	margin-right: 2px;
	color: #FFF;
	font-size: 14px;
	font-weight: bolder;
	font-family: Tahoma;
}

#blokken .zwarten {
	float: left;
	display: block;
	width: 354px;
	height: 12px;
	margin-right: 2px;
	font-size: 12px;
	color: #FFF;
	background-color: #000;
	font-family: verdana;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

#blokken2 .zwarten {
	itlfloat: left;
	display: block;
	width: 1087px;
	padding:5px;
	font-size: 12px;
	background-color: #000;
	font-family: verdana;
	margin-top: 1px;
	color: #FFF;
}

#new{
	background-color: #333;
	font-size: 10px;
	padding: 5px;
	width: 161px;
}

#activiteiten {background-color: #BC4921;}
#laatste_nieuws {background-color: #B63329;}
#over_scarabee {background-color: #5C9526;}
#links {background-color: #95B21D;}
#argief_oud {background-color: #498C83;}
#argief_nieuw {background-color: #315BA3;}
#nieuwsbrief {background-color: #8F2121;}
#contact {background-color: #417E2D;}
#zwart {background-color: #000;}

div.floated {
	width: 400px;
	float: left;
	margin-left: 1em;
}

div#myElement {
	width: 100px;
	height: 100px;
	border: 1px solid black;
	background-color: #f9f9f9;
	float: left;
}

div#myOtherElement {
	width: 200px;
	height: 20px;
	overflow: hidden;
	border: 1px solid black;
	background-color: #f9f9f9;
}

div#myOtherElement span, div#myOtherElement a {
	display: block;
	padding: 0 3px;
}

div#myOtherElement a:hover {
	background: #f5f5f5;
}

#e_date {
	background-color: #BC4921;
	height: 120px;
	width: 120px;
	font-size: 18px;
	color: #FFF;
	text-align: center;
}
#b_maand {
	font-size: 23px;
	font-weight: lighter;
	padding-top: 30px;
}
#b_jaar {
	font-size: 24px;
}
#b_title {
	font-size: 50px;
	padding-top: 22px;
	padding-left: 20px;
}

#b_notes
{
	padding-top: 5px;
	padding-left: 10px;
	width: 510px;
	text-align: justify;
}


#e_title {
	background-color: #333;
	height: 120px;
	width: 975px;
	font-size: 20px;
	color: #FFF;
}



.e_balk {
	color: #CCC;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #333;
	margin-top: 2px;
	margin-bottom: 2px;
}
.e_bbalk {
	font-size: 10px;
	color: #333;
	margin-right: 2px;
	text-align: left;
	background-color: #CCC;	
}
#e_info {
	background-color: #FFF;
	padding-bottom: 20px;
}

#e_info2 {
	background-color: #333;
	padding-bottom: 10px;
	margin-top: 2px;
	color: #CCC;
}

#dbem-location-map {
    width: 536px !important;
    height: 400px !important;
}

.e_position{
	margin-left: -2px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #333;
}

#t_scarabee
{
	font-size: 43px;
	position: absolute;
	padding-top: 65px;
	padding-left: 70px;
	font-family: "Times New Roman", Times;
	
}

#t_hk
{
	font-size: 11px;
	color: #FFF;
	position: absolute;
	padding-top: 107px;
	padding-left: 72px;
	z-index: 2;
	font-family: Tahoma;
}

#f_line{
	
	width: 1100px;
	height: 10px;
	margin-bottom: 2px;
	font-size: 9px;
}
#t_line{
	
	width: 1096px;
	height: 10px;
	position: absolute;
	padding-top: 193px;
}
#c_info{
	border: thin dotted #333;
	font-size: 10px;
	text-align: left;
	margin-top: 20px;
	padding-top: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	margin-bottom: 20px;
}


#c_form{
	border: thin dotted #333;
	font-size: 12px;
	text-align: left;
	margin-top: 20px;
	padding-top: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	font-family: Verdana;
	width: 726px;
	height: 280px;
}

#c_mail{
	border: thin dotted #333;
	font-size: 12px;
	text-align: left;
	margin-top: 20px;
	padding-top: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	font-family: Verdana;
	margin-bottom: 20px;
	width: 600px;
}

#c_stuur{
	border: thin dotted #333;
	font-size: 12px;
	text-align: left;
	margin-top: 20px;
	padding-top: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	font-family: Verdana;
	margin-bottom: 20px;
	width: 726px;
}

#n_title{
	font-size: 25px;
	text-align: left;
	margin-top: 10px;
	padding-top: 20px;
	padding-left: 0px;
	padding-bottom: 5px;
	font-family: Verdana;
	color: #111;
}

#n_content{
	text-align: left;
	margin-top: 2px;
	padding-top: 10px;
	padding-bottom: 5px;
	margin-bottom: 20px;
	background-color: #FFF;
	font-size: 14px;
	padding-right: 20px;
}



#o_title{
	text-align: left;
	font-size: 18px;
	margin-top: 2px;
	
	

	width: 200px;
	padding-bottom: 5px;
	padding-top: 2px;
}
#o_doel{
	font-size: 12px;
	width: 570px;
	padding-top: 2px;
	padding-bottom: 5px;
	
	
	
	padding-left: 8px;
	margin-top: 4px;
	margin-right: 4px;
	margin-bottom: 4px;
	margin-left: -7px;
}
#o_text{
	font-size: 12px;
	width: 400px;


	padding-left: 8px;
	margin-top: 4px;
	margin-right: 4px;
	margin-left: 4px;
	margin-bottom: 4px;
}
#o_foto{
	font-size: 10px;
	color: #FFF;
	padding-bottom: 3px;
	padding-left: 6px;
	background-color: #666;
	margin-bottom: 5px;
	margin-left: 5px;
	padding-top: 2px;
	width: 443px;
}
#o_stelling{
	font-size: 18px;
	font-style: italic;
	padding-top: 5px;
	width: 540px;
}
#o_all{
	
	padding-top: 2px;
	
}
#a_title{
	margin-top: 2px;
	width: 1082px;
	font-family: Verdana;
	font-size: 36px;
	color: #CCC;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 10px;
}
#a_content{
	border: thin solid #CCC;
	margin-top: 4px;
	vertical-align: top;
	padding-left: 20px;
	background-color: #CCC;
}
#a_ct{
	font-size: 36px;
	color: #000;
}
#editit{
	background-color: #666;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	width: 1082px;
	color: #FFF;
	margin-top: 2px;
}

#a_home{
	
}

#a_date{
	font-size: 10px;	
}

#invoer {
	padding-top: 5px;	
}

div#t_scarabee A:link {
	color: #FFF;
	text-decoration: none;
}
div#t_scarabee A:visited {
	color: #FFF;
	text-decoration: none;
}
div#t_scarabee A:hover {
	color: #CCC;
	text-decoration: none;
	cursor: hand;
}
div#t_scarabee A:active {
	color: #FFF;
	text-decoration: none;
}


#edit A:link, #edit2 A:link, , #edit3 A:link, , #edit4 A:link, , #edit5 A:link {
	color: #FFF;
	text-decoration: none;
}
#edit A:visited, #edit2 A:visited, , #edit3 A:visited, , #edit4 A:visited, , #edit5 A:visited {
	color: #FFF;
	text-decoration: none;
}
#edit A:hover, #edit2 A:hover, #edit3 A:hover, #edit4 A:hover, #edit5 A:hover {
	color: #CCC;
	text-decoration: none;
	cursor: hand;
}
#edit A:active, #edit2 A:active, #edit3 A:active, #edit4 A:active, #edit5 A:active {
	color: #FFF;
	text-decoration: none;
}


#cmsn {
	font-size: 10px;
	color: #CCC;
}
#cmsn A:link {
	color: #999;
	text-decoration: none;
}
#cmsn A:visited {
	color: #999;
	text-decoration: none;
}
#cmsn A:hover {
	color: #333;
	text-decoration: none;
}
#cmsn A:active {
	color: #999;
	text-decoration: none;
}



.otherlink A:link {
	color: #999;
	text-decoration: none;
}
.otherlink A:visited {
	color: #999;
	text-decoration: none;
}
.otherlink A:hover {
	color: #333;
	text-decoration: none;
}
.otherlink A:active {
	color: #999;
	text-decoration: none;
}

#contact2 A:link {
	color: #999;
	text-decoration: none;
}
#contact2 A:visited {
	color: #999;
	text-decoration: none;
}
#contact2 A:hover {
	color: #333;
	text-decoration: none;
}
#contact2 A:active {
	color: #999;
	text-decoration: none;
}


#contact2 {
	font-size: 14px;	
	
}

#leeg {
	height: 10px;
	width: 1000px;
	margin-top: 0px;	
}

/* End captions */


/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */

