#sidebar h2 {
	height: 22px;
    color: white;
    font-weight: bold;
    font-size: 15px;
    padding-left: 10px;
    padding-top: 5px;
	padding-right: 10px;
    margin: 0;
    background-color: #33bb66;
	}
#sidebar h2 a {
	color: white; }

#sidebar h2 a:hover {
	text-decoration: none;
	color: #FF6600; }

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

/*.entry p a:visited {
	color: #b85b5a;
	}*/

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

.commentlist li, #commentform input, #commentform textarea {
	font-family: Trebuchet MS, Verdana, Arial, sans-serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {width: 480px;
	font-weight: bold;
}

.commentlist li, .avatar { 
	float: left;
	margin-right: 10px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: Trebuchet MS, Verdana, Arial, sans-serif;
	}

.commentmetadata, .comment-reply-link {
	font-weight: normal;
	font-size: 10px;
	text-transform: uppercase;
	}
	
.comment-reply-link {
	padding-left: 10px; }

.comment-body {
	border-top: 1px solid black; }


small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em Trebuchet MS, Verdana, Arial, sans-serif;
	}

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: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */

#page {
	background-color: white;
	margin: 20px auto;
	padding: 0;
	width: 760px;
	border: 1px solid #959596;
	}

#header {
	background-color: #73a0c5;
	margin: 0 0 0 1px;
	padding: 0;
	height: 200px;
	width: 758px;
	}

#headerimg {
	margin: 0;
	height: 200px;
	width: 100%;
	}

.narrowcolumn {
	float: left;
	padding: 0 0 20px 45px;
	margin: 0px 0 0;
	width: 450px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}


.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin: 30px 0 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 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="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

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;
	}
/* 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 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;
	}

#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: none;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

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 {
	clear: both;}

#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 {
	border: 0;
	margin: 0;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-top: 10px;
	margin-right: -5px;
	margin-left: 10px;
	width: 465px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}

#space {
	border-top: 1px solid black;
	height: 20px;
	width: 465px;
	margin-left: 10px; }
/* End Comments */



/* Begin Sidebar */


/* 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: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#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;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	font-size: 10px;
	text-transform: uppercase;
	display: block;
	text-align: center;
	margin: 10px;
	margin-bottom: 30px;
	margin-top: 20px;
	}
	
.navigation2 {
	font-size: 10px;
	text-transform: uppercase;
	display: block;
	text-align: center;
	margin: 10px;
	margin-bottom: 35px;
	margin-top: 10px; }
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	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;
}
/* 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." */


.tcwGravatar {
	padding: 0;
	margin: 0;
	margin-left: -10px;
	margin-right: 9px; }
	
.wp-smiley {
	width: 40px;
	height: 40px;
	padding: 0;
	margin: 0; }
#smilies_toolbar {
	margin-left: 10px; }

#recentcomments {
	border-spacing: inherit; }
#recentcomments .avatar {
	margin-right: 2; }

/*algemeen*/

body {
	background-image: url(afbeeldingen/meerkoet.jpg);
	background-attachment: fixed;
	background-position: top center;
	font-family: Trebuchet MS, Verdana, Arial, sans-serif;
	font-size: 13px;
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%; }

/*ie6*/

#explorer6 {
	display: none;
	position: absolute;
	width: 1010px;
	background-color: #FFFF00;
	top: 0;
	padding-top: 20px;
	height: 50px;
	text-align: center; }
.ie6 #explorer6 {
	display: block; }

/*kop*/

#segment1 {
	background-color: white;
	clear: both;
	height: 259px; }
#segment1b {
	width: 1000px;
	height: 250px;
	margin-left: auto;
	margin-right: auto;
	border-top: 5px solid white;
	border-bottom: 4px solid white; }
#kopfoto {
	z-index:-1; }
.pngie {
	behavior: url(wp-content/themes/default/pngie/iepngfix.htc) }
#logo {
	position: absolute ;
	top: 115px;
	margin-left: 20px; }

/*navigatie*/

#segment2 {
	background-color: #000066;
	clear: both; }
#segment2b {
	background-color: #000066;
	width: 1000px;
	height: 73px;
	margin-left: auto;
	margin-right: auto; }
body#menukielzog li#menukielzog a, body#menulelieschouw li#menulelieschouw a, body#menuleden li#menuleden a, body#menuoudleden li#menuoudleden a, body#menuwebshop li#menuwebshop a, body#menuinfo li#menuinfo a, body#menucwo li#menucwo a, body#menugroep li#menugroep a, body#menucontact li#menucontact a, body#menuverhuur li#menuverhuur a, body#menuleiding li#menuleiding a, body#menurss li#menurss a {
	color: #FF6600;
	border-bottom: 1px solid #000066;
	border-left: 1px solid white;
	border-right: 1px solid white; }
body#menukielzog li#menukielzog a:hover, body#menulelieschouw li#menulelieschouw a:hover, body#menuleden li#menuleden a:hover, body#menuoudleden li#menuoudleden a:hover, body#menuwebshop li#menuwebshop a:hover, body#menuinfo li#menuinfo a:hover, body#menucwo li#menucwo a:hover, body#menugroep li#menugroep a:hover, body#menucontact li#menucontact a:hover, body#menuverhuur li#menuverhuur a:hover, body#menuleiding li#menuleiding a:hover, body#menurss li#menurss a:hover {
	color: white; }
body#menukielzog li#menukielzog ul, body#menulelieschouw li#menulelieschouw ul, body#menuleden li#menuleden ul, body#menuoudleden li#menuoudleden ul, body#menuwebshop li#menuwebshop ul, body#menuinfo li#menuinfo ul, body#menucwo li#menucwo ul, body#menugroep li#menugroep ul, body#menucontact li#menucontact ul, body#menuverhuur li#menuverhuur ul, body#menuleiding li#menuleiding ul, body#menurss li#menurss ul {
	display: block; }
body#menukielzog li#menukielzog ul a, body#menulelieschouw li#menulelieschouw ul a, body#menuleden li#menuleden ul a, body#menuoudleden li#menuoudleden ul a, body#menuwebshop li#menuwebshop ul a, body#menuinfo li#menuinfo ul a, body#menucwo li#menucwo ul a, body#menugroep li#menugroep ul a, body#menucontact li#menucontact ul a, body#menuverhuur li#menuverhuur ul a, body#menuleiding li#menuleiding ul a, body#menurss li#menurss ul a {
	border: none; }
body#menuwebshop .nav {
	top: 27px; }
.nav {
	position: absolute;
	width: 1000px;
	text-transform: uppercase;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 13px;
	margin: 0;
	padding: 0;
	top: 286px;
	border-bottom: 1px solid white;
	height: 25px; }
.nav a {
	color: white; }
.nav a:hover {
	text-decoration: none; }
.nav li { /*float the main list items*/
	margin: 0;
	float: left;
	display: block; }
.nav li ul { /*put the subnav below*/
	display: none;
	position: absolute;
	top: 26px;
	/*top: 37px; /*reposition for IE*/
	left: 0;
	background-color: #000066;
	width: 1000px;
	margin: 0;
	padding: 0; }
.nav li a {
	display: block;
	height: 14px;
	margin-top: 6px;
	padding-top: 2px;
	padding-bottom: 3px;
	padding-left: 10px;
	padding-right: 10px;
	border-bottom: 3px solid transparent; }
.nav li ul a {
	float: left; /*ie doesn't inherit the float*/
	border: 0;
	color: #ff6600;
	width: auto;
	margin: 0;
	padding-top: 3px;
 	padding-bottom: 3px; }
.nav li:hover ul {
	display: block;
	z-index: 8; }
.nav li:hover a {
	color: #ff6600; }
.nav li ul a:hover {
	border: 0;
	color: white; }
#nav2 {
	width: 400px;
	margin-left: 600px; }
#nav2 li ul {
	margin-left: -600px; }
.rechts {
 	float: right; }
#rechtser {
 	margin-right: 3px; }
.nav li a.klein {
 	font-size: 10px; 
 	padding-bottom: 0px;
 	padding-left: 7px;
 	padding-right: 7px;
 	margin-top: 9px; }
.ie6 .nav li { /*ie6 aanpassingen*/
 	margin-top: 8px; }
.ie6 #menutent {
/*	margin-top: 4px;*/
	height: 20px; }
.ie6 #menutent a {
	border: none; }
.ie6 .nav li ul li {
 	margin-top: 0; }
.ie6 .nav li ul {
	display: none; }
.ie6 .nav li a, .ie6 .nav li a.klein {
	display: inline;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	color: white; }
.ie6 .nav li a:hover, .ie6 .nav li a.klein:hover {
	color: #FF6600; }

/*navigatie afbeeldingen*/

.tent a, body#menutent .tent a {
	background-color: transparent;
	background-image:url("afbeeldingen/home.png");
	background-repeat: no-repeat;
	background-position: 10px 1px; }
.nav .tent a {
	margin: 0; }
.tent a:hover, body#menutent .tent a:hover {
	background-color: transparent;
	background-image:url("afbeeldingen/homie.png");
	background-repeat: no-repeat; }
.nav li a#tent {
	padding-top: 0;
	padding-bottom: 1px;
	padding-right: 8px; }
.rss a, body#menurss .rss a:hover {
	background-color: transparent;
	background-image:url("afbeeldingen/feed10s.png");
	background-repeat: no-repeat;
	background-position: 9px 1px; }
.rss a:hover, body#menurss .rss a {
	background-color: transparent;
	background-image:url("afbeeldingen/feed10t.png");
	background-repeat: no-repeat; }
.rss2 a {
	background-color: transparent;
	background-image:url("afbeeldingen/feed13s.png");
	background-repeat: no-repeat;
	background-position: 2px 3px; }
.rss2 a:hover {
	background-color: transparent;
	background-image:url("afbeeldingen/feed13t.png");
	background-repeat: no-repeat; }
.facebook a {
	background-color: transparent;
	background-image:url("afbeeldingen/facebook.png");
	background-repeat: no-repeat;
	background-position: 0px -1px;
	margin-left: 10px; }
.facebook a:hover {
	background-color: transparent;
	background-image:url("afbeeldingen/faceboo.png");
	background-repeat: no-repeat; }
.hyves a {
	background-color: transparent;
	background-image:url("afbeeldingen/hyves.png");
	background-repeat: no-repeat;
	background-position: 0px -1px; }
.hyves a:hover {
	background-color: transparent;
	background-image:url("afbeeldingen/hiv.png");
	background-repeat: no-repeat; }

/*lichaam*/

#segment3 {
	clear: both; }
#segment3b {
	width: 1000px;
	margin-left: auto;
	margin-right: auto; }
.contentbreed {
	width: 720px;
	float: left;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px;
	background-color: white;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	-opera-border-radius: 12px;
	-khtml-border-radius: 12px;
	border-radius: 12px; }

/*lightbox*/

.storycontent .gallery, .entry .gallery {
	margin-left: 10px; }
.storycontent .gallery img, .entry .gallery img {
	border: none; }
.storycontent .gallery-item, .storycontent .gallery-item {
	margin: 0; }
#lightbox-image {
	margin: 0; }
#lightbox-image-details {
	font-family: Trebuchet MS, Verdana, Arial, sans-serif;
	font-size: 10px;
	text-transform: uppercase; }

/*pagina tent*/

#abo {
	padding-left: 10px; }
#abo br {
	display: none; }

/*pagina agenda*/

.es, .ve, .wi, .le, .be {
	font-size: 18px;
	display: none; }
.estas .es, #toon .es {
	display: inline;
	color: #008000; }
.verkenners .ve, #toon .ve {
	display: inline;
	color: #066ec9; }
.wilde .wi, #toon .wi {
	display: inline;
	color: #a7006f; }
.leiding .le, #toon .le {
	display: inline;
	color: #ffc202; }
.bestuur .be, #toon .be {
	display: inline;
	color: #ad532f; }
.feestdagen {
	display: none; }
.datum span {
	display: none; }
.datum .January, .datum .February, .datum .March, .datum .April, .datum .May, .datum .June, .datum .July, .datum .August, .datum .September, .datum .October, .datum .November, .datum .December {
	display: inline; }
table#agenda {
	width: 480px;
	border-collapse: collapse;
	margin-left: 10px;
	margin-right: 10px; }
table#agenda td {
	border-bottom: 1px solid gray;
	border-top: 1px solid gray; }
table#agenda td.cirkel {
	text-align: right;
	padding-right: 5px; }

/*pagina's leden agenda*/

#estaagenda tr, #verkennersagenda tr, #vaartagenda tr {
	display: none; }
#estaagenda tr.estas, #verkennersagenda tr.verkenners, #vaartagenda tr.wilde {
	display:  table-row; }

/*pagina webshop*/

#segmentwebshop {
	position: absolute;
	top: 73px;
	left: 0px;
	right: 0px;
	bottom: 0px; }

/*pagina locatie's*/

.loc {
	width: 240px;
	float: left; }
.loc p {
	padding-right: 0px; }
#gmap {
	clear: both;
	float: left; }

/*sidebar*/

.ie6 #menutent #sidebar {
	margin-right: 3px; }

/*widget agenda*/

table#agendawidget {
	width: 100%;
	border-collapse: collapse;
	margin-top: 2px;
	margin-bottom: 3px; }
table#agendawidget td {
	border-bottom: 1px solid gray;
	border-top: 1px solid gray;
	text-align: left; }
table#agendawidget td.cirkel {
	text-align: right;
	padding-right: 3px; }

/*widget sponsors*/

#random_image_wrapper img {
	margin-right: 0px; } /*ie6*/

/*widget cwo en leden*/

#sidebar ul li ul li ul#kb, #sidebar ul li ul li ul#mb, #sidebar ul li ul li ul#hoe, #sidebar ul li ul li ul#rt, #sidebar ul li ul li ul#es, #sidebar ul li ul li ul#vk {
	margin-left: 25px; }

/*widget restauratie Fram*/

.selectie a {
	color: black; }
.selectie a:hover {
	color: black;
	text-decoration: none; }

/*widget Facebook*/

.fan_box .connections {
	padding-left: 5px; }

/*footer*/

#footer {
	clear: both;
	height: 220px;
	width: 100%;
	background: #000066;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 12px;
	color: white; }
#footer a {
	color: white; }
#footer a:hover {
	color: #FF6600;
	text-decoration: none; }
#voet {
	background-color: #000066;
	height: 215px;
	width: 1000px;
	margin-left: auto;
	margin-right: auto; }
#voetlijst ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	margin-top: 10px;
	width: 194px;
	height: 115px;
	float: left;
	text-transform: uppercase;
	line-height: 150%; }
#voetlijst ul li ul li {
	padding-left: 18px; }
#voettekst {
	clear: both;
	width: 972px;
	padding-left: 10px;
	padding-right: 14px;
	border-top: 1px solid white; }
#voetnaam {
	float: right; }
	
/*reactieformulier*/

#reactiesegment1 {
	background-color: white;
	clear: both;
	height: 159px; }
#reactiekop {
	width: 600px;
	height: 150px;
	border-top: 5px solid white;
	border-bottom: 4px solid white;
	margin-left: auto;
	margin-right: auto; }
#reactielogo {
	position: absolute ;
	top: 70px;
	margin-left: 12px; }
#reactieblauw {
	clear: both;
	height: 73px;
	width: 100%;
	background-color: #000066; }
#reactieform {
	background-color: white;
	width: 500px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	padding: 10px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	-opera-border-radius: 12px;
	-khtml-border-radius: 12px;
	border-radius: 12px; }
#bericht {
	width: 480px;
	max-width: 480px; }
#verstuurd {
	text-align: right; }
#verstuur {
	width: 150px; }