/*
Theme Name: bosgroepen mobiel thema
Theme URI: http://delynx.nl
Author: Dani&euml;l Schwitters
Author URI: http://www.delynx.nl/mensen.php
Description: Dit is het mobiele thema voor de algemene bosgroepen website.
Version: 1.0
*/


/*--standaard stijlen--*/
* {
	margin: 0;
	padding: 0;
}
#maincontentwrapper {
}

img a, a img {
	border: none #ffffff 0px;	
}
body {
	background-color: #FFF;
	font-family: 'Open Sans', sans-serif;
	height: 100%;
	font-size: 12px;
}
h3 {
	font-size: 13px;
	color: #000;
	font-weight: bold;
}

/*--clearfix--*/
.clearfix:before, .clearfix:after {
	content: ".";
	display: block;
	height: 0;
	overflow: hidden;
}
.clearfix:after {
	clear: both;
}
.clearfix {
	zoom: 1; /* IE < 8 */
}

/* classes */

.alignright {
	float:right;
	margin: 5px 0 0 20px;
}
.alignleft {
	float: left;
	margin: 5px 20px 0 0;
}
.aligncenter {
	display: block;
	clear: both;
	margin: 5px auto;
}
.newsdate {
	font-size: 11px;
	font-weight: normal;
	color: black;
	padding: 0 5px 0 0;
	height: 19px !important;
	font-style: italic;
}
.nieuwsoverzicht {
	font-weight: bold;
	color: white;
	text-decoration: none;
	float: right;
	padding: 2px 10px;
	background-color: #478cc5;
	-webkit-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
}
#mainleft #hometopblock #blocktwocontent a {
	font-weight: bold;
	color: RGB(116,65,67);
	text-decoration: none;
}
a.alignright {
	color: RGB(116,65,67);
	font-weight: bold;
	text-decoration: none;
	padding: 0 15px 0 0;
}
.hovercolor:hover {
	color: #478cc5;
}
.hidden {
	display: none;
}
/*--structuur--*/

/*--header + nav--*/
header {
	height: 25px;
	width: 100%;
	background-color: RGB(144,102,104);
}
/************************************/
/*	   START mainnav STYLING		*/
/*									*/
.hamburger-wrapper {
	padding: 0;
	position: fixed;
	top: 35px;
	right: 10px;
	width: 50px;
	z-index: 999;
}

.inner-hamburger-wrapper {
	width: 100%;
	padding: 3px 0;
	background-color: rgba(255, 255, 255, .8);
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}

.hamburger {
	width: 50%;
	height: 3px;
	margin: 4px auto;
	background: #744143;
	border-radius: 2px;
}

.navigation-wrapper {
	background: #000;
	background: rgba(0, 0, 0, .9);
	padding: 10px 0 0 0;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 900;
	display: none;
}

.navigation {
	padding: 5px 5% 0 5%;
	display: none;
}

.show-menu {
	display: block;
}

.navigation li {
	list-style: none;
	margin: 50px 0;
	transition: all ease .6s;
} .navigation li.small-padding {
	margin: 0;
  }

.navigation li a {
	display: block;
	padding: 5px 0 5px 1%;
	color: #bbb;
	text-decoration: none;
	font-size: 120%;
	letter-spacing: .1em;
	border-left: 3px solid #000;
	-moz-transition: all ease .3s;
	-webkit-transition: all ease .3s;
	-ms-transition: all ease .3s;
	-o-transition: all ease .3s;
	transition: all ease .3s;
}

.navigation li a:hover {
	color: #fff;
	padding-left: 2%;
	border-left: 3px solid #eee;
}

.navigation ul {
	padding: 0 0 0 35px;
	display:none;
}
.navigation li:hover > ul {
	display:block;
}

#mainnav{
	margin: 0 auto;
	width: 1280px;
	height: 36px;
	line-height: 36px;
	list-style-type: none;
	z-index: 99999;
	;
	text-transform: uppercase;
}
#mainnav ul{
	list-style: none;
	padding: 0;
	text-align: center;
	background-color: RGB(116,65,67);
	float: right;
}
#mainnav li{
	float: left;
	position:relative;
	line-height: 36px;
}
#mainnav a{
	color: #fff;
	display: block;
	float: left;
	height: 36px;
	height: auto;
	padding: 0 15px;
	text-decoration: none;
	font-weight:bold;
	font-size: 12px;
	min-width: 70px;
	background: RGB(116,65,67);
}
#mainnav ul ul{
	display:none;
	position: absolute;
	top: 36px;
	left: 0px;
	width: auto;
	z-index: 999999;
	text-align: left;
	text-transform: none;
}
#mainnav ul ul li{
	width: 100%;
}
#mainnav ul li:hover > ul {
	display: block;
}
#mainnav ul ul ul {
    left: 100%;
    top: -1px;
}
#mainnav ul ul ul ul {
    display: none !important;
}
#mainnav ul li ul li ul {
	width: 100%;
}
#mainnav ul li ul li{
	border-top: 1px solid #FFF;
	line-height:1.5em;
}
#mainnav ul li ul li a{
	padding: 5px 10px;
	font-size: 12px;
	width:170px;
	background-color: RGB(107,163,210);
}
#mainnav ul li ul li a:hover {
	background-color: RGB(71,140,197);
}
#mainnav ul li:first-of-type {
	border-left: solid 1px #FFF;
}
#mainnav ul li li:first-of-type {
	border-left: none;
}
#mainnav ul li{
	border-right: solid 1px #FFF;
}
#mainnav ul li li{
	border-right: none;
}
#mainnav li a:hover {
	background-color: RGB(144,102,104);
}
#mainnav .current-menu-item > a,
#mainnav .current-menu-ancestor > a,
#mainnav .current_page_item > a,
#mainnav .current_page_ancestor > a {
	background-color: #906668;
}
#mainnav li.submenuparent > a{
	background-image: url(images/menu-parent.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
#mainnav ul li:first-of-type ul{
/*	display: block; /* tijdelijk wel meteen uitklappen*/

/*									*/
/*	   END mainnav STYLING		*/
/************************************/
}
#navnsearch {
	/* float: right;
	margin: 0 138px 0 25px;
	text-transform: none;
	width: 275px; */
	display: none;
}
#navnsearch p {
}
#navnsearch p a {
	font-weight: normal;
	background-color: #906668;
	color: #fff;
	padding: 0 15px;
	text-decoration: none;
	font-size: 13px;
	min-width: 10px;
	background-image: url(img/searchnnav-separator.png);
	background-repeat: no-repeat;
	background-position: right center;
	float: left;
}
#navnsearch p a:hover {
	text-decoration: underline;
}
#navnsearch a.last {
	background-image: none;
}
#navnsearch #zoeken {
	margin: 7px 0 0 0;
}
#navnsearch .zoekinput {
	width: 80px;
	border: 1px solid RGB(116,65,67);
	float: left;
	height: 20px;
	padding: 0 0 0 10px;
}
#navnsearch .zoekbutton {
	width: 24px;
	height: 20px;
	float: left;
	border: none;
	margin: 1px 0 0 0;
	background-color: RGB(212,210,39);
	font-weight: bold;
	color: #FFF;
	cursor: pointer;
}
#mainwrapper {
	background-color: #FFFFFF;
	width: 100%;
	height: auto;
	bottom: 0px;
	top: 36px;
	left: 0;
	position: absolute;
	background-image: url(img/bruinebkg.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
#maincontentwrapper {
/* 	background-color: RGB(116,65,67);
	background-image: url(img/bkg2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
 */	
	background: none repeat scroll 0 0 rgba(255, 255, 255, 1) !important;
	width: 1000px;
	margin: 0 auto;
	min-height: 100%;
	top:0px;
	/* width:1280px; */
	width: 100%;
	right: auto;
}
#maincontent {
	/* width: 1000px;
	margin: 0 auto 120px; */
}
#mainleft {
	/* width: 700px;
	float: left; */
}
#mainleft #logo {
	/* width: 700px;
	height: 185px; */
}
#mainleft #logo img {
	margin: -20px 0 0 10px;
}

/*--- homepage items ---*/
#mainleft #hometopblock {
	/* width: 700px;
	height: 265px; */
}
#mainleft #hometopblock .hometopblockwrapper {
	/* width: 220px;
	height: 245px;
	float: left;
	margin: 0 12px 0 0; */
}
#mainleft #hometopblock .hometopblockwrapper  h2 {
	font-weight: normal;
	color: #FFF;
	font-size: 18px;
}
#mainleft #hometopblock .hometopblockwrapper h2 a {
	color: #FFF;
	text-decoration: none;
}
#mainleft #hometopblock .hometopblockwrapper h2 a:hover {
	color: #ECE17D;
	text-decoration: none;
}

#mainleft #hometopblock #blockoneheader {
	background-color: RGB(144,102,104);
	padding: 5px;
	height: 25px;
	margin: 25px 0 0 0;
}
#mainleft #hometopblock #blockonecontent {
	/* background-color: RGB(116,65,67);
	height: 182px; */
	padding: 10px;
	font-size: 13px;
	color: black;
	line-height: 16px;
}
#mainleft #hometopblock #blocktwoheader {
	background: #6ba3d2;
	padding: 5px;
	height: 25px;
}
#mainleft #hometopblock #blocktwoheader h2 {
	color: white;
}
#mainleft #hometopblock #blocktwoheader h2 a  {
	color: white;
	text-decoration: none;
}
/* #mainleft #hometopblock #blocktwoheader h2 a:hover {
	color: #478CC5;
	text-decoration: none;
} */
#mainleft #hometopblock #blocktwocontent {
	background-color: #FFF;
	/*height: 122px;*/
	height: auto;
}
#mainleft #hometopblock #blocktwocontent p {
	font-size: 13px;
    height: 55px;
    overflow: hidden;
    padding: 2px;
}
#mainleft #hometopblock #blocktwocontent h3 {
	font-size: 13px;
    height: 15px;
    overflow: hidden;
    padding: 2px;
}
#mainleft #hometopblock #blocktwocontent img {
	margin: 5px;
	float: left;
	width: 187px;
	height: 78px;
}
#mainleft #hometopblock .uitgelicht #blocktwocontent p:first-of-type {
	text-align: center;
}
#mainleft #hometopblock .uitgelicht #blocktwocontent p {
	padding: 5px;
}
#mainleft #hometopblock .uitgelicht #blocktwocontent p:last-of-type {
	margin-bottom: 5px;
}
#mainleft #hometopblock .uitgelicht #blocktwocontent p:first-of-type a {
	margin: 0 auto;
	padding: 0;
	float: none;
	border-radius: 0;
	background: #ffffff;
}
#mainleft #hometopblock .uitgelicht #blocktwocontent p {
	height: auto;
}
#mainleft #hometopblock .uitgelicht #blocktwocontent img {
	margin: 5px auto;
	float: none;
	width: 200px;
	height: 81px;
}
#mainleft #hometopblock #blocktwocontent a {
	/* font-weight: bold;
	color: RGB(116,65,67);
	text-decoration: none;
	padding: 0 10px; */
	margin: 15px 5px 0 0;
}
/* #mainleft #hometopblock #blocktwocontent a:hover {
	color: RGB(71,140,197);
} */
#mainleft #hometopblock #blockthreeheader {
	background-color: #906668;
	padding: 5px;
	height: 25px;
}
#mainleft #hometopblock #blockthreecontent {
	background-color: #744143;
	height: 66px;
	padding: 10px 0;
	margin: 0 0 10px;
	color: #FFF;
}
#mainleft #hometopblock #blockthreecontent #blockthreecontentwrapper {
	width: 320px;
	margin: 0 auto;
}
#mainleft #hometopblock #blockthreecontent #numberone {
	background-image: url(img/tmp/ecoadviesmob.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 100px;
	height: 66px;
	margin: 0 5px 5px;
	float: left;
}
#mainleft #hometopblock #blockthreecontent #numbertwo {
	background-image: url(img/tmp/bosbehenhoutmob.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 100px;
	height: 66px;
	margin: 0 0 5px;
	float: left;
}
#mainleft #hometopblock #blockthreecontent #numberthree {
	background-image: url(img/tmp/subsenbeleidmob.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 100px;
	height: 66px;
	margin: 0 5px 5px;
	float: left;
}
/* #mainleft #hometopblock #blockthreecontent #numberone:hover {
	background-image: url(img/tmp/ecoadvieshover.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#mainleft #hometopblock #blockthreecontent #numbertwo:hover {
	background-image: url(img/tmp/bosbehenhouthover.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#mainleft #hometopblock #blockthreecontent #numberthree:hover {
	background-image: url(img/tmp/subsenbeleidhover.png);
	background-repeat: no-repeat;
	background-position: left top;
} */
#mainleft #hometopblock #blockthreecontent a {
	text-decoration: none;
	color: #FFF;
}
#mainleft #hometopblock #blockthreecontent a:hover {
	text-decoration: none;
	color: #F8F8D6;
}
#mainleft #hometopblock #blockthreecontent a p {
	font-weight: bold;
	font-size: 16px;
	/* line-height: 45px; */
	padding: 9px 0 0 10px;
}
#mainleft #homebottomblock {
	/* width: 453px;
	height: 270px;
	margin: 0 0 0 232px; */
}
#mainleft #homebottomblock #homebottomblockheader {
	background: #744143;
	padding: 5px;
	height: 25px;
}
#mainleft #homebottomblock #homebottomblockheader h2 {
	font-size: 18px;
	font-weight: normal;
	color: white;
}
#mainleft #homebottomblock #homebottomblockheader h2 a {
	color: white;
	text-decoration: none;
}
/* #mainleft #homebottomblock #homebottomblockheader h2 a:hover {
	color: #478CC5;
	text-decoration: none;
} */
#mainleft #homebottomblock #homebottomblockcontent {
	background-color: #FFF;
	padding: 5px;
}
#mainleft #homebottomblock #homebottomblockcontent .newsitem {
	height: 65px;
	width: 100%;
	margin: 0 0 5px 0;
}
#mainleft #homebottomblock #homebottomblockcontent .newsitem p {
	line-height: 18px;
	height: 19px;
	overflow: hidden;
	font-size: 13px;
}
#mainleft #homebottomblock #homebottomblockcontent .newsitem h3 a {
	color: #468cc5;
	text-decoration: none;
}
#mainleft #homebottomblock #homebottomblockcontent .newsitem h3 a:hover {
	color: RGB(71,140,197);
}
#mainleft #homebottomblock #homebottomblockcontent .newsitem h3 {
	color: #468cc5;
	text-decoration: none;
	font-weight: normal;
	line-height: 16px;
	margin: 0 0 3px;
	font-size: 14px;
	height: 18px;
	overflow: hidden;
}
#mainleft #homebottomblock #homebottomblockcontent .newsitem img {
	float: left;
	margin: 0 8px 0 0;
}
/* #mainleft #homebottomblock #homebottomblockcontent a.nieuwsoverzicht:hover {
	color: RGB(71,140,197);
} */
#mainleft #hometopblock #homeleftblock #asideleftheader {
	background: #6ba3d2;
	padding: 5px;
	height: 25px;
}
#mainleft #hometopblock #homeleftblock #asideleftheader h2 {
	color: white;
	font-size: 18px;
    font-weight: normal;
}
#mainleft #hometopblock #homeleftblock #asideleftcontent {
	padding: 5px;
	margin: 0 0 10px;
}


/*--newspage--*/
#mainleft #newsblock {
	width: 100%;
}
#mainleft #newsblock #newsblockheader {
	background-image: url(img/transp-pixel.png);
	background-repeat: repeat;
	background-position: left top;
	padding: 5px 10px;
	height: 33px;
}
#mainleft #newsblock #newsblockheader h2 {
	color: RGB(116,65,67);
	font-size: 24px;
	font-weight: normal;
}
#mainleft #newsblock #newsblockheader h2 a {
	color: #744143;
	text-decoration: none;
}
#mainleft #newsblock #newsblockheader h2 a:hover {
	color: #478CC5;
	text-decoration: none;
}
#mainleft #newsblock #newsblockcontent {
	background-color: #FFF;
	padding: 5px;
}
#mainleft #newsblock #newsblockcontent .newsitem {
	min-height: 100px;
	width: 100%;
	margin: 0 0 5px 0;
}
#mainleft #newsblock #newsblockcontent .newsitem p {
	line-height: 15px;
}
#mainleft #newsblock #newsblockcontent .newsitem h3 a {
	color: #000;
	text-decoration: none;
}
#mainleft #newsblock #newsblockcontent .newsitem h3 a:hover {
	color: RGB(71,140,197);
}
#mainleft #newsblock #newsblockcontent .newsitem h3 {
	color: #000;
	text-decoration: none;
	margin: 0 0 3px;
	font-size: 12px;
	max-height: 34px;
	min-height: 15px;
	overflow: hidden;
}
#mainleft #newsblock #newsblockcontent .newsitem img {
	float: left;
	margin: 0 8px 0 0;
}
#mainleft #newsblock #newsblockcontent a.nieuwsoverzicht:hover {
	color: RGB(71,140,197);
}
#mainleft #newsblock #newsblockcontent ul {
	list-style-type: none;
	margin: 0 0 15px;
}
#mainleft #newsblock #newsblockcontent ul li {

}
#mainleft #newsblock #newsblockcontent ul li a {
	text-decoration: none;
	color: RGB(116,65,67);
}
#mainleft #newsblock #newsblockcontent ul li a:hover {
	text-decoration: none;
	color: RGB(71,140,197);
}

/*--categorypage items--*/
#mainleft #kruimelpad p {
	text-align: right;
	padding: 0 20px 15px 0;
	color: #FFF;
}
/*#mainleft #kruimelpad ul li {
	display: inline;
	color: #FFF;
}*/
#mainleft #kruimelpad p a {
	color: #FFF;
	text-decoration: none;
}
#mainleft #kruimelpad p a:hover {
	color: #FFF;
	text-decoration: underline;
}
#mainleft #firstitem #firstitemheader {
	background-image: url("img/transp-pixel.png");
    background-position: left top;
    background-repeat: repeat;
    height: 33px;
    padding: 5px 10px;
}
#mainleft #firstitem #firstitemheader h2 {
	color: RGB(116,65,67);
	font-size: 24px;
	font-weight: normal;
}
#mainleft #bottomblock #bottomblockcontent, 
#mainleft #bottomblocksingle #bottomblockcontent {
	background-color: #FFF;
	height: auto;
	padding: 5px;
}
#mainleft #firstitem #firstitemcontent {
	background-color: #FFF;
	height: auto;
	padding: 20px 0 0 20px;
}
#mainleft #bottomblock #bottomblockcontent {
	background-color: #FFF;
	padding: 5;
}
#mainleft #firstitem #firstitemcontent img {
	float: left;
	margin: 0 20px 0 0;
}
#mainleft #firstitem #firstitemcontent p {
	margin: 0 0 15px 0;
	padding: 0 20px 0 0;
}
#mainleft #firstitem #firstitemcontent p:last-of-type {
	margin: 0;
}
#mainleft #firstitem #firstitemcontent h3 a {
	color: #000;
	text-decoration: none;
}
#mainleft #firstitem #firstitemcontent h3 a:hover {
	color: RGB(71,140,197);
}

#mainleft .readmore a {
	font-weight: bold;
	color: #793F41;
	text-decoration: none;
}
#mainleft .readmore a:hover {
	color: #478CC5;
}
#mainleft .readmore {
	width: 100%;
	height: 30px;
	background-color: #FFF;
}
table {
	float: none;
    margin: 0;
    max-width: 610px !important;
    width: 100% !important;
}
#contentitemcontent table {
	float: none;
    margin: 0 0 15px 0;
    max-width: 610px !important;
    width: 100% !important;
}
#contentitemcontent table td:first-of-type {
    padding: 0 0 0 5px;
}
#mainleft #bottomblock #bottomblockheader, 
#mainleft #bottomblocksingle #bottomblockheader {
}

#mainleft #firstitem, #mainleft #bottomblock {
	width: 100%;
	/* margin: 0 0 15px; */	
}
#mainleft #bottomblocksingle {
	width: 100%;
	margin: 0;	
}
#mainleft #bottomlink {
	width: 100%;
	background-color: #FFFFFF;
	padding: 0 10px 10px;
}
#mainleft #bottomlink a {
	font-weight: bold;
	float: right;
	color: #744143;
	text-decoration: none;
}
#mainleft #bottomlink a:hover {
	color: RGB(71,140,197);
}
#mainleft #bottomblock #bottomblockheader h2,
#mainleft #bottomblocksingle #bottomblockheader h2 {
	font-size: 18px;
	font-weight: normal;
	color: white;
	background: #906668;
    height: 25px;
    padding: 5px;
}
#mainleft #bottomblock #bottomblockcontent .bottomblockitem {
	float: left;
	height: 107px;
	margin: 0 10px 10px 0;
	width: 315px;
	overflow: hidden;
}
#mainleft #bottomblock #bottomblockcontent .bottomblockitem.home {
	float: left;
	height: 65px;
	margin: 0 10px 10px 0;
	width: 315px;
	overflow: hidden;
}
#mainleft #bottomblock #bottomblockcontent .bottomblockitemrelated {
	float: left;
	height: 65px;
	margin: 0 10px 10px 0;
	width: 315px;
	overflow: hidden;
}
#mainleft #bottomblock #bottomblockcontent .bottomblockitem img, #mainleft #bottomblock #bottomblockcontent .bottomblockitemrelated img {
	float: left;
	margin: 0 5px 0 0;
}
#mainleft #bottomblock #bottomblockcontent .bottomblockitem h3, #mainleft #bottomblock #bottomblockcontent .bottomblockitemrelated h3 {
	line-height: 13px;
	margin: 0 0 5px;
}
#mainleft #bottomblock #bottomblockcontent .bottomblockitem h3 a, #mainleft #bottomblock #bottomblockcontent .bottomblockitemrelated h3 a {
	font-size: 12px;
	color: #000;
	text-decoration: none;
}
#mainleft #bottomblock #bottomblockcontent .bottomblockitem h3 a:hover, #mainleft #bottomblock #bottomblockcontent .bottomblockitemrelated h3 a:hover {
	color: #478CC5;
}

/*--single items---*/

#mainleft #bottomblocksingle #bottomblockheader h2 {
	font-size: 17px;
	font-weight: bold;
	padding: 5px 0 0;
}
#mainleft #bottomblocksingle #bottomblockcontent .bottomblockitem {
	float: left;
	height: 60px;
	margin: 0 10px 10px 0;
	width: 315px;
}
#mainleft #bottomblocksingle #bottomblockcontent .bottomblockitem img {
	float: left;
	margin: 0 5px 0 0;
}
#mainleft #bottomblocksingle #bottomblockcontent .bottomblockitem h3 {
	line-height: 13px;
}
#mainleft #bottomblocksingle #bottomblockcontent .bottomblockitem h3 a {
	font-size: 12px;
	color: #000;
	text-decoration: none;
}
#mainleft #bottomblocksingle #bottomblockcontent .bottomblockitem h3 a:hover {
	color: #478CC5;
}
#mainleft #contentitem {
	width: 100%;
	margin: 0 0 15px;	
}
#mainleft #contentitem #contentitemheader {
	min-height: 25px;
	padding: 5px;
	background: #744143;
}
#mainleft #contentitem #contentitemheader h1 {
	color: white;
	font-size: 18px;
	font-weight: normal;
}
#mainleft #contentitem h2 {
	color: #000000;
	font-size: 13px;
}
#mainleft #contentitem h3 {
	color: RGB(71,140,197);
	font-size: 12px;
}
#mainleft #contentitem a {
	color: RGB(71,140,197);
	text-decoration: none;
}
#mainleft #contentitem a:hover {
	color: #744143;
	text-decoration: none;
}


#mainleft #contentitem blockquote {
	font-style: italic;
	font-size: 15px;
	font-weight: normal;
	color: RGB(116,65,67);
	border-left: 2px solid RGB(116,65,67);
	padding: 15px;
	margin: 15px;
}
#mainleft #contentitem ul , #mainleft #contentitem ol{
	margin: 15px;
	padding: 0 0 0 5px;
}
#mainleft #contentitem #contentitemheader img {
	float: left;
	margin: 0 20px 0 0;
}
#mainleft #contentitem #contentitemheader p {
	margin: 0 0 15px 0;
	padding: 0 20px 0 0;
}
#mainleft #contentitem #contentitemheader p:last-of-type {
	margin: 0;
}
#mainleft #contentitem #contentitemheader a {
	font-weight: bold;
	color: #793F41;
	text-decoration: none;
}
#mainleft #contentitem #contentitemheader a:hover {
	color: #478CC5;
}
#mainleft #contentitem #contentitemcontent {
	background-color: #FFF;
	height: auto;
	padding: 0;
}
#mainleft #contentitem #contentitemcontent img {
	width: 100%;
	height: auto;
	max-width: 600px;
}
#mainleft #contentitem #contentitemcontent img.map {
	width: auto;
	height: auto;
}
#mainleft #contentitem #contentitemcontent #bosgroepenkaart {
	width: 250px;
	height: 250px;
	margin: 40px auto;
}
#mainleft #contentitem #contentitemcontent p:first-of-type {
	margin: 15px 0 15px;
}
#mainleft #contentitem #contentitemcontent p {
	margin: 0 0 15px;
	font-size: 13px;
	padding: 0 5px;
}
#mainleft #contentitem #contentitemcontent p:last-of-type {
	margin: 0;
}

#mainaside {
	/* width: 300px;
	float: right; */
}
#mainaside #subsitenav {
	/* width: 300px;
	height: 242px; */
}
#mainaside #subsitenav img {
	/* padding: 41px 0 0 50px; */
	width: 250px;
	margin: 0 auto;
}
#mainaside #asideblock {
	/* width: 300px;
	margin: 60px 0 0 0; */
}
#mainaside #asideblock #asideleftblock {
	/* width: 177px;
	float: left; */
}
#mainaside #asideblock #asideleftblock #asideleftheader {
	height: 33px;
	padding: 5px 10px;
	background-image: url(img/transp-pixel.png);
}
#mainaside #asideblock #asideleftblock #asideleftheader h2 {
	color: RGB(116,65,67);
	font-size: 24px;
	font-weight: normal;
}
#mainaside #asideblock #asideleftblock #asideleftheader h2 a {
	color: #744143;
	text-decoration: none;
}
#mainaside #asideblock #asideleftblock #asideleftheader h2 a:hover {
	color: #478CC5;
	text-decoration: none;
}

#mainaside #asideblock #asideleftblock #asideleftcontent {
	background-color: #FFF;
	padding: 10px;
}
#mainaside #asideblock #asideleftblock #asideleftcontent h3 {
	font-size: 12px;
	line-height: 14px;
	margin: 0 0 10px;
}
#mainaside #asideblock #asideleftblock #asideleftcontent h3 a {
	color: #000;
	text-decoration: none;
}
#mainaside #asideblock #asideleftblock #asideleftcontent h3 a:hover {
	color: RGB(71,140,197);
}
#mainaside #asideblock #asideleftblock #asideleftcontent p a {
	color: RGB(116,65,67);
	text-decoration: none;
	font-weight: bold;
	float: right;
}
#mainaside #asideblock #asideleftblock #asideleftcontent p a:hover {
	color: RGB(71,140,197);
}
#mainaside #asideblock #asiderightblock {
	/* width: 100px;
	float: right; */
}
#mainaside #asideblock #asiderightblock .asiderightitem {
	background-image: url(img/transp-pixel.png);
	margin: 0 0 15px;
}
#mainaside #asideblock #asiderightblock .asiderightitemcontent {
	width: 90px;
	height: 45px;
	vertical-align: middle;
	display: table-cell;
	padding: 0 5px;
}
#mainaside #asideblock #asiderightblock .asiderightitem p a {
	font-weight: bold;
	color: #744143;
	text-decoration: none;
	font-size: 12px;
}
#mainaside #asideblock #asiderightblock .asiderightitem p a:hover {
	color: #478CC5;
}
#mainaside #asideblock #asiderightblock .asiderightbanner {
	width: 100px;
}
#mainaside #asideblock #asiderightblock .asiderightbanner img {
	margin: 0 0 15px;
}

#zoekresultaten #searchform {
	margin: 15px 0;
}

/*--footer--*/
#footer {
	/* background-image: url(img/footer-bkg.png);
	height: 120px;
	width: 1280px;
	background-repeat: no-repeat;
	background-position: center bottom;
	margin: -120px auto 0; */
}
#footer {
	background: #744143;
}
#footer td {
	border-right: 5px solid white;
    font-size: 11px;
    font-weight: bold;
    padding: 5px 3px;
    width: 23%;
}
#footer td:last-of-type {
	border-right: 0px solid white;
}
#footer td a {
	color: white;
	text-decoration: none;
}

/*--page navi styling --*/
.wp-pagenavi {
    padding: 15px 0 10px 0;
	border-top: 1px solid #BFBFBF;
	margin: 0 20px 0 0;
	color: white;
}
.wp-pagenavi span.current {
    background-color: #906668;
	border: 0px solid #bfbfbf !important;
	padding: 8px 13px !important;
}
.wp-pagenavi span:first-of-type {
    margin: 2px 2px 2px 0;
}
.wp-pagenavi a {
    color: white;
    background-color: #744143;
	border: 0px solid #bfbfbf !important;
    margin: 2px;
    padding: 8px 13px !important;
    text-decoration: none;
}
.wp-pagenavi a.nextpostslink, .wp-pagenavi a.previouspostslink {
    color: #744143 !important;
    background-color: white !important;
	border: 1px solid #744143 !important;
    margin: 2px;
    padding: 7px 12px !important;
    text-decoration: none;
}


.wp-pagenavi a:hover {
    color: #478CC5;
}
.pages {
	display: none;
}

/*--related post plugin styling --*/
.crp_date, .crp_excerpt {
	display: none;
}
a.crp_title {
	font-size: 12px;
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
a.crp_title:hover {
	color: #478CC5;
}

/*--agenda styling --*/
.agendatabelrij {
	height: 40px;
}
.events-table tr {
	border-bottom: 1px solid grey;
}
.agendawidget ul {
	list-style-type: none;
}
.agendawidget ul li {
	font-weight: normal;
	color: black;
	padding: 0 5px 10px 0;
	font-style: italic;
	font-size: 13px;
}
.agendawidget ul li:last-of-type {
	padding: 0 5px 0 0;
}
.agendawidget ul li.all-events-link a {
	background-color: #478cc5;
    border-radius: 3px;
    color: white;
    float: right;
    font-weight: bold;
    padding: 2px 10px;
    text-decoration: none;
}
.agendawidget ul li a {
	color: #478cc5;
	text-decoration: none;
	font-size: 14px;
	font-style: normal;
}
.agendawidget ul li a:hover {
	text-decoration: underline;
}
.all-events-link {
	text-align: right;
}
/* .all-events-link a {
	color: RGB(116,65,67) !important;
}
.all-events-link a:hover {
	color: RGB(71,140,197) !important;
} */


.uzocht {
	font-size: 20px;
	padding: 15px 0 25px;
}

/*related items styling*/
.gab_relateditem {
	margin: 0 1% 5px 0 !important;
    padding: 0 1% 0 0 !important;
	width: 100% !important;
	height: 80px !important;
	text-align: left !important;
	font-size: 13px;
}
.gab_relateditem a {
	text-decoration: none;
	color: RGB(71,140,197);
}
.gab_relateditem a:hover {
	color: RGB(116,65,67);
}
.related_postthumb {
	float: left;
    margin: 0 5px 0 0;
    max-width: 75px !important;
}
#subsubsubmenu, #subsubsubmenubosgr {
	width: 100%;
	margin: 15px 0 0 0;
}
#subsubsubmenu ul, #subsubsubmenubosgr ul {
	margin: 0 !important;
	list-style-type: none;
	padding: 0 !important;
}
#subsubsubmenu ul li, #subsubsubmenubosgr ul li {
	font-size: 14px;
	padding: 5px;
	height: 25px;
	margin: 0 0 2px;
	background: #744143;
	text-align: center;
}
#subsubsubmenu ul li.current-menu-item {
	background: #906668;
}
#subsubsubmenubosgr ul li {
	font-size: 14px;
	padding: 5px;
	height: 25px;
	margin: 0 0 2px;
	background: #478cc5;
	text-align: center;
}
#subsubsubmenubosgr ul li.current-menu-item {
	background: #6ba3d2;
}
#subsubsubmenu ul li a, #subsubsubmenubosgr ul li a {
	color: white !important;
}
.fullweb, .extend {
	display: none;
}

table.tablepress .column-1, table.tablepress .column-2, table.tablepress .column-3 {
	width: 213px;
	height: 375px;
	border-bottom: 0px solid black !important;
	padding: 0 0 0 5px !important;
}
