/*
Theme Name: Mindbus
Theme URI: blog.mindbus.nl
Description: Clean Theme, based on Dimox (dimox.com)
Version: 1.0
Author: Mindbus
Author URI: blog.mindbus.nl
Tags: 
.
Released under the <a href="http://www.opensource.org/licenses/gpl-license.php">GPL</a>.
.
*/


body {

}


* {margin: 0; padding: 0}
header, nav, section, article, aside, footer {display: block}
body {
	font: 13px/18px "Trebuchet MS", Tahoma, Arial, sans-serif;
	color: #444;
	background: url(i/blog_bg.jpg) repeat-x;
	background-color: #f5f5f5;
}
a {
	color: #4E8FC9;
/*	color: #5178AE;*/
	text-decoration:none;
}
a:hover {
	color: #7C9AC2;
	text-decoration:underline;
}
p {margin: 0 0 18px;
line-height:22px;
}
img {border: 0}
input {vertical-align: middle}
blockquote {
	margin: 0 0 18px 20px;
	padding: 1px 12px;
	border-left: 3px solid #DE8D8D;
	background: #F2F2F2;
	height: 1%;
}
blockquote p {
	padding: 8px 0;
	margin: 0;
}
.aligncenter,
div.aligncenter {
	display: block;
	margin: 0 auto;
}
img.aligncenter {margin: 0 auto}
.alignleft {float: left}
img.alignleft {margin: 5px 10px 3px 0}
.alignright {float: right}
img.alignright {margin: 5px 0 3px 10px}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
table {
	width: 99%;
	margin: 0 0 20px 3px;
	border-collapse: collapse;
}
th, td {
  border: 1px solid #CCC;
	padding: 4px 8px;
}
.newsletter td {
  border: 0px;
}
th {
  text-align: left;
	background: #F3F3F3;
}
pre {
	margin: 0 0 20px;
}

#wrapper {
	width: 978px;
	margin: 0 auto 0 auto;
	padding: 0 5px;
	background-color: #FBFBFB;
	border: 1px solid #DDD;
	border-width: 0 1px;
	border-bottom: 1px solid #DDD;
}


/* Header
-----------------------------------------------------------------------------*/
header {
	height: 137px;
	margin-bottom: 5px;
	position: relative;
	background-image:url(i/header.jpg);
}

#logo {
	position: absolute;
	top: 23px;
	left: 10px;
	color: #808080;
	font-size: 33px;
	padding: 10px 0 0 0;
}
#logo a {
  text-decoration: none;
}
#logo span {
	display: block;
	font-size: 11px;
	color:#FFFFFF;
	font-weight: normal;
	margin: -5px 0 0 25px;
	text-shadow: none;
}
#logo span a {
	color:#FFFFFF;
	text-decoration:underline;
}

#nav {
	position: absolute;
	top: 105px;
	left: 0;
	width: 100%;
	height: 24px;
	padding: 7px 0 0 10px;
	clear: both;
	position: relative;
}
#nav li {
	float: left;
	font-size: 13px;
	list-style: none;
}
#nav li a {
	float: left;
	margin: 0 20px 0 10px;
	color: #444;
  text-decoration: none;
}
#nav li a:hover {
	color: #000000;
	text-decoration: underline;
}
#nav li.current_page_item {
	background: url(i/arrow.gif) 0 7px no-repeat;
}
#nav li.current_page_item a {
	color: #FFFFFF;
}

#search {
	position: absolute;
	top: 108px;
	right: 10px;
}
#search input {
	font: 11px "Trebuchet MS", Arial, Sans-Serif;
	float: left;
}
#s {
	width: 175px;
	padding: 3px 6px;
	border: 1px solid #CCC;
	margin-right: 5px;
}
#s:hover {
	border-color: #AAA;
}
#s:focus {
	border-color: #5178AE;
}
#searchsubmit {
	background: #5178AE;
	border: 0;
	padding: 2px 7px;
	color: #fff;
	font-weight: bold !important;
	overflow: visible;
	height: 24px;
	cursor: pointer;
}
#searchsubmit:hover {
	background: #7C9AC2;
}


/* Content
-----------------------------------------------------------------------------*/
section {
	width: 100%;
	overflow: hidden;
	background: url(i/dots.gif) 550px 0 repeat-y;
	margin-bottom: 4px;
}
#content {
	width: 533px;
	float: left;
	padding: 5px 5px 5px 5px;
	overflow: hidden;
	border: 1px solid #f0f0f0;
	background-color:#FFFFFF;
}
#content h1 {
	font: 20px "Trebuchet MS", Arial, Sans-Serif;
	padding: 1px 0 4px;
	margin-bottom: 8px;
}

#content h1 a {
  text-decoration: none;
}
#content h1 a:hover {
  text-decoration: underline;
}

#content h2 {
	font: 14px "Trebuchet MS", Arial, Sans-Serif;
	padding: 1px 0 2px;
	margin-bottom: 2px;
	font-weight:bold;
}
#content h2 a {
  text-decoration: none;
}
#content h2 a:hover {
  text-decoration: underline;
}
#content h3 {
	font: normal 16px "Trebuchet MS", Arial, Sans-Serif;
	padding: 0 0 3px;
	margin-bottom: 8px;
	border-bottom: 1px solid #E5E5E5;
	/*text-shadow: 2px 2px 1px #DDD;*/
}
#content .post {
	margin: 0 0 6px;
}
#content .post p{	
	margin:0 0 10px; 
}

#content .post h1,
#content .post h2,
#content .post h3 {
	font-size: 20px;
	margin: 0 0 18px;
}
.pmeta {
	font-size: 12px;
	line-height: 16px;
	margin: -18px 0 12px;
	color: #888;
}
.pmeta span {
  margin: 0 3px;
}
.pmeta a,
.ptags a {
	color: #4E8FC9;
}
.pmeta a:hover,
.ptags a:hover {
	color: #7C9AC2;;
}
.entry {
/*  text-align: justify; */
}
#content .entry h2,
#content .entry h3,
#content .entry h4,
#content .entry h5,
#content .entry h6 {
	font: 16px "Trebuchet MS", Arial, Sans-Serif;
	font-weight:bold;
	padding: 0 0 4px;
	margin: 8px 0 2px;
	border: none;
}
.ptags {
	font-size: 12px;
  	line-height: 16px;
	color: #999;
	padding: 3px 5px;
	overflow: hidden;
	border-bottom: 1px solid #E5E5E5;
	padding-bottom: 6px;
}
.comments {
}

.line {
	clear: both;
	padding: 3px;
	margin: 0 0 15px;
	background: url(i/smalldot.gif) repeat-x;
}

.post ol {
	margin: -4px 0 18px 35px;
}
.post ul {
	margin: -4px 0 18px 18px;
}
.post li {
	padding: 3px 0 4px;
}
.post ul li {
	list-style: none;
	background: url(i/arrow.gif) 0 11px no-repeat;
	padding: 3px 0 4px 12px;
}
.post li ul {
	margin: 4px 0 -5px;

}
.post li ol {
	margin: 4px 0 -5px 18px;
}

div.pagetitle {
	font: normal 19px "Trebuchet MS", Arial, Sans-Serif;
	padding: 3px 0 4px 4px;
	margin-bottom: 30px;
	border: 1px solid #E5E5E5;
/*	text-shadow: 1px 1px 0 #FFF;*/
	background: #F4F4F4;
}

.commentlist {
	margin: 18px 0 0;
}
.commentlist li {
	list-style: none;
}
.commentlist li .commentdiv {
	margin: 0 0 10px;
	height: 1%;
}
li.bypostauthor .commentdiv {
	padding: 3px 3px 7px;
	border: 1px solid #AAA;
}
.commentlist ul.children {
	margin: 13px 0 0 18px;
}
.comment-author {
	background: #F2F2F2;
	border: 1px solid #E9E9E9;
	padding: 4px 4px 3px 4px;
	min-height: 39px;
	height: auto !important;
	height: 39px;
}
.fn {
	font-style: normal;
	font-weight: bold;
}
.avatar {
	border: 1px solid #DDD;
	padding: 2px;
	float: left;
	background: #FFF;
	margin: 0 5px 0 0;
}
.commentmetadata {
	font-size: 11px;
	color: #888;
	padding: 3px 0 0;
}
.commentmetadata a {
	color: #4E8FC9;
	text-decoration: none;
}
.commentmetadata a:hover {
	color: #5178AE;
	text-decoration: underline;
}
.ctext {
	padding: 10px 7px 0;
}
.reply {
	width: 100%;
	overflow: hidden;
	text-transform: lowercase;
	margin: -3px 0 0 7px;
}
.reply a {
	background: #4E8FC9;
	float: left;
	color: #5178AE;
	text-decoration: none;
	padding: 0 6px 2px;
	border: 1px solid #CCC;
	font-size: 13px;
	line-height: 16px;
}
.reply a:hover {
	background: #5178AE;
	color: #FFF;
	border: 1px solid #5178AE;
}
#cancel-comment-reply {
	float: right;
	position: relative;
	top: -43px;
}
#cancel-comment-reply small {
	font-size: 13px;
}

#respond h3 {
  margin-top: 15px;
}

#commentform {
	padding: 0 0 20px;
}
#commentform p {
	margin: 0 0 7px;
	white-space: nowrap;
}
#author, #email, #url, #comment, #submit {
	font: 13px "Trebuchet MS", Tahoma, Arial, Sans-Serif;
	padding: 3px 5px;
	width: 200px;
	border: 1px solid #CCCCCC;
}
#author:focus, #email:focus, #url:focus, #comment:focus, #submit:focus {
	border-color: #999;
}
#comment {
	width: 97%;
	height: 150px;
}
#submit {
	width: 128px;
	height: 26px;
	padding: 0;
	background: #5178AE;
	cursor: pointer;
	border: none;
	color: #FFF;
  font-weight: bold;
}
#submit:hover {
	background: #7C9AC2;
}

.navigation {
  background: url(i/smalldot.gif) repeat-x;
	padding: 15px 0 0;
}
.navigation a {
	display: inline-block;
	width: 20px;
	margin: 0 2px 0 0;
  border: 1px solid #4E8FC9;
	color: #4E8FC9;
  text-decoration: none;
  text-align: center;
}
.navigation a:hover {
  border: 1px solid #4A4A4A;
	color: #7C9AC2;;
	background: #EEE;
}
.navigation span {
	display: inline-block;
	width: 20px;
	margin: 0 2px 0 0;
  text-align: center;
}
.navigation span.pages {
  margin-right: 10px;
	width: auto;
}
.navigation span.current {
  border: 1px solid #000000;
	background: #888;
	color: #FFF;
}
.navigation.first {
	background: none;
	padding: 0;
}
.navigation.com a {
	margin: 0 -2px 0 0;
}
.navigation.com span.dots {
	margin: 0 -4px 0 0;
}
.navigation.com span.current {
	margin: 0 -2px 0 0;
}

/* Sidebars
-----------------------------------------------------------------------------*/

.vacature-item
{
  margin: 0 0 20px 0;
  padding: 5px;
/*  position: absolute;
  left: 10px;
  top: 415px;*/
  width: 150px;
  height: 60px;
  z-index: 20;
  background: #fbee78;
  border-right: solid 3px #d1d2cd;
  border-bottom: solid 3px #d1d2cd;
  text-align: center;
}
.vacature-item h2 
{
	padding: 0 0 10px 0;
	font-size: 16px;
}
.vacature-item p 
{
	padding: 0 0 10px 0;
	margin: 0;
	}
.vacature-item a:link
{
	text-decoration: underline;
}


/* Sidebars
-----------------------------------------------------------------------------*/
aside {
	float: right;
	width: 427px;
	font-size: 12px;
	line-height: 15px;
	padding: 8px 0 0;
	background-image:url(i/aside_bg.jpg);
	background-repeat:repeat-x;
	border-top:1px solid #f0f0f0;
}

#sidebar1 {
	float: left;
	width: 228px;
	padding: 0 10px;
}
#sidebar2 {
	float: left;
	width: 168px;
	padding: 0 0 0 11px;
}

.section {
	margin: 0 0 -6px;
}
aside ul {
	margin: 0 0 15px;
}
aside li {
	list-style: none;
	padding: 3px 4px 4px 12px;
	margin: 0;
	background: url(i/arrow.gif) 3px 9px no-repeat;
}
aside li ul {
  margin: 0 0 2px;
}
aside li li {
  padding: 3px 0 0 12px;
	border: none;
}
aside a {
	color: #4E8FC9;
  text-decoration: none;
}
aside a:hover {
  text-decoration: underline;
}
aside h3 {
	font: 16px/1 "Trebuchet MS", Arial, Sans-Serif;
	font-weight:bold;
	padding: 0 0 4px;
	margin: 0 0 2px;
}


.twitter_header {
	
}

.twitter_header img {
	float: left;
}

.twitter_header span {
	padding: 0 0 0 5px;
}
#tagCloud a,
.widget_tag_cloud a {
	margin: 0 4px 0 0;
  line-height: 24px;
}

#wp-calendar {
  width: 100%;
	margin: 0 0 12px;
}
#wp-calendar td {
  text-align: center;
}


/* Footer
-----------------------------------------------------------------------------*/
footer {
	padding: 7px 10px;
	margin: 0 0 5px;
	font-size: 11px;
	color: #666;
	background-color:#FFFFFF;
	border: 1px solid #f0f0f0
}