/*   
Theme Name: Human Kindness
Theme URI: http://www.humankindness.nl
Author: WordPress
Author URI: http://www.wordpress.org
*/


* {
	margin: 0;
	padding: 0;
}
html, body {
	background: #FFF url(images/wallpaper.jpg) top left repeat-x;
	color: #384026;
	height: 100%;
	font-size: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h1 {
	font-family: "Myriad Pro", Arial, sans-serif;
	font-size: 22px;
	font-weight: 100;
	color: #4e91af;
	margin: 0 0 10px;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: 100;
	color: #bc8f58;
	margin: 20px 0;
	font-style: italic;
}
h2 a {
	font-style: normal;
}
h3,h4,h5,h6 {
	font-size: 15px;
	font-weight: bold;
	color: #000;
	margin: 10px 0 0;
}
a {
	color: #4e91af;
	text-decoration: underline;
}
a:hover {
	color: #bc8f58;
	text-decoration: underline;
}
a img {
	border: 0;
}
ul,ol {
	padding-left: 15px;
}

.clear {clear: both;}
.float_left {float: left;}
.float_right {float: right;}
.alignleft {float: left; margin: 5px 5px 0 0;}
.alignright { float: right; margin: 5px 0 0 5px;}

#container {
	width: 960px;
	min-height: 100%;
	margin: 0 auto;
	position: relative;
}
* html #container {
	height: 100%;
}
#left {
	width: 610px;
	float: left;
	margin: 0 0 40px 0;
	padding: 20px 30px;
	display: inline;
}
#header {
	height: 155px;
	line-height: 185px;
	*line-height: 155px;
	vertical-align: middle;
}
#header h1, #header h2 {
	display: none;
}
#left p {
	line-height: 1.3;
	margin-bottom: 20px;
}
#left ul, #left ol {
	margin-bottom: 20px;
}

#right {
	width: 270px;
	float: left;
	margin: 10px 0 20px;
	display: inline;
}
#spreuk {
	width: 270px;
	height: 353px;
	background: url(images/spreuk.jpg) center center no-repeat;
}
#spreuk_core {
	padding: 45px 30px;
	text-align: center;
	color: #bc8f58;
	font-size: 14px;
	line-height: 1.5;
	font-style: italic;
}
#spreuk_core p {
	margin-bottom: 20px !important;
}
#spreuk_core cite {
	color: #b5aea7;
	font-size: 11px;
	text-align: center;
	margin-top: 20px;
}
#menu {
	margin: 10px 20px 50px;
}
#menu ul {
	list-style: none;
	padding: 0;
}
#menu li {
	background: url(images/raquo_dot.jpg) left 8px no-repeat;
	padding-left: 15px;
}
#menu li a {
	color: #4e91af;
	text-decoration: none;
}
#menu li a:hover {
	color: #4e91af;
	text-decoration: underline; 
}
#menu ul li.current_page_item a {
	color: #BC8F58;
}
#menu ul li.current_page_item ul li a {
	color: #4e91af;
} 

.msg {
	padding: 0 0 10px 0;
	margin-bottom: 20px;
	border-bottom: 1px solid #CAC5BF;
}


#footer {
	position: absolute;
	bottom: 0px;
	left: 0;
	height: 44px;
	line-height: 44px;
	vertical-align: middle;
	width: 100%;
	background: url(images/footer.jpg) bottom center no-repeat;
	color: #FFF;
	font-size: 11px;
	font-family: Tahoma, Arial, sans-serif;
}
#footer a {
	color: #FFF;
	text-decoration: none;
}
#footer a:hover {
	color: #FFF;
	text-decoration: underline;
}
#footer table {
	width: 880px;
	margin: 0 40px;
}
#footer a.x {
	color: #dbc697;
	text-decoration: none;
}
#footer a.x:hover {
	color: #FFF;
	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;
}
.cf-ol li {margin-bottom: 5px;}
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;
}
.cf-group-after ,.cf-after {
display: inline !important;
padding-left: 5px;
margin-bottom: 5px;
}
.textonly {
	padding-top: 20px;
	padding-bottom: 0px;
}
.cf-box-group {margin-top: 10px;}
.failure {color: #C61100;}
.success {font-weight: bold; color: green;}
.cf_error {border: 1px solid #C61100;}
.captcha {margin-top: -2px !important;}
.secinput {width: 150px !important;} 
cite {text-align: center !important;}