/*
Theme Name: Geen Nieuws
Theme URI: http://www.geennieuws.com/
Description: WP Theme for Geen Nieuws.
Version: 1.0
Author: Jaap van der Veen / bravebunny: bravebunny@gmail.com
Author URI: http://www.shoox.nl/
*/

*{
	margin:0;
	padding:0;
}

body{
	font-size:62.5%;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#e3e7ed;
	background-image: url(images/bodybg.png);
	background-repeat: repeat-y;
	background-position: center top;
}

#header{
	height:16em;
	background-image: url(images/headerbg.png);
	background-repeat: repeat-x;
	background-position: left top;
}

#hwrap, #bwrap, #fwrap{
	width:100em;
	text-align:left;
	margin:0 auto 0 auto;
}

#hlogo{
	width:100%;
	height:10.5em;
	background-image: url(images/hlogo.png);
	background-repeat: no-repeat;
	background-position: left top;	
}

#headads{
	width:46.8em;
	height:6em;
	overflow:visible;
	float:left;
	margin-left:52.2em;
	/*padding-left:0.3em; /* for IE <= 7*/
}

#menuwrap{
	width:100%;
	height:5.5em;
	background-image: url(images/menubg.png);
	background-repeat: no-repeat;
	background-position: center top;
}

#menu{
	display:block;
	float:left;
	list-style-type:none;
	width:98em;
	margin:0.5em 0 0 1em;
}

#menu li{
	display:inline;
	width:10.88em;
	text-align:center;
	float:left;
	font-size:1.8em;
	color:#FFFFFF;
	height:1.75em;
	padding-top:0.5em;
}

#menu li a{
	text-decoration:none;
	color:#FFFFFF;
}

#menu li a:hover{
	color:#ff2b2b;
}

#left{
	float:left;
	width:19.5em;
	margin:0 0 0 1.5em;
}

#left ul, #right ul{
	list-style:none;
}

#left a, #right a{
	text-decoration:none;
	color:#000000;
}

#left a:hover, #right a:hover{
	border-left:solid 0.1em #000000;
	padding-left:0.5em;
}

#recentcomments a:hover{
	border:none;
	font-weight:bold;
}

#recentcomments .url:hover{
	font-weight:normal;
	cursor:default;
}

#recentcomments .recentcomments{
	margin-bottom:10px;
}

#left ul h2, #right ul h2{
	height:3em;
	background-image: url(images/menuheadbg.png);
	background-repeat: repeat-x;
	background-position: left top;
	text-transform:uppercase;
	color:#FFFFFF;
	font-size:1.2em;
	text-indent:0.5em;
	padding:0.5em 0 0 0;
	margin-bottom:-0.5em;
}

#left ul li ul, #right ul li ul{
	background-color:#c3d9ff;
	margin:-1.5em 0 3em 0;
	padding:0.5em 0.5em 0.5em 0.5em;
}

#left ul li ul li, #right ul li ul li{
	font-size:1.2em;
	text-transform:uppercase;
}

#left .textwidget, #right .textwidget{
	text-align:center;
	background-color:#c3d9ff;
	margin:-1em 0 3em 0;
	padding:0.5em 0.5em 0.5em 0.5em;
	font-size:1.2em;
	text-transform:none;
}

#middle{
	float:left;
	width:57em;
	margin:0 0 0 0.5em;
}

.post{
	padding-bottom:1em;
	clear:left;
}

.post h1, .post h2, .post h3, .post h4, .post h5{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#2f364d;
}

.post h1{
	font-size:2.5em;
}

.post h1 a{
	text-decoration:none;
	color:#2f364d;
}

.post h1 a:hover{
	text-decoration:underline;
}

.entry-info{
	color:#36393D;
	padding-bottom:1em;
}

.entry-info .label{
	clear:left;
	float:left;
	width:10em;
}

.entry-info .value{
	float:left;
}

.entry{
	font-size:1.2em;
}

.entry .clear{
	clear:left;
	padding-top:1em;
}

.entry p{
	margin:0 0 1em 0;
}

.entry ul, .entry ol{
	margin:1em 0 1em 1.5em;
}

.entry ul ul .entry ol ul, .entry ul ol, .entry ol ol{
	margin:0 0 1em 1em;
}

.entry .wp-caption{
	margin:0 0.5em 0.5em 0;
	padding:0.2em;
	text-align:center;
	border:solid 0.1em #36393D;
}

.entry .alignleft{
	float:left;
}

.entry .alignright{
	float:right;
}

.entry .wp-caption-dt{
	margin:0.5em;
}

.entry .wp-caption-dd{
	font-size:0.8em;
	color:#36393D;
}

.entry img{
	border:0px;
}

.entry img.alignleft{
	margin:0.25em 0.5em 0.5em 0;
}

.entry a{
	color:#000000;
}

.entry a:hover{
	font-style:italic;
}

.entry .linklove{
	display:none;
}

#right{
	float:right;
	width:19.5em;
	margin:0 1.5em 0 0;
}

#footer{
	clear:both;
	height:12.5em;
	background-image: url(images/footerbg.png);
	background-repeat: repeat-x;
	background-position: left top;
}

#fwrap{
	height:6em;
	background-image: url(images/footerwbg.png);
	background-repeat: no-repeat;
	background-position: center top;	
}

#nav{
	height:3em;
	text-align:center;
	font-size:1.4em;
	color:#2f364d;
}

#nav a{
	text-decoration:none;
	color:#2f364d;
}

#nav a:hover{
	text-decoration:underline;
}

#foot{
	text-align:center;
	font-size:1em;
	padding:2em 0 0 0;
	color:#FFFFFF;
}
