/*
	Vertical-rhythm: 7px
*/


/* G L O B A L */
*{margin:0;padding:0;}
body {
	background: #EBE7E2;
	margin: 0;
	font: 15px/21px "Palatino", "Palatino Linotype", Georgia, serif;
	color: #444;
}

/* P L A A T S I N G */
#wrap {
	width: 720px;
	margin: 21px auto;
	background: #fff;
}
#breadcrumb {
	margin: 20px 0 20px 40px;
	height: 36px;
	border-top: 1px solid #C4C0B9;
	border-bottom: 1px solid #C4C0B9;
	float: left;
	width: 410px;
	font-size: 14px;
}
#zoeken {
	margin: 20px 40px 20px 0;
	height: 36px;
	border-top: 1px solid #C4C0B9;
	border-bottom: 1px solid #C4C0B9;
	float: right;
	width: 230px;
}
#content {
	width: auto;
	margin: auto 40px;
	clear: left;
}

/* 
	Algemene klassen
*/
#accessibility, .x {
	position: absolute;
	left: -9999px;
	top: -9999px;
}
.left {
	float: left;
	margin: 0 18px 21px 0;
}
.right {
	float: right;
	margin: 0 0 21px 18px;
}
.clear {
	clear: both;
	visibility: hidden;
	height: 0;
	width: 0;
}
.post {
	margin-bottom: 42px;
	font: 16px/28px Georgia;
}
	.post-body {
		margin-top: 14px;
	}
		.meta {
			color: #765;
			text-transform: uppercase;
			font: 10px/14px "Helvetica Neue", Helvetica, Arial, sans-serif;
			margin: 7px 0 14px 1px;
			display: block;
			letter-spacing: 1px;
		}
		
		
/*
	Comments
*/
.gravatar {
	float: right;
	margin-top: 0px;
	padding: 5px;
	border: 1px dotted #000;
}
.comment-content {
	margin: 20px 60px 20px 0;
}
.comments_invite {
	background: white url(/css/comment.gif) no-repeat 0 2px;
	padding-left: 14px;
}
.odd {
	margin-top: 49px;
}
.preview,
ul.comments_error,
ul.zemError {
	font: 14px/21px Georgia, serif;
	color: #fff;
	background: #65A63A;
	border: 1px solid #549727;
	margin: 20px 0; /*21px top and bottom minus 1px border*/
	padding: 7px 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	list-style: none;
}
ul.comments_error,
ul.zemError {
	background: #E35435;
	border-color: #C33E21;
}
form textarea.comments_error,
form input.comments_error,
form textarea.zemRequirederrorElement,
form input.zemRequirederrorElement {
	border-color: #E35435;
}



.small {
	font-size: 11px;
	border-bottom: 1px dotted black;
	padding-bottom: 6px; /*7px minus 1px border*/
}
p .lang {
	background: #ff7;
	color: #441;
	font: bold 11px/19px 'Helvetica Neue', Helvetica, sans-serif; /*21px line-height minus 1px padding top and bottom*/
	padding: 1px 3px;
	margin-right: 6px;
}

/* P O R T F O L I O */
.portfolio {
	border-bottom: 1px solid #ccc;
	padding: 21px 0 48px 0; /*21px and 49px minus 1px border*/
}
	.portfolio:first-child {
		padding-top: 0;
	}
	.portfolio:last-child {
		padding-bottom: 0;
		border: none;
	}


/* E L E M E N T E N */
h1 {
	font-weight: normal;
	font-style: italic;
	margin: 0 40px 21px;
	padding-top: 42px;
	font-size: 24px;
	line-height: 28px;
}
	h1 a {
		color: #404040;
	}
		h1 a:hover {
			color: #2f6eb5;
		}
h2, h3 {
	font: normal 21px/28px 'Times New Roman', Times, serif;
	margin-top: 14px;
	letter-spacing: 0.05em;
}
	.post-body h3 {
		font-size: 18px;
		font-family: Georgia, serif;
		font-style: italic;
		letter-spacing: 0;
		margin-top: 28px;
	}
	h3 a, .post h2 a {
		color: #543;
	}
		h3 a:hover, .post h2 a:hover {
			color: #000;
		}
		h3 a:active, .post h2 a:active {
			background: #ff3;
		}

blockquote {
	color: #555;
	margin: 21px 20px;
	padding: 21px 40px;
	background: #eee url(/css/q.gif) no-repeat 12px 20px;
}
code {
	color: #555;
	font-size: .9375em;
}
	code.inline {
		display: inline;
	}

p {
	margin-bottom: 14px;
}
	.post-body p {
		text-indent: 12px;
	}
		.post-body p:first-child, .post-body p.image, .post-body p.intro {
			text-indent: 0;
		}
	p.intro {
		color: #654;
		text-transform: oblique;
	}
		p.intro:first-letter {
			font-size: 56px;
			line-height: 42px;
			color: #7E654C;
			float: left;
			font-weight: normal;
			margin-top: 7px;
			margin-right: 3px;
			margin-bottom: 0;
			margin-left: -3px;
			padding-left: 4px;
		}
		p.intro:first-line {
			text-transform: uppercase;
		}
		p.credits {
			font-style: italic;
			color: #aaa;
		}
	#breadcrumb p {
		margin: 7px 0;
	}

img {
	border: none;
}
	#content img {
		max-width: 100%;
	}
		#content img.border {
			border: 8px solid #f5f1ec;
		}
.post ul, .post ol {
	margin-bottom: 14px;
}
	.post ul li,
	.post ol li {
		margin-bottom: 7px;
	}
	.post-body ul,
	.post-body ol {
		text-indent: 0;
	}
	.post-body ul + p,
	.post-body ol + p,
	.post-body h3 + p {
		text-indent: 0;
	}
	.post-body h3 + p {
		margin-top: 7px;
	}

/* M E N U */
#nav {
	margin: 0 40px 7px;
}
	#nav ul {
		list-style: none;
	}
		#nav li {
			display: inline;
			margin-right: 6px;
			padding-right: 6px;
			border-right: 1px solid #ccc;
		}
			#nav li:last-child {
				border: none;
			}
			#nav a {
				padding: 3px 3px 4px;
				border: none;
				color: #aaa;
				text-transform: uppercase;
				font: 12px/14px Helvetica, sans-serif;
				letter-spacing: 1px;
				-webkit-transition: color .3s;
				-moz-transition: color .3s;
				-o-transition: color .3s;
				transition: color .3s;
			}
			#nav:hover a {
				color: #444;
			}
			#nav:hover a:hover {
				border-bottom: 1px solid #ccc;
			}
			#nav a:active {
				background: #FFFE59;
			}
			#nav .active a {
				color: #444 !important;
				font-weight: bold;
			}


/* L I N K S */
a {
	text-decoration: none;
	color: #03F;
}
	.post-body a {
		line-height: 26px;
		position: relative;
		border-bottom: 1px solid #59F;
		padding: 1px 1px 0 1px;
	}
	#breadcrumb a:visited, .post-body a:visited,
	.meta a:visited {
		border-color: #A9F;
		color: #73F;
	}
	#breadcrumb a:hover, .post-body a:hover,
	.meta a:hover {
		border-color: #11A;
		color: #11C;
	}
	#breadcrumb a:active, post-body a:active,
	.meta a:active {
		background-color: #ff3;
		color: #000;
		border: none;
	}

.bottom-meta {
	font: 11px/14px "Helvetica Neue", Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: bold;
	margin-top: 28px;
}
	.bottom-meta a {
		border-bottom: 1px solid #909090;
		color: #606060;
	}
		.bottom-meta a:hover,
		.bottom-meta a:focus {
			border-color: #000;
			color: #111;
		}


/*
	Arrow Navigation
*/
#bottomnav span a {
	position: fixed;
	top: 50%;
	margin-top: -22px;
	text-transform: uppercase;
	letter-spacing: 1px;
	border: 1px solid #E0DDD8;
	width: 44px;
	height: 44px;
	background:	#fff url(/css/arrows.png) no-repeat 10px 50%;
	text-indent: -9999px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: border-color .3s;
	-moz-transition: border-color .3s;
	-o-transition: border-color .3s;
	transition: border-color .3s;
	-webkit-box-shadow: rgba(0,0,0,.11) 0 2px 1px;
	-moz-box-shadow: rgba(0,0,0,.11) 0 2px 1px;
	-o-box-shadow: rgba(0,0,0,.11) 0 2px 1px;
	box-shadow: rgba(0,0,0,.11) 0 2px 1px;
}
	#bottomnav span a:hover {
		border-color: #C3C0BC;
	}
	#bottomnav span a:active,
	#bottomnav span a.active {
		margin-top: -19px;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		-o-box-shadow: none;
		box-shadow: none;
	}
	#bottomnav span.prev a {
		margin-left: -100px;
	}
	#bottomnav span.next a {
		margin-left: 54px;
		background-position: -30px 50%;
	}
#bottomnav span:active
#bottomnav span.active {
	margin-top: 1px;
}


/*
	Lightbox
*/
a[rel=lightbox] {
	display: block;
	border: none;
}

/*
	Forms Markup
	Borrowed and adapted from https://github.com/forkcms/markup-library
*/
form, fieldset {
	margin: 0;
	padding: 0;
	font: 14px/21px "Helvetica Neue", Helvetica, Arial, sans-serif;
}
	#content form,
	.zemContactForm {
		margin: 1em auto;
	}
	#zoeken form {
		margin-top: 5px;
	}
fieldset {
	border: 0
}
legend {
	display: none
}
#zoeken #searchTextField {
	width: 156px;
	margin: 0;
	padding: 2px 5px;
	color: #999;
	float: right;
	font-size: 13px;
}
#zoeken #searchTextField:focus {
	color: #444;
}
#zoeken input.button {
	display: none;
}
.zemText {
	width: 200px;
}
textarea.zemTextarea {
	width: 82%;
	margin-bottom: 0;
}
textarea.txpCommentInputMessage {
	width: 380px;
}


input.zemText,
input[type="text"],
textarea {
	font: 14px/21px "Helvetica Neue", Helvetica, Arial, sans-serif;
	display: block;
	color: #666;
	border: 1px solid #bbb;
	border-color: #999 #bbb #bbb #bbb;
	padding: 3px 4px 4px;
	margin-bottom: 19px; /*21px minus 1px border top and bottom*/
	background-color: #fff;
	background-image: none;
	background-image: -moz-linear-gradient(0% 3px 90deg,#fff, #cecece);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 3, from(#cecece), to(#fff));
	background-image: -o-linear-gradient(-90deg,#cecece, #fff 3px);
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	-o-border-radius: 1px;
	border-radius: 1px;
	-webkit-transition: border-color .3s;
	-moz-transition: border-color .3s;
	-o-transition: border-color .3s;
	transition: border-color .3s;
}

input.zemText:focus,
input[type="text"]:focus,
textarea:focus {
	background-color: #fff;
	background-image: none;
	background-image: -moz-linear-gradient(0% 3px 90deg,#fff, #dedede);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 3, from(#dedede), to(#fff));
	background-image: -o-linear-gradient(-90deg,#dedede, #fff 3px);
	-webkit-box-shadow: 0 0 3px #c2deff;
	-moz-box-shadow: 0 0 3px #c2deff;
	box-shadow: 0 0 3px #c2deff;
	border-color: #2F6EB5;
	color: #404040;
	outline: none
}

input[disabled],
textarea[disabled] {
	color: #999;
	background-image: #f4f4f4;
	background-image: none;
	background-image: -moz-linear-gradient(0% 3px 90deg,#f4f4f4, #c4c4c4);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 3, from(#c4c4c4), to(#f4f4f4));
	background-image: -o-linear-gradient(-90deg,#c4c4c4, #f4f4f4 3px);
}


/* Buttons */

input.zemSubmit,
input.button,
button {
	font: 700 13px/21px "Helvetica Neue", Arial, sans-serif;
	color: #fff;
	background: #2F6EB5;
	background: -moz-linear-gradient(top, #2F6EB5 0%, #245389 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2F6EB5), color-stop(100%,#245389));
	background: -o-linear-gradient(-90deg,#2F6EB5, #245389);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2F6EB5', endColorstr='#245389',GradientType=0 )chroma(color=#000000);
	border: 1px solid #2F6EB5;
	padding: 3px 6px 4px;
	cursor: pointer;
	overflow: visible;
	white-space: nowrap;
	text-align: center;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	margin-top: 17px; /*21px minus 1px border top and bottom minus 2px shadow bottom*/
	-webkit-box-shadow: rgba(0,0,0,.22) 0 2px 1px;
	-moz-box-shadow: rgba(0,0,0,.22) 0 2px 1px;
	-o-box-shadow: rgba(0,0,0,.22) 0 2px 1px;
	box-shadow: rgba(0,0,0,.22) 0 2px 1px;
	position: relative;
}

button::-moz-focus-inner{ padding: 0; border: 0 }

@media screen and (-webkit-min-device-pixel-ratio:0) {
	input.inputSubmit,
	input.inputButton,
	button {
		padding: 2px 3px;
	}
}

.ie6 input.zemSubmit,
.ie6 input.button,
.ie6 button {
	margin-top: -1px;
	padding: 1px 3px;
}

.ie7 input.zemSubmit,
.ie7 input.button,
.ie7 button {
	padding: 1px 3px 0 3px;
}

.ie8 input.zemSubmit,
.ie8 input.button,
.ie8 button {
	padding: 2px 3px;
}

input.zemSubmit:hover,
input.button:hover,
button:hover,
input.zemSubmit:focus,
input.button:focus,
button:focus {
	background: #29609E;
	background: -moz-linear-gradient(top, #29609E 0%, #2F6EB5 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#29609E), color-stop(100%,#2F6EB5));
	background: -o-linear-gradient(-90deg,#29609E, #2F6EB5);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#29609E', endColorstr='#2F6EB5',GradientType=0 )chroma(color=#000000);
}

input.zemSubmit:active,
input.button:active,
button:active {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	top: 1px;
}

input.zemSubmit[disabled="disabled"],
input.button[disabled="disabled"],
button[disabled="disabled"] {
	display: none;
}


/* L I S T S */
dl {
	margin: 21px auto;
}
dt {
	font-weight: bold;
	float: left;
	margin-right: 0.2em;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
