/*
	Style Name	: proeflokaal
	Style URI	: http://www.nieta.nl/
*/


body {
	font-size: 62.5%; /* Resets 1em to 10px */
	color: #444;
	background: #000 url('bg2.jpg') left top repeat;
	text-align: center;
  font-family: Verdana, Helvetica, Arial, sans-serif;
	}


body.columns-three #primary {
	margin-left: 195px;
}

body.columns-three #sidebar-1 {
	left: -520px;
	margin-left: -195px;
}

#page {
	background: white;
	text-align: left;
	margin: 0 auto;
	padding-top: 0px;
	position: relative;
	border: 0px solid #ddd;
	border-top: none;
	clear: both;
	}

#header {
	position: relative;
	height: 200px;
	background: #194e34;
	background-position: top right;
	background: #194e34 url('header_bg2.jpg') 96% 18% no-repeat;
	}

ul.menu {
	left: 0px;
	font-weight: bold;
	}

ul.menu li.admintab {
display:none;
}

h1.blog-title {
	font-weight: bold;
	letter-spacing: -1px;
	padding: 75px 40px 0;
	display: none;
	}

#header .description { /* Description in header */
	font-size: 1em;
	margin: 0 40px;
	display: none;
	}

.secondary {
	width: 200px;
	float: left;
	font-size: 1em;
	line-height: 1.5em;
	color: #666;
	position: relative;
	padding: 10px 0px 0px 0px;
	overflow: hidden;
	}

.columns-three .secondary {
width:195px;
}

h2 { /* H2 is what kind of page you are on. Eg. 'Monthly Archive'. */
	text-align: left;
	font-size: 2em;
	font-weight: bold;
	letter-spacing: 0px;
	}

.secondary h4 { /* Secondary H4 is sidebar headlines */
	font-size: 1.5em;
	font-weight: normal;
	padding: 0;
	display: block;
	margin-bottom: 5px;
	display: none;
	}
	
#footer {
	clear: both;
	margin: 0 auto;
	padding: 20px 0 40px;
	text-align: center;
	color: #777;
	display:none;
	}

