/* -------------------------------------------------------------- 

   typography.css
   * Sets up some sensible default typography. */

/* Default font settings. 
   The font-size percentage is of 16px. (0.75 * 16px = 12px) */
html {
	font-size:100.01%;
}
body {
	font-size: 100%;
	color: #626262;
	font-family: Arial, Verdana, sans-serif;
	background-attachment: fixed;
	background-repeat:none;
}
/* Featured */
#featured-sticker {
        font-style: italic;
        font-weight: bold;
        font-size: 14px;

        color: white;
}
#featured-post h3 {
	line-height: 27px;
}
/* comments */
#commentlist p {
        margin: 0px;
        font-size: 11px;
}
/* Headings */

h1, h2, h3, h4, h5, h6 {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-weight: normal;
	color: #02275b;
}
h1 {
	font-size: 2em;
 	color: #075D1E;
	font-size: 2.4em;
	line-height: 1;
	margin-bottom: 1em;
	margin-left:5px;	
}

h1.subtitle2 {
	font-size: 1.3em;
	color: #075D1E;
	padding-bottom:12px;
	background:url("images/hrdark.gif") repeat-x scroll left bottom transparent;
	letter-spacing: 0px;
}
 
.header h1 a {
	color: #02275b!important;
}

.subheader h1{
	font-size: 20px;
	color: #4c91a8;
	margin-bottom: 20px;
}

h2 {
	font-size: 2em;
	margin-bottom: 0.75em;
	color: #075D1E;
}

.grid_8_page h2{
	font-size: 15px;
	line-height: 1;
	letter-spacing: 0;
	font-weight: bold;
	margin-bottom: 0.75em;
}
h3 {
	font-size: 15px;
	line-height: 1;
	margin-bottom: .5em;

}
h4, h2.subtitle {
	color:#563f09;
	font-size:20px;
	font-weight:normal;
	line-height:1.25;
	margin-bottom:16px;
}

#footer h4 {
	clear:both;
	color:#075D1E;
	font-size:10px;
	font-weight:bold;
	text-transform:uppercase;
	margin: 6px 0 0 10px;
}

h5 {
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 1.5em;
}
h6 {
	font-size: 1em;
	font-weight: bold;
}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
	margin: 0;
}

#sidebar {
}

#sidebar h2 {
	font-size: 15px;
	font-weight: bold;
	color: #075D1E;
	letter-spacing: 0px;
	padding-top: 10px;
	border-top: 3px solid #075d1e;
}
/* Text elements */

p {
	margin: 0 0 7px;
}
p img.left {
	float: left;
	margin: 1.5em 1.5em 1.5em 0;
	padding: 0;
}
p img.right {
	float: right;
	margin: 1.5em 0 1.5em 1.5em;
}
a:focus, a:hover {
}

a, a:visited {
	color: #075D1E;
	text-decoration: underline;
}
blockquote {
	margin: 1.5em;
	color: #666;
	font-style: italic;
}
strong {
	font-weight: bold;
}
em, dfn {
	font-style: italic;
}
dfn {
	font-weight: bold;
}
sup, sub {
	line-height: 0;
}
abbr, acronym {
	border-bottom: 1px dotted #ccc;
}
address {
	margin: 0 0 1.5em;
	font-style: italic;
}
del {
	color:#ccc;
}
pre {
	margin: 1.5em 0;
	white-space: pre;
}
pre, code, tt {
	font: 1em 'andale mono', 'lucida console', monospace;
	line-height: 1.5;
}
/* Lists */
ol #commentlist {
        margin: 0px 0px 10px 0px;
}
#commentlist li {
        margin: 0px 0px 10px 0px;
        padding: 0px 0px 10px 0px;
	border-bottom: 1px dotted #ccc;
}
li ul, li ol {
	margin: 0;
}
ul, ol {
	margin: 0;
	padding-left: 3.333em;
}
#sidebar ul {
	list-style-type: none;
        padding: 0px;
        margin: 0px 0px 10px 0px;
}

.widget_text {
	margin-bottom: 10px;
}

.widget_text a{
	color: #006699;
}

.widget_text a:visited{
	color: #006699;
}

.widget_links,
.widget_text  h3{
	font-size: 15px;
	color: #4d90aa;
	padding-left:10px;
	margin-bottom: 10px;
	}
	
.widget_links {
	color:#075D1E;
	width:290px !important;
}

.widget_text li{
	list-style-image: url('images/li.gif');
	margin-left:25px;
}


.widget-more-link {
	border-bottom:1px dotted;
	border-top:1px dotted;
	color:#4D90AA;
	font-size:10px;
	font-weight:bold;
	padding:5px 0 5px 5px;
	text-transform:uppercase;
}

.widget-more-link a{
	color: #006699;
	text-decoration: none;
}

.widget-more-link a:hover{
	text-decoration: underline;
}

.more-link a{
	float: left;
	text-decoration: none;
	text-transform:uppercase;
	color: #075D1E;
	font-weight: bold;
	font-size: 10px;
}

.more-link a:hover{
	text-decoration: underline;
}
.more-link-logo{
	padding-top: 11px;
}
.more-link-logo a{
	text-decoration: none;
	text-transform:lowercase;
	color: #075D1E;
	font-weight: bold;
	font-size: 10px;
	border-left: 1px solid #cdcdcd;
	padding-left: 5px;
}

.more-link-logo a:hover{
	text-decoration: underline;
}
	
.widget_links ul,
.textwidget {
	font-weight: normal;
	color: #626262;
}
.widget_links ul {
	background: none;
	padding: 0 !important;	
	margin: 0 !important;
}

.widget_links ul li {
	background: url('images/hrdark.gif') repeat-x top left;
	list-style: none !important;	
	margin: 0 !important;
	padding: 0 !important;		
}

.widget_links ul li a {
	padding: 10px 0 !important;	
	display: block !important;
	color: #666;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
}

.widget_links ul li a:hover {
	text-decoration: none;
	color: #333;	
}

.widget_links ul li a img {
	margin-bottom: -10px;	
}

.date {
	font-weight: bold;
	color: #4d90aa;
	margin-right: 10px;
}

.brand-left{
	float:left;
	display:block;
	padding-left:10px;
	padding-right:10px;
}

.brand-right{
	float:left;
	display:block;
	width:150px;
}

.wide-brand-left{
	float:left;
	padding-right:20px;
	margin-bottom:15px;
}

.wide-brand-right{
	width:360px;
	display:block;
    zoom: 1;
	float:left;
}

.wide-brand-right *
{
    zoom: 1;
}

.wide-widget_text {
	margin-bottom: 10px;
        zoom: 1;
}

/*.wide-widget_text  h2{
	font-size: 24px;
	font-weight: normal;
	color: #075D1E;
	}
*/
.wide-textwidget {
	padding-bottom: 15px;
        zoom: 1;
}

.wide-widget_text h3.case{
	text-transform: undercast;
	font-style: regular;
	font-size: 22px;
	background: none;
}

.wide-widget_text h3, .wide-widget_text h2{
	font-size: 15px;
	color: #075D1E;
	padding-bottom:6px;
	background: url('images/hr.gif') repeat-x bottom left;
	letter-spacing: 0px;
	}

.wide-widget_text  h4{
	font-size: 18px;
	font-weight: normal;
	color: #2590b2;
	margin-top:-20px;
	}

.post  h4,
.post h1.subtitle{
	font-size: 17px;
	font-weight: normal;
	color: #4c91a8;
	margin-top:-20px;
	}
	
.post  h1 span{
	font-size: 19px;
	font-weight: normal;
	color: #2590b2;
	margin-top:-20px;
	}
	
.wide-widget_text  p{
	margin-top:-20px;
	color: #000;
	}
	
.wide-widget_text li{
	list-style-image: url('images/li.gif');
}

.wide-widget-more-link {
	text-transform:uppercase;
	color: #075D1E;
	font-weight: bold;
	padding-left:5px;
	padding-top:5px;
	height:29px;
	font-size: 10px;
}

.wide-widget-more-link a{
	font-weight: bold;
}

.wide-widget-more-link a:hover{
	text-decoration: underline;
}

.vacancy-info{
	color: #075D1E;
	font-size:11px;
	padding-top:15px;
	border-top: 1px dotted #075D1E;	
	padding-bottom:15px;
	border-bottom: 1px dotted #075D1E;	
	margin-bottom: 15px;
}

.vacancy-info-list{
	display:block;
	float:left;
	width:307px;
}

.vacancy-info-list ul{
	padding-left:0px;
}

.vacancy-info-list li{
	margin-left:20px;
	
}

.vacancy-info-list li span{
	width:185px;
	display:block;
	float:right;
}

.vacancy-info-react{
	float:left;
	display:block;
}

.vacancy-info-send{
	float:right;
	display:block;
	padding-right:20px;
}

.vacancy-info-print{
	float:right;
	display:block;
}

.print-link a{
	background-image:url('images/printen.gif');
	text-decoration: none;
	background-position:right;
	vertical-align:middle;
	padding-right: 20px;
	margin-right: 10px;
	background-repeat:no-repeat;
	color:#999;
	font-size:11px;
	float:right;
}

.vacatures-link a{
	text-decoration: none;
	vertical-align:top;
	margin-right: 10px;
	color:#999;
	font-size:11px;
	float:right;
	display:block;
	z-index:100;
	padding-bottom: 5px;
}

.small-widget_text {
	margin-bottom: 10px;
	/*background:url("images/hrdark.gif") repeat-x scroll left bottom transparent;*/
}

.small-widget_text h3, .small-widget_text h2{
	font-size: 15px;
	color: #075D1E;
	letter-spacing: 0px;
	}

.small-widget_text li{
	list-style-image: url('images/li.gif');
	margin-left:25px;
}

.small-widget-more-link {
	text-transform:uppercase;
	color: #075D1E;
	font-weight: bold;
	font-size:10px;
	padding-top:5px;
	height:29px;
}

.small-widget-more-link a{
	font-size:10px;
	vertical-align:middle;
}

.person{
	float:left;
	display:block;
	width:105px;
	margin-top:15px;
}

.person-overview-image{
	float:left;
	display:block;
	width:100px;
}

.person-text{
	float:right;
	width:195px;
}

.post-entry {
	background:url("images/hrdark.gif") repeat-x scroll left bottom transparent;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.post-text {
	float: right;
	width: 487px;
	display: block;
}

.personaldetails{
	border-top: 1px solid #e6ebf1;
	margin-top:10px;
	margin-bottom:20px;
	padding-top: 10px;
	margin-left:20px;
	display:block;
	float:left;
	font-size: 11px;
	width: 260px;
	clear: both;
}

.personaldetails a{
	color: #075D1E;
        font-weight: bold;
}

.personaldetails a:hover{
	text-decoration: underline;
}

.small-textwidget{
    zoom: 1;
}

.person-textwidget{
	background-image:url('images/grey.gif');
	background-repeat:repeat;
    overflow: hidden;
    position: relative;
}

.vacancy-logo {
	float: left;
	display:block;
	}

.vacancy-item {
	float: left;
	display:block;
	padding-left:10px;
	padding-bottom:15px;
}

.category-intro {
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.quote{
	margin-top:15px;
	margin-right:10px;
	font-style: italic;
	font-size: 14px;
	font-weight: bold;
	color: #075D1E;
	width: 165px;
	display: block;
	float:left;
	background: none;
}

.quote-left{
	background-image:url('images/quote-begin.png');
	vertical-align:middle;
	background-repeat:no-repeat;
	width:20px;
	height:20px;
	float:left;
	display:block;
	margin-top:15px;
	}

.quote-right{
	background-image:url('images/quote-end.png');
	background-position:right;
	vertical-align:middle;
	padding-right: 20px;
	background-repeat:no-repeat;
}
	
ul {
	list-style-type: disc;
}
ol {
	list-style-type: decimal;
}
dl {
	margin: 0 0 1.5em 0;
}
dl dt {
	font-weight: bold;
}
dd {
	margin-left: 1.5em;
}
/* Tables */

table {
	margin-bottom: 1.4em;
	width:100%;
}
th {
	font-weight: bold;
}
thead th {
	background: #c3d9ff;
}
th, td, caption {
	padding: 4px 10px 4px 5px;
}
tr.even td {
	background: #e5ecf9;
}
tfoot {
	font-style: italic;
}
caption {
	background: #eee;
}
/* Misc classes */

.small {
	font-size: .8em;
	margin-bottom: 1.875em;
	line-height: 1.875em;
}
.large {
	font-size: 1.2em;
	line-height: 2.5em;
	margin-bottom: 1.25em;
}
.hide {
	display: none;
}
.quiet {
	color: #666;
}
.loud {
	color: #000;
}
.highlight {
	background:#ff0;
}
.added {
	background:#060;
	color: #fff;
}
.removed {
	background:#900;
	color: #fff;
}
.first {
	margin-left:0;
	padding-left:0;
}
.last {
	margin-right:0;
	padding-right:0;
}
.top {
	margin-top:0;
	padding-top:0;
}
.bottom {
	margin-bottom:0;
	padding-bottom:0;
}
.postmetadata {
      margin: 0px 0px 0px 0px;
      padding: 0px 0px 30px 0px;
}

.meta {
      font-size: 10px;
}
#agenda_title{
color:#4D90AA;
}	
	
#medewerkers-aan-het-woord h3 {
	background:url(images/hrdark.gif) repeat-x left bottom;
	margin-top:-3px;
}
#linkcat-2 {
	padding-top:7px;
}
.entry-content {
	line-height: 1.7em
}
