/*   
Theme Name: Kees van Unen
Theme URI: http://www.keesvanunen.com
Author: WordPress
Author URI: http://www.wordpress.org
*/


* {
	margin: 0;
	padding: 0;
}
html, body {
	background: #000;
	color: #fff;
	height: 100%;
	font-size: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h1 {
	font-size: 54px;
	font-weight: 100;
	color: #a4430f;
	margin: 10px 0 10px;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 23px;
	font-weight: 100;
	color: #a4430f;
	margin: 20px 0 10px;
}
h3,h4,h5,h6 {
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	margin: 10px 0 0;
}
a {
	color: #a4430f;
	text-decoration: none;
}
a:hover, #menu li.current_page_item a {
	color: #ccc;
	text-decoration: underline;
}
a img {
	border: 0;
}
ul,ol {
	padding-left: 15px;
}

.clear {clear: both;}
.float_left {float: left;}
.float_right {float: right;}

#container {
	width: 960px;
	min-height: 100%;
	margin: 0 auto;
	position: relative;
}
* html #container {
	height: 100%;
}
#left {
	width: 405px;
	float: left;
	padding-bottom: 20px;
}
#vervolg_left {
	width: 360px;
	min-height: 450px;
	padding: 20px;
	background: url(images/vervolg.jpg) top right no-repeat;
}
#vervolg_left #menu {
	background: none;
	margin-top: 0px;
}
#right {
	width: 555px;
	float: left;
	display: inline;
	padding-bottom: 20px;
}
#vervolg_right {
	padding: 121px 0px 20px 0px;
	float: left;
	display: inline;
}
#vervolg_right table {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	padding: 0;
	margin-bottom: 20px;
}
#vervolg_right td {
	padding: 5px;
	background: url(images/td.gif) bottom left repeat-x;
	border-bottom: 1px solid #353535;
}
#vervolg_right p {
	margin-bottom: 20px;
	line-height: 1.4;
}
#menu {
	width: 135px;
	float: left;
	background: url(images/menu.jpg) top center no-repeat;
	margin-top: 127px;
	padding: 20px 20px 20px 40px;
	height: 242px;
	font-size: 18px;
	font-weight: 100;
	color: #a4430f;
	line-height: 40px;
}
#menu a {
	color: #FFF;
	text-decoration: none;
}
#menu a:hover, #menu li.current_page_item a:hover {
	color: #a4430f;
}
#quote {
	width: 350px;
	float: left;
	color: #f9a476;
	font-size: 20px;
	font-weight: 100;
	line-height: 57px;
	text-align: center;
	margin-top: 42px;
}
#quote cite {
	margin-top: 20px;
	color: #ffe2d2;
	font-size: 14px;
	font-style: normal;
	line-height: 22px !important;
	text-align: center !important;
}

#singlepost {
	padding: 0 20px 20px;
}
#singlepost p, #singlepost table, #singlepost td {
	color: #000 !important;
}

#ibox_footer_wrapper {
	background: #000;
}
#ibox_footer {
	background: #999 !important;
}

#footer {
	position: absolute;
	bottom: 5px;
	left: 0;
	font-size: 11px;
	color: #FFF;
}
#footer table {
	border: 0;
	width: 900px;
	margin-left: 20px
}
#footer table td.left {
	text-align: left;
}
#footer table td.right {
	text-align: right;
}
#footer table td.right a {
	color: #f9a476;
	text-decoration: none;
}
#footer table td.right a:hover {
	color: #a4430f;
	text-decoration: underline;
}


/* contactform */
ol.cf-ol {list-style: none !important; margin-left: 0; padding-left: 0;}
.cf-ol label {
width: 300px;
display: block;
padding-top: 5px;
}
.cf-ol input.single, textarea.area, input.secinput {
width: 300px;
padding: 3px;
font-size: 14px;
color: #000;
font-family: Arial, Helvetica, sans-serif;
}
textarea.area {
height: 230px;
}
input.sendbutton {
width: auto;
margin-top: 5px;
padding: 0 10px;
}
fieldset, legend {
display: none;
}
.cf-ol img {vertical-align: middle; margin-left: 5px;}

.reqtxt, .emailreqtxt {
padding-left: 5px;
font-size: 11px;
vertical-align: top;
}
.linklove, #linklove {
display: none;
}
.failure {color: #C61100;}
.success {color: #A4430F; padding: 10px; display: block; background: #c7a897; text-align: center;}
.cf_error {border: 1px solid #C61100;}
.captcha {margin-top: -2px !important;}
.secinput {width: 150px !important;} 






