/*
Theme Name: BFC
Theme URI: http://bfc.nl/
Description: BFC template voor wordpress.
Version: 1.0
Author: Martijn Schornagel & Charlie van de Kerkhof
Author URI: http://www.ministryofwebdevelopment.nl
Tags: blue, custom header, fixed width, two columns, widgets

	 Based on 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

*/

* {
	margin: 0px;
	padding: 0px;
}
ul {
	list-style: none;
}
a:active, a:focus {
	outline: 0;
}
a:link,
a:visited {
	text-decoration: none;
}
img {
	border: 0px;
}
body {
	font-family: "Lucida Grande", Verdana;
	background-color: #FFFFFF;
	background-image: url(img/bg-body.gif);
	background-repeat: repeat-y;
	background-position: left top;
	font-size: 11px;
	line-height: 16px;
	color: #3D3D3D;
}

/************************************************************

* Positioning

************************************************************/
#head-image {
	background-color: #999999;
	height: 229px;
	width: 467px;
	position: absolute;
	left: 0px;
	top: 0px;
}
#sidebar {
	background-color: transparent;
	position: absolute;
	min-height: 360px;
	height: auto !important;
	height: 360px;
	width: 235px;
	left: 0px;
	top: 229px;
	background-image: url(img/bg-sidebar.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 30px;
	padding-right: 30px;
	padding-left: 30px;
}
#menu {
	position: absolute;
	left: 492px;
	top: 102px;
	z-index: 1000;
}
#content {
	min-height: 193px;
	height: auto !important;
	height: 193px;
	position: absolute;
	left: 295px;
	top: 128px;
	width: 562px;
	background-image: url(img/bg-content.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 212px;
	padding-left: 52px;
	padding-right: 52px;
}
#right {
	height: 340px;
	margin-left: 961px;
	position: relative;
	background-image: url(img/bg-right.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}


/************************************************************

* Menu styles

************************************************************/
#menu ul {
}
#menu ul li {
	float: left;
}
#menu ul li a {
	display: block;
	margin-right: 25px;
	color: #000000;
	font-weight: bold;
	font-size: 11px;
	padding-bottom: 10px;
}
#menu ul li a:hover {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #C8C8C8;
	color: #007CD0;
}
#menu ul li a.selected, #menu ul li.current_page_item a {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #C8C8C8;
	color: #007CD0;
}

/************************************************************

* Typography & classes

************************************************************/
h1 {
	color: #007DD1;
	font-family: "Trebuchet MS", "Lucida Grande", Verdana;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 24px;
}
h2, h3, h4, h5, h6 {
	font-family: "Trebuchet MS", "Lucida Grande", Verdana;
	font-size: 14px;
	color: #007DD1;
}
p {
	margin-bottom: 20px;
}
.bold {
	font-weight: bold;
}
h1.news {
	background-image: url(img/head-news.gif);
	text-indent: -32697px;
	display: block;
	height: 36px;
	width: 230px;
	margin-bottom: 20px;
}
.post h2 {
    margin-bottom: 8px;
}
.brochure a {
	background-image: url(img/brochure.gif);
	height: 48px;
	width: 230px;
	text-indent: -32697px;
	display: block;
}
.brochure a:hover {
	background-position: left bottom;
}
#sidebar ul {
	margin-bottom: 20px;
}
#sidebar ul li {
	color: #007DD1;
	background-image: url(img/sidebar-bullit.gif);
	background-repeat: no-repeat;
	background-position: left 1px;
	padding-left: 14px;
	margin-bottom: 9px;
	line-height: 12px;
	font-size: 10px;
}
#sidebar ul li a {
	color: #007DD1;
}
#sidebar ul li a:hover {
	color: #333333;
}
#content ul {
	margin-bottom: 20px;
}
#content ul li {
	background-image: url(img/content-bullit.gif);
	background-repeat: no-repeat;
	background-position: left 6px;
	padding-left: 12px;
}
blockquote p, p.pullquote {
	background-color: #F0F0F0;
	border: 1px solid #D4D4D4;
	line-height: 18px;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
	color: #666666;
}
#content a {
	color: #3D3D3D;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #007DD1;
	padding-right: 1px;
	padding-left: 1px;
	padding-top: 1px;
	padding-bottom: 1px;
}
#content a:hover {
	color: #FFFFFF;
	background-color: #007DD1;
}
.date {
    font-size: 12px;
    color: #999999;
}
#content h1 a {
    color: #007DD1;
    font-family: "Trebuchet MS", "Lucida Grande", Verdana;
    margin-bottom: 10px;
    font-size: 20px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #FFFFFF;
    background-image: url(img/bigbullit.gif);
    background-repeat: no-repeat;
    background-position: left 4px;
    display: block;
    padding-left: 16px;
}
#content h1 a:hover {
    color: #999999;
    background-color: #FFFFFF;
}
#content small {
    margin-bottom: 10px;
    color: #999999;
    display: block;
    margin-top: -8px;
}
#content .entry {
    background-image: url(img/divider.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
    margin-bottom: 15px;
    padding-bottom: 10px;
}

/* ------------- CHARLIE -----------------------------------*/
.seo_hid {
    display: none;
}
.navigation {
	text-align: center;
}
.clear {
    clear: both;
}

/* CONTACT FORM */
#wpcf {font-family: "Lucida Grande", Verdana;text-align: left;}
#wpcf fieldset { margin: 0px; padding: 0px; border: 0px; font-weight: bold; }
#wpcf legend { font-weight: bold: border: 1px solid #666666; padding: 3px }
#wpcf label { display: block; text-align: left; margin-bottom: -15px;}
#wpcf p { margin: 0 0 7px 0 }
#wpcf .field { font-size: 100%; width: 240px; padding: 0; margin: 0 }
#wpcf p.button { text-align: left; padding: 0 5px 0 0; }
#wpcf textarea { margin-top: 15px; font-size: 100%; width: 240px; height: 50px }
#wpcf .error { background-color: #FFFF00 }
#wpcf .challenge { margin-top: 15px; font-size: 100%; display: inline-block; display: -moz-inline-stack; text-align: left; width: 240px }
#wpcf p.alert { color:#FF0000; font-weight: 700; text-align: center; padding: 5px 0 10px 0 }


/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

.alignright {
	float: right;
}

.alignleft {
	float: left
}

#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
}

#sidebar #searchsubmit {
	padding: 1px;
}
