

/* Copyright
-------------------------------------------------------------
	MediaWiki MonoBook style sheet for CSS2-capable browsers.
	Copyright Gabriel Wicke - http://wikidev.net/
	License: GPL (http://www.gnu.org/copyleft/gpl.html)
	Adapted for Slingerland Kampeerbungalows by Bart Slingerland.

/* Color index
-------------------------------------------------------------
	text:        #381f00  ( 56,  31, 0)
	background:  #ffffe4  (255, 255, 238)
	border:      #afaa80  (175, 170, 128)
	toccolours:  #f5f8e2  (245, 248, 226)
	dark green:  #115500
	body:        #e5eaca

/* General
-------------------------------------------------------------*/
body {
	font-size: x-small;
	font-family: Arial, Helvetica, sans-serif;
	background: #e5eaca; /* #d4dbb5; /*#e7eccf; /* #ebefd8 */
	color: #381f00;
	margin: 0;
	padding: 0;
}
#globalWrapper {
	font-size: 127%;
	width: 100%;
	margin: 0;
	padding: 0;
}
.visualClear {
	clear: both;
}
#column-content {
	width: 100%;
	float: right;
	margin: 0 0 .6em -12.2em;
	padding: 0;
}
#content {
	margin: 1.7em 0 0 12.2em;
	padding: 0 1.4em 1.5em 1.4em;
	background: #ffffe4;
	color: #381f00;
	border: 1px solid #779933;
	border-right: none;
	line-height: 1.5em;
	position: relative;
	z-index: 2;
	color: #381f00;
}
#column-one {
	padding-top: 160px;
}
table {
	font-size: 100%;
	background: none;
	color: #381f00;
}
a {
	text-decoration: none;
	color: #115500;
	background: none;
}
a:visited {
	color: #115500;
}
a:active {
	color: #115500;
}
a:hover {
	text-decoration: underline;
}
#content a {
	text-decoration: underline;
}
img {
	border: none;
	vertical-align: middle;
}
p {
	margin: .2em 0 .5em 0;
	line-height: 1.5em;
}
p img {
	margin: 0;
}
hr {
	height: 1px;
	color: #afaa80;
	background-color: #afaa80;
	border: 0;
	margin: .2em 0;
}
h1, h2, h3, h4, h5, h6 {
	color: #381f00;
	background: none;
	font-weight: bold;
	margin: .55em 0 .3em;
	padding: .17em 0;
}
h1 {
	font-size: 142%;
	margin: 0.6em 0 1em;
	color: #381f00;
        border-bottom: 1px solid #A1B596 !important;
}
h2 {
	font-size: 132%;
	color: #115500;
	line-height: 1.1em;
}
h3 {
	font-size: 116%;
	line-height: 1.1em;
}
h4 {
	color: #115500;
	font-size: 107%;
}
h5 {
	font-size: 100%;
}
h6 {
	font-size: 90%;
}

h2.subkop {
	position: relative;
	top: -0.9em;
	font-size: 120%;
	line-height: 0.9em;
	overflow: visible;
	font-weight: normal !important;
	font-style: italic;
}
ul {
	line-height: 1.5em;
	list-style-type: square;
	margin: .3em 0 0 1.5em;
	padding: 0;
	list-style-image: url(/skins/monobook/bullet.gif);
}
ol {
	line-height: 1.5em;
	margin: .3em 0 0 3.2em;
	padding: 0;
	list-style-image: none;
}
li {
	margin-bottom: .1em;
}
dt {
	font-weight: bold;
	margin-bottom: .1em;
}
dl {
	margin-top: .2em;
	margin-bottom: .5em;
}
dd {
	line-height: 1.5em;
	margin-left: 2em;
	margin-bottom: .1em;
}
fieldset {
	border: 1px solid #779933;
	margin: 1em 0 1em 0;
	padding: 0 1em 1em;
	line-height: 1.5em;
}
legend {
	background: white;
	padding: .5em;
	font-size: 95%;
}
form {
	border: none;
	margin: 0;
}
textarea {
	width: 100%;
	padding: .1em;
	border: 1px solid #115500;
}
input.historysubmit {
	padding: 0 .3em .3em .3em !important;
	font-size: 94%;
	cursor: pointer;
	height: 1.7em !important;
	margin-left: 1.6em;
}
select {
	vertical-align: top;
}
abbr, acronym, .explain {
	border-bottom: 1px dotted #381f00;
	color: #381f00;
	background: none;
	cursor: help;
}
q {
	font-family: Times, "Times New Roman", serif;
	font-style: italic;
}
/* disabled for now
blockquote {
	font-family: Times, "Times New Roman", serif;
	font-style: italic;
}*/
code {
	background-color: #f5f8e2;
}
pre {
	padding: 1em;
	border: 1px dashed #779933;

	color: #381f00;
	background-color: #f5f8e2;
	line-height: 1.1em;
}
#f-project, #t-keywords {
	display: none !important;
}
input[type='text'], input[type='password'], input[type='file'] {
	color: #381f00;
	background: white;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #115500;
	padding-left: 2px;
}

/* Content styles
-------------------------------------------------------------*/
#siteSub {
	display: none; 
}
#contentSub {
	font-size: 84%;
	float: right;
	position: relative;
	top: -0.5em;
	margin: 0 1em 1.4em 1em;
	line-height: 1.2em;
	color: #7d7d7d;
	width: auto;
}
span.subpages {
	display: block;
}
#siteNotice {
	position: absolute;
        top: 0;
        left: 0;
        width: 100%;
	text-align: center;
	font-size: 95%;
	padding: 0.5em .9em 0;
}
#siteNotice p {
	margin: 0;
	padding: 0;
}
.error {
	color: red;
	font-size: larger;
}
#catlinks {
	border: 1px solid #afaa80;
	background-color: #f5f8e2;
	padding: 5px;
	margin-top: 1em;
	clear: both;
}
.center {
	width: 100%;
	text-align: center;
}
*.center * {
	margin-left: auto;
	margin-right: auto;
}
.small, .small * {
	font-size: 94%;
}
table.small {
	font-size: 100%;
}
#toc,
.toc {
	border: 1px solid #afaa80;
	background-color: #f5f8e2;
	padding: 5px;
	font-size: 95%;
	text-align: center;
}
#toc h2,
.toc h2 {
	display: inline;
	border: none;
	padding: 0;
	font-size: 100%;
	font-weight: bold;
}
#toc ul,
.toc ul {
	list-style-type: none;
	list-style-image: none;
	margin-left: 0;
	padding-left: 0;
	text-align: left;
}
#toc ul ul,
.toc ul ul {
	margin: 0 0 0 2em;
}
.portlet ul ul {
	margin: 0.1em 0 0.1em 1.5em;
	font-size: 92%;
}
#toc .toctoggle,
.toc .toctoggle {
	font-size: 94%;
}
#toc a, .toc a, .toccolours a {
	text-decoration: none !important;
}
#toc a:hover, .toc a:hover, .toccolours a:hover {
	text-decoration: underline !important;
}
.editsection {
	font-size: 8pt;
}
.toccolours {
	border: 1px solid #afaa80;
	background-color: #f5f8e2;
	padding: 5px;
	font-size: 95%;
}
table.wrapper {
	border: none;
	background: none;
	padding: 0;
}
table.wrapper td {
	vertical-align: top;
}
#table-sitemap {
	width: 300px;
	margin: 2em 0 2em 0;
}
#table-sitemap ul ul {
	margin: 0 0 0 2em;
}
.special li {
	line-height: 1.4em;
	margin: 0;
	padding: 0;
}
span.user {
	font-weight: bold;
	margin: 0 !important;
	padding: 0 !important;
}

/* Images
-------------------------------------------------------------*/
div.floatright, table.floatright {
	clear: right;
	float: right;
	position: relative;
	margin: 0 0 .5em .5em;
	border: 0;
/*
	border: .5em solid white;
	border-width: .5em 0 .8em 1.4em;
*/
}
div.floatright p { font-style: italic; }
div.floatleft, table.floatleft {
	float: left;
	position: relative;
	margin: 0 .5em .5em 0;
	border: 0;
/*
	margin: .3em .5em .5em 0;
	border: .5em solid white;
	border-width: .5em 1.4em .8em 0;
*/
}
div.floatleft p { font-style: italic; }
div.thumb {
	margin-bottom: .5em;
	border-style: solid;
	border-color: #ffffe4;
	width: auto;
}
div.thumb div {
	border: 1px solid #afaa80;
	padding: 3px !important;
	background-color: #f5f8e2;
	font-size: 94%;
	text-align: center;
	overflow: hidden;
}
div.thumb div a img {
	border: 1px solid #afaa80;
}
div.thumb div div.thumbcaption {
	border: none;
	text-align: left;
	line-height: 1.4em;
	padding: .3em 0 .1em 0;
}
div.magnify {
	float: right;
	border: none !important;
	background: none !important;
}
div.magnify a, div.magnify img {
	display: block;
	border: none !important;
	background: none !important;
}
div.tright {
	clear: right;
	float: right;
	border-width: .5em 0 .8em 1.4em;
	border-color: #ffffe4;
}
div.tleft {
	float: left;
	margin-right: .5em;
	border-width: .5em 1.4em .8em 0;
	border-color: #ffffe4;
}
table.gallery {
	border: 1px solid #afaa80;
	margin: 2px;
	padding: 2px;
	background-color: white;
}
table.gallery tr {
	vertical-align: top;
}
table.gallery td {
	vertical-align: top;
	background-color: #f5f8e2;
	border: solid 2px white;
}
div.gallerybox {
	margin: 2px;
	width: 150px;
}
div.gallerybox div.thumb {
	text-align: center;
	border: 1px solid #afaa80;
	margin: 2px;
}
div.gallerytext {
	font-size: 94%;
	padding: 2px 4px;
}
table.metadata {
	font-size: 0.8em;
	margin-left: 0.5em;
	margin-bottom: 0.5em;
}
table.metadata caption {
	font-weight: bold;
}
table.metadata th {
	font-weight: normal;
}
table.metadata td {
	padding: 0.1em;
}
table.metadata {
	border: none;
	border-collapse: collapse;
}
table.metadata td, table.metadata th {
	text-align: center;
	border: 1px solid #aaaaaa;
	padding-left: 0.1em;
	padding-right: 0.1em;
}
table.metadata th {
	background-color: #f5f8e2;
}
table.metadata td {
	background-color: #fcfcfc;
}
ul#filetoc {
	text-align: center;
	border: 1px solid #aaaaaa;
	background-color: #f5f8e2;
	padding: 5px;
	font-size: 95%;
	margin-bottom: 0.5em;
	margin-left: 0;
	margin-right: 0;
}
#filetoc li {
	display: inline;
	list-style-type: none;
	padding-right: 2em;
}
.fullImageLinkImg {
	background: none !important;
	padding-right: 0 !important;
}

/* Anchor link images
-------------------------------------------------------------*/
#bodyContent a[href ^="http://"],
#bodyContent a[href ^="gopher://"] {
	background: url(/skins/monobook/external.png) center right no-repeat;
	padding-right: 13px;
}
#bodyContent a[href ^="https://"],
.link-https {
	background: url(/skins/monobook/lock_icon.gif) center right no-repeat;
	padding-right: 16px;
}
#bodyContent a[href ^="mailto:"],
.link-mailto {
	background: url(/skins/monobook/mail_icon.gif) center right no-repeat;
	padding-right: 18px;
}
#bodyContent a[href ^="news://"] {
	background: url(/skins/monobook/news_icon.png) center right no-repeat;
	padding-right: 18px;
}
#bodyContent a[href ^="ftp://"],
.link-ftp {
	background: url(/skins/monobook/file_icon.gif) center right no-repeat;
	padding-right: 18px;
}
#bodyContent a[href ^="irc://"],
.link-irc {
	background: url(/skins/monobook/discussionitem_icon.gif) center right no-repeat;
	padding-right: 18px;
}
/* disable interwiki styling */
#bodyContent a.extiw,
#bodyContent a.extiw:active {
	background: none;
	padding: 0;
}
#bodyContent a.external {
}
/* this can be used in the content area to switch off
special external link styling */
#bodyContent .plainlinks a {
	background: none !important;
	padding: 0;
}

/* Structural elements
-------------------------------------------------------------*/
.portlet {
	border: none;
	margin: 0 0 .5em;
	padding: 0;
	float: none;
	width: 11.6em;
	overflow: hidden;
}
.portlet h4 {
	font-size: 95%;
	font-weight: normal;
	white-space: nowrap;
}
.portlet h5 {
	background: none;
	padding: 0 1em 0 .5em;
	display: inline;
	height: 1em;
	text-transform: lowercase;
	font-size: 91%;
	font-weight: normal;
	white-space: nowrap;
}
.portlet h6 {
	background: #ffae2e;
	border: 1px solid #2f6fab;
	border-style: solid solid none solid;
	padding: 0 1em 0 1em;
	text-transform: lowercase;
	display: block;
	font-size: 1em;
	height: 1.2em;
	font-weight: normal;
	white-space: nowrap;
}
.pBody {
	font-size: 13px;
	background-color: #ffffe4;
	color: #381f00;
	border-collapse: collapse;
	border: 1px solid #779933;
	padding: 0 .5em .3em;
}
.portlet h1,
.portlet h2,
.portlet h3,
.portlet h4 {
	margin: 0;
	padding: 0;
}
.portlet ul {
	list-style-type: square;
	list-style-image: url(/skins/monobook/bullet.gif);
	font-size: 95%;
}
.portlet ul li {
	padding: 0.15em 0;
	margin: 0;
	line-height: 1.25em;
}
.portlet ul ul li {
	padding: 0.1em 0;
}
#p-navigation, #p-Navigatie {
	position: relative;
	z-index: 3;
}
#p-right {
	float: right;
	z-index: 3;
}
#p-search {
	position: relative;
	z-index: 3;
}
#p-search .pBody {
	text-align: center;
}
input.searchButton {
	margin-top: 1px;
	font-size: 95%;
}
#searchGoButton {
	padding-left: .5em;
	padding-right: .5em;
/*  font-weight: bold; */
}
#searchInput {
	width: 10em;
	margin: 0;
	font-size: 95%;
}
#p-search .pBody {
	padding: .5em .4em .4em .4em;
}
#p-personal {
	width: 100%;
	white-space: nowrap;
	padding: 0;
	margin: 0;
	position: absolute;
	left: 0;
	top: 2px;
	z-index: 0;
	border: none;
	background: none;
	overflow: visible;
	line-height: 1.2em;
}
#p-personal h5 {
	display: none;
}
#p-personal .portlet,
#p-personal .pBody {
	padding: 0;
	margin: 0;
	border: none;
	z-index: 0;
	overflow: visible;
	background: none;
}
#p-personal ul {
	border: none;
	line-height: 1.4em;
	color: #381F00;
	padding: 0 2em 0 3em;
	margin: 0;
	text-align: right;
	text-transform: lowercase;
	list-style: none;
	z-index: 0;
	background: none;
}
#p-personal li {
	z-index: 0;
	border: none;
	padding: 0;
	display: inline;
	color: #381F00;
	margin-left: 1em;
	line-height: 1.2em;
	background: none;
}
#p-personal li a {
	text-decoration: none;
	padding-bottom: .2em;
	background: none;
}
#p-personal li a:hover {
	background-color: white;
	padding-bottom: .2em;
	text-decoration: none;
}
li#pt-userpage,
li#pt-anonuserpage,
li#pt-anonlogin,
li#pt-login {
	background: url(/skins/monobook/user.gif) top left no-repeat;
	padding-left: 20px;
	text-transform: none;
}
#p-tbx,
#p-lang {
	position: relative;
	z-index: 3;
}

/* Logo
-------------------------------------------------------------*/
#p-logo {
	z-index: 3;
	position: absolute; /*needed to use z-index */
	top: 0;
	left: 0;
	height: 155px;
	width: 12em;
	overflow: visible;
}
#p-logo h5 {
	display: none;
}
#p-logo a,
#p-logo a:hover {
	display: block;
	height: 155px;
	width: 12.2em;
	background-repeat: no-repeat;
	background-position: 35% 50% !important;
	text-decoration: none;
}

/* Footer
-------------------------------------------------------------*/
#footer {
	background-color: #ffffe4;
	border-top: 1px solid #779933;
	border-bottom: 1px solid #779933;
	margin: .6em 0 1em 0;
	padding: .4em 0 1.2em 0;
	text-align: center;
	font-size: 90%;
}
#footer li {
	display: inline;
	margin: 0 1.3em;
}
/* hide from incapable browsers */
head:first-child+body #footer li { white-space: nowrap; }
.footericon-left, .footericon-right {
	position: relative;
	top: -1px;
	display: inline;
	height: 1%;
}
.footericon-right {
	float: right;
	margin-right: 8px;
}
.footericon-left {
	float: left;
	margin-left: 8px;
}
#f-copyrightico {
	float: left;
	height: 1%;
}

/* Main Page specific
-------------------------------------------------------------*/
td.mainleft {
	width: 50%;
	padding: 0 1em 0.5em 0;
	vertical-align: top;
}
td.mainright {
	width: 50%;
	padding: 0 0 0.5em 1em;
	vertical-align: top;
}

/* Various
-------------------------------------------------------------*/
.redirectText {
	font-size: 150%;
	margin: 5px;
}
.printfooter {
	display: none;
}
span.newpage, span.minor, span.searchmatch {
	font-weight: bold;
}
span.searchmatch {
	color: red;
}
.sharedUploadNotice {
	font-style: italic;
}
span.updatedmarker {
	color: #381f00;
	background-color: #0f0;
}
span.newpageletter {
	font-weight: bold;
	color: #381f00;
	background-color: yellow;
}
span.minoreditletter {
	color: #381f00;
	background-color: #c5ffe6;
}
span.comment {
	font-style: italic;
}
span.changedby {
	font-size: 95%;
}
.previewnote {
	text-align: center;
	color: #cc0000;
}
.editExternally {
	border: 1px solid gray;
	background-color: #ffffff;
	padding: 3px;
	margin-top: 0.5em;
	float: left;
	font-size: small;
	text-align: center;
}	
.editExternallyHelp {
	font-style: italic;
	color: gray;
}
li span.deleted {
	text-decoration: line-through;
	color: #888;
	font-style: italic;
}
.toggle {
	margin-left: 2em;
	text-indent: -2em;
}
div.errorbox {
	background-color: #fee;
	border: 1px solid #f00;
	color: black;
	font-size: 90%;
	margin: 1.2em 0 1em;
	padding: .4em .7em;
	vertical-align: middle;	
}
div.errorbox h3 {
	font-size: 118%;
	font-weight: bold;
	color: #600;
}
.boxright {
	border: 1px dashed green;
	float: right;
	clear: right;
	padding: 1em;
	margin: 0 0 0.5em 1em;
	clear: right;
	width: 150px;
	font-size: smaller;
}
.bordered {
	margin-top: 0.2em;
        margin-bottom: 0.5em;
	border: 1px solid #115500;
}
.bright {
	float: right;
	clear: right;
	margin-left: 1em;
        margin-right: 0;
}
.bleft {
	float: left;
	margin-left: 0;
        margin-right: 1em;
}

/* IE/Mac fixes
-------------------------------------------------------------*/
/* footer icons need a fixed width */
* > html #f-poweredbyico,
* > html #f-copyrightico { width: 88px; }
* > html #bodyContent,
* > html #bodyContent pre {
	overflow-x: auto;
	width: 100%;
	padding-bottom: 25px;
}
/* more IE fixes */
/* float/negative margin brokenness */
* html #footer {margin-top: 0;}
* html #column-content {
	display: inline;
	margin-bottom: 0;
}
* html div.editsection { font-size: smaller; }
#pagehistory li.selected { position: relative; }
/* Mac IE 5.0 fix; floated content turns invisible */
* > html #column-content {
	float: none;
}
* > html #column-one {
	position: absolute;
	left: 0;
	top: 0;
}
* > html #footer {
	margin-left: 13.2em;
}
input#wpSave, input#wpDiff {
	margin-right: 0.33em;
}


