/*
Theme Name: Vacaturebank
Theme URI: http://www.hls.nl/
Author: Joost de Keijzer
Author URI: http://dekeijzer.org/
Description: Based on _s
Version: 1.0
License: GNU General Public License
License URI: license.txt
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/


/* =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, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centred in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust: 100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
body {
	background: #fff;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
ol, ul {
	list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a:focus {
	outline: thin dotted;
}
a:hover,
a:active { /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
	outline: 0;
}
a img {
	border: 0;
}


/* =Global
----------------------------------------------- */

body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
}

/* Headings */
h1,h2,h3,h4,h5,h6 {
	clear: both;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
	float: none;
	clear: both;
}
h1
{
	font-size: 1.7em;
	font-weight: bold;
}
h2
{
	font-size: 1.4em;
	font-weight: bold;
}
h3
{
	font-style: italic;
	margin-top: 1em;
}
.site-header
{
	position: relative;
	height: 300px;
}
.home .site-header { height: 250px; }

.site-header hgroup
{
	position: absolute;
	top: 0;
	left: 1em;
	z-index: 10;
}
.site-header .banners
{
	position: absolute;
	top: 1em;
	right: 1em;
	z-index: 100;
}
.site-header .banners aside { display: none; }
.site-header .banners aside:first-child { display: inline-block; }

.site-header > a
{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.site-header h1
{
	font-size: 2.7em;
	line-height: auto;
}
.site-header h1 a
{
	text-decoration: none;
	/* font-family: georgia, garamond, serif; */
}
.site-header h2
{
	font-size: 1em;
	font-weight: normal;
	line-height: auto;
	margin-top: -0.3em;
	margin-bottom: 1em;
}
#secondary h1 { font-size: 1em; }
#secondary h2
{
	font-size: 1em;
	font-style: italic;
	font-weight: normal;
}

#secondary.frontpage-content
{
	-moz-box-shadow: 3px 3px 10px rgba(0,0,0,0.5);
	-webkit-box-shadow: 3px 3px 10px rgba(0,0,0,0.5);
	box-shadow: 3px 3px 10px rgba(0,0,0,0.5);
	/*
	background: #505FA1;
	-moz-border-top-right-radius: 40px;
	-webkit-border-top-right-radius: 40px;
	-o-border-top-right-radius: 40px;
	-khtml-border-top-right-radius: 40px;
	border-top-right-radius: 40px;
	color: white;
	*/
}
#secondary.frontpage-content aside { margin: 0.4em; }
#secondary.frontpage-content a
{
	color: white;
	text-decoration: none;
}
#secondary.frontpage-content .widget-title a:first-child { display: none; }
#secondary.frontpage-content ul { margin-left: 1.2em; }

/* Text elements */
p {
	margin-bottom: 1.5em;
}
ul, ol {
	margin: 0 0 1.5em 3em;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.5em;
}
b, strong {
	font-weight: bold;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 1.5em;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	padding: 1.6em;
	overflow: auto;
	max-width: 100%;
}
code, kbd, tt, var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}
figure {
	margin: 0;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
th {
	font-weight: bold;
}
button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
	*vertical-align: middle; /* Improves appearance and consistency in all browsers */
}
button,
input {
	line-height: normal; /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
	*overflow: visible;  /* Corrects inner spacing displayed oddly in IE6/7 */
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid #ccc;
	border-color: #ccc #ccc #bbb #ccc;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	background: #fafafa; /* Old browsers */
	background: -moz-linear-gradient(top,  #fafafa 60%, #e6e6e6 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(60%,#fafafa), color-stop(100%,#e6e6e6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fafafa 60%,#e6e6e6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fafafa 60%,#e6e6e6 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fafafa 60%,#e6e6e6 100%); /* IE10+ */
	background: linear-gradient(top,  #fafafa 60%,#e6e6e6 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#e6e6e6',GradientType=0 ); /* IE6-9 */
	box-shadow: inset 0 2px 1px #fff;
	color: rgba(0,0,0,.8);
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
	font-size: 12px;
	font-size: 1.4rem;
	line-height: 2;
	padding: 1.12em 1.5em .88em;
	text-shadow: 0 1px 0 rgba(255,255,255,.5);
}
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background: #f5f5f5; /* Old browsers */
	background: -moz-linear-gradient(top,  #f5f5f5 60%, #dcdcdc 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(60%,#f5f5f5), color-stop(100%,#dcdcdc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f5f5f5 60%,#dcdcdc 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f5f5f5 60%,#dcdcdc 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f5f5f5 60%,#dcdcdc 100%); /* IE10+ */
	background: linear-gradient(top,  #f5f5f5 60%,#dcdcdc 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#dcdcdc',GradientType=0 ); /* IE6-9 */
	border-color: #bbb #bbb #aaa #bbb;
}
button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb #bbb;
	box-shadow: inset 0 2px 3px rgba(0,0,0,.15);
	box-shadow: inset 0 2px 2px rgba(0,0,0,.15);
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* Addresses box sizing set to content-box in IE8/9 */
	padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}
input[type=text],
textarea {
	color: #666;
	border: 1px solid #ccc;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	width: 22em;
}
input[type=text]:focus,
textarea:focus {
	color: #111;
}
input[type=text] {
	padding: 3px;
}
textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 3px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
}
input[type=text].postcode { width: 7em; }
input[type=text].medium { width: 14em; }
input[type=text].kort { width: 8em; }
textarea
{
	width: 20em;
	height: 55px;
}
textarea.groot { height: 400px; }

/* Links */
a {
	/* color: #505FA1; */
}
a:visited {
	/* color: #505FA1; */
}
a:hover,
a:focus,
a:active {
	color: #6378C1;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/* Text meant only for screen readers */
.assistive-text {
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}


/* =Main
----------------------------------------------- */
#main
{
	padding-top: 1em;
	clear: both;
	float: none;
}

.clear-after
{
	display: none;
	width: 1px;
	height: 1px;
}
#ie7 .clear-after
{
	display: none;
	border: none;
	float: none;
	clear: both;
}
/* =Page
----------------------------------------------- */
#page
{
	width: 1000px;
	margin: 1em auto;
}
#page:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	float; none;
	clear: both;
}
#primary
{
	float: left;
	width: 700px;
	margin: 0;
}
#primary.full-width { width: 100%; }

#secondary
{
	float: left;
	margin-left: 20px;
	width: 280px;
}


/* =Menu
----------------------------------------------- */

.main-navigation
{
	position: absolute;
	top: 250px;
	left: 0;
	clear: both;
	display: block;
	width: 100%;
	/* background-color: #505FA1; */
}
.main-navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.main-navigation li
{
	float: left;
	position: relative;
	margin: 0;
	padding: 0;
}
.main-navigation li:last-child:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	float; none;
	clear: both;
}
.main-navigation a
{
	display: block;
	text-decoration: none;
	margin: 0;
	padding: 0.4em;
	height: 1.6em;
	border-bottom: 1px transparent solid;
	font-size: 1.1em;
	font-weight: bold;
/*
	color: white;
	font-family: georgia, garamond, serif;
*/
}
.main-navigation ul ul {
	-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	display: none;
	background: white;
	float: left;
	position: absolute;
		top: 100%;
		left: 0;
	height: auto;
	z-index: 99999;
}
#ie7 .main-navigation ul ul, #ie8 .main-navigation ul ul
{
	border-top: none;
	/*
	border-right: 1px #505FA1 solid;
	border-bottom: 1px #505FA1 solid;
	border-left: 1px #505FA1 solid;
	*/
}
.main-navigation ul ul ul {
	left: 100%;
	top: 0;
}
.main-navigation ul ul li
{
	height: auto;
}
.main-navigation ul ul a
{
	display: block;
	font-weight: normal;
	font-size: 1em;
	min-width: 200px;
	height: auto;
	/* color: #505FA1; */
}
.main-navigation li:hover > a {
	/* background: #FF7300; */
	text-decoration: underline;
}
.main-navigation ul ul :hover > a {
	/* border-bottom: 1px #505FA1 solid; */
}
.main-navigation ul ul a:hover {
}
.main-navigation ul li:hover > ul {
	display: block;
}
.main-navigation li.current_page_parent > a,
.main-navigation li.current_page_ancestor > a,
.main-navigation li.current_page_item > a,
.main-navigation li.current-menu-item > a {
	/* background: #FF7300; */
}

.main-navigation ul ul li.current_page_item > a,
.main-navigation ul ul li.current-menu-item > a {
	/* border-bottom: 1px #505FA1 solid; */
}

#footer-menu
{
	float: none;
	clear: both;
}
#footer-menu .sub-navigation
{
	background: white;
	margin-top: 2em;
	-moz-box-shadow: 3px 3px 10px rgba(0,0,0,0.5);
	-webkit-box-shadow: 3px 3px 10px rgba(0,0,0,0.5);
	box-shadow: 3px 3px 10px rgba(0,0,0,0.5);
}
#ie7 #footer-menu .sub-navigation, #ie8 #footer-menu .sub-navigation { /* border: 1px solid #505FA1; */ }
#footer-menu .sub-navigation li { display: inline-block; }
#footer-menu .sub-navigation a { /* color: #505FA1; */ }
#footer-menu .sub-navigation li:hover a { /* color: white; */ }
/* Small menu */
.menu-toggle {
	cursor: pointer;
}
.main-small-navigation .menu {
	display: none;
}

/* Frontpage */
.frontpage-navigation ul
{
	list-style: none;
	margin: 0 0 0 2px;
	width: 1020px;
}
.frontpage-navigation ul:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	float; none;
	clear: both;
}
.frontpage-navigation li
{
	display: block;
	float: left;
	width: 230px;
	height: 230px;
	padding: 0;
	position: relative;
	margin: 0 25px 25px 0;
	-moz-box-shadow: 3px 3px 10px rgba(0,0,0,0.5);
	-webkit-box-shadow: 3px 3px 10px rgba(0,0,0,0.5);
	box-shadow: 3px 3px 10px rgba(0,0,0,0.5);
	/*
	background: white;
	-moz-border-top-right-radius: 40px;
	-webkit-border-top-right-radius: 40px;
	-o-border-top-right-radius: 40px;
	-khtml-border-top-right-radius: 40px;
	border-top-right-radius: 40px;
	*/
}
.frontpage-navigation a
{
	text-decoration: none;
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	/*
	border: 1px solid #505FA1;
	-moz-border-top-right-radius: 40px;
	-webkit-border-top-right-radius: 40px;
	-o-border-top-right-radius: 40px;
	-khtml-border-top-right-radius: 40px;
	border-top-right-radius: 40px;
	*/
}
.frontpage-navigation a:hover
{
	/*
	background: #505FA1;
	color: white;
	*/
}
.frontpage-navigation a:hover span.text { /* background: #FF7300; */ }
.frontpage-navigation a span { display: block; }

.frontpage-navigation a span.text-background,
.frontpage-navigation a span.text
{
	padding: 0;
	margin: 0;
	position: absolute;
	width: 100%;
	height: 75px; /* 3x line height */
	bottom: 0;
	background: transparent;
	color: white;
}
.frontpage-navigation a span.text-background
{
	/* background: #505FA1; */
	opacity: 0.5;
}
.frontpage-navigation a span.text span { margin: 0 0.4em; }
.frontpage-navigation a .title { font-weight: bold; }
.frontpage-navigation li .background-image
{
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	/*
	-moz-border-top-right-radius: 40px;
	-webkit-border-top-right-radius: 40px;
	-o-border-top-right-radius: 40px;
	-khtml-border-top-right-radius: 40px;
	border-top-right-radius: 40px;
	*/
}
.frontpage-navigation li.secondary-menu.vertical { /* border: 1px solid #505FA1; */ }
.frontpage-navigation li.secondary-menu.vertical ul
{
	width: 230px;
	margin: 0;
}
.frontpage-navigation li.secondary-menu.vertical li
{
	width: 230px;
	height: auto;
	margin: 0;
	display: block;
	float: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	-moz-border-top-right-radius: 0;
	-webkit-border-top-right-radius: 0;
	-o-border-top-right-radius: 0;
	-khtml-border-top-right-radius: 0;
	border-top-right-radius: 0;
}
.frontpage-navigation li.secondary-menu.vertical li a
{
	display: block;
	width: 210px;
	padding: 10px;
	margin: 0;
	border: none;
	-moz-border-top-right-radius: 0;
	-webkit-border-top-right-radius: 0;
	-o-border-top-right-radius: 0;
	-khtml-border-top-right-radius: 0;
	border-top-right-radius: 0;
}
.frontpage-navigation li.secondary-menu.vertical li:first-child,
.frontpage-navigation li.secondary-menu.vertical li:first-child a
{
	/*
	-moz-border-top-right-radius: 40px;
	-webkit-border-top-right-radius: 40px;
	-o-border-top-right-radius: 40px;
	-khtml-border-top-right-radius: 40px;
	border-top-right-radius: 40px;
	*/
}
.frontpage-navigation li.secondary-menu.horizontal
{
	background: none;
	border: none;
	clear: both;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	-moz-border-top-right-radius: 0;
	-webkit-border-top-right-radius: 0;
	-o-border-top-right-radius: 0;
	-khtml-border-top-right-radius: 0;
	border-top-right-radius: 0;
}
.frontpage-navigation li.secondary-menu.horizontal li { height: 75px; }
.frontpage-navigation li.secondary-menu.horizontal li a
{
	width: 218px;
	padding: 0 6px;
	font-weight: bold;
}

/* =Content
----------------------------------------------- */
#content
{
	padding: 15px;
	-moz-box-shadow: 5px 5px 15px rgba(0,0,0,0.5);
	-webkit-box-shadow: 5px 5px 15px rgba(0,0,0,0.5);
	box-shadow: 5px 5px 15px rgba(0,0,0,0.5);
	/*
	background: white;
	-moz-border-top-right-radius: 40px;
	-webkit-border-top-right-radius: 40px;
	-o-border-top-right-radius: 40px;
	-khtml-border-top-right-radius: 40px;
	border-top-right-radius: 40px;
	*/
}
#ie7 #content, #ie8 #content { /* border: 1px solid #505FA1; */ }
#content header
{
	margin: -15px -15px 0 -15px;
	padding: 15px;
	/*
	-moz-border-top-right-radius: 40px;
	-webkit-border-top-right-radius: 40px;
	-o-border-top-right-radius: 40px;
	-khtml-border-top-right-radius: 40px;
	border-top-right-radius: 40px;
	background: #FF7300;
	color: white;
	font-family: georgia, garamond, serif;
	*/
}
#ie7 #content header, #ie8 #content header
{
	margin: -16px -16px 0 -16px;
	padding: 16px;
	/* border: 1px solid #FF7300; */
}
#ie8 #content header { /* border-bottom: 1px solid #505FA1; */ }
#content aside header
{
	-moz-border-top-right-radius: 0;
	-webkit-border-top-right-radius: 0;
	-o-border-top-right-radius: 0;
	-khtml-border-top-right-radius: 0;
	border-top-right-radius: 0;
	/*
	background: white;
	color: #505FA1;
	*/
}
#ie7 #content aside header, #ie8 #content aside header
{
	border: none;
	margin: -15px -15px 0 -15px;
	padding: 15px;
}

.sticky {
}
.hentry {
	margin: 0 0 1.5em;
}
.entry-meta {
	clear: both;
}
.byline {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}


/* =Asides
----------------------------------------------- */

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}


/* =Media
----------------------------------------------- */

.site-header img,
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
.site-header img,
.entry-content img,
img[class*="align"],
img[class*="wp-image-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
.site-header img,
.entry-content img,
img.size-full {
	max-width: 100%;
	width: auto; /* Prevent stretching of full-size images with height and width attributes in IE8 */
}
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.wp-caption {
	border: 1px solid #ccc;
	max-width: 100%;
}
.wp-caption.aligncenter,
.wp-caption.alignleft,
.wp-caption.alignright {
	margin-bottom: 1.5em;
}
.wp-caption img {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
#content .gallery {
	margin-bottom: 1.5em;
}
.gallery-caption {
}
#content .gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
#content .gallery dd {
	margin: 0;
}
#content .gallery-columns-4 .gallery-item {
}
#content .gallery-columns-4 .gallery-item img {
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}


/* =Navigation
----------------------------------------------- */

#content .main-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}
#content .nav-previous {
	float: left;
	width: 50%;
}
#content .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

.sub-navigation
{
	/* background-color: #505FA1; */
	width: 100%;
	display: block;
	margin-bottom: 2em;
}
.sub-navigation ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}
.sub-navigation a
{
	display: block;
	text-decoration: none;
	padding: 0.6em;
	border-bottom: 2px transparent solid;
/*
	color: white;
	font-family: georgia, garamond, serif;
*/
}
.sub-navigation li:hover a
{
	/* background: #FF7300; */
	text-decoration: underline;
}
.sub-navigation li.current_page_item > a {
	/* background: #FF7300; */
}

.post-navigation { position: relative; }
.post-navigation:after { content: ''; display: block; clear: both; float: none; }


/* =Footer
----------------------------------------------- */
footer
{
	border-top: 1px solid #ccc;
	padding-top: 0.5em;
	float: none;
	clear: both;
	margin-bottom: 1em;
}

/* =Comments
----------------------------------------------- */

.bypostauthor {
}

/* =Widgets
----------------------------------------------- */

.widget {
	margin: 0 0 1.5em;
}

/* Search widget */
#searchsubmit {
	display: none;
}
.widget ul { margin-left: 1.2em; }
/*.widget_rss .widget-title { margin-left: 1.2em; }*/
.widget_rss .widget-title a { text-decoration: none; }
.widget_rss .widget-title a:first-child { margin-left: -1.2em; }

.widget_banaan a
{
	display: table;
	position: relative;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
	-khtml-border-radius: 50%;
	border-radius: 50%;
	margin-left: 30px;
	width: 200px;
	height: 200px;
	text-decoration: none;
}
.widget_banaan a span
{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	margin: 0;
	padding: 0;
	font-size: 1.6em;
	line-height: 1.2em;
}

/* =Zoekformulier
----------------------------------------------- */
#zoekformulier fieldset
{
	display: block;
	float: left;
	margin-right: 1%;
	margin-bottom: 1em;
	width: 24%;
}
#zoekformulier fieldset.last-child { margin-right: 0; }
#zoekformulier label { display: block; }
#zoekformulier select, #zoekformulier input[type='submit']
{
	display: block;
	width: 100%;
}

/* =Resultaten
----------------------------------------------- */
table.zoekresultaten .nowrap { white-space: nowrap; }
table.zoekresultaten td, table.zoekresultaten th { padding-right: 0.8em; }
table.zoekresultaten td:last-child, table.zoekresultaten th:last-child { padding-right: 0; }

.registreer fieldset
{
	/* border: 1px solid #505FA1; */
	padding: 0.5em;
	margin: 1em 0;
}
fieldset.tabs legend a
{
	color: #aaa;
	cursor: pointer;
}
fieldset.tabs legend a.active { /* color: #505FA1; */ }
.registreer .error { display: block; color: red; }
dl.vacature-info dt,
dl.kandidaat-info dt
{
	float: left;
	width: 200px;
	font-weight: bold;
	display: block;
	clear: both;
	margin-bottom: 0.2em;
}
dl.vacature-info dd,
dl.kandidaat-info dd
{
	float: left;
	display: block;
	margin: 0 0 0.2em 10px;
	width: 380px;
}

fieldset dl.vacature-info dd,
fieldset dl.kandidaat-info dd { width: 360px; }
dl.vacature-info dd input[type="submit"],
dl.kandidaat-info dd input[type="submit"] { margin-bottom: 1em; }

dl.vacature-info dd input[type="radio"],
dl.kandidaat-info dd input[type="radio"],
dl.vacature-info dd input[type="checkbox"],
dl.kandidaat-info dd input[type="checkbox"] { margin-right: 0.2em; }

dl.vacature-info dd textarea,
dl.kandidaat-info dd textarea { width: 22em; }

dl.vacature-info dd label,
dl.kandidaat-info dd fieldset
{
	display: inline-block;
	border: none;
	padding: 0;
	margin: 0 0.4em 0 0;
}

dl.row
{
	margin: 0.4em;
	padding: 0.4em;
	border: 1px solid silver;
	position: relative;
}
fieldset dl.row dd { width: 340px; }
dl.row input[type="text"] { width: 330px; }
dl.row .add-remove-items
{
	position: absolute;
	right: 0.4em;
	bottom: 0.4em;
}
dl.row .add-remove-items a
{
	display: inline-block;
	width: 20px;
	height: 20px;
	text-align: center;
	text-decoration: none;
	line-height: 18px;
	/*
	border-radius: 10px;
	border: 1px solid #505FA1;
	*/
}
dl.row .add-remove-items a:hover
{
	/*
	color: white;
	background: #505FA1;
	*/
}
dl:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	float; none;
	clear: both;
}
dl+dl { margin-top: 1.4em;}
ul.pager
{
	width: auto;
	display: table;
	table-layout: fixed;
	margin: 0;
}
ul.pager li { display: table-cell; }
ul.pager li a, ul.pager span { padding: 0 0.5em; }
ul.pager li:last-child { text-align: right; }

/* = Widgets
-------------------------------------------------------------- */
.widget-area aside.widget_recent_entries { background-color: transparent; }
.widget-area aside.widget_recent_entries .widget-title { background-color: transparent; }
.widget-area aside.widget_recent_entries > * { padding: 9px; }

.widgets-home>div
{
	display: block;
	float: left;
	width: 45%;
	margin: 0 5% 5% 0;
}
.widgets-home div.textwidget a
{
	display: block;
	padding: 5px;
	font-size: 90%;
	cursor: pointer;
	margin: 0;
	width: 100%;
	height: 3em;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	font-weight: bold;
	/*
	color: white;
	background: #505FA1;
	border: 1px solid #505FA1;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	*/
}
.widgets-home div.textwidget a:hover
{
	/*
	background: white;
	color: #505FA1;
	*/
}
.andere-vacatures:after
{
	content: '';
	display: block;
	width: 0;
	height: 0;
	float; none;
	clear: both;
}

.andere-vacatures .widget
{
	float: left;
	width: 30%;
}
.andere-vacatures .widget_rss { margin-bottom: 0; }
.andere-vacatures .widget_rss h2 { font-size: 0.9em; }
.andere-vacatures .widget_rss .widget-title a:first-child { display: none; }
.andere-vacatures .widget_rss ul { margin-bottom: 0; }
.andere-vacatures .widget_rss li { font-size: 0.7em; }
.andere-vacatures .widget_rss li a { display: block; }
.andere-vacatures .widget_rss li span { display: inline-block; }
.andere-vacatures .widget_rss li cite { display: inline-block; }

.widget_banaan { background-color: transparent !important; }


/* = jQuery.ui.dialog
-------------------------------------------------------------- */

.ui-dialog
{
	position: absolute;
	padding: .2em;
	width: 800px;
	overflow: hidden;
	z-index: 999999;
	/* border: 1px solid white; */
	/*
	background: #FF7300;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	*/
}

.ui-dialog .ui-dialog-titlebar
{
	padding: .4em 1em;
	position: relative;
	height: 2em;
}

.ui-dialog .ui-dialog-title
{
	float: left;
	margin: .1em 16px .1em 0;
	font-size: 1.7em;
	font-weight: bold;
	color: white;
}

.ui-dialog .ui-dialog-titlebar-close
{
	position: absolute;
	right: .3em;
	top: 50%;
	width: 19px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 18px;
}

.ui-dialog .ui-dialog-titlebar-close span
{
	display: block;
	margin: 1px;
}

.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding: 0; }

.ui-dialog .ui-dialog-content
{
	clear: both;
	position: relative;
	border: 0;
	margin: 1em 1em .5em 1em;
	background: white;
	overflow: hidden;
	zoom: 1;
}
.ui-dialog .ui-dialog-content iframe { overflow-x: hidden; overflow-y: auto; }


.ui-dialog .ui-dialog-buttonpane
{
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin: .5em 0 0 0;
	padding: .3em 1em .5em .4em;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset { float: right; }

.ui-dialog .ui-dialog-buttonpane button
{
	margin: .5em .4em .5em 0;
	cursor: pointer;
}

.ui-dialog .ui-resizable-se
{
	width: 14px;
	height: 14px;
	right: 3px;
	bottom: 3px;
}

.ui-draggable .ui-dialog-titlebar { cursor: move; }
.ui-widget-overlay
{
	background: white;
	opacity: 0.5;
	position: absolute;
	top: 0;
	left: 0;
}
.ui-icon { color: white; }
.ui-state-hover { text-decoration: none; }
#primary.lightbox
{
	float: none;
	clear: both;
	margin: 0.5em auto 0 auto;
	width: 600px;
}
#primary.lightbox #content {
	border-radius: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

#primary.full-width aside
{
	border-top: 1px solid #ccc;
	margin-top: 24px;
}

#primary header.page-header
{
	background: none;
	margin-bottom: 36px;
}

/**
 * Colors
 * 
 * blue:   #505FA1
 * orange: #FF7300
 */