/*  
Theme Name: Haac
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: Michael Heilemann
Author URI: http://binarybonsai.com/

	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

*/



/* ---------------------------------------------------------------------- Reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
	font-size: 100%;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}

ol,ul {
	list-style:none;
}

caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { 
	border:0;
}



/* structure */


body  {
	font-family: Arial, Helvetica, sans-serif;
	background: #fff;
	margin: 0; 
	padding: 0;
	color: #000;
}
.twoColFixLt #container { 
	width: 780px;  
	background: #FFFFFF;
	margin: 0 ; 
	border: 1px solid #fff;
}
.twoColFixLt #sidebar {
	float: left; /* since this element is floated, a width must be given */
	width: 191px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	margin: 0 0 0 50px;
	padding: 0px;
}

.twoColFixLt #header {
	margin: 50px 0 20px 50px;
	padding: 0px;
}


.block {
border: 1px solid #c3c3c3;
padding: 10px;
margin: 0 0 10px 0;
	
}

.twoColFixLt #mainContent { 
	margin: 0 0 0 245px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar space when the content in #sidebar ends. */
	padding: 10px 20px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* text */

a {
	color: #FF0000;
	text-decoration: none;
}


a:hover {
	color: #FF0000;
	text-decoration: underline;
}


/* Main nav */

div#logo {
padding: 0;
float: left;
}

div#haacHeader {
background: url(images/header.gif) no-repeat;
height: 29px;
width: 280px;
}


div#mainNav {
	float:left;
	width: 500px;
	margin: 0;
	padding-left: 23px;
}

#mainNav ul {
margin-left: 0px;
}

#mainNav li {
display: inline;
}

#mainNav span {
display: none;
}

#mainNav a {
display: inline;
float: left;

height: 25px;
}

#mainNav a#welkom 			{ background:url(images/nav_programma.gif) left top no-repeat; width: 130px; }
/* #mainNav a#krant 			{ background:url(images/nav_krant.gif) left top no-repeat; width: 71px; } */
#mainNav a#organisatie 		{ background:url(images/nav_archief.gif) left top no-repeat; width: 104px; }
#mainNav a#functie 			{ background:url(images/nav_links.gif) left top no-repeat; width: 78px; }
#mainNav a#personeel 		{ background:url(images/nav_overhaac.gif) left top no-repeat; width: 130px;}


#mainNav a#welkom:hover,
#mainNav a#krant:hover,
#mainNav a#organisatie:hover,
#mainNav a#functie:hover,
#mainNav a#personeel:hover,
#mainNav a#training:hover,
#mainNav a#software:hover
 { background-position: 0  -25px; }


/* text */

#mainContent,
#sidebar {
	font-size: 70%;
	line-height: 120%;
}

#mainContent h1, h2, h3, h4 {
	line-height: 150%;
	margin-top: 0;
}



#mainContent.Generic h1, h2, h3, h4 {
	color: #000;
}

#mainContent p,
#sidebar p {
	margin: 0 0 1em 0;
}

#mainContent p.date { 
	margin: 0 0 0 0;
	color: #b3b3b3;
}


strong {
	font-weight: bold;
}

#mainContent h1,
.homeBlock h1
 {
	font-size: 140%;
	font-weight: bold;
	line-height: 120%;

}

#mainContent h1 {
	margin: 0 0 10px 0;
}

#mainContent h2 a {
	color: #000;
}

#mainContent h2 {
	font-size: 120%;
	font-weight: bold;
}

#mainContent h3, #mainContent h4 {
	font-size: 100%;
}



div.post {
	width: 630px;
}

.images {
	float: right;
	width: 100px;
	
}

.post p {

	display: block;
	width: 450px;
	}


.homeBlock .post p {

	display: block;
	width: 300px;
}


.homeBlock .post h1 {

	display: block;
	width: 300px;
}


.post ul  {
	list-style: square;
	margin: 0 0 5px 15px; 
}


.post ol {
	list-style: decimal;
	margin: 0 0 5px 15px; 
}

.block h3,
.block h2 { 
	font-size: 13px;
	font-weight: bold;
}

/* home */

.Home {
	background: url(images/home_background.jpg) no-repeat;
	
}

div.headerWhite {
	position: absolute;
	width: 800px;
	height: 400px;
	left: 59px;
	top: 52px;
	background: url(images/header_white.png) no-repeat;
}

div.headerBlack {
	position: absolute;
	width: 800px;
	height: 400px;
	left: 59px;
	top: 52px;
	background: url(images/header_black.png) no-repeat;
}

div.homeBlock {
	position: absolute;
	left: 160px;
	top: 240px;
	width: 300px;
	background: #fff;
	padding: 10px;
}

div.homeBlock2 {
	position: absolute;
	left: 160px;
	top: 200px;
	width: 300px;
	background: #fff;
	padding: 10px;
}

div.homeBlock3 {
	position: absolute;
	left: 490px;
	top: 200px;
	width: 300px;
	background: #fff;
	padding: 10px;
}


div.homeBlock img {
	margin: 0 10px 0 0;
}

div.homeBlock p.date {
	font-size: 140%;
	line-height: 120%;
}

div.mypicsgallery {
	position: absolute;
	margin-left: 465px;
	top: 160px;
	width: 165px;
}

p.sponsors {
	display: block;
	float:right;

	margin-top: -20px;
	width: 165px;
}

p.sponsors img {
	margin-bottom:5px;
}
