@font-face {
    font-family: 'SketchBlockBold';
/*    src: url('sketch_block-webfont.ttf');*/
    src: url('sketch_block-webfont.eot');
    src: url('sketch_block-webfont.eot?#iefix') format('embedded-opentype'),
         url('sketch_block-webfont.woff') format('woff'),
         url('sketch_block-webfont.ttf') format('truetype'),
         url('sketch_block-webfont.svg#SketchBlockBold') format('svg'); 
    font-weight: normal;
    font-style: normal;
}

body {
	font-size: 0.75em;
}

h1, h2 {
	font-family: 'Times New Roman', Arial;
	border-bottom: 3px solid #7ccbb6;
	padding-bottom: 6px;
}

h1 {
	font-size: 1.5em;
}

h2 {
	font-size: 1.125em;
}

h2 a,
h2 a:hover,
h2 a:visited {
	color: #000;
	text-decoration: none;
	font-size: 1.125em;
}

html, body {
	height: 100%;
}

body {
	background: url(../img/fill.png) repeat-y top center #f2f2f2;
}

#wrapper {
	width: 100%;
	background: url(../img/background.jpg) no-repeat top center;
	min-height: 100%;
	margin: 0 0 -50px 0;
}

.push {
	height: 50px;
}


header, #main {
	width: 940px;
	margin: 0 auto;
	position: relative;
}

header {
	height: 132px;
	z-index: 2000;
}

#main {
	clear: both;
	z-index: 1000;
}

#main:before, #main:after { content: ""; display: table; }
#main:after { clear: both; }


footer {
	background: url(../img/footer.gif) no-repeat top center #f2f2f2;
	width: 100%;
	min-height: 50px;
	color: #929292;
	font-size: 0.688em;
}

.lt-ie7 footer {
	height: 50px;
	font-size: 0.71em;
}

footer a,
footer a:hover,
footer a:visited,
footer a:link,
footer a:active {
	color: #929292;
	text-decoration: none;
}

footer a:hover {
	text-decoration: underline;
}

footer .inside {
	width: 720px;
	padding-left: 240px;
	padding-top: 22px;
	margin: 0 auto;
	text-align: center;
}

footer p {
	margin: 0; padding: 0;
}

#overlay {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: #000;
	opacity: 0.5;
	z-index: 3000;
}

#logo {
	display: block;
	width: 337px;
	height: 151px;
	background: url(../img/logo.png) no-repeat;
	text-indent: -9999px;
	position: absolute;
	left: 32px;
	top: 12px;
	outline: none;	
}

#social {
	position: absolute;
	top: 70px;
	left: 760px;
	background: url(../img/social.png) no-repeat;
	width: 155px;
	height: 56px;
}

#facebook, #twitter {
	width: 40px;
	height: 40px;
	display: block;
	text-indent: -9999px;
	position: absolute;
}

#facebook { top: 7px; left: 35px; }
#twitter { top: 9px; left: 79px; }

#sidebar {
	width: 223px;
	float: left;
	min-height: 400px;
}

.lt-ie7 #sidebar {
	height: 400px;
}

#sidebar nav {
	position: relative;
	left: 20px;
	top: 60px;
	transform: rotate(2.5deg);
	-webkit-transform: rotate(2.5deg);
	-moz-transform: rotate(2.5deg);
	-ms-transform: rotate(2.5deg);
	-webkit-font-smoothing:	antialiased;
   }

.lt-ie9 #sidebar nav {	
	filter: "progid:DXImageTransform.Microsoft.Chroma(color='#f6e2c7') progid:DXImageTransform.Microsoft.Matrix(M11=0.9990482215818578, M12=-0.043619387365335306, M21=0.043619387365335306, M22=0.9990482215818578, SizingMethod='auto expand')";
   	margin-left: -4px; 
   	margin-top: -4px;
	background: #f6e2c7;
}

.lt-ie8 #sidebar nav {	
	background: transparent;
}

.lt-ie7 #sidebar nav {	
	position: absolute;
}

#sidebar nav ul {
	margin: 0; padding: 0;	
}

.lt-ie8 #sidebar nav ul {
	filter: progid:DXImageTransform.Microsoft.Matrix(
            M11=0.9990482215818578,
            M12=-0.043619387365335306,
            M21=0.043619387365335306,
            M22=0.9990482215818578,
            SizingMethod='auto expand');
   
   width: 223px;
   height: 274px;	
}

#sidebar nav ul li {
	display: block;
}

#sidebar nav a {
	display: inline-block;
	font-family: 'SketchBlockBold';
	font-size: 14px;
	text-transform: uppercase;
	text-decoration: none;
	padding: 6px 12px 1px 12px;
	color: #000;
	min-width: 160px;
	line-height: 17px;
}

.lt-ie8 #sidebar nav a {
	filter: progid:DXImageTransform.Microsoft.Chroma(color='#f6e2c7');            
	background: #f6e2c7;
}

#sidebar nav li.active a,
#sidebar nav li a:hover {
	background: #7ccbb6;
	cursor: pointer;
}

#content {
	width: 660px;
	float: left;
	padding: 0 28px;
}

.lt-ie7 #content {
	overflow-x: hidden;
}

#slideshow {
	border: 1px solid #dfdfdf;
	width: 664px;
	height: 292px;
	position: relative;
	margin-top: 18px;
}

#slideshow nav {
	position: absolute;
	bottom: 0;
	right: 0;
	margin: 8px;
}

#slideshow nav ul,
#slideshow nav li {
	list-style: none;
	margin: 0; padding: 0;
}

#slideshow nav li {
	float: left;
	padding-left: 4px;
}

#slideshow nav a,
#slideshow nav a:visited,
#slideshow nav a:focus {
	display: block;
	outline: none;
	text-indent: -9999px;	
	width: 13px;
	height: 13px;
	font-size: 8px;
	background: #b6b6b6;
	border: 1px solid #8c8c8c;
}

#slideshow nav a:hover,
#slideshow nav li.active a {
	background: #7dcab6;
	border: 1px solid #5b9c8b;
}

#slideshow article {
	background: #7ccbb6;
	position: absolute;
	margin: 8px;
	left: 0; top: 0;
	width: 648px;
	height: 253px;
}

#slideshow .caption {
	position: absolute;
	left: 0;
	top: 0;
	width: 192px;
	padding: 8px 4px 10px 9px;
}

#slideshow h2 { 
	margin-top: 5px;
}

#slideshow .img {
	position: absolute;
	top: 0;
	right: 0;
	width: 443px; height: 253px;
}

#articles a {
	font-weight: bold;
}

#articles .img,
#photos .img,
#gallery .img {
	padding: 6px;
	border: 1px solid #dfdfdf;
}

.txt {
	float: left; width: 435px;
}

.nophoto .txt {
	width: 665px;
}

.contact .txt {
	float: none;
	width: auto;
}

.home #articles {
	width: 704px;
	position: relative;
	left: 0;
}

.home #articles article {
	width: 208px;
	margin-right: 17px;
	display: inline-block;
	vertical-align: top;
}

.lt-ie7 .home #articles article {
	margin-top: 10px;
	margin-right: 21px;
}

.home #articles article p,
.home .gform_heading,
.home #gforms_confirmation_message,
.home ul.gform_fields li {
	font-size: 0.9em;
	margin-top: 4px;
}

.single article .img,
.page article .img {
	width: 219px;
	height: 262px;
	background: url(../img/photo.png) no-repeat;
	padding-top: 54px;
	padding-left: 41px;
	float: left;
	position: relative;
	left: -35px;
	top: -30px;
	margin-bottom: -22px;
	margin-right: -35px;
}

.nieuws article,
.agenda article {
	display: flex;
}

.nieuws article .img,
.agenda article .img {
	width: 190px;
	height: 190px;
	float: unset;
	background: #fff;
	margin: 15px 15px 15px 0;
	left: unset;
	top: unset;
}

.agenda.page-id-58 article .img {
	width: 75px;
	height: 65px;
}

#photos, #gallery {
	position: relative;
	width: 700px;
}

.back {
	margin-top: 20px;
	font-weight: bold;
}

#photos .img,
#gallery .img {
	width: 190px;
	height: auto;
	min-height: 220px;	
	float: left;
	margin-right: 24px;
	margin-top: 24px;	
}

#photos .img a,
#gallery .img a {
	text-decoration: none;
}

#photos .img span,
#gallery .img span {
	display: block;
	margin-top: 4px;
	font-size: 0.9em;
	color: #000;
}

.agenda article h2 {
	margin-left: 110px;
}

.agenda article.noimg h2 {
	margin-left: 0;	
}

.page-template-page-vestiging-php article .img {
	background: url(../img/vestiging-photo.png) no-repeat;
	height: 297px;	
}

.boedels-en-ontruimingen article .img {
	background: url(../img/boedel-photo.png) no-repeat;	
	height: 343px;
}

.over-de-sirkel article .img {
	background: url(../img/about-photo.png) no-repeat;	
	height: 440px;
}

.single article h2,
.page article h2,
.contact h2 {
	font-size: 1.5em;
}

.pagination {
	text-align: center;
	border-top: 2px solid #7ccbb6;
	float: left;
	width: 100%;
	margin-top: 10px;
	padding-top: 5px;
}

.pagination ul li {
	display: inline-block;
	border-left: 1px solid #7ccbb6;
}

.lt-ie8 .pagination ul li {
	display: inline;
	zoom: 1;
}

.pagination ul li:first-child {
	border: 0;
}

.pagination a,
.pagination a:visited,
.pagination a:active,
.pagination span {
	color: #000;
	text-decoration: none;
	font-size: 0.95em;
	display: block;
	margin: 0;
	padding: 0 4px 0 8px;
}

.pagination a:hover {
	text-decoration: underline;
}

.pagination li.active a {
	font-weight: bold;	
}

#opbodkast {
	clear: both;
}

#opbodkast h2 {
	font-size: 1.125em;
}

#opbodkast .gallery {
	background: url(../img/plank.png) repeat-y top left;
	padding: 0 0 0 12px;
	margin-top: 14px;
}

#opbodkast .gallery .img {
	width: 142px;
	height: 150px;
	padding: 11px 0 0 17px;
	background: url(../img/plankimage.png) no-repeat;
	display: inline-block;
	margin-bottom: 12px;
	margin-right: -4px;
}

#vestigingen {
	position: relative;
	width: 680px;
	left: -20px;
	float: left;
}

#vestigingen section {
	float: left;
	width: 320px;
	margin-left: 20px;
}

#vestigingen .gmap {
	width: 320px;
	height: 190px;
}

#vestigingen {
	clear: both;
	padding-bottom: 10px;
}

.single article table,
.page article table {
	width: 435px;
}

.single article td,
.page article td {
	border-bottom: 1px solid #7ccbb6;
	padding: 3px 0;
}

/* @group Formulieren */

ul.gform_fields {
	list-style: none;
	margin: 0; padding: 0;	
}

.home ul.gform_fields {
	margin-top: 8px;
}

ul.gfield_radio {
	list-style: none;
	margin: 0 0 10px; padding: 0;
	float: left;
}

ul.gform_fields ul.gfield_radio li {
	float: left;
}

ul.gform_fields ul.gfield_radio label {
	margin: 0 1.5em 0 0.35em;
	display: inline;
}

ul.gform_fields input,
ul.gform_fields textarea {
	border: 1px solid #bbbbbb;
	width: 210px;	
	line-height: 1;
	padding: 2px;
}

ul.gform_fields .gfield_radio input {
	width: auto;
	padding: auto;
	border: 0;
	line-height: auto;
}


ul.gform_fields textarea {
	width: 534px;
	height: 100px;
}

ul.gform_fields li.gfield {
	margin: 0 0 10px; padding: 0;
}

.home article label {
	display: block;
	font-weight: bold;
	margin-bottom: 2px;
}

.home ul.gform_fields li {
	margin: 0 0 8px 0;
}

.home ul.gform_fields li input,
.home ul.gform_fields li textarea {
	width: 202px;
}

.home ul.gform_fields li textarea {
	height: 40px;
}

.single fieldset,
.page fieldset,
.kunst-of-kitch .gform_footer {
	width: 336px;
}

ul.gform_fields li.gfield {
	clear: left;
}

.single .gfield_label,
.page .gfield_label,
.contact .gfield_label {
	display: block;
	width: 120px;
	float: left;
	margin-top: 1px;
}

fieldset p.radioLabel label {
	margin-top: 0;
}

p.buttons,
.gform_footer {
	text-align: right;
}

fieldset p.buttons input,	
.gform_footer input.button {
	width: auto;
	line-height: 20px;
	padding: 0 10px; margin: 0;
	border: 0;
	background: url(../img/btn.png) repeat-x;
	font-weight: bold;
}

.errorMessage {
	color: #ff0000;
	font-weight: bold;	
}

.page .validation_message {
	color: #ff0000;
	margin: 0 0 0 120px;
	font-size: 0.9em;
}

.home .validation_message {
	color: #ff0000;
	font-size: 0.9em;
}

/* @end */

/* @group Photo dialog */

#dialog {
	position: absolute;
	top: 150px;
	left: 50%;
	margin-left: -332px;
	width: 640px;
	min-height: 360px;
	padding: 12px;
	border: 1px solid #dfdfdf;
	z-index: 4000;
	background: #fff;
	box-shadow: 0px 0px 43px rgba(0, 0, 0, 0.43);	
}

#dialog .close {
	display: block;
	outline: none;
	text-indent: -9999px;
	position: absolute;
	width: 37px;
	height: 37px;
	top: -15px;
	right: -15px;
	background: url(../img/close.png) no-repeat;
}

/* @end */

.aligncenter { display: block; margin: 0 auto; }
.alignleft { margin: 15px 15px 0 0; float: left; }
.alignright { margin: 15px 0 0 15px; float: right; }

