/*
Theme name: Boelens
*/


@charset "utf-8";
/* CSS Document */
html {
     overflow: -moz-scrollbars-vertical;
}

body  {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:80%;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
	background-image: url(images/bg-lijn-2.gif);
	background-repeat: repeat-x;
	line-height: 1.3em;
}
#container {
	width: 900px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(images/bg-container-cc3-1.gif);
	background-repeat: repeat-y;
} 
#header {
	height: 230px;
	background-image: url(images/header-2.gif);
	background-repeat: no-repeat;
	width: 900px;
} 

#kop	{
	float:right;
	height: 40px;
	width: 640px;
	padding-top: 80px;
	border-bottom-color: #CCCC32;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
#kopnav	{
float:right;
width:620px;
height:30px;
text-align:right;
}

#nav	{
	float:right;
	width: 640px;
	height: 30px;
	margin-top: 10px;
	font-size: 1.2em;
}
#witmarge	{
	width:900px;
	height: 10px;
}
 #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* padding keeps the content of the div away from the edges */
}
#sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 0px 15px 0px; /* padding keeps the content of the div away from the edges */
	margin-left: 0px;
}
#mainContent {
	margin: 0 200px 0 250px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.page-template-page_weblog2-php #mainContent	{
	margin:0 0 0 250px;
}
#footer {
	padding: 0 10px 0 20px;
	border-top-color: #CCCC32;
	border-top-style: solid;
	border-top-width: 1px;
} 
#footer p, #footer a:link, #footer a:visited {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color:#999999;
	text-align:center;
}
.post	{

}
.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;
}
.tekstblog	{
width:430px;
	border-bottom-color: #CCCC33;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	margin-bottom:5px;
}
.fotoblog	{
float:right;
width:200px;
}
.fotoblog img	{
float:right;
}
a:link, a:visited	{
	text-decoration:none;
	color:#CC0000;
}

/* opmaak tekst */
.blognaam a:link, .blognaam a:visited {
	margin: 0;
	color: #C00;
	margin-top: 80px;
	font-size: 2em;
	font-weight:bold;	
}
.description	{
font-size:2.0em;
color:#CCCC33;
}
#footer p	{
	font-size:0.6em;
}
h1 a:link, h1 a:visited	{
	font-size:0.8em;
	color:#CC0000;
	font-weight: bold;
	padding-bottom:0px;
}
.home h1	{
	font-weight:normal;
	color:#666666;
}
.category-artikelen h1 a:link, .category-artikelen h1 a:visited, .category-trouw h1 a:link, .category-trouw h1 a:visited	{
	font-size:0.6em;
	color:#CC0000;

	padding-bottom:0px;
}
.paginakop a:link, .paginakop a:visited		{
	font-size:0.8em;
	color:#CC0000;
	font-weight: bold;
	padding-bottom:0px;
}
.datum	{
color:#CCCC33;
}
.entry ul 	{
	padding-left:15px;
	list-style-position:outside;
	list-style-type: square;
}
#mainContent h2	{
font-size:1.2em;
margin-bottom:-12px;
margin-top:15px;
}
h3	{
font-size:1.0em;
margin-bottom:-12px;
margin-top:15px;
}
/* einde opmaak tekst */

/* rode menu */

#kopnav ul	{
	list-style-position: outside;
	list-style-type: none;
	background-image: url(images/rood-balkje.gif);
	width: 200px;
	padding:0;
	text-align: center;
	background-repeat: no-repeat;
	margin:0;
	float: right;
}
#kopnav li	{
	display:inline;
	float:left;
	padding-left:10px;
	padding-right:10px;
	height: 100%;
	}
#kopnav li a	{
	text-indent:-9000px;
	height:36px;
	width:36px;
	display:block;

}	
li.but_home	a{
	background-image: url(images/home-knop.gif);
}
li.but_home a:hover	{
	background-position:bottom;
	}
li.but_contact	a{
	background-image: url(images/contact-knop.gif);
}
li.but_contact a:hover	{
	background-position:bottom;
	}
li.but_drie	a{
	background-image: url(images/links-knop.gif);
}
li.but_drie a:hover	{
	background-position:bottom;
	}
/* einde rode menu */


/* topnavigatie */
#nav a	{
	color: #666666;
	}
#nav ul{
	height: 30px;
	margin:0;
	padding: 0;
	list-style-position: outside;
	list-style-type: none;
	float: left;
	color: #333333;
	
	}
	#nav ul li	{
	display:inline;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0px;
	line-height: 30px;
	padding:8px;
	white-space: nowrap;

}
*html #nav li	{
display:inline;
}	

#menu li.current_page_item, #menu li.current_page_parent{
	background-image: url(images/bg_nav.gif);
	height:100%;
	width:100%;

}
#menu li.current_page_ancestor a:link, #menu li.current_page_ancestor 
 a:visited, #menu li.current_page_ancestor {
	color:#666666;
}
#submenu li.current_page_item	{
background-image:none;
height:100%;
width:100%;

}
#submenu li.current_page_item a:link, #submenu li.current_page_item a:visited	{
color:#cc0000;
}
#submenu	{
	margin-top:30px;
	width: 100%;
}
#menu li:hover, #menu li a:hover, #submenu li:hover, #submenu li a:hover {
	color: #F48155;
}

#menu li.current_page_item a:link, #menu li.current_page_item a:visited, #menu li.current_page_parent a:link, #menu li.current_page_parent a:visited, #menu li.current_page_item, #menu li.current_page_parent,
#menu li.current_page_ancestor a:link, #menu li.current_page_ancestor a:visited, #menu li.current_page_ancestor {
	color:#666666;
}	
/* einde navigatiebalk */

/* opmaak sidebar */
#sidebar1 .textwidget p	{
	margin-left:5px;
	color: #666666;
}
#sidebar1 a:link	{
	color:#CC0000;
	font-weight:bold;
}
#sidebar2 ul, #sidebar2 li, #sidebar1 ul, #sidebar1 li	{
	list-style-type:none;
	margin-left:0px;
	padding-left:0px;
}
#sidebar2 li	{
margin-bottom:10px;
}
#sidebar2 .textwidget li	{
margin-bottom:0px;
list-style-type:square;
margin-left:15px;
}
#sidebar2 h2	{
	color:#CC0000;
	border-bottom-color: #CCCC33;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	font-size:1.2em;
}
#sidebar2 h3	{
	font-size:1.0em;
	margin-bottom:0px;
}

/* einde opmaak sidebar*/

