* { margin: 0; padding: 0; }
html, body, div, p, table, dl, ol, ul, li, dt, dd {
	margin: 0; padding: 0;
}
a img { 
	border: none;
}
ul {
	list-style-type: none;
}

body {
	font: 11px normal Geneva, Arial, Helvetica, sans-serif;
	height: 100%;
	background-color: #585f62;
	color: #d3dde1;
}
hr { 
		display: none;
	}
h1 {
	
}
h2 {
	color: #6693b9;
	font-size: 16px;
}
h3 {
	color: #6693b9;
	font-size: 14px;
}
h4 {
	color: #2c5623;
	font-size: 13px;
}
p {
	font-size: 0.95em;
	letter-spacing: 0.06em;
}
br {
   margin: 10px 0;
}
strong {
   line-height: 2em;
   font-size: 15px;
   font-weight: bold;
}
a {
	color: #6693b9;
	text-decoration: none;
}
body {
	width: 100%;
	text-align: center;
}
/**   positioning styles   **/
body div#page {
	text-align: center;
	width: 800px;
	margin: 0 auto;
}
	#header {
		height: 300px;
		margin-top: 35px;
		width: auto;
		text-align: left;
	}
	#playmenu {
		background: #628843 url(http://www.2hufters.be/wp-content/themes/2hufters/images/menu.gif) 100% 100% no-repeat;
		height: 60px;
		text-align: left;
	}
	#content {
		float: left;
		width: 563px; /* 237 ervan af */
		margin: 0;
		padding: 0;
		text-align: left;
	}
	#sidebar {  /*sidebar_bg.jpg  = 237px */
		background: #628843 url(http://www.2hufters.be/wp-content/themes/2hufters/images/sidebar_end.jpg) 0 100% no-repeat;		
		width: 206px;
		margin: 0 17px 0 14px;
		height: 100%;
		text-align: left;
		padding-bottom: 200px;
		float: left;
	}
	#footer {
		float: left;
		width: 800px;
		clear: both;
		margin: 25px 0;
		text-align: left;
	}
	
	
	
	/**  special styles **/
	#header h1 {
		display: none;
	}
	#playmenu ul {
		background-color: #456e90;
		height: 32px;
		width: 563px;
	}
		#playmenu ul li {
			background-color: #456e90;
			float: left;
		}
		#playmenu ul li a {
			height: 32px;
			line-height: 32px;
			width: 140px;
			margin: 0;
			display: block;
			color: #ffffff;
			text-align: center;
			font-size: 14px;
			letter-spacing: 0.09em;
			font-weight:bold;
		}
		#playmenu ul li a:hover {
			background-color: #6693B9;
		}
		
		input#s {
			/*search box */
			background-color:#6693B9;
			border: none; 
		}
		input#searchsubmit {
			margin-top: 10px;
			margin-left: 25px;
			margin-right: 50px;
			border: none;
			padding: 3px;
			color: #FFFFFF;
			background-color:#2c5623;
		}
		#sidebar h2 {
			color: #2c5623;
			font-size: 13px;		
		}
		#sidebar a {
			color: #ffffff;
		}
		#sidebar ul {
			margin-left: 15px;
			margin-top: 10px;
			clear: both;
			width: 185px;
		}
		
		.post {
			margin: 20px 35px 25px 0;
			padding-bottom: 20px;
			border-bottom: 1px solid #628843;
		}
		.post h2 {
			margin: 10px 0 7px 0;
		}
		.small {
			padding: 3px;
		}
		p.postmetadata {
			font-weight: bold;
			margin: 5px;
		}