/* siteheader */
.block-forumtri-siteheader.forumtriblock-content {
	margin: 20px 0;
}
.block-forumtri-siteheader.forumtriblock-content .skiplinks {
	position: absolute;
	left: -9999em;
}
.block-forumtri-siteheader.forumtriblock-content ul.metanav {
	margin: 0 11px 0 10px;
	padding: 0 0 1em 241px; /* Padding to make this not overlap the logo and ul.tools at really large font-sizes. */
}
.block-forumtri-siteheader.forumtriblock-content ul.metanav.with-inlichtingen {
	margin-left: 0;
	padding: 15px 0 1em 0;
}
.block-forumtri-siteheader.forumtriblock-content img.sitelogo {
	float: left;
	display: block;
	margin: 0 80px 10px 20px;
}
.block-forumtri-siteheader.forumtriblock-content #forumtri-content {
	clear: left;
}

/* footer */
.block-forumtri-footer.forumtriblock-content {
	position: relative;
	float: right;
	clear: both;
	width: 100%;
	padding-top: 30px;
}
.block-forumtri-footer.forumtriblock-content .nav {
	overflow: hidden;
	margin-bottom: 20px;
	padding: 10px 20px 10px 20px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color: #505450;
	color: #fff;
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
}
.block-forumtri-footer.forumtriblock-content .nav a, 
.block-forumtri-footer.forumtriblock-content .nav * a {
	color: #fff;
}
.block-forumtri-footer.forumtriblock-content .nav a:hover, 
.block-forumtri-footer.forumtriblock-content .nav * a:hover {
	color: #424447;
}
.block-forumtri-footer.forumtriblock-content .nav .link-list > li > a {
	background-image: url("../../images/head/extra2/link-item-light.png");
}
.block-forumtri-footer.forumtriblock-content .nav .link-list > li > a:hover {
	background-image: url("../../images/head/extra2/link-item-hover.png");
}
.block-forumtri-footer.forumtriblock-content .column {
	float: left;
	width: 17%;
	min-height: 120px;
	padding-left: 2%;
}
.block-forumtri-footer.forumtriblock-content .column:first-child {
	width: 17%;
	padding-left: 0;
}
.block-forumtri-footer.forumtriblock-content h2 {
	margin: 0 20px 15px 0;
	padding-top: 15px;
	font-size: 125%; /* Effective font-size 15px. */
}
/* This is the top-left plectrum. */
.block-forumtri-footer.forumtriblock-content .nav .plectrum {
	position: absolute; /* Break out of the overflow: hidden .nav */
}
.block-forumtri-footer.forumtriblock-content .nav .plectrum > *:first-child {
	margin-top: 154px;
}
.block-forumtri-footer.forumtriblock-content .nav .plectrum img {
	position: absolute;
	top: -55px;
	left: 0;
}
.block-forumtri-footer.forumtriblock-content .nav .plectrum > h2 {
	margin: 0;
	padding: 0 0 5px 0;
}
.block-forumtri-footer.forumtriblock-content .nav .plectrum > h2 span {
	display: block;
	color: #424447;
	font-size: 120%; /* Effective font-size 18px */
}
.block-forumtri-footer.forumtriblock-content .metanav {
	margin: 0 90px 20px 0;
}

/* IE fixes. TODO: check if these are still all necessary. */
.block-forumtri-footer.forumtriblock-content .ie78.nav {
	overflow: visible;
	float: left;
	width: 97%;
}
*+html .block-forumtri-footer.forumtriblock-content > .plectrum{
	bottom: -20px;
}
*+html .block-forumtri-footer.forumtriblock-content .nav {
	border: 1px solid #eeeeee;
}
*+html .block-forumtri-footer.forumtriblock-content .metanav {
	float: left;
	margin-left: 40%;
	width: 60%;
	padding-bottom: 1em;
}
/*adaptive*/
@media (min-width:900) and (max-width: 1024px){
	.block-forumtri-footer.forumtriblock-content > .plectrum {
		right: -15px;
	}
}


@media (min-width:0) and (max-width: 916px){
	.block-forumtri-footer.forumtriblock-content .column{width:auto; min-height:auto;}
	.block-forumtri-footer.forumtriblock-content .column:first-child{width:auto;}
	.block-forumtri-footer.forumtriblock-content > .plectrum {
		display: none;
	}
	
}
@media (min-width:612px) and (max-width:916px){
	.block-forumtri-footer.forumtriblock-content .nav .plectrum img {
		max-width: 160px;
	}
	.block-forumtri-footer.forumtriblock-content .column:first-child + .column {
		padding-top: 120px;		
	}
}
@media (min-width: 0) and (max-width: 612px){
	.block-forumtri-footer.forumtriblock-content .nav .plectrum img {
		max-width: 100px;
	}
	.block-forumtri-footer.forumtriblock-content .column:first-child + .column {
		padding-top: 33px;		
	}
	.block-forumtri-footer.forumtriblock-content .column {
		min-height: 10%;
		width: 40%;		
	}	
}

/* navigatiebalk */
.block-forumtri-navigatiebalk.forumtriblock-content > ul {
	position: relative;
	z-index: 90; /* Set high so the covers from the schatkamer don't have a higher z-index than the menus which are a part of this. */
	clear: both;
	float: left; /* Can't use overflow: hidden to stretch the navbar around its floated contents because of the expandable menus, so float it as well. */
	width: 100%;
	min-height: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color: #424447;
	color: #fff;
	-moz-box-shadow: 0 1px 2px 1px rgba(51, 51, 51, 0.35), 0 -27px 15px -15px #db5505 inset;
	-webkit-box-shadow: 0 1px 2px 1px rgba(51, 51, 51, 0.35), 0 -27px 15px -15px #db5505 inset;
	box-shadow: 0 1px 2px 1px rgba(51, 51, 51, 0.35), 0 -27px 15px -15px #db5505 inset;
}
.block-forumtri-navigatiebalk.forumtriblock-content > ul.empty {
	-moz-box-shadow: 0 2px 2px 1px rgba(51, 51, 51, 0.23);
	-webkit-box-shadow: 0 2px 2px 1px rgba(51, 51, 51, 0.23);
	box-shadow: 0 2px 2px 1px rgba(51, 51, 51, 0.23);
}
.block-forumtri-navigatiebalk.forumtriblock-content > ul > li {
	float: left;
	min-height: 40px;
	border-right: 1px solid #d85304;
}
.block-forumtri-navigatiebalk.forumtriblock-content > ul > li > a,
.block-forumtri-navigatiebalk.forumtriblock-content > ul > li > span {
	display: block;
	padding: 2px 20px 3px 20px;
	border-top: 1px solid #424447;
	border-bottom: 1px solid transparent;
	font-size: 116.67%;
	line-height: 33px;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
}
.block-forumtri-navigatiebalk.forumtriblock-content > ul > li.drop > a,
.block-forumtri-navigatiebalk.forumtriblock-content > ul > li.drop > span {
	cursor: pointer;
	padding-right: 38px; /* Reserve space for the marker */
	background-image: url("../../images/head/extra2/dropmarker.png");
	background-repeat: no-repeat;
	background-position: right 55%;
}
.block-forumtri-navigatiebalk.forumtriblock-content > ul > li:first-child > a,
.block-forumtri-navigatiebalk.forumtriblock-content > ul > li:first-child > span {
	-moz-border-radius: 10px 0 0 10px;
	border-radius: 10px 0 0 10px; /* Rounded corners for the home button, to make certain the inner box shadows don't spill out when hovering. */
}
.block-forumtri-navigatiebalk.forumtriblock-content > ul > li:hover > a,
.block-forumtri-navigatiebalk.forumtriblock-content > ul > li > a:hover, 
.block-forumtri-navigatiebalk.forumtriblock-content > ul > li.focus > a,
.block-forumtri-navigatiebalk.forumtriblock-content > ul > li:hover > span,
.block-forumtri-navigatiebalk.forumtriblock-content > ul > li > span:hover, 
.block-forumtri-navigatiebalk.forumtriblock-content > ul > li.focus > span {
	text-decoration: none; /* Override generic a:hover styling. */
	color: #fff; /* Override generic a:hover styling. */
	background-color: #424447;
	outline: 0;
	-moz-box-shadow: 
		-3px 0 4px -2px rgba(0, 0, 0, 0.25),
		3px 0 4px -2px rgba(0, 0, 0, 0.25),
		0 10px 7px -5px rgba(255, 255, 255, 0.20) inset,
		0 15px 22px -11px rgba(255, 255, 255, 0.35) inset;
	-webkit-box-shadow: 
		-3px 0 4px -2px rgba(0, 0, 0, 0.25),
		3px 0 4px -2px rgba(0, 0, 0, 0.25),
		0 10px 7px -5px rgba(255, 255, 255, 0.20) inset,
		0 15px 22px -11px rgba(255, 255, 255, 0.35) inset;
	box-shadow: 
		-3px 0 4px -2px rgba(0, 0, 0, 0.25),
		3px 0 4px -2px rgba(0, 0, 0, 0.25),
		0 10px 7px -5px rgba(255, 255, 255, 0.20) inset,
		0 15px 22px -11px rgba(255, 255, 255, 0.35) inset;
}
.block-forumtri-navigatiebalk.forumtriblock-content > ul > li:first-child > a:hover, 
.block-forumtri-navigatiebalk.forumtriblock-content > ul > li.focus:first-child > a,
.block-forumtri-navigatiebalk.forumtriblock-content > ul > li:first-child > span:hover, 
.block-forumtri-navigatiebalk.forumtriblock-content > ul > li.focus:first-child > span {
	-moz-box-shadow:
		3px 0 4px -2px rgba(0, 0, 0, 0.25),
		0 10px 7px -5px rgba(255, 255, 255, 0.20) inset,
		0 15px 22px -11px rgba(255, 255, 255, 0.35) inset;
	-webkit-box-shadow:
		3px 0 4px -2px rgba(0, 0, 0, 0.25),
		0 10px 7px -5px rgba(255, 255, 255, 0.20) inset,
		0 15px 22px -11px rgba(255, 255, 255, 0.35) inset;
	box-shadow: /* No shadow on the left. */
		3px 0 4px -2px rgba(0, 0, 0, 0.25),
		0 10px 7px -5px rgba(255, 255, 255, 0.20) inset,
		0 15px 22px -11px rgba(255, 255, 255, 0.35) inset;
}
.block-forumtri-navigatiebalk.forumtriblock-content > ul > li > ul {
	display: none;
	background: url("../../images/head/extra2/bg-block-standard.png") repeat-x bottom left #fff;
	color: #505450;
}
.block-forumtri-navigatiebalk.forumtriblock-content > ul > li:hover > ul, 
.block-forumtri-navigatiebalk.forumtriblock-content > ul > li.focus > ul {
	position: absolute;
	z-index: 99;
	display: block;
	margin-left: -1px;
	border: 1px solid #fa711f;
	border-top: 0;
	-moz-border-radius: 0 0 7px 7px;
	border-radius: 0 0 7px 7px;
	padding: 9px 0 14px 0;
	background-color: #fff;
	-moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.33);
	-webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.33);
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.33);
}
.block-forumtri-navigatiebalk.forumtriblock-content > ul > li > ul a,
.block-forumtri-navigatiebalk.forumtriblock-content > ul > li > ul span {
	display: block;
	padding: 4px 20px;
	text-decoration: none;
}
.block-forumtri-navigatiebalk.forumtriblock-content > ul > li > ul a:hover,
.block-forumtri-navigatiebalk.forumtriblock-content > ul > li > ul a:focus,
.block-forumtri-navigatiebalk.forumtriblock-content > ul > li > ul span:hover,
.block-forumtri-navigatiebalk.forumtriblock-content > ul > li > ul span:focus {
	border-top: 1px solid #424447;
	padding-top: 3px;
	text-decoration: none; /* Override generic a:hover styling. */
	color: #fff;
	background-color: #424447;
	-moz-box-shadow:
		0 2px 3px rgba(0, 0, 0, 0.3),
		0 5px 4px -2px rgba(255, 255, 255, 0.20) inset,
		0 8px 11px -6px rgba(255, 255, 255, 0.35) inset;
	-webkit-box-shadow:
		0 2px 3px rgba(0, 0, 0, 0.3),
		0 5px 4px -2px rgba(255, 255, 255, 0.20) inset,
		0 8px 11px -6px rgba(255, 255, 255, 0.35) inset;
	box-shadow:
		0 2px 3px rgba(0, 0, 0, 0.3),
		0 5px 4px -2px rgba(255, 255, 255, 0.20) inset,
		0 8px 11px -6px rgba(255, 255, 255, 0.35) inset;
}