body {
	font: 62.5% 'Lucida Grande', Helvetica, Arial, Sans-Serif; !important/* Resets 1em to 10px */
	color: #444;
	background: wheat;
	text-align: left; !important
	margin: 0 0 30px;
	/* The following are IE Fixes */
	_font: 70% Helvetica, Arial, Sans-Serif; !important/* Resets 1em to 10px */
	}
	
h1, h2, h3, h4 {
	font-family: 'Arial Narrow', Helvetica, Arial, Sans-Serif;
	font-weight: bold;
	color: #a0522d;
	letter-spacing: 0.01em;
	}

	
#header{
	background: #fff url(header.jpg) no-repeat 30px;}

h1{
display: none;
}

#header .description {
display: none;
}

h2, h2 a, h2 a:visited,
h3, h3 a, h3 a:visited,
h4, h4 a, h4 a:visited {
	color:#a0522d;
	}
	
.secondary h4, h4 a, h4 a:visited {
	color:#444;
	}

a:hover, ul li a:hover { /* Font default of 1em */
color: #ff3300;
text-decoration: none;
}

.entry-content {
	text-align: left;
	}

.columns-one #page {
	width: 595px;
	}

.columns-two #page {
	width: 820px;
	}
	
h2 { /* H2 is what kind of page you are on. Eg. 'Monthly Archive'. */
	text-align: left;
	font-size: 2.5em;
	font-weight: bold;
	letter-spacing: -1px;
		color: #444;}

 	
/* sidebar */
.secondary {
	/* The following are IE Fixes */
	_font: 1.1em/1.5em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	_padding: 30px 0 0px;
	_margin-left: 0%;
	_margin-right: -4%;
	_width: 26.5%;
	}

body.columns-two #primary {
	_margin-right: 180px;
	}
	
.secondary ul ul, .secondary ol ol, .secondary div div {
	margin: 0 0 0 0px;
	}

.secondary h4 { /* Secondary H4 is sidebar headlines */
	font-size: 1.4em;
	font-weight: bold;
	lettter-spacing: 0.3em;
	padding: 0;
	display: block;
	margin-bottom: 5px;
	}
.secondary h4 a{
color: #444;}

/* maak linkslijnend */	
.primary .item .itemtext {style.css (line 417)
color:#444444;
font-family:'Lucida Grande',Verdana,Arial,Sans-Serif;
font-size:1.1em;
font-size-adjust:none;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:1.5em;
text-align:left;
}	
	
a, ul li a { /* Font default of 1em */
color: #a0522d; /* default color, non-hover state */
}

/* dit regelt de positie van de menu-links bovenaan de pagina */
ul.menu,
ul.menu li a {
	padding: 0px;
	}

ul.menu {
	_font-size: 1.1em; !important
	font-size: 1.1em; !important
margin-bottom: 0px; /* you can use margin to control where the padding starts */
padding: 0px 170px 120px 570px; /* my menu uses left padding to move it to the center */
width: 25% !important; /* this controls the spacing, my menu uses 70% */
}

ul.menu li {
	_font-size: 1.1em; !important
	font-size: 1.1em; !important
	display: block;
	margin: 0 20px 0 0;
	}

ul.menu li a {
color:black;
font-family:Arial,Sans-Serif;
font-size:1em;
font-size-adjust:none;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:normal;
margin:0pt;
}

ul.menu li.current_page_item a,
ul.menu li.current_page_item a:hover {
		_font-size: 1.1em; !important
	font-size: 1.1em; !important
	color: #333 !important;
	background: white;
	text-decoration: none;
	}

.admintab {
	position: relative;
	right: 0px;
	_padding: 5px 15px 6px; /* IE hack */
	}
	
.pagetitle { /* Used on static pages and archives */
	text-align: left;
	margin: 15px 0 15px;
	}
	
.pagetitle h2 { /* H2 is what kind of page you are on. Eg. 'Monthly Archive'. */
	text-align: left; !important
	display: inline;
	}