@charset "UTF-8";
/* CSS Document */

/* 
Theme Name: ING IM Recruitment site
Theme URL: http://www.netwerven.nl/
Description: Custom theme for ING Investment Management, built on Recruitment theme for WordPress.
Author: Netwerven
Author URI: http://www.netwerven.nl/
Version: 1.3
Template: wp-recruitment
*/

/* Eric meyer css reset
------------------------------*/

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, homebottom, sup, tt, var, 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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline; }
:focus {
	outline: 0; }
body {
	line-height: 1;
	color: black;
	background: white; }
table {
	border-collapse: separate;
	border-spacing: 0; }
caption, th, td {
	text-align: left;
	font-weight: normal; }
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* TYPOGRAPHY STYLING
======================================== */

/* standard text styles */

body {
	color: #333;
	font: normal 12px/1.5em "helvetica neue", helvetica, arial, sans-serif;
}
p {
	margin: 0px 0px 1em 0px;
	line-height: 2em;
}
h1 {
	color: #000;
	font: normal 22px "helvetica neue", helvetica, arial, sans-serif;
	margin: 0 0 20px 0;
}
h2 {
	color: #000;
	font: bold 16px "helvetica neue", helvetica, arial, sans-serif;
	margin: 0 0 15px 0;
}
h3 {
	color: #000;
	font: normal 14px "helvetica neue", helvetica, arial, sans-serif;
	margin: 0 0 10px 0;
}
h4 {
	color: #000;
	font: normal 13px "helvetica neue",helvetica,arial,sans-serif;
	margin: 0 0 10px 0;
}
h5 {
	color: #000;
	font: bold 12px "helvetica neue",helvetica,arial,sans-serif;
	margin: 0 0 10px 0;
}
h6 {
	color: #000;
	font: bold 12px "helvetica neue",helvetica,arial,sans-serif;
	margin: 0 0 10px 0;
}

/* Link styles */

a {
	color: #ff6600;
	cursor: pointer;
	text-decoration: underline;
}
a:hover { color: #788cc7; }

/* List styles */

#content ul, #content ol {
	margin: 0 0 20px 25px;
	list-style-position: outside;
	line-height: 2em; 
}
	#content li { 
		padding: 0 0 0 5px;
	}

/* Tables */

#content table {
	border: 0;
	width: 100%;
	background: #FFF;
	line-height: 16px;
	margin: 0 0 15px 0;
	border-left: 1px solid #c7ced1;
	border-top: 1px solid #c7ced1;
}
	#content table tr.even {
		background: #E8F0F9;
	}
	#content table td {
		padding:  7px 10px;
		vertical-align: top;
		border-right: 1px solid #c7ced1;
		border-bottom: 1px solid #c7ced1;
	}
	#content table p, #content table li {
		margin: 0;
	}
#content table.nostyling, #content table.nostyling td {
	background: none;
	padding: 0;
	border: 0;
}

/* Other styles */

strong { 
	font-weight: bold;
}
em {
	font-style: italic;
}
hr {
	border: 1px solid #FFF;
	border-top: 1px solid #c7ced1;
	margin: 0 0 1.5em 0;
}
blockquote {
	background: #DDD;
	margin: 0 0 1.5em 0;
	padding: 10px;
}
blockquote p {
	color: #788cc7;
	font-size: 14px;
	font-style: italic;
	margin: 0; 
}

/* Images, float & clear */

#content img {
}
#content img.size-thumbnail {
}
#content img.size-medium {
}
#content img.size-large {
}
.left, .alignleft {
	margin: 3px 15px 3px 0;
	float: left;
}
.right, .alignright {
	margin: 3px 0 3px 15px;
	float: right;
}
.clear {
	clear: both;
}

/* STANDARD LAYOUT
========================================*/

body {
	background: #FFF; 
}
.inner {
	height: auto;
	margin: 0 auto;
	padding: 0 10px;
	position: relative;
	width: 960px; 
}
#header, #main, #footer, #bottom {
	clear: both;
	float: left; 
	width: 100%;
	
}
	
/* Header
------------------------------*/
	
#header {
}
	#header .inner {
		height: 90px;
	}
			#sitename {
				float: left;
				height: 55px;
				width: 940px;
				margin: 0 10px 0 10px;
				border-bottom: 5px solid #ff6600;
				position: relative;
			}
				#logo {
					position: absolute;
					top: 16px;
					left: 1px;
				}
					#logo img {
					}
				#name {
					float: right;
				}
					#name h2 {
						font-size: 22px;
						margin: 25px 5px 0 0;
						font-weight: normal;
						}
					#name h2 a {
						color: #000066;
						text-transform: uppercase;
						text-decoration: none;
					}
			#topsocial {
				width: auto;
				height: 20px;
				float: right;
				margin: 10px 0 0 0;
			}
				#topsocial p {
					line-height: 18px;
					color: #788cc7;
					font-weight: bold;
				}
				#topsocial p img {
					vertical-align: middle;
				}
			#search {
				float: right;
				width: 230px;
				height: 20px;
				margin: 10px 0 0 10px;
				padding: 0 0 0 10px;
				border-left: 1px solid #CCC;
			}
				#searchfield, #searchfield:focus {
					color: #666;
					width: 160px;
					height: 18px;
					line-height: 18px;
					font-size: 11px;
					border: 1px solid #CCC;
					margin: 0;
					padding: 0 5px;
				}
				#searchbutton {
					height: 20px;
					line-height: 18px;
					font-size: 11px;
					position: absolute;
					border: 0;
					background: none;
					cursor: pointer;
					margin: 0 0 0 5px;
					padding: 0;
				}

/* Main
------------------------------*/

#main {
	padding-bottom: 30px;
}

	/* Main navigation */

	#hormenu {
		width: 940px;
		height: 25px;
		margin: 10px 10px 10px 10px;
		background: #ff6600;
		display: block;
		position: relative;
		z-index: 100;
		/*overflow: hidden;*/
	}
	#title {
		margin: 15px 10px 10px 10px;
		position: relative;
	}	
		#title h1, #title p {
			margin: 0;
		}
		#breadcrumbs {
			float: left;
		}
			#breadcrumbs p, #breadcrumbs a {
				color: #788cc7;
			}
			#breadcrumbs a:hover { color: #ff6600; }
			
		#subscribe {
			float: right;
		}
			#subscribe p {
				color: #788cc7;
				font-weight: bold;
			}
			#subscribe img {
				margin-bottom: -3px;
			}

	#content {
			width: 580px;
			padding: 19px 19px 14px 19px;
			margin: 10px;
			border: 1px solid #e5e5e5;
			float: right;
			z-index: 0;
	}
	#content.left { float: left; } /* For pages with a right sidebar */
	#content.right { float: right; } /* For pages with a left sidebar */
		
		#content .entry {
			position: relative;
			float: left;
			width: 100%;
		}
			#content h1 {
				border-bottom: 1px solid #e5e5e5;
				padding: 0 0 10px 0;
			}
		
			/* Share buttons */
			.vacaturebutton {
				float: right;
			}
			.vacaturebutton a {
				cursor: pointer;
				padding: 0;
				margin: 0 0 20px 0;
			}
				#content .bt-content img, #content .bt-content table, #content .bt-content td {
					padding: 0;
					border: 0;
				}
			.deelbericht {
				margin-bottom: 20px;
			}
		.readmore {
			display: block;
			margin: 0 0 15px 0;
			padding: 0 10px 0 0;
			float: right;
			text-align: left;
			background:url(../wpr-ingim/images/arrow.png) center right no-repeat; }
		}
		
		/* Links naar vorige / volgende pagina's */
		
		#prevnext {
			width: 100%;
			height: auto;
			clear: both;
		}
			#prev, #next { margin: 0 0 15px 0; display: block; }
			#prev { float: left; padding: 0 0 0 10px; background:url(../wpr-ingim/images/arrowleft.png) center left no-repeat; }
			#next { float: right; padding: 0 10px 0 0; background:url(../wpr-ingim/images/arrow.png) center right no-repeat; }	
			
	.sidebar {
		width: 320px;
		position: relative;
		float: left;
		z-index: 0;
	}
	
/* Footer
------------------------------*/
			
#footer {
	background: #e8f0f9;
}
	#footer .inner {
		
	}

		/* Footer columns */
	
		.footercolumn {
			width: 300px;
			float: left;
			margin: 20px 10px 20px 10px;
		}
			.footercolumncolumn {
				width: 150px;
				float: left;
			}
			#footer h3 {
				color: #788cc7;
				font-size: 13px;
				font-weight: bold;
				margin: 0 0 20px 0;
			}
			#footer p, #footer a {
				line-height: 1.5em;
				color: #333;
			}
				#footer a:hover { color: #788CC7; }
			#footer ul {
				list-style: none;
			}
				#footer li a {
					line-height: 20px;
					color: #333;
					display: block;
					text-decoration: none;
				}
				#footer li a:hover {
					color: #ff6600;
					text-decoration: underline;
				}
			#footer .socialcolumn li a  {
				line-height: 25px;
			}
			#footer li.linkedin { text-indent: 25px; background: url(../wpr-ingim/images/social/linkedin_16.png) no-repeat 0px 2px; }
			#footer li.twitter { text-indent: 25px; background: url(../wpr-ingim/images/social/twitter_16.png) no-repeat 0px 2px; }
			#footer li.facebook { text-indent: 25px; background: url(../wpr-ingim/images/social/facebook_16.png) no-repeat 0px 2px; }
			#footer li.youtube { text-indent: 25px; background: url(../wpr-ingim/images/social/youtube_16.png) no-repeat 0px 2px; }
			#footer li.hyves { text-indent: 25px; background: url(../wpr-ingim/images/social/hyves_16.png) no-repeat 0px 2px; }
			#footer li.rss { text-indent: 25px; background: url(../wpr-ingim/images/social/rss_16.png) no-repeat 0px 2px; }
		
		#footer .logos {}
			#footer .logos li {
				float: left;
				width: 150px;
				margin: 0 10px 15px 0;
			}
			#footer .logos li.second {
				width: 120px;
			}
			
		/* Footer bottom */
		
		#bottom .inner {
			height: 40px;
		}	
			#bottom p, #bottom a {
				color: #666;
				font-size: 11px;
				line-height: 30px;
				margin: 0;
			}
			#bottom a:hover {
				color: #788CC7;
			}
			#footerleft {
				float: left;
			}
			#footerright {
				float: right;
			}

/* CUSTOM PAGE STYLING
========================================*/

/* home
------------------------------*/

#content.home, .sidebar.home {
	width: 960px;
	border: 0;
	padding: 0;
	margin: 0;
}

.home-columns {}
	.home-columns .column {
		float: left;
		width: 290px;
		margin-left: 30px;
	}
	.home-columns .column-first {
		margin-left: 0;
	}
	
#slider {
	height: 320px;
	width: 940px;
	margin: 10px;
	background: url(../wpr-ingim/images/slider/loading.gif) no-repeat 50% 50% #FFF;
	float: left;
	overflow: hidden;
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
	/* The Nivo Slider styles */
	.nivoSlider {
		position:relative;
	}
	.nivoSlider img {
		position:absolute;
		top:0px;
		left:0px;
	}
	/* If an image is wrapped in a link */
	.nivoSlider a.nivo-imageLink {
		position:absolute;
		top:0px;
		left:0px;
		width:100%;
		height:100%;
		border:0;
		padding:0;
		margin:0;
		z-index:60;
		display:none;
	}
	/* The slices in the Slider */
	.nivo-slice {
		display:block;
		position:absolute;
		z-index:50;
		height:100%;
	}
	/* Caption styles */
	.nivo-caption {
		position:absolute;
		left:0px;
		bottom:0px;
		background:#000;
		color:#fff;
		opacity:0.8; /* Overridden by captionOpacity setting */
		width:100%;
		z-index:89;
	}
	.nivo-caption p {
		padding:5px;
		margin:0;
	}
	.nivo-caption a {
		display:inline !important;
	}
	.nivo-html-caption {
	    display:none;
	}
	/* Direction nav styles (e.g. Next & Prev) */
	.nivo-directionNav a {
		position:absolute;
		top:45%;
		z-index:99;
		cursor:pointer;
		display:block;
		width:30px;
		height:30px;
		background:url(../wpr-ingim/images/slider/arrows.png) no-repeat;
		text-indent:-9999px;
		border:0;
	}
	a.nivo-prevNav {
		left:15px;
	}
	a.nivo-nextNav {
		background-position:-30px 0;
		right:15px;
	}
	/* Control nav styles (e.g. 1,2,3...) */
	.nivo-controlNav a {
		position:relative;
		z-index:99;
		cursor:pointer;
	}
	.nivo-controlNav a.active {
		font-weight:bold;
	}
	
.home .widget {
	padding: 0 0 10px 0;
}
.home .introduction {
}
	.introduction h3 {
		margin: 0 0 20px 0;
	}
	.introduction p {
		color: #333;
		line-height: 1.75em;
		margin: 10px 0 0 0;
	}

.home .start-de-quiz, .home .ervaring-collega {
	min-height: 20px;
}

/* Blog
------------------------------*/

.blog .entry {
	width: 100%;
	border-bottom: 1px solid #E5E5E5;
	margin: 0 0 20px 0;
}

#content.blog {
	float: right;
}
	.posttitle {
		margin: 0;
	}
	.posttitle a {
		color: #000;
		text-decoration: none; 
	}
	.posttitle a:hover {
		color: #ff6600;
		text-decoration: underline; 
	}
	.meta {
		font-size: 12px;
		line-height: 1.5em;
		color: #666;
	}
	.meta a {
		color: #666;
	}
	.meta a:hover {
		color: #ff6600;
	}

/* Single blogpost
------------------------------*/

#content.blogpost {
	float: right;
}

/* Visitekaartjes */

#content .visitekaartje {
	width: 100%;
	border-top: 1px solid #E5E5E5;
	padding: 20px 0 10px 0;
}
	.visitekaartje .avatar {
		
		float: left;
		margin: 0 20px 0 0;
	}
		#content .visitekaartje .avatar img {
		    height: 60px;
		    width: 60px;
		    padding: 0;
		    margin: 0;
		}
	.visitekaartje .author {
		width: 500px;
		float: left;
		margin: 0;
		position: relative;
	}
		.visitekaartje .author h3 {
			margin: 0 0 3px 0;
		}
		#content .visitekaartje .author p {
			margin: 0 0 10px 0;
			line-height: 1em;
		}
		#content .visitekaartje .author p.meta {
			margin: 0;
		}
		#content .visitekaartje .author p.readmore {
			margin: -12px 0 0 0;
		}
		
		.visitekaartje .author ul {
			list-style: none;
			overflow: hidden;
			margin: 0 0 0.5em 0 !important;
			padding: 5px 0 !important;
		}
		.visitekaartje .author li {
			float: left;
			width: 16px;
			height: 16px;
			margin: 0 5px 0 0 !important;
			padding: 0 !important;
			color: #333;
		}
			.visitekaartje .author li.email {
				background: url(../wpr-ingim/images/social/email_16.png) 0 0 no-repeat;
				text-indent: -999em;
				overflow: hidden;
			}
			.visitekaartje .author li.phone {
				background: url(../wpr-ingim/images/social/phone_16.png) 0 0 no-repeat;
				text-indent: -999em;
				overflow: hidden;
			}
			.visitekaartje .author li a {
				display: block;
				width: 16px;
				height: 16px;
				text-indent: -9999px;
			}
			.visitekaartje .author a.linkedin { background: url(../wpr-ingim/images/social/linkedin_16.png); }
			.visitekaartje .author a.twitter { background: url(../wpr-ingim/images/social/twitter_16.png); }
			.visitekaartje .author a.facebook { background: url(../wpr-ingim/images/social/facebook_16.png); }
			.visitekaartje .author a.hyves { background: url(../wpr-ingim/images/social/hyves_16.png); }
		
/* Comments */

#comments {
	margin: 10px 0 0 0;
	padding: 20px 0;
	clear: both;
	float:  left;
	width: 100%;
	border-top: 1px solid #E5E5E5;
	font-size: 18px;
}

#content .commentlist {
	float: left;
	margin: 0;
}
#content .commentlist li {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
	.comment-body {
		padding: 14px 19px;
		margin: 10px 0 20px 90px;
		position: relative;
		background: #FFF;
		border: 1px solid #E5E5E5;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
	}	
	.comment-body:before {
		content:"";
		display:block; /* reduce the damage in FF3.0 */
		position:absolute;
		top:15px;
		left:-10px;
		border-width:10px 10px 10px 0;
		border-style:solid;
		border-color:transparent #E5E5E5;
	}
	.comment-body:after {
		content:"";
		display:block; /* reduce the damage in FF3.0 */
		position:absolute;
		top:15px;
		left:-9px;
		border-width:10px 10px 10px 0;
		border-style:solid;
		border-color:transparent #fff;
	}	
		
		/* Avatar */
		
		#content .comment-body img.avatar {
			position: absolute;
			top: -1px;
			left: -90px;
			padding: 4px;
			border: 1px solid #E5E5E5;
			background: #FFF;
		}

		/* Comment author */
		
		.commentlist .comment-author {
			margin: 0 0 15px 0;
		}
		.commentlist .comment-author .fn {
			font-weight: bold;
		}

		/* Metadata */
		
		.commentlist .comment-meta {
			font-size: 12px;
			position: absolute;
			right: 0;
			top: 10px;
			height: 10px;
			width: 100%;
		}
		.commentlist .comment-meta a {
			display: inline;
			font-size: 12px;
			color: #999;
			text-decoration:none;
			position: absolute;
			right:  20px;
			top:  0;
		}
		.commentlist a.comment-edit-link {
			display: none;
		}
			
		/* Comment content */
		
		.comment p {
			font-style: italic;
		}
		.reply {
			font-size: 12px;
			text-align: right;
		}

/* Reactie formulier */
	
#respond {
	float: left;
	padding: 20px 0 10px 0;
	margin: 10px 0 0 0;
	border-top: 1px solid #E5E5E5;
}
	#respond h3 {
		font-size: 18px;
	}
	#respond #comment {
		width: 568px;
		height: 150px;
	}

/* Vakgebieden
------------------------------*/

.vakgebieden .entry {
	width: 100%;
	border-bottom: 1px solid #E5E5E5;
	margin: 0 0 20px 0;
}
	.vakgebieden h2.posttitle {
		margin: 0 0 10px 0;
	}
	.vakgebieden .entry p {
		margin: 0 0 10px 0;
	}
	.vakgebieden .entry .readmore {
		margin: 0 0 15px 0;
	}


/* Collega's
------------------------------*/


.collegas .entry {
	width: 100%;
	border-bottom: 1px solid #E5E5E5;
	margin: 0 0 20px 0;
}
.collegas .avatar {
	float: left;
	margin: 0 20px 20px 0;
}
.collegas .avatar img {
	width: 100px;
	height: auto;
}
	#content.collegas h2 {
		margin: 0;
	}
	.collegas .meta, .collegas .meta a {
		color: #666;
		line-height: 1em;
		margin: 0 0 10px 0;
		text-decoration: none;
	}
	#content.collegas .quote {
		margin: 0 0 10px 0;
	}
	#content.collegas .quote p {
		color: #333;
		line-height: 18px;
		min-height: 40px;
	}
	#content.collegas .quote p {
		margin: 0;
		display: inline;
	}

/* Single collega
------------------------------*/

.collega .avatar {
	float: left;
	margin: 0 20px 0 0;
}
.collega .avatar img {
	width: 100px;
	height: auto;
}
	.collega .meta, .collega .meta a {
		color: #666;
		line-height: 1em;
		margin: 0 0 10px 0;
		text-decoration: none;
	}

/* Vacatures
------------------------------*/

.vacatures {
	position: relative;
}

.vacatures .entry {
	width: 100%;
	border-bottom: 1px solid #E5E5E5;
	margin: 0 0 20px 0;
}
	.vacatures .entry.displaysettings {
		width: auto;
		border: none;
		margin: 0;
	}
	.vacatures h2.posttitle {
		margin: 0 0 5px 0;
	}

/* Vacature weergave opties */

#content.vacatures .displaysettings {
	float: right;
	margin-top: -65px;
	display: block;
	height: 20px;
	width: 250px;
	color: #788cc7;
}
#vacature_weergave {
	float: right;
}
	#vacature_weergave span {
		float: left;
	}
	.displaysettings .samenvatting-link {
		background: url(../wpr-ingim/images/viewsummary.png);
		height: 15px;
		width: 15px;
		float: left;
		text-indent: -9999px;
	}
	.displaysettings .lijst-link {
		background: url(../wpr-ingim/images/viewlist.png);
		height: 15px;
		width: 15px;
		margin: 0 5px;
		float: left;
		text-indent: -9999px;
	}

	/* Vacature lijst weergave */
	
	#content.vacatures table {
		width: 100%;
		border: none;
	}
		#content.vacatures tr.labels td  {
			background: url(../wpr-ingim/images/whitepx.png) repeat-x #B4C3E2;
			font-weight: bold;
		}
			td.functie { }
			td.functiegroep { width: 50px; }
			td.typefunctie { width: 50px; }
			td.locatie { width: 100px; }
			td.opleiding { width: 50px; }
			
		#content.vacatures td {
			padding: 5px 15px 5px 5px;
			border: none;
		}
		#content.vacatures table a {
			color: #333;
			text-decoration: none;
		}
		#content.vacatures table a:hover {
			color: #ff6600;
			text-decoration: underline;
		}

/* Single vacature
------------------------------*/

#content .vacaturemeta {
	width: 100%;
	margin: 0 0 1em 0;
	padding: 0;
}

	.jobmeta {
		width: 300px;
		float: left;
		margin: 0;
		color: #666;
		height: auto;
	}
		#content .jobmeta ul {
			margin: 0;
		}
		#content .jobmeta li {
			list-style-type: none;
			/*
			position: relative;
			padding: 0;
			min-height: 25px;
			*/
		}
		.jobmeta .value {
			/*
			width: 190px;
			text-align: left;
			position: absolute;
			left: 110px;
			top: 0px;
			*/
		}
	.jobmeta2 {
		width: 280px;
	}
		.jobmeta2 .value {
			width: 180px;
			left: 100px;
		}

	/* vacaturebutton */
	
	.vacature .vacaturebutton {
		float: right;
		margin: 0 0 10px 10px;
	}
	
	/* Vacature content */
	
	.vacature h3 {
		font-weight: bold;
	}

	/* CTA's solliciteren en stel een vraag */
	
	.solliciteren {
		color: #788cc7;
		font-size: 20px;
		line-height: 41px;
		height: 41px;
		margin: 0 0 20px 0;
		clear: both;
	}
	.solliciteren div {
		display: block;
		float: left;
		margin: 0 10px;
	}
	a.btnsolliciteren {
		width: 160px;
		height: 41px;
		background: url(../wpr-ingim/images/btnsolliciteren.png);
		text-indent: -9999px;
		display: block;
		float: left;
		cursor: pointer;
	}
	a.btnsolliciteren:hover { background-position: 0 41px; }
		a.btnvraag {
		width: 180px;
		height: 41px;
		background: url(../wpr-ingim/images/btnvraag.png);
		text-indent: -9999px;
		display: block;
		float: left;
		cursor: pointer;
	}
	a.btnvraag:hover { background-position: 0 41px; }
	

	#content ul.job-share {
		clear: both;
		margin: 0 0 1em 0;
		padding: 6px 0;
		list-style: none;
		height: 28px;
		border-top: 1px solid #E5E5E5;
		border-bottom: 1px solid #E5E5E5;
	}
		#content .job-share li {
			margin: 0;
			padding: 0;
			float: left;
			width: 128px;
			text-align: center;
			margin-right: 18px;
		}
		#content .job-share li.facebook {
			margin-right: 0;
			width: 140px;
		}
		#content .job-share li a {
			padding-top: 1px;
			display: block;
			width: 137px;
			height: 27px;
			font-size: 12px;
			font-weight: bold;
			color: #ea650d;
			text-decoration: none;
			background: url('../wpr-ingim/images/btn-vacature.png') no-repeat 0 0;
		}
			#content .job-share li.linkedin span {
				display: inline-block;
				height: 23px;
				padding-right: 20px;
				background: url('../wpr-ingim/images/social/linkedin_16.png') no-repeat right center;
			}

/* Contact
------------------------------*/

.faq-search input {
	margin: 0 3px 0 0;
}
.faq-search select {
	margin: 0 5px;
}
	#faq-search-btn {
		color: #fff;
		background: #333;
		border: none;
		cursor: pointer;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
	}

.faq-header {
	margin: 20px 0 10px 0;
}
.faq-question, .faq-answer {
	margin: 0 0 5px 10px;
}

/* Contact
------------------------------*/

#content.contact {
	float: right;
}
	#content.contact .contactgegevens {
		margin-bottom: 20px;
		border-bottom: 1px solid #E5E5E5;
	}

		#content.contact .column {
			float: left;
			width: 290px;
		}

	#content.contact .kaart {
		margin-bottom: 20px;
	}
		#content.contact .kaart #map_canvas {
			width: 580px;
			height: 400px;
		}
		#content.contact img {
			background: none;
			padding: 0;
			border: none;
		}

/* authors
------------------------------*/

#content.authors .visitekaartje {
	width: 260px;
}
#content.authors .author {
	width: 160px;
	margin: 0;
}
#content.authors .author .meta {
	min-height: 18px;
}

/* Single author
------------------------------*/

/* Avatar en contact */

#content.author .avatarcontact {
	width: 200px;
	float: left;
}
	#content.author .avatar {
		width: 200px;
		float: left;
	}
		#content.author .avatar img {
			width: 200px;
		}
	#content.author .contact {
		margin: 20px 0;
	}
		#content .contact h4 {
			font-weight: bold;
		}
		#content .contact ul {
			list-style: none;
			overflow: hidden;
			margin: 0 0 0.5em 0;
			padding: 3px;
			clear: left;
		}
		#content.author .contact li {
			float: left;
			width: 16px;
			height: 16px;
			margin-right: 5px;
			padding: 0;
			color: #333;
		}
			#content.author .contact li.email {
				background: url(../wpr-ingim/images/social/email_16.png) 0 0 no-repeat;
				text-indent: -999em;
				overflow: hidden;
			}
			#content.author .contact li.phone {
				background: url(../wpr-ingim/images/social/phone_16.png) 0 0 no-repeat;
				text-indent: -999em;
				overflow: hidden;
			}
			#content.author .contact a {
				display: block;
				width: 16px;
				height: 16px;
				text-indent: -9999px;
			}
			#content.author .contact a.linkedin { background: url(../wpr-ingim/images/social/linkedin_16.png); }
			#content.author .contact a.twitter { background: url(../wpr-ingim/images/social/twitter_16.png); }
			#content.author .contact a.facebook { background: url(../wpr-ingim/images/social/facebook_16.png); }
			#content.author .contact a.hyves { background: url(../wpr-ingim/images/social/hyves_16.png); }
		#content .contact p.disclaimer {
			clear: both;
			font-size: 11px;
			color: #919294;
			font-style: italic;
			line-height: 16px;
			margin: 5px 0 0 0;
		}

/* Biografie */
	
#content.author .bio {
	width: 360px;
	float: right;
}
	#content.author .bio h3 {
		font-size: 20px;
		margin: 0;
	}
#content.author .authorvacatures, #content.author .authorposts {
	width: 260px;
}

/* Mijn vacatures en mijn blogposts */

#content.author .authorvacatures ul, #content.author .authorposts ul {
	list-style: none;
	border-top: 1px solid #c7ced1;
	border-bottom: 1px solid #FFF;
	margin: 0;
}
	#content.author .authorvacatures li a, #content.author .authorposts li a {
		line-height: 20px;
		padding: 5px;
		color: #333;
		display: block;
		text-decoration: none;
		border-bottom: 1px solid #c7ced1;
		border-top: 1px solid #FFF;
	}
	#content.author .authorvacatures li a:hover, #content.author .authorposts li a:hover {
		color: #ff6600;
		background: #FFF;
		text-decoration: underline;
	}
	#content.author .authorvacatures li ul a, #content.author .authorposts li ul a {
		padding-left: 15px;
	}

/* 404
------------------------------*/

#content.notfound {
	width: 100%;
	border: none;
	padding: 0;
	margin: 0;
}
#content.notfound .entry {
	width: 400px;
	margin: 50px auto;
	padding: 19px;
	float: none;
	border: 1px solid #E5E5E5;
	background: #FFF;
}
.search {
	position: relative;
	height: 40px;
	margin: 0 0 15px 0;
}

/* Search results
------------------------------*/

.searchresults .posttitle {
	margin: 0 0 15px 0;
}

/* Search results
------------------------------*/

#content.rss img {
	padding: 0;
	border: none;
}

#content.rss td {
	width: 100px;
	vertical-align: middle;
}
	#content.rss select {
		margin: 5px 0;
	}


/* OTHER STYLES
========================================*/

/* Main navigation
------------------------------*/

/* Hormenu level 1 */

#hormenu ul {
	list-style: none;
}
#hormenu li {
	position: relative;
	float: left;
}
#hormenu li a {
	font-size: 12px;
	font-weight: bold;
	text-shadow: #be5118 0 1px 0;
	float: left;
	line-height: 15px;
	/*min-width: 109px;*/
	min-width: 73px;
	width: auto !important;
	width: 73px;
	padding: 5px 10px;
	margin: 0 auto;
	text-align: left;
	text-decoration: none;
	color: #FFF;
	border-right: 1px solid #FFF;
	text-align:center;
}

/* Current page & ancestors */
#hormenu li.current-menu-item a, 
#hormenu li.current-menu-parent a, 
#hormenu li.current-menu-ancestor a,
body.single-vestiging #hormenu li.menu-item-object-vestiging a,
body.author #hormenu li.menu-item-object-vestiging a {
	background: #788cc7;
	text-shadow: #2b3f8f 0 1px 0;
}

/* Hormenu level 2 */
#hormenu li ul {
	width: 160px;
	position: absolute;
	top: 25px;
	left: 0;
	z-index: 10;
	background: #fff;
	border: 0;
	border-bottom: 1px solid #788cc7;
	border-top: 1px solid #fff;
	display: none;
}
#hormenu li:hover ul {
	display: block;
}
#hormenu li li {
	float: left;
	width: 158px;
	border-left: 1px solid #788cc7;
	border-right: 1px solid #788cc7;
}
#hormenu li li a {
	background: #fff !important;
	border: 0;
	border-top: 1px solid #666;
	color: #666;
	display: block;
	float: none;
	font-weight: normal;
	text-transform: none;
	text-shadow: none !important;
	text-decoration: none;
	margin: 0;
	padding: 4px 6px;
	text-align: left;	
}
#hormenu li li a:hover {
	background: #788cc7 !important;
	color: #fff;
	text-decoration: none;
}

#hormenu li li:first-child a {
	border-top: 1px solid #788cc7;
}



/* Hormenu level 3 */

#hormenu li:hover li ul {
	position: absolute;
	left: 180px;
	top: 0;
	display: none;
}
#hormenu li:hover li:hover ul {
	display: block;
}
#hormenu li li li a {
	font-weight: normal;
}

/* Rollover & current */

#hormenu li a:hover {
	text-decoration: underline;
}

/* Forms
------------------------------*/

form p {
	margin:  0;
}
	input, textarea, select {
		font-size: 13px;
		margin: 5px 0 10px 0;
		padding: 4px;
		border: 1px solid #E5E5E5;
		color: #666;
	}
	textarea {
		width: 300px;
		height: 150px;
	}
	select {
		min-width: 150px;
		line-height: 25px;
	}
	textarea:focus, input:focus {
		border: 1px solid #999;
		color: #333;
	}
	input.submit, input#submit {
		display: block;
		float: left;
		width: 120px;
		height: 31px;
		background: url(../wpr-ingim/images/btnversturen.png);
		text-indent: -9999px;
		cursor: pointer;
		padding: 0;
		border: 0;
		margin: 0 0 10px 0;
	}
	input.submit:hover, input#submit:hover { background-position: 0 31px; }
	
	.toelichting {
		line-height: 30px;
		color: #788cc7;
	}
	
	/* Form validation */
	
	.error {
		color: red;
		margin: 0 0 0 10px;
	}

/* Widgets
------------------------------*/

.widget {
	margin: 10px;
	width: 300px;
	position: relative;
	float: left;
	background: url(../wpr-ingim/images/widgetbg.png) 0 31px repeat-x;
	border-bottom: 1px solid #b4c3e2;
	 padding: 0 0 10px 0;
}
.home .vacatures-zoeken,
.home .google-chatbadges,
.home .nieuwste-vacatures,
.home .widget-external-videos,
.home .widget_text,
.home .alle-tweets {
	border-bottom: 0;
}
.home .widget-external-videos {
	margin-top: 0;
}
.home .vacatures-zoeken,
.home .google-chatbadges {
	margin-top: 0;
	min-height: 350px;
	height: auto !important;
	height: 350px;
}
	.widget .widgettitle {
		font-size: 13px;
		font-weight: bold;
		color: #000066;
		background: #b4c3e2;
		padding: 5px 10px;
		line-height: 20px;
		width: 280px;
	}
	.widget .widgettitle a:hover {
		color: #ff6600;
		text-decoration: underline;
	}
	.widget p {
		margin: 10px 10px 10px 10px;
	}
	.widget ul {
		list-style: none;
		margin: 20px 10px 10px 10px;
		border-top: 1px solid #b4c3e2;
	}
		.widget li a {
			line-height: 20px;
			padding: 5px;
			color: #333;
			display: block;
			text-decoration: none;
			border-bottom: 1px solid #b4c3e2;
		}
		.widget li a:hover {
			color: #FF6600;
			background: #E8F0F9;
			text-decoration: underline;
		}
		.widget li ul a {
			padding-left: 15px;
		}
	.widget .readmore {
		float: left;
		bottom: 20px;
		margin: 5px 0 5px 5px;
		padding: 0 0 0 12px;
		background: url(../wpr-ingim/images/arrow.png)  left center no-repeat;
	}
	.widget-external-videos .readmore {
		margin-right: 10px;
		float: right;
	}
		.widget .readmore a {
			color: #788cc7;
		}
		.widget .readmore a:hover { color: #FF6600; }
	.widget .more .links {
		margin: 7px 10px 5px 5px;
		float: right;
		color: #919294;
		font-size: 11px;
		line-height: 1.3em;
	}
		.widget .more .links .text {
			width: 115px;
			margin: 5px 5px 0 0;
			float: left;
		}
		.widget .more .links a {
			float: left;
			margin: 3px 0 0 5px;
		}	
	


.textwidget {
	padding-left: 15px;
	padding-right: 15px;
}
/* Submenu */
/*
.widget.submenu {
	background: none;
	padding: 0;
	border: none;
}
	.widget.submenu h3.widgettitle {
		display: none;
	}
	.widget.submenu ul {
		margin: 0;
		border: none;
		border-left: 3px solid #FF6600;
		border-top: 1px solid #E5E5E5;
	}
	.widget.submenu li a {
		border-bottom: 1px solid #E5E5E5;
		border-right: 1px solid #E5E5E5;
		padding: 5px 0 5px 25px;
		background: none;
		color: #000066;
		font-weight: bold;
		background: url(../wpr-ingim/images/arrow.png)  10px center no-repeat;
	}
*/

.widget.submenu h3.widgettitle a,
.widget_addresses h3.widgettitle a,
.onze-recruiters h3.widgettitle a {
	color: #000066;
	text-decoration: none;
}
.widget.submenu h3.widgettitle a:hover,
.widget_addresses h3.widgettitle a:hover,
.onze-recruiters h3.widgettitle a:hover { 
	color: #000066;
	text-decoration: underline;
}

/* Post type posts */

.post-type-posts h3.widgettitle a {
	color: #000066;
	text-decoration: none;
}
.post-type-posts h3.widgettitle a:hover { 
	color: #000066;
	text-decoration: underline;
}

/* Vacatures zoeken */
	.vacatures-zoeken .widget-inner {
		overflow: hidden;
	}
	.vacatures-zoeken h3.widgettitle {
	}
	#vacature_filter, #vacature_filter p {
		margin: 0;
	}
	.vacatures-zoeken form {
		padding: 5px;
	}
		form p.opleidingsniveau {
			display: none;
		}
		form p.regio {
			display: none;
		}
		form p.tags {
			display: none;
		}
		form p.werkervaring {
			display: none;
		}
		.vacatures-zoeken input {
			width: 280px;
			height: 20px;
			margin: 0 0 10px 0;
			-moz-box-shadow: 0px 1px 0px #FFF;
			-webkit-box-shadow: 0px 1px 0px #FFF;
			box-shadow: 0px 1px 0px #FFF;
		}
		.vacatures-zoeken select {
			width: 290px;
			height: 30px;
			margin: 0 0 10px 0;
			-moz-box-shadow: 0px 1px 0px #FFF;
			-webkit-box-shadow: 0px 1px 0px #FFF;
			box-shadow: 0px 1px 0px #FFF;
		}
		#vacature_filter p#gevonden-vacatures {
			line-height: 20px;
			margin: 2px 5px 12px 5px;
		}
		/*input.zoekvacature {
					width: 290px;
					height: 41px;
					margin: 0 0 0 5px;
					padding: 0;
					background: url(../wpr-ingim/images/btnzoekvacature.png) no-repeat;
					border: 0px solid #FFF;
					text-indent: -9999px;
					text-transform: capitalize;
					cursor: pointer;
					display: block;
					float: left;
				}
				input.zoekvacature:hover { background-position: 0 41px;	}*/
		input.zoekvacature {
			background: #ff761a;
			border: none;
			border-bottom: 1px solid #be5118;
			color: #FFFFFF;
			cursor: pointer;
			float: left;
			font-size: 12px;
			font-weight: bold;
			height: 29px;
			line-height: 29px;
			margin: 0;
			padding: 0 12px !important;
			text-shadow: 0px 1px 0px #973c0d;
			text-transform: uppercase;
			width: auto;
			/* gradient */
			filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff761a', endColorstr='#e65c00'); /* for IE */
			background: -webkit-gradient(linear, left top, left bottom, from(#ff761a), to(#e65c00)); /* for webkit browsers */
			background: -moz-linear-gradient(top,  #ff761a,  #e65c00); /* for firefox 3.6+ */ 
			/* border radius */
			-webkit-border-radius: 8px;
			-moz-border-radius: 8px;
			border-radius: 8px;
			/* box shadow */
			-moz-box-shadow: 0px 0px 2px #CCCCCC;
			-webkit-box-shadow: 0px 0px 2px #CCCCCC;
			box-shadow: 0px 0px 2px #CCCCCC; 
		}
		input.zoekvacature:hover { 
			background: #e65c00;
			/* gradient */
			filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e65c00', endColorstr='#ff761a'); /* for IE */
			background: -webkit-gradient(linear, left top, left bottom, from(#e65c00), to(#ff761a)); /* for webkit browsers */
			background: -moz-linear-gradient(top,  #e65c00,  #ff761a); /* for firefox 3.6+ */
			/* box shadow */
			-moz-box-shadow: 0px 0px 2px #999999;
			-webkit-box-shadow: 0px 0px 2px #999999;
			box-shadow: 0px 0px 2px #999999;  
		}
			.home input.zoekvacature {
				margin-left: 5px;
			}

/* Open sollicitatie */

.open-sollicitatie {
	height: 130px;
}
.open-sollicitatie p {
	height: 40px;
	overflow: hidden;
}
.open-sollicitatie a.button {
	position: absolute;
	left: 20px;
	bottom: 20px;
	display: block;
	width: 260px;
	height: 41px;
	background: url(../wpr-ingim/images/btnstuurcv.png);
	border: 0;
	text-indent: -9999px;
	cursor: pointer;
}
.open-sollicitatie a.button:hover { background-position: 0 41px; }

/* Quiz */

.start-de-quiz {
	height: 130px;
	background: url(../wpr-ingim/images/quizbg.png) #ff6600;
	border: 0;
	padding: 20px;
}
	.start-de-quiz h3 {
		color: #FFF;
		text-shadow: #000 0px 1px 0px;
	}
	.start-de-quiz p {
		color: #FFF;
		height: 40px;
		overflow: hidden;
	}
	.start-de-quiz a.button {
		position: absolute;
		left: 20px;
		bottom: 20px;
		display: block;
		width: 260px;
		height: 41px;
		background: url(../wpr-ingim/images/btnquiz.png);
		border: 0;
		text-indent: -9999px;
		cursor: pointer;
	}
	.start-de-quiz a.button:hover { background-position: 0 41px; }

/* Ervaring collega */

.ervaring-collega {
}

	.ervaring {
		position: relative;
		float: left;
		margin: 0 10px;
		padding: 10px 0;
		border-bottom: 1px solid #B4C3E2;
	}
		.ervaring-collega .avatar {
				width: 50px;
				float: left;
		}
			.ervaring-collega .avatar img {
				width: 50px;
				height: 50px;
			}
		.ervaring-collega h4 {
			margin: 0 0 5px 0;
		}
		.ervaring-collega h4 a {
			color: #000066;
			font-weight: bold;
			font-size: 12px;
			text-decoration: none;
		}
		.ervaring-collega h4 a:hover { color: #FF6600; text-decoration: underline;
		}
		.ervaring-collega .quote {
			width: 220px;
			margin-left: 10px;
			float: left;
			overflow: hidden;
			font-size: 11.5px;
			line-height: 16px;
			display: inline;
		}
			.ervaring-collega .quote p {
				font-size: 11.5px;
				line-height: 16px;
				margin: 0;
			}
			.ervaring .readmore {
				margin: 10px 0 0 0;
				float: right;
			}

/* Tweets */

.tweets .tweet {
	clear: both;
	margin: 0 0 10px 0;
	min-height: 55px;
	position: relative;
}
	.tweets .avatar {
		position: absolute;
		left: 0;
		top: 0;
		margin: 5px 0 0;
	}
	.tweets .message {
		margin-left: 60px;
		font-size: 11px;
	}
		.tweets .message .time {
			color: #999;
		}


/* Blijf op de hoogte */

.blijf-op-de-hoogte a {
	float: left;
	width: 100%;
	height: 32px;
	line-height: 30px;
	margin: 5px 0 5px 20px;
	color: #000066;
	}
	.blijf-op-de-hoogte a:hover { color: #FF6600; }
	
	.blijf-op-de-hoogte img {
		float: left;
		margin: 0 10px 0 0;
	}

/* Tagcloud */

.widget_tag_cloud a {
	color: #788cc7;
}
.widget_tag_cloud a:hover {
	color: #788cc7;
}

/* Facebook Like Box */

.facebooklikebox {
	border: none;
	padding: 0;
	background: none;
}

/* Blog summaries */

.blogsummaries .blogsummarie {
	float: left;
	clear: both;
}
	.blogsummaries h4 {
		margin: 10px;
	}
	.blogsummaries h4 a {
		color: #000066;
		text-decoration: none;
		font-weight: bold;
	}
		.blogsummaries h4 a:hover { color: #FF6600; text-decoration: underline; }
	.blogsummaries p {
		line-height: 1.5em;
	}
	.blogsummaries p.readmore {
		float: none;
		text-align: left;
	}
	
/* Internships and traineeships */

.internships p, .traineeships p {
	margin: 10px 20px;
}
a.btninternships, a.btntraineeships {
	width: 260px;
	height: 31px;
	margin: 0 20px 10px 20px;
	background: url(../wpr-ingim/images/btninternships.png);
	text-indent: -9999px;
	display: block;
	float: left;
	cursor: pointer;
}
a.btntraineeships {
	background: url(../wpr-ingim/images/btntraineeships.png);
}
a.btninternships:hover, a.btntraineeships:hover { background-position: 0 31px; }

/* PLUGINS
========================================*/

/* External video
------------------------------*/

#content.videos .gallerycontainer div.video,
.widget .gallerycontainer div.video {
	margin: 11px;
	height:auto; 
	width:auto; 
	float:left;
}
	.widget .gallerycontainer div.video {
		margin: 0 0 10px 4px; 
	}
	.gallerycontainer div.first {
		margin-left: 0;
	}
	.widget .gallerycontainer div.single-video {
		margin-left: 24px;
	}
	#content.videos .gallerycontainer div div,
	.widget .gallerycontainer div div {
		margin: 0 !important;
		border: none;
	}
	#content.videos .gallerycontainer a.thickbox,
	.widget .gallerycontainer a.thickbox {
		display: block;
		margin: 0 !important;
		position: relative;
	}
	#content.videos .gallerycontainer div small i,
	.widget .gallerycontainer div small i {
		color: #ea650d;
		font-size: 11px;
		font-style: normal;
		margin: 10px 0 !important;
	}

.widget-external-videos .readmore {
	margin-left: 20px;
}

ul#external-videos {
	margin: 0;
	padding: 0;
	list-style: none;
}
	ul#external-videos li {
		float: left;
		width: 180px;
		padding: 0;
		margin: 0 0 15px 20px;
		font-size: 11px;
		line-height: 1.5em;
	}
	ul#external-videos li.first {
		clear: both;
		margin-left: 0;
	}
		ul#external-videos li .thickbox {
			display: block;
			margin-bottom: 3px;
			position: relative;
		}
			.ply-bttn {
				cursor: pointer;
				display: block;
				overflow: hidden;
				text-indent: -9999px;
				width: 44px;
				height: 44px;
				position: absolute;
				left: 50%;
				top: 50%;
				margin: -22px 0 0 -22px;
				background: url('../wpr-ingim/images/btn-play.png') no-repeat 0 0;
			}
			.home .ply-bttn {
				width: 28px;
				height: 28px;
				margin: -14px 0 0 -14px;
				background: url('../wpr-ingim/images/btn-play-small.png') no-repeat 0 0;
			}
		ul#external-videos li .date {
			color: #ea650d;
		}
		
		/* WP Search Filter */
		.sidebar .wprsf-active-items {
			margin: 10px 10px 0 10px;
			font-size: 11px;
			overflow: hidden;
			background: #fff;
			border: 1px solid #ededed;
		}
			.wprsf-active-items ul {
				margin: 0;
				padding: 0;
				list-style: none;
				border: 0;
			}
				.wprsf-active-items li {
					margin: 0;
					padding: 0 0 0 15px;
				}
				.wprsf-active-items li a {
					color: #000;
					text-decoration: none;
					border: 0;
					padding: 0 0 0 20px;
					background: url('../wpr-ingim/images/icon-delete-selection.png') no-repeat left 4px;
				}
				.wprsf-active-items li a:hover {
					text-decoration: line-through;
					background: url('../wpr-ingim/images/icon-delete-selection.png') no-repeat left -33px;
				}
			
			.wprsf-active-items .more .links {
				float: none;
				clear: both;
				padding-top: 10px;
			}
				.wprsf-active-items .more .links .text {
					width: auto;
				}
				.wprsf-active-items .more .links a {
					margin: 3px 0 0 3px;
				}
				
			.wprsf-active-items .reset-filter {}
				.wprsf-active-items .reset-filter a {
					float: right;
					height: 21px;
					width: 84px;
				}
			.keep-updated {
				clear: both;
				padding: 3px 0 0 30px;
				margin: 0 10px;
				background: url('../wpr-ingim/images/icon-keep-updated.gif') no-repeat 7px 0;

			}
				.keep-updated a {
					font-size: 11px;
					text-decoration: none;
				}
				.keep-updated a:hover {
					text-decoration: underline;
				}

/*		.wprsf-filter-widget {
			background: url('../wpr-ingim/images/widgetbg-large.png') repeat-x 0 -250px; }*/

			.wprsf-filter-widget .widgettitle { border-bottom: 1px solid #FFFFFF; }

			.wprsf-filter-widget h4 {
		    	clear: both;
		    	display: block;
		    	font-size: 12px;
		    	font-weight: bold;
		    	margin: 0;
			}

		    /* extra ruimte rondom formulier */

			#wprsf_filter_form {
				clear: both;
				display: block;
				float: left;
				height: auto;
				margin-bottom: 20px;
				width: auto; }

				/* invoerveld */

				#wprsf_filter_form #wprsf_search {
					margin: 0 !important;
					padding: 5px;
					width: 249px; 
				}
					#wprsf_filter_form input.zoekvacature { margin-left: 10px; }

			/* lists */

			.wprsf-filter-widget ul {
				border: 0;
				list-style: none; 
				margin: 0 0 5px 0;
				padding: 6px 0 5px 19px; }

				.wprsf-filter-widget li {
					border: 0;
					margin: 0;
					padding: 0; }

				.wprsf-filter-widget li.hidden { display: none; }

				.wprsf-filter-widget li a {
					border: 0;
					color: #666;
					display: inline;
					margin: 0;
					padding: 0; }

					.wprsf-filter-widget li a:hover { background: none; }

					.wprsf-filter-widget li a .count {
						color: #666;
						font-size: 9px; }

				.wprsf-filter-widget .wprsf_limit_link {
					background: none;
					padding: 0;
				}
					.wprsf-filter-widget .wprsf_limit_link a {
						color: #666;
					}
			/* ??? */

			#keep-updated-choice {
				background: #fff;
				height: 150px;
				padding: 10px;
				width: 500px; }

			/* meer opties */

			.wprsf_limit_link a { 
				font-weight: bold;
				padding-top: 2px; }

				.wprsf_limit_link a:before { content: "+ "; }

				.wprsf_limit_link a:hover { text-decoration: none !important; }

			/* minder opties */

			.wprsf_limit_link a.wprsf_limit_less:before { content: "- "; }

			/* gevonden vacatures */

			p#gevonden-vacatures { color: #555555; }



		#vacatures_order_container {
			float: right;
			clear: after;
		}
			#vacatures_order_container select {
				font: 12px "helvetica neue", helvetica, Arial, sans-serif;
			}
			
			
.wp-pagenavi {
	clear: none !important;
	float: left;
	width: 430px;
	margin-top: 5px;
	text-align: center;
}
	.wp-pagenavi a, .wp-pagenavi span {
		text-decoration: none;
		padding: 3px 5px;
		margin: 2px;
	}
	
.IN-widget iframe {
	left: auto !important;
	top: auto !important;
	margin-top: -33px !important;
}

.page-template-page-about-php .IN-widget {
	margin-top: 30px !important;
}


.google-chatbadges ul {
	border-top: 0;
}
	.google-chatbadges ul li {
		clear: both;
		overflow: hidden;
		margin-bottom: 10px;
	}
.google-chatbadges .chatbadge-image {
	float: left;
	margin-right: 10px;
}
.google-chatbadges li a {
	padding-top: 0;
	padding-bottom: 0;
	border: 0;
	background: none;
}
.google-chatbadges li a:hover {
	background: none;
	color: #ee7f00;
}
.google-chatbadges .chatbadge {
	float: left;
}
.home .google-chatbadges .chatbadge {
	width: 180px;
}
