/*
Theme Name: Ik krijg altijd gelijk
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.0
Author: Michael Heilemann
Author URI: http://binarybonsai.com/
Tags: blue, custom header, fixed width, two columns, widgets

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



body {
	color: #404040;
	font-size: 100.01%;
	margin: 0;
	padding: 0;
	font-family: Verdana;
}

a, a:link, a:visited {
	color: #EE3243;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

a.black {
	border-bottom: 1px dotted #86225C;
	color: #404040;

}
a.black:hover {
	border-bottom: 1px dotted #EE3243;
	text-decoration: none;
}

img.alignright {
	float: right;
}

.grey {
	color: #b0b0b0;
}

.smaller, .smaller a, .smaller span {
	font-size: 0.9em;
}

.small {
	font-size: 0.7em;
}

#container {
	background: #fff;
	width: 925px;
	margin: 0px auto;
	position: relative;
	text-align: left;
	color: #000;
}

#header {
	clear: both;
	height: 90px;
	margin: 0 auto;
	width: 900px;
}
#header .wrapper {
}

#logo {
	background-image: url('images/cover-ik-krijg-altijd-gelijk-175.jpg');
	border: solid 1px #000;
	height: 268px;
	margin-top: 20px;
	top: 0px;
	width: 175px;
	position: absolute;
}

#welcome {
	background: #f0f0f0;
	border-top: solid 1px #d0d0d0;
	border-bottom: solid 1px #d0d0d0;
	clear: both;
	height: 200px;
}

#welcome .wrapper {
	margin: 0 auto;
	width: 900px;
}

.horizontal-line-1 {
	background: url('images/dbx-line-900.jpg');
	clear: both;
	height: 1px;
	margin: 0px auto;
	width: 900px;
}

.horizontal-line-3 {
	background: url('images/dbx-line-900.jpg');
	clear: both;
	height: 5px;
	margin: 0px auto;
	width: 900px;
}


#welcome-text {
	clear: none;
	height: 200px;
}
#welcome-text .wrapper {
	margin-top: 25px;
	margin-left: 250px;
	width: 600px;
}

#welcome-text h1 {
	color: #86225C;
	font-weight: normal;
	font-size: 1.6em;
	line-height: 130%;
	margin-top: 0;
	margin-bottom: 15px;
	font-family: Verdana;
}
#welcome-text p {
	margin-top: 10px;
	margin-bottom: 0;
	font-size: 0.9em;
	line-height: 150%;
	font-family: Verdana;
}


#myGallery
{
	float: left;
	width: 400px !important;
	height: 200px !important;
}

#main {
	clear: both;
	font-size: 0.9em;
	margin-top: 25px;
	margin-left: auto;
	margin-right: auto;
	width: 900px;
}
#main .wrapper {
	font-size: 0.8em;
	margin-left: 250px;
	line-height: 150%;
	width: 550px;
}
#main h2 {
	color: #86225C;
	font-weight: normal;
	font-size: 1.6em;
	margin-top: 25px;
	margin-bottom: 15px;
	font-family: Verdana;
}


#sub-navigation {
	background: #f00;
	float: left;
	width: 200px;
}

#main-content {
	background: #0f0;
	font-size: 0.9em;
	line-height: 200%;
	float: left;
	width: 550px;
}

#credibility-boosters {
	background: #00f;
	float: left;
	width: 150px;
}

#logo { 
	float: left;
}


/* Navigation
------------------------- */

#navigation { 
	clear: both;
	float: right;
	font-size: 13px;
	letter-spacing: 0.5px;
	margin-top: 40px;
	margin-right: 0px;
}
#navigation ul { 
	list-style: none;
	margin-left: 0px;
	margin-top: 0px;
	padding-left: 0px;
}
#navigation ul li { 
	float: left;
}
#navigation ul li a { 
	background: #86225C;
	padding: 4px 11px 4px 12px;
	display: block;
	text-decoration: none;
	color: #fff;
	border-right: 1px solid #fff;
}
#navigation ul li a:hover {
	background: #EE3243;
}
#navigation ul li.current_page_item a, #navigation ul li.current_page_parent a {
	background: #EE3243;
	color: #fff;
	cursor: default;
}


/* Form
------------------------- */

input, option, select {
	font-family: Verdana;
	font-size: 12px;
}

#information {
	clear: both;
	font-size: 0.8em;
	margin: 0 auto;
	width: 900px;
}
#information .wrapper {
	padding-top: 10px;
}

#customized-information {
	float: left;
}
#newsletter {
	color: #606060;
	font-size: 0.8em;
	float: right;
	margin-top: 2px;
}
#newsletter input {
	border: solid 1px #606060;
	color: #606060;
	width: 120px;
}
#newsletter-explanation {
	font-size: 0.9em;
	margin-top: 5px;
	color: #606060;
}

/* Form
------------------------- */

label {
	padding-right: 10px;
}


/* Footer
------------------------- */

#footer {
	clear: both;
	padding-top: 20px;
}
#copyright {
	margin: 0 auto;
	width: 900px;	
}
#copyright .wrapper {
	color: #808080;
	font-size: 9px;
	margin-top: 5px;
	margin-bottom: 5px;
}