/*  
Theme Name: gavanderlugtstichting 2019
Theme URI: http://www.gavanderlugtstichting.nl/
Description: Het thema voor gavanderlugtstichting.nl
Version: 1.3
Author: Daniel Hoitink Fotografie
Author URI: http://www.hoitinkfotografie.nl/
*/

* {
	margin: 0px;
	padding: 0px;
}

body {
	background:#BDC24E url(images/bg.gif) no-repeat center top;
	color:#514636;
	font:0.9em/160% Georgia, "Times New Roman", Times, serif;
	padding-bottom: 15px;
}

#container, #footer, #top, #head{width:1000px}
#splash, #container_content, #bgtop{width:980px}
#container, #head, #footer, #container_content{margin:0 auto}

#container {
	background: #fff;
	clear:left;
}

#head, #splash {position:relative;}

#splash {
	height:265px;
	margin:0 auto 0px;
	background: url(images/bg-header.jpg) no-repeat left top;
	display:none;
}

#logo {
	position:absolute;
	left:10px;
	top:12px;
}

#sidebar{
	float:left;
	width:170px;
	padding: 0px 15px;
}

#submenu {
	width:200px;
	float:left;
	padding: 10px 15px 15px 25px;
}

#content{
	float: left;
	width: 510px;
	padding: 10px 15px 15px;
	background: url(images/watermerk.gif) no-repeat center 70px;
	/*min-height hack*/
	min-height:420px;
	height:auto !important;
	height:420px;
	/*End hack*/

}

#top{height:85px;}

#container_content {
	background: url(images/bg-page.gif) repeat-y left top;
}

#bgtop {
	height:20px;
	background: url(images/bg-page-top.gif) no-repeat left top;
}

#footer{
	position:relative;
	height: 60px;
	left: 0px;
	color:#666;
	font-size:95%;
	background: #fff url(images/bg-footer.gif) no-repeat center top;
}


/*LISTS*/

ul{list-style: disc outside;margin-bottom:15px;}

ul li {margin-left: 30px;}

ul.mainnav{
	text-transform: uppercase;
	list-style: none;
	font: bold 0.9em/1.8em Arial, Helvetica, sans-serif;	
}

ul.mainnav li{
	padding-left:8px;
	background: url(images/bg-mainnav.gif) no-repeat left bottom;
	margin-left: 0px;
	margin-bottom:10px;
	padding-bottom:3px;
}

ul.mainnav li a {
	text-decoration:none;
	color: #fff;

}

ul.mainnav li.current_page_item, ul.mainnav li.current_page_parent{
background: url(images/bg-mainnav-active.gif) no-repeat left bottom;
}

ul.subnav{font-size:1em;list-style: none; line-height:1.8em;}

ul.subnav li {
	background: url(images/blt-submenu.gif) no-repeat left 14px;
	padding-left: 13px;
	padding-top:5px;
	padding-bottom:5px;
	margin-left: 0px;
	border-bottom: 1px solid #B1AC6D;	
}

ul.subnav li.current_page_item {font-weight: bold;}

ul.subnav li a{
text-decoration:none;

}
ul.subnav li a:hover{text-decoration:underline;}

/*HEADERS*/

h1, h1 a, h2, h2 a, h3, h3 a {font-weight: normal; color:#514636;}

h1{
	font-size:1.6em;
	padding-bottom:10px;
	line-height:100%;
	margin-bottom:25px;
	background: url(images/underline.gif) repeat-x left bottom;
}

h2{
	font-size:1.3em;
	margin-bottom:10px;
}

h2.listheader {
margin-bottom:30px;
}

p{margin-bottom:10px}

p.end {
	background: url(images/end.png) no-repeat center top;
	height:31px;
}

p.edit{
	text-transform: uppercase;
	font: 0.85em Arial, Helvetica, sans-serif;
}

p.copyright{
	padding-top:15px;
	text-align:center;
	text-transform: uppercase;
	font: 0.75em Arial, Helvetica, sans-serif;
	color: #5C6022;
}


/*LINKS*/

a{text-decoration:underline;color:#514636;}

a img {border:none;}

p.copyright a {
	color: #5C6022;
	text-decoration:none;
}


/*IMAGES*/

img.right-border,img.left-border, img.alignleft, img.alignnone, span.vvqbox {
	background:#fff;
	border:1px solid #ccc;
	padding:4px
}

img.right-border,img.right {
	float:right;
	margin:5px 0 5px 10px;
}

img.left-border,img.left, img.alignleft {
	float:left;
	margin:5px 10px 5px 0;
}

.item{
	margin-bottom: 15px;
	clear: both;
}