/*
Theme Name: ICTRecht
Theme URI: http://www.uprise.nl
Description: Custom made design and theme for ictrecht.nl
Author: Arjan Snaterse and Roy Huiskes
Version: 1.0
*/

@media all {

* { margin: 0; padding: 0; }
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body { line-height: 1; }
ol, ul { list-style: none; }
blockquote,q { quotes: none; }
:focus { outline: 0; }
ins { text-decoration: none; }
del { text-decoration: line-through; }
table { border-collapse: collapse; border-spacing: 0; }

/* @group Global styles */
a {
	color: #264b66;
	outline: none;
}
a:hover {
	
}

p {
	margin: 0 0 1em 0;
}

img {
	border: 0;
}

.clear {
	clear: both;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.center {
	text-align: center;
}
.hidden {
	display: none;
}


/* @end */

/* @group Text elements */
h1, h2, h3, h4 {
	font-family: 'Droid Serif', Georgia, serif;
	font-weight: normal;
	line-height: 1.2em;
	text-shadow: 1px 1px 2px #fff;
}
h1 a, h2 a, h3 a, h4 a {
	text-decoration: none;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover {
	text-decoration: underline;
	cursor: pointer;
}

h1, .home h2 {
	font-size: 26px;
	color: #264b66;
	margin-bottom: 1em;
}
#content h2,
#content-full h2,
#content h3 {
	margin: 0;
	color: #323232;
	font-size: 13px;
	font-family: 'Lucida Grande', Arial, sans-serif;
	font-weight: bold;
}
h1.posttitle,
h2.posttitle,
h3.posttitle,
h4.posttitle {
	margin-bottom: 0;
}
.widget h3, .testimonials h3,
.blog #content h2, .archive #content h2,
.search #content-full h2 {
	margin-bottom: 0.5em;
	font-size: 18px;
	font-family: 'Droid Serif', Georgia, serif;
	font-weight: normal;
	color: #064663;
}
.blog #content h2, .archive #content h2, .search #content-full h2 {
	margin-bottom: 0;
}
.search #content-full h2 .type {
	color: #999;
	font-style: italic;
	font-size: 15px;
}

.sidebar h4 {
	font-size: 12px;
	color: #039cc8;
}


/* @end */

/* @group Lists */
.list {
	margin: 0 0 1em 0;
	color: #8c8c8c;
}
	.list li {
		padding-left: 12px;
		zoom: 1;
		background: url('images/bullet-related.gif') no-repeat 0 7px;
		position: relative;
	}
		.list li .date {
			color: #999;
			position: absolute;
			left: -150px;
			width: 140px;
			text-align: right;
			font-size: 10px;
			font-style: italic;
		}
		.list li .date-after {
			margin: 0 0 0.5em 5px;
			line-height: 1em;
			color: #ccc;
			font-style: italic;
		}
	.list a {
		color: #8c8c8c;
		text-decoration: none;
	}
	.list a:hover {
		text-decoration: underline;
	}
	.list a[rel='external']:after,
	.widget li a[rel='external']:after,
	#doormat li a[rel='external']:after {
		padding-left: 2px;
		content: url('images/icon-external.gif');
	}
/* @end */

/* @group Global structure */
html {
	background: #ededed url('images/bg-body.png') repeat-x 0 0;
}
body {
	background: url('images/bg-golf.png') no-repeat center 120px;
	font: normal 13px/1.5em 'Lucida Grande', Arial, sans-serif;
	color: #333
}

#wrapper {
	margin: 0 auto 30px auto;
	padding: 0 12px;
	width: 940px;
	overflow: hidden;
}
.block {
	padding: 10px;
	background: #fff;
	overflow: hidden;
	margin-bottom: 20px;
	box-shadow: 6px 6px 9px rgba(0,0,0,0.1);
	-moz-box-shadow: 6px 6px 9px rgba(0,0,0,0.1);
	-webkit-box-shadow: 6px 6px 9px rgba(0,0,0,0.1);
}
.opacity {
	opacity: 0.9;
	-moz-opacity: 0.9;
	filter: alpha(opacity=90);
}



/* @end */

/* @group Header */
#header {
	height: 100px;
	color: #666;
}
	#header a {
		color: #666;
	}
	#logo {
		margin-top: 3px;
		float: left;
	}
	
	#nav-top {
		float: right;
	}
		#nav-top li {
			float: left;
			font-size: 10px;
		}
		#nav-top a {
			margin: 0 0 0 7px;
			padding-right: 6px;
			border-right: 1px solid #333;
			color: #333;
			line-height: 1em;
			text-decoration: none;
		}
		#nav-top a:hover {
			text-decoration: underline;
		}
		#nav-top .separator a {
			margin-right: 15px;
		}
		#nav-top .last a {
			border: 0;
		}
		
	#header-contact {
		clear: right;
		margin-top: 20px;
		float: right;
	}
		#header-contact .text {
			display: block;
		}
		#header-contact .tel {
			display: block;
			text-align: right;
			font-size: 24px;
			font-weight: bold;
			color: #999;
		}
	
	#website-message {
		margin-bottom: 20px;
		padding: 10px;
		background: #fff;
		border: 4px solid #f00;
		opacity: 0.9;
		-moz-opacity: 0.9;
		filter: alpha(opacity=90);
	}
/* @end */

/* @group Navigation */	
#navigation {
	margin-bottom: 20px;
	clear: both;
	height: 36px;
	overflow: hidden;
	border: 1px solid #ccc;
	background: url('images/bg-navigation.png') repeat-x 0 0;
}
	#nav-main {
		float: left;
		width: 720px;
	}
		#nav-main li {
			float: left;
			text-align: center;
			background: url('images/bg-navigation-separator.png') no-repeat right 2px;
		}
		#nav-main a {
			display: block;
			padding: 8px 12px;
			height: 20px;
			color: #666;
			text-transform: lowercase;
			text-decoration: none;
		}
		#nav-main a:hover {
			color: #0c2644;
			text-decoration: underline;
		}
	
	#search {
		margin-top: 7px;
		float: right;
		width: 210px;
	}
		#s {
			border: 1px solid #ccc;
			height: 20px;
			width: 148px;
			background: url('images/bg-search-text.png') repeat-x 0 0;
		}
		#submit {
			border: 1px solid #ccc;
			height: 22px;
			width: 50px;
			color: #fff;
			background: url('images/bg-search-submit.png') repeat-x 0 0;
		}
/* @end */

/* @group Slider */	
#slider {
	padding: 0;
	margin-bottom: 20px;
	height: 224px;
	background: #fff;
	position: relative;
	opacity: 0.9;
	-moz-opacity: 0.9;
	filter: alpha(opacity=90);
}
	#slidedeck_frame {
		width: 940px;
		height: 177px;
	}
		#slidedeck_frame dl {
			width: 100%;
			height: 100%;
		}
		#slidedeck_frame dl.slidedeck dd {
			background: none !important;
			padding: 10px 0;
			border: 0;
		}
		#slidedeck_frame dl.slidedeck dd.full {
			padding: 0 !important;
		}
			#slidedeck_frame dl.slidedeck .content {
				padding: 0 50px;
			}
			#slidedeck_frame dl.slidedeck dd.full .content {
				padding: 0;
				height: 177px;
				width: 940px;
				float: left;
			}
				#slidedeck_frame dl.slidedeck dd.full .content .text {
					margin: 10px 10px 10px 270px;
					padding: 10px 15px;
					height: 137px;
					background: #fff;
					opacity: 0.9;
					-moz-opacity: 0.9;
					filter: alpha(opacity=90);
				}
				#slidedeck_frame dl.slidedeck dd .image {
					float: left;
					width: 185px;
					height: 157px;
					padding-left: 35px;
					margin-right: 40px;
					border-right: 1px dotted #999;
				}
				#slidedeck_frame dl.slidedeck dd h2 {
					margin-bottom: 10px;
				}
				#slidedeck_frame dl.slidedeck dd .attachment-thumbnail-slide {
					margin-right: 20px;
					float: left;
				}
				#slidedeck_frame dl.slidedeck dd ul {
					margin: 0 0 2em 30px;
					list-style: square;
				}
	#slidedeck-nav {
		border-top: 1px solid #ccc;
		border-bottom: 1px solid #999;
		height: 46px;
		width: 940px;
		position: absolute;
		bottom: 0;
		z-index: 10;		
		background: url('images/bg-slidedeck-nav.png') repeat-x 0 0;
	}
		#slidedeck-nav li {
			float: left;
			height: 46px;
			width: 186px;
			text-align: center;
			border-right: 1px solid #ccc;
			border-left: 1px solid #fff;
		}
		#slidedeck-nav li:hover {
			border-left: 0;
			width: 187px;
		}
		#slidedeck-nav li.first {
			width: 187px;
			border-left: none;
		}
		#slidedeck-nav li.last {
			width: 187px;
			border-right: none;
		}
		#slidedeck-nav a {
			display: block;
			padding: 14px 5px;
			font-size: 12px;
			color: #666;
			text-decoration: none;
		}
		#slidedeck-nav a:hover,
		#slidedeck-nav a.active {
			margin-top: -8px;
			padding: 20px 5px 15px 6px;
			color: #e5e5e5;
			background: url('images/slidedeck-sprite.png') no-repeat center -143px;
		}
	#arrows {}
		#arrows a {
			position: absolute;
			top: 83px;
			left: 12px;
			height: 26px;
			width: 26px;
			text-indent: -999em;
			overflow: hidden;
			cursor: pointer;
			z-index: 99;
			background: url('images/slidedeck-sprite.png') no-repeat 0 -52px;
		}
		#arrows a.right {
			left: auto;
			right: 12px;
			background-position: -26px -52px;
		}
		#arrows a:hover {
			background-position: 0 0;
		}
		#arrows a.right:hover {
			background-position: -26px 0;
		}
		
/* @end */

/* @group Main block */


/* @group Homepage */
#home-intro {
	overflow: hidden;
	margin-bottom: 20px;
}
	#home-intro h2 {
		float: left;
		width: 700px;
	}
	#home-contact,
	p.button a {
		float: right;
		height: 62px;
		width: 216px;
		text-indent: -999em;
		overflow: hidden;
		background: url('images/btn-contact.png') no-repeat 0 0;
	}
	p.button a {
		float: none;
		padding: 10px 15px;
		width: auto;
		color: #fff;
		font-size: 18px;
		font-family: 'Droid serif', serif;
		text-decoration: none;
		background-image: url('images/btn-custom.png');
	}
	#home-contact:hover,
	p.button a:hover {
		background-position: 0 bottom;
	}


#home-content {
	float: left;
	width: 580px;
}
	#home-content .half {
		float: left;
		width: 260px;
	}
	#home-content .separator {
		margin-right: 20px;
	}
	
	.widget-news .readmore {
		border-bottom: 1px dotted #ccc;
	}
		

#home-sidebar {
	padding: 15px 10px;
	float: right;
	width: 320px;
}
	#home-sidebar h4 {
		margin-bottom: 5px;
	}
	#home-sidebar ul {
		margin: 0 0 30px 10px;
		color: #666;
	}
	#home-sidebar a {
		color: #666;
		text-decoration: none;
	}
	#home-sidebar a:hover {
		text-decoration: underline;
	}
/* @end */

/* @group Content page */
#content-main {
	padding: 0;
	float: left;
	width: 640px;
	background: none;
}
	#breadcrumbs {
		margin-bottom: 0;
		padding-left: 10px;
		height: 24px;
		color: #999;
		overflow: hidden;
		font-family: 'Droid Serif', serif;
		border-bottom: 1px solid #fff;
		background: #e7e9ea;
	}
		#breadcrumbs a {
			color: #999;
			text-decoration: none;
			margin-right: 10px;
			padding: 3px 20px 0 0;
			height: 21px;
			float: left;
			background: url('images/breadcrumbs-separator.png') no-repeat right top;
		}
		#breadcrumbs a:hover {
			text-decoration: underline;
		}
		#breadcrumbs strong {
			margin: 3px 0 0 0;
			float: left;
			font-weight: normal;
		}
	#content-wrapper,
	#content-full {
		padding: 0 0 50px 0;
		background: url('images/bg-content.png') repeat-y 0 0;
	}
	#content-full {
		padding: 25px 30px 20px 30px;
		background: #fff;
	}
		#content-full .post {
			clear: both;
			overflow: hidden;
			margin-bottom: 2em;
		}
			#content-full .post .left {
				float: left;
				width: 160px;
				text-align: center;
			}
			#content-full .post .right {
				float: right;
				width: 410px;
				margin-left: 10px;
			}
			
		#content {
			padding: 25px 10px 20px 30px;
			float: right;
			width: 440px;
		}
			.archive-description {
				margin-bottom: 3em;
			}
			#content .post {
				margin-bottom: 2em;
			}
				.blog #content .post .excerpt,
				.blog #content .post .excerpt p,
				.archive #content .post .excerpt,
				.archive #content .post .excerpt p,
				.category #content .post .excerpt,
				.category #content .post .excerpt p,
				.search #content-full .post .excerpt,
				.search #content-full .post .excerpt p {
					font-weight: normal;
					margin: 0;
				}
				.single #content .post .excerpt,
				.single #content .post .excerpt p {
					font-weight: bold;
				}
			.post .social {
				margin-bottom: 2em;
				overflow: hidden;
			}
				#content .post .social h2 {
					margin-bottom: 5px;
				}
				#content .post .social ul,
				#content-full .post .social ul {
					margin: 0;
					padding: 0;
				}
					#content .post .social ul li,
					#content-full .post .social ul li {
						float: left;
						list-style: none;
						margin: 0;
						padding: 0;
					}
					.social .social-fb {
						width:142px;
					}
					.social .social-tw {
						width:105px;
					}
					.social .social-gp {
						width:70px;
					}
					.social .social-li {
						width:102px;
					}
			blockquote {
				margin-bottom: 1em;
				padding: 10px 10px 10px 60px;
				font-style: italic;
				background: #f7f7f7 url('images/bg-quote.gif') no-repeat left 10px;
				border-top: 1px dotted #ccc;
				border-bottom: 1px dotted #ccc;
			}
			.related-book {
				padding: 3px 0;
				float: right;
				width: 125px;
				text-align: center;
				background: #f7f7f7;
				border-top: 1px dotted #ccc;
				border-bottom: 1px dotted #ccc;
			}
				.related-book h4 {
					margin: 2px 0 2px 0;
					color: #666;
					font: 14px 'Droid Serif', serif;
				}
			.factsheet-widget {
				margin-bottom: 1em;
				padding: 10px;
				background: #f7f7f7;
				border-top: 1px dotted #ccc;
				border-bottom: 1px dotted #ccc;
				font-size: 11px;
			}
				.sidebar .factsheet-widget {
					margin-bottom: 0;
					padding: 10px 0;
					background: none;
					border-bottom: 0;
				}
				.factsheet-item {
					margin-bottom: 1em;
				}
				.factsheet-widget img {
					float: left;
					margin: 0 1px 0 0;
				}
				.factsheet-widget h4,
				.factsheet-widget h3,
				.factsheet-widget h3 a {
					margin: 2px 0 2px 0;
					color: #666;
					font: 14px 'Droid Serif', serif;
				}
				.factsheet-widget h3,
				.factsheet-widget h3 a {
					font-size: 13px;
				}
					.factsheet-widget h4 a {
						color: #666;
					}
				.factsheet-widget .title {

				}
				.factsheet-widget .description {
					clear: both;
					margin-top: 3px;
				}
			.auteur {
				padding: 5px;
				font-size: 11px;
				position: relative;
				min-height: 65px;
				border-top: 1px dotted #ccc;
				border-bottom: 1px dotted #ccc;
			}
			#sidebar-auteurs {
				margin-bottom: 1em;
			}
				#sidebar-auteurs .auteur {
					min-height: 0;
					overflow: hidden;
					border-top: 0;
				}
				#content-sidebar #sidebar-auteurs h2 {
					padding-bottom: 10px;
					margin-bottom: 0;
					border-bottom: 1px dotted #ccc;
				}
				#sidebar-auteurs .description {
					font-size: 11px;
				}
				.auteur .avatar-wrapper {
					float: left;
					width: 60px;
				}
				.auteur .info {
					float: right;
					width: 360px;
				}
				.auteur h4 {
					float: left;
					color: #666;
					font-size: 12px;
				}
					.auteur h4 a {
						color: #666;
					}
					.auteur .function {
						font-style: italic;
						color: #ccc;
					}
				.auteur .social {
					float: right;
					width: 70px;
					text-align: right;
				}
				.sidebar .auteur .social {
					width: 60px;
					height: 14px;
				}
					.sidebar .auteur .social a {
						width: 16px;
					}
				.auteur .description {
					margin: 0;
					clear: both;
				}
				.auteur .meta {
					padding: 5px 0;
					position: absolute;
					top: -1px;
					left: -180px;
					width: 170px;
					height: 65px;
					color: #999;
					text-align: right;
					border-top: 1px dotted #ccc;
					border-bottom: 1px dotted #ccc;
				}
					.auteur .meta .social {
						margin: 0;
					}
					.auteur .meta .text {
						padding-left: 50px;
						line-height: 1.3em;
					}
					.auteur .meta a {
						color: #999;
					}
					.auteur .meta a:hover {
						color: #666;
					}
		#sidebar-nav {
			padding: 10px;
			float: left;
			width: 140px;
			background: url('images/bg-sidebar-nav.png') no-repeat center 10px;
		}
			#sidebar-nav h3 {
				margin: 12px 0 40px 0;
				color: #333;
				text-align: center;
				font-size: 14px;
			}
			#sidebar-nav ul,
			#sidebar-nav ul ul {
				list-style: none;
			}
				#sidebar-nav ul li li,
				#sidebar-nav ul li li a {
					padding-left: 3px;
					color: #999;
					font-size: 11px;
				}
				#sidebar-nav a {
					margin-bottom: 1px;
					color: #666;
					font-size: 11px;
					text-decoration: none;
					display: block;
					border-bottom: 1px dotted #ccc;
				}
				#sidebar-nav .active li a {
					color: #666;
				}
				#sidebar-nav a:hover {
					/*padding-left: 5px;*/
					color: #064663;
				}
				#sidebar-nav a:active,
				#sidebar-nav a.active,
				#sidebar-nav .active a,
				#sidebar-nav .current-cat a {
					color: #064663;
				}

	.related {}
		.related h2 {
			margin-bottom: 8px;
			font-size: 18px;
			margin-left: 180px;
		}
		.related ul {
			margin-left: 180px;
		}
		.author .related .wp-pagenavi {
			padding-top: 1em;
			margin-left: 180px;
		}

	#comments {}
		#comments li {
			clear: both;
			margin-bottom: 20px;
			overflow: hidden;
			background: url('images/bg-comment-odd.gif') no-repeat right 45px;
		}
		#comments li.even {
			background-image: url('images/bg-comment-even.gif');
		}
		#comments h2 {
			margin-bottom: 8px;
			margin-left: 180px;
			font-size: 18px;
		}
		#comments .comment {
			clear: both;
		}
			.comment-author {
				margin-left: 45px;
				padding-right: 5px;
				float: left;
				text-align: right;
				font-size: 11px;
				width: 130px;
			}
				.comment-author .auteur {
					padding: 0;
					border: 0;
					font-weight: bold;
					display: block;
					height: auto;
					min-height: 0;
				}
					.comment-author a {
						text-decoration: none;
						color: #333;
					}
					.comment-author a:hover {
						text-decoration: underline;
					}
				.comment-author p {
					line-height: 1.3em;
				}
			.commenttext {
				padding: 10px;
				float: left;
				width: 420px;
				min-height: 80px;
				height: auto !important;
				height: 80px;
				background: #f3f3f3;
			}
			.even .commenttext {
				background: #e6e6e6;
			}
		#respond {}
			#respond .indent {
				margin-left: 180px;
			}
			#respond h3 {
				margin: 0 0 10px 180px;
				padding: 8px 0 5px 0;
				position: relative;
				font-size: 14px;
				color: #666;
				height: 17px;
				line-height: 1em;
				border-top: 1px dotted #ccc;
				border-bottom: 1px dotted #ccc;
			}
				#respond h3 span {
					width: 170px;
					display: block;
					position: absolute;
					left: -180px;
					top: -1px;
					height: 30px;
					border-top: 1px dotted #ccc;
					border-bottom: 1px dotted #ccc;
				}
			#commentform {
				position: relative;
			}
				#comment-disclaimer {
					position: absolute;
					right: 10px;
					width: 150px;
					height: 120px;
					font-size: 11px;
					line-height: 1.3em;
					color: #999;
				}
				#commentform p {
					margin-bottom: 18px;
				}
				#commentform p.textarea {
					margin-bottom: 10px;
				}
				#commentform label {
					margin: 3px 10px 0 0;
					float: left;
					width: 170px;
					text-align: right;
				}
				#commentform input.input,
				#commentform textarea {
					padding: 5px;
					border: 1px solid #ccc;
					font-size: 11px;
					width: 260px;
					height: 15px;
				}
				input.default {
					color: #ccc;
					font-style: italic;
				}
				#commentform textarea {
					width: 420px;
					height: 100px;
				}
				#comment-submit {
					margin-right: 8px;
					float: right;
					width: 212px;
					height: 23px;
					font: 13px 'Lucida Grande', Arial, sans-serif;
					color: #fff;
					background: #68a1b2;
					border: 1px solid #68a1b2;
				}
				#commentform .subscribe-to-comments {
					margin-left: 180px;
				}
					#commentform .subscribe-to-comments label {
						float: none;
					}
	
.sidebar {
	font-size: 11px;
}
	.sidebar .readmore {
		font-size: 14px;
	}
	.sidebar a.readmore {
		font-size: 11px;
		text-decoration: none;
	}
	.sidebar a.readmore:hover {
		text-decoration: underline;
	}

#content-sidebar {
	float: right;
	width: 280px;
}
	#content-sidebar h2 {
		font-size: 18px;
		margin-bottom: 10px;
		color: #264B66;
	}
	#content-sidebar h3 {
		color: #666;
		font-size: 14px;
		margin-bottom: 10px;
		clear: both;
	}
	
	#content-sidebar .diensten {
		margin-bottom: 20px;
	}
		#content-sidebar .diensten li {
			font-size: 10px;
			overflow: hidden;
			margin: 0 0 10px 0;
		}
		#content-sidebar .diensten li.even {
			margin-right: 0;
		}
			#content-sidebar .diensten li h4,
			#content-sidebar .diensten li h4 a {
				font-size: 13px;
				color: #039cc8;
			}
			#content-sidebar .diensten li p {
				margin: 0;
			}
	
	#contact-address {
		margin-bottom: 2em;
	}		
	.gform_wrapper {
		clear: both;
		margin-bottom: 5px;
	}
	#gform_6 {
		margin-top: 1.5em;
	}
		.gform_wrapper ul,
		.generated ul {
			margin-left: 0 !important;
			list-style: none !important;
		}
		.gform_wrapper .validation_message {
			color: #f00;
		}
		.gform_heading h3.gform_title {
			margin-bottom: 0.5em !important;
		}
		.gfield,
		.generated dl {
			margin-bottom: 10px;
		}
		.gfield_label {
			display: none;
		}
		.no-inline .gfield_label,
		.generated label {
			display: block;
			font-weight: bold;
		}
		.generated .checkboxes label,
		.generated .radios label {
			display: inline;
			font-weight: normal;
		}
		.no-inline .left_label .gfield_label {
			float: left;
			width: 155px;
		}
		.no-inline .full-width .gfield_label {
			float: none;
			width: auto;
		}
		.gfield_description {
			margin-left: 3px;
			font-size: 11px;
			color: #666;
		}
		.gfield input,
		.gfield textarea,
		.ictr-generator input,
		.generated input {
			padding: 5px;
			width: 245px;
			height: 15px;
			font-size: 11px;
			font-family: Arial, sans-serif;
			border: 1px solid #ccc;
		}
		.ictr-generator textarea,
		.generated textarea {
			height: 100px;
			width: 100%;
		}
		
		.gfield textarea {
			height: 100px;
		}
		.gfield textarea.large {
			width: 400px;
		}
		.gfield input.default,
		.gfield textarea.default {
			color: #999;
			font-style: italic;
		}
		.gfield_checkbox {
			margin: 0 !important;
			clear: both;
			padding-top: 1em;
		}
			.gfield_checkbox input,
			.gfield_radio input,
			.generated input.checkbox,
			.generated input.radio {
				margin-right: 5px;
				width: auto;
			}
		.generated .error {
			color: #f00;
		}
			.generated .error input,
			.generated .error textarea {
				border: 1px solid #f00;
			}
		.generated .general-error {
			margin-bottom: 1em;
			color: #f00;
			padding: 5px;
			border: 1px dashed #f00;
		}
		.gform_footer .button,
		.ictr-generator .button,
		.generated .button {
			width: 255px;
			height: 35px;
			background: #039cc8;
			cursor: pointer;
			color: #fff;
			font: 16px 'Droid Serif', serif;
			border: 1px solid #00617e;
		}
		.no-inline .gform_footer .button {
			margin-left: 155px;
		}
		#content-sidebar .call,
		#content-sidebar .call a {
			font-style: italic;
			text-align: center;
			color: #666;
		}
	
	.recent-widget {
		padding: 0;
		min-height: 200px;
		height: auto !important;
		height: 200px;
	}
		.recent-widget .navigation a {
			padding-top: 7px;
			height: 23px;
			width: 139px;
			float: left;
			color: #666;
			text-align: center;
			text-decoration: none;
			font: 14px 'Droid Serif', serif;
			background: #f7f7f7;
			border-bottom: 1px solid #ccc;
			border-right: 1px solid #ccc;
		}
		.recent-widget .navigation a:hover {
			color: #333;
		}
		.recent-widget .navigation a.active {
			background: #fff;
			border-bottom: 1px solid #fff;
			border-right: 1px solid #ccc;
			border-left: 0;
		}
		.recent-widget .recent-tabs {
			padding: 10px;
			clear: both;
			color: #c6cdd6;
		}
			.recent-widget .recent-tabs a {
				color: #333;
			}
			
	.books-widget {}
		.books-widget .jcarousel-container {
			padding: 0 30px;
		}
		.books-widget .jcarousel-clip {
			overflow: hidden;
		}
		.books-widget .jcarousel-prev,
		.books-widget .jcarousel-next {
			position: absolute;
			top: 43px;
			left: 0;
			width: 26px;
			height: 26px;
			cursor: pointer;
			background: transparent url('images/slidedeck-sprite.png') no-repeat 0 -52px;
		}
		.books-widget .jcarousel-next { 
			right: 0;
			left: auto;
			background-position: -26px -52px;
		}
		.books-widget .jcarousel-prev:hover {
			cursor: pointer;
			background-position: 0 0;
		}
		.books-widget .jcarousel-next:hover {
			cursor: pointer;
			background-position: -26px 0;
		}
		.books li {
			text-align: center;
			margin-right: 10px;
			padding-bottom: 3px;
			width: 95px !important;
		}
			.books li h3 {
				font-size: 12px;
				color: #029bc7;
			}
			.books li a.button {
				padding: 3px 5px;
				width: 75px;
				height: 18px;
				color: #fff;
				text-decoration: none;
				background: #67c3dd;
				border: 1px solid #66a0b1;
			}
			.books li a.button:hover {
				text-decoration: underline;
			}


/* @end */

/* @group Article styles */
.metadata,
.metadata a {
	color: #999;
	font-style: italic;
	font-size: 10px;
}

.excerpt {
	font-weight: bold;
}
.readmore {
	text-align: right;
	color: #999;
}
	.readmore a {
		color: #999;
		font-style: italic;
		text-decoration: none;
	}
	.readmore a:hover {
		text-decoration: underline;
	}

#content div ul,
#content-full ul {
	list-style: square;
	margin:  0 0 1em 30px;
}
#content div ol,
#content-full ol {
	list-style: decimal;
	margin:  0 0 1em 30px;
}
.widget-news ul {
	margin-left: 15px;
	list-style-image: url('images/bullet-dash.png');
}
	.widget-news ul a {
		color: #333;
		text-decoration: none;
	}
	.widget-news ul a:hover {
		text-decoration: underline;
	}
	.widget-news ul .date {
		font-size: 10px;
		font-style: italic;
		color: #999;
	}


.testimonials .quote,
.partners .quote {
	margin-top: 10px;
	font-size: 17px;
	font-style: italic;
}
.testimonials .alignleft,
.partners .alignleft {
	margin-bottom: 2em;
	width: 180px;
}
.testimonials .logo,
.partners .logo {
	text-align: center;
}

/* @end */

/* @grou Images */
.attachment-thumbnail-book-big {
	margin: 0 10px 10px 0;
	float: left;
}
.post .size-full {
	max-width: 440px !important;
	/* For Internet Explorer: */
	width: expression(Math.min(parseInt(this.offsetWidth), 440 ) + "px");
}
.post img.alignleft,
.post img.alignright {
	width: auto !important;
}
.post .wp-caption-text {
	font-size: 11px;
	color: #999;
}
/* @end */

/* @group Social block sidebar */
#.social-buttons {}
	.social-buttons li {
		clear: both;
		margin-bottom: 5px;
		height: 40px;
		position: relative;
		background: url('images/icon-rss.png') no-repeat 0 0;
	}
	.social-buttons li.twitter {
		padding-top: 5px;
		height: 35px;
		background-image: url('images/icon-twitter-groot.png')
	}
		.social-buttons li a.big {
			padding-left: 40px;
			float: left;
			height: 35px;
			font: 14px 'Droid Serif', Georgia, serif;
			color: #666;
			text-decoration: none;
		}
		.social-buttons li a:hover {
			text-decoration: underline;
		}
		.social-buttons li span {
			margin: -3px 20px 0 0;
			position: absolute;
			top: 18px;
			left: 50px;
			font-size: 11px;
			color: #999;
		}
			.social-buttons li span a {
				color: #999;
			}
			
#latest-tweets {
	overflow: hidden;
	position: relative;
}
	#slidedeck-twitter-frame {
		width: 260px;
		height: 75px;
		margin-bottom: 5px;
	}
		#slidedeck-twitter-frame dl {
			width: 100%;
			height: 100%;
		}
			#slidedeck-twitter-frame dl dd,
			#slidedeck-twitter-frame dl dd a {
				color: #999;
				font-style: italic;
			}
		#slidedeck-arrows {}
			#slidedeck-arrows a {
				position: absolute;
				bottom: 0;
				left: 0;
				width: 30px;
				height: 100%;
				cursor: pointer;
				z-index: 99;
			}
			#slidedeck-arrows a.right {
				left: auto;
				right: 0;
			}
				#slidedeck-arrows a span {
					position: absolute;
					top: 20px;
					display: none;
					height: 26px;
					width: 26px;
					z-index: 999;
					text-indent: -999em;
					overflow: hidden;
					background: url('images/slidedeck-sprite.png') no-repeat 0 -52px;
				}
				#slidedeck-arrows a:hover span {
					display: block;
					left: 0;
				}
				#slidedeck-arrows a.right:hover span {
					left: auto;
					right: 0;
				}			
				#slidedeck-arrows a.right span {
					right: 0;
					background-position: -26px -52px;
				}
				#slidedeck-arrows a.right:hover span {
					background-position: -26px -52px;
				}
	#latest-tweets .slidedeck-navigation {
		height: 12px;
		margin-left: 80px;
	}
		#latest-tweets .slidedeck-navigation li {
			margin: 0 3px;
			float: left;
			width: 12px;
			height: 12px;
		}
		#latest-tweets .slidedeck-navigation a {
			float: left;
			width: 12px;
			height: 12px;
			text-indent: -999em;
			overflow: hidden;
			background: url('images/slidedeck-sprite.png') no-repeat -84px -14px;
		}
		#latest-tweets .slidedeck-navigation a.active {
			background-position: -65px -14px;
		}
		#latest-tweets .slidedeck-navigation a:hover {
			background-position: -65px 0;
		}
/* @end */


/* @group Employees */
ul#employees {
	margin: 0 0 20px 0;
	list-style: none;
}
	#employees .employee {
		margin: 0 0 25px 17px;
		float: left;
		width: 130px;
		min-height: 160px;
		font-size: 12px;
		text-align: center;
	}
		#employees .employee img {
			margin-bottom: 5px;
		}
		#employees .employee a {
			display: block;
		}
		#employees .employee .tooltip {
			display: none;
		}
	#employees .first {
		margin-left: 0;
		clear: both;
	}
	#employees .function {
		font-style: italic;
		color: #ccc;
	}
	
	#tooltip {
		padding: 10px;
		width: 200px;
		background: #fff;
		border: 1px solid #039cc8;
		font-size: 0.85em;
		box-shadow: 6px 6px 9px rgba(0,0,0,0.1);
		-moz-box-shadow: 6px 6px 9px rgba(0,0,0,0.1);
		-webkit-box-shadow: 6px 6px 9px rgba(0,0,0,0.1);
	}
/* @end */

/* @group Author */
#author-function {
	color: #999;
	font-style: italic;
	font-size: 15px;
	text-transform: lowercase;
}
#author-avatar {
	margin: 0 0 10px 10px;
	float: right;
}
	#author-avatar img {
		margin-bottom: 4px;
		padding: 2px;
		border: 1px solid #e2e2e2;
	}
#author-info {
	margin-bottom: 20px;
}
	#author-info .metainfo {
		margin: 10px 0;
		padding-bottom: 2em;
	}
		#author-info .metainfo .meta-key {
			float: left;
			width: 120px;
			font-weight: bold;
		}
	#author-info .social {
		clear: left;
		list-style: none;
		margin: 0 0 1em 0;
	}
		#author-info .linkedin,
		#author-info .twitter {
			padding: 2px 0 2px 25px;
			height: 20px;
			background: url("images/icon-linkedin.png") no-repeat 0 0;
		}
		#author-info .twitter {
			background-image: url("images/icon-twitter.png");
		}
#author-description {
	margin-bottom: 20px;
}
	#author-description h2 {
		padding: 0;
		background: none;
	}
#author-extra {
	margin-bottom: 20px;
	clear: both;
	height: 100%;
	overflow: hidden;
}
	#author-extra h2 {
		padding: 0;
		background: none;
	}
	#author-extra .column {
		float: left;
		width: 230px;
	}
	#author-extra .second {
		float: right;
	}

/* @end */

/* @group Footer */
#footer-wrapper {
	clear: both;
	height: 265px;
	overflow: hidden;
	background: url('images/bg-footer.png') repeat-x 0 0;
	color: #666;
}
	#footer-wrapper a {
		color: #666;
		text-decoration: none;
	}
	#footer-wrapper a:hover {
		text-decoration: underline;
	}
	
	#doormat {
		margin: 0 auto;
		padding-top: 22px;
		font-size: 11px;
		width: 940px;
		height: 208px;
	}
		#doormat .column {
			float: left;
			width: 160px;
			margin-right: 20px;
		}
		#doormat .vcard {
			padding-left: 70px;
			background: url('images/logo-grijs.png') no-repeat 0 0;
		}
		#doormat .last {
			margin-right: 0;
			width: 330px;
		}
		#doormat .column h4 {
			font-size: 18px;
			margin-bottom: 10px;
		}
		#doormat .column ul {
			margin: 0 0 15px 0;
		}
			#doormat .column ul li {
				padding-left: 15px;
				zoom: 1;
				background: url('images/bullet-dash-noshadow.png') no-repeat 0 10px;
			}
		#doormat .column .readmore {}
			#doormat .column .readmore a {
				text-decoration: underline;
			}
			#doormat .column .readmore a:hover {
				color: #333;
			}
		#doormat .social {
			text-align: right;
		}
			#doormat .social iframe,
			#doormat .social .fb_iframe_widget {
				margin-left: 10px;
				float: right;
			}
	#footer {
		padding-top: 10px;
		text-align: center;
	}
		#nav-footer li {
			margin-right: 10px;
			display: inline;
		}
/* @end */

/* @group Popup style */
.popup {
	padding: 40px 5px;
	text-align: center;
	overflow: hidden;
	background: none;
}
	.popup h2 {
		font-size: 26px;
		color: #264b66;
		margin-bottom: 15px;
	}
	.popup .gform_wrapper {
		margin: 0 auto;
		width: 300px;
	}
	.popup .validation_error {
		display: none;
	}
	.popup .validation_message {
		color: #f00;
		text-align: left;
		font-size: 14px;
	}
	.popup .gfield input,
	.popup .gform_button {
		padding: 5px;
		width: 300px;
		height: 30px;
		font-size: 18px;
		font-style: normal;
		font-family: 'Droid Serif', serif;
	}
	.popup .gform_button {
		width: 312px;
	}

/* @end */

/* @group Table styles */
.tarieven {
	clear: both;
	width: 100%;
	border-collapse: collapse;
	margin: 1em 0 2em 0;
}
	.tarieven .col1 {
		width: 410px;
	}
	.tarieven .col2 {
		width: 180px;
	}
	.tarieven th,
	.tarieven td {
		vertical-align: top;
	}
	.tarieven th {
		font-weight: normal;
		color: #999;
		text-align: left;
		border-bottom: 1px solid #eee;
	}
	.tarieven td {
		padding: 2px 10px 2px 0;
	}
/* @end */

/* @group Forms */
/*#field_14_16 {
	margin: -10px 0 0 25px;
}
*/
#field_14_16 .gfield_label {
	display: block !important;
}
#field_14_16 .ginput_container {
	padding-left: 15px;
}
/* @end */

/* @group Tooltips */
#tooltip {
	position: absolute;
	z-index: 3000;
	opacity: 0.85;
}
	#tooltip h3, 
	#tooltip div { 
		margin: 0; 
	}

/* @end */


/* @group Generator */
.gen-title {
	font-size: 19px;
	margin-bottom: 5px;
}
.voortgang {
	font-size: 14px
}
.ictr-generator {
	margin-bottom: 1em;
	overflow: hidden;
}
	.vraag {
		padding: 10px;
		border-bottom: 1px solid #ccc;
	}
	.ictr-generator .odd {
		background: #eee;
	}
		.ictr-generator .vraag h2 {
			margin-bottom: 1em;
		}
			.vraag h2 .nr {
				float: left;
				width: 25px;
			}
		.vraag .vraagveld,
		.vraag .vraagtoelichting {
			padding: 5px 0 0 25px;
		}
			.vraag .vraagveld .vraagveld {
				padding: 0;
			}
		.vraag .required {
			color: red;
		}
		.ictr-generator label {
			cursor: pointer;
		}
		.ictr-generator input.checkbox,
		.ictr-generator input.radio {
			padding: 0;
			width: auto;
			height: auto;
			border: 0;
			background: none;
		}
		.ictr-generator .button {
			width: auto;
			padding: 5px 50px;
		}
		.ictr-generator .table.checkbox td {
			font-weight: bold;
		}
		.ictr-generator .checklijst .table.checkbox td {
			font-weight: normal;
		}
		.vraag .line {
			clear: both;
			margin-bottom: 5px;
		}

	.schermfooter {
		padding: 20px 0;
		text-align: right;
	}
		.schermfooter .button {
			margin-left: 10px;
			cursor: pointer;
		}
		.ictr-generator .schermfooter .terug {
			margin-left: 0;
			float: left;
			color: #666;
			background: #ccc;
			border: 1px solid #999;
		}
	#generateddisclaimer {
		padding: 5px;
		background: #eee;
		border: 1px solid #ccc;
	}
	#disclaimer-textarea {
		padding: 5px;
		border: 1px solid #ccc;
	}
	
	#btn-prepaid {
		padding: 5px 30px;
	}

/* @end */

/* @end */

}

/* =Print Style
-------------------------------------------------------------- */

@media print {

}

