/*
Theme Name: Blanco Tekst
Theme URI: http://nthmedia.nl
Version: 1.0
Author: NTH Media
Author URI: http://nthmedia.nl
*/

@import url("reset.css");

html,body{ font: 14px Verdana;  height:100%;}
	em{ font-style: italic; }
	
	body{ background: url("images/background.jpg") repeat-x 0px -50px; }
			a{ color: #676767; text-decoration: none;  }
				a:hover{ text-decoration: underline; }	
	strong{ font-weight: bold; }
	em{ font-style: italic; }
	
	#container{ width: 960px; margin: 0px auto; position: relative; background: white; min-height: 660px;}
	
	#header{ width: 960px; border-bottom: 25px solid #eee; position: relative; padding-bottom: 20px; }
	
		#header img#logo{ margin-left: 50px; }
		
		#header h2{ position: absolute; left: 500px; top: 40px; font: 24px Arial; font-weight:bold; }
		#header span{ position: absolute; left: 500px; top: 70px; font: 17px Arial; font-weight: bold; }
	
		#header img#offerte{ position: absolute; top: 5px; right: 0px; }
		
		#header ul#menu{ list-style-type: none; float: right; position: absolute; bottom: 5px; right: 0px; }
			#header ul#menu li{ float: left; margin-right: 10px; }
				#header ul#menu li a{ font: 12px Verdana; font-weight: bold; color: black; text-decoration: none; }
				#header ul#menu li a:hover{ text-decoration: underline; }
	
	#content{ width: 920px; font: 12px Verdana; line-height: 200%; padding: 50px 20px 20px 20px; }
		#content h1{ font: 14px Verdana; font-weight: bold; margin-bottom: 15px; color: #676767; }
		#content h2{ font: 12px Verdana; font-weight: bold; margin-bottom: 5px; }
		#content h3{ font-weight: bold; }
		#content p{ padding-bottom: 15px; }
	
		#content img.alignleft{ float: left; padding-right: 20px; margin-left: -20px; margin-top: 15px;}
		#content img.alignright{ float: right; padding-left: 20px; margin-right: -20px; }
	
body.blog #content .post, body.page-template-nieuws-php #content .post { width: 565px; border-bottom: 1px solid #676767; padding-bottom: 5px; margin-bottom: 9px;}

body.blog #content, body.page-template-nieuws-php #content{ padding: 50px 20px 35px 20px; }


div.navpost{ width: 565px; }
body.blog div.navpost .alignleft, body.page-id-47 div.navpost .alignleft{ float: left; }
body.blog div.navpost .alignright, body.page-id-47 div.navpost .alignright{ float: right; }

body.single #content{ padding-bottom: 30px; }

	#footer{ position: absolute; bottom: 0px; width: 940px; text-align: right; font: 11px Arial; height: 20px; background-color: #eee; line-height: 20px; vertical-align: middle; padding: 5px 10px; }

		#footer a{ color: #194493; }
	.clear{ clear: both; }

