/*   
Theme Name: De Zonneoven
Theme URI: http://www.zonneoven.nl
Author: WordPress
Author URI: http://www.wordpress.org
*/


/* ============================================= general stuff =========== */
* {
	margin: 0;
	padding: 0;
}
html, body {
	background: #FFF;
	color: #898b58;
	font-family: "Myriad Pro", Calibri, "Segoe UI", Tahoma, Arial, sans-serif;
	font-size: 14px;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 24px;
	margin-bottom: 20px;
	font-weight: 100;
}

/* ============================================= general links =========== */
a {
	color: #666666;
	text-decoration: underline;
}
a:hover {
	color: #000;
	text-decoration: underline;
}
a:active {
	color: #9da32c;
	text-decoration: none;
}
a img {border: 0;}

/* ============================================= general classes =========== */
.clear {clear: both;}
.alignleft {float: left; margin: 5px 5px 0 0;}
.alignright {float: right; margin: 5px 0 0 5px;}

/* ============================================= site specific styling =========== */
#container {
	width: 940px;
	margin: 0 auto;
}

/* ================= header =========== */
#header {
	width: 940px;
	height: 240px;
	position: relative;
}
	#header h1 {
		position: absolute;
		top: 20px;
		right: 40px;
		text-align: right;
		z-index: 22;
		display: none;
	}
	#header_img {
		position: absolute;
		top: 0;
		left: 0;
		z-index: 0;
	}
	
/* ================= menu bars =========== */
#navbar_top {
	font-size: 12px;
	padding: 20px 0 5px;
	text-transform: uppercase;
	font-weight: bold;
}	

#navbar {
	height: 30px;
	line-height: 30px;
	vertical-align: middle;
	margin-bottom: 40px;
	display: block;
	width: 100%;
	font-size: 17px;
	padding-top: 10px;
	text-transform: uppercase;
	border-top: 1px solid #666;
}
	#navbar_top ul, #navbar ul {
		display: block;
		list-style: none;
	}
	#navbar_top ul li {
		margin: 0 40px 0 0;
	}
	#navbar_top ul li, #navbar ul li, #navbar_top li a, #navbar li a {
		float: left;
		text-decoration: none;
		outline: none;
		display: block;
	}
	#navbar_top a:hover {
		color: #ffcc00;
	}
	
	#navbar ul {
		width: 100%;
	}
	#navbar ul li {
		padding: 0 20px 0 0;
	}
	#navbar li a {
		padding: 0 70px 0 0;
	}
	#navbar li a:hover {
		color: #ffcc00;
	}

		
/* ================= big title on homepage =========== */
#core_title {
	margin-bottom: 40px;
}

/* ================= 3 homepage blocks =========== */
.core_home_block {
	width: 300px;
	float: left;
	margin-bottom: 40px;
}
	.core_home_block p {
		margin-bottom: 20px;
	}
	.block_first, .block_middle {
		margin-right: 20px;
		display: inline;
	}
	
/* ================= page content (2x home blocks wide) =========== */
#core_content {
	width: 620px;
	float: left;
	margin-bottom: 40px;
}
#core_content p {
	margin-bottom: 20px;
}

/* ================= copyright notices @ bottom =========== */
#footer {
	clear: both;
	height: 30px;
	line-height: 30px;
	vertical-align: middle;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	color: #666;
	font-size: 3mm;
	font-weight: bold;
	margin-top: 20px;
}