/*
Theme Name: Wendy Bosch
Description: Custom thema ontwikkeld voor wendybosch.nl 
Author: Erik de Vries / WP Webbouw
Author URI: http://wpwebbouw.nl
Version: 1.1
Author website: http://www.wpwebbouw.nl
*/


/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

body {
	background: url(images/wb-body-bg.jpg) repeat;
	margin: 0px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 70%;
	line-height: 180%;
	color: #333;
	}
img {
	border: none;
	}
	
#page {
	margin: 0px auto;
	width: 940px;
	}

#header {
	width: 940px;
	height: 160px;
	background: url(images/wb-header-bg.jpg) no-repeat;
	}
#header-filler {
	width: 940px;
	height: 135px;
	}

#menu {
	height: 25px;
	margin: 0 0 0 54px;
}
.menu {
	height: 25px;
	float:left;
	}

#menu-home {
	background: url(images/wb-mnu-home.jpg) no-repeat;
	width:61px;
	}
#menu-home:hover, #menu-home-active {
	background: url(images/wb-mnu-home-over.jpg) no-repeat;
	}
#menu-woonteksten {
	background: url(images/wb-mnu-woonteksten.jpg) no-repeat;
	width:139px;
	margin-left:45px;
	}
#menu-woonteksten:hover, #menu-woonteksten-active {
	background: url(images/wb-mnu-woonteksten-over.jpg) no-repeat;
	margin-left:45px;
	}
#menu-journalistiek {
	background: url(images/wb-mnu-journalistiek.jpg) no-repeat;
	width:139px;
	margin-left:45px;
	}
#menu-journalistiek:hover, #menu-journalistiek-active {
	background: url(images/wb-mnu-journalistiek-over.jpg) no-repeat;
	margin-left:45px;
	}
#menu-blog {
	background: url(images/wb-mnu-blog.jpg) no-repeat;
	width:61px;
	margin-left:45px;
	}
#menu-blog:hover, #menu-blog-active {
	background: url(images/wb-mnu-blog-over.jpg) no-repeat;
	margin-left:45px;
	}
#menu-over-wendy {
	background: url(images/wb-mnu-over-wendy.jpg) no-repeat;
	width:119px;
	margin-left:45px;
	}
#menu-over-wendy:hover, #menu-over-wendy-active {
	background: url(images/wb-mnu-over-wendy-over.jpg) no-repeat;
	margin-left:45px;
	}
#menu-contact {
	background: url(images/wb-mnu-contact.jpg) no-repeat;
	width:86px;
	margin-left:45px;
	}
#menu-contact:hover, #menu-contact-active {
	background: url(images/wb-mnu-contact-over.jpg) no-repeat;	
	margin-left:45px;
	}

#content {
	background: #fff url(images/wb-page-bg.jpg) repeat-y;
	width: 940px;
	}
#left-column {
	width:420px;
	margin: 30px 0 0 90px;
	float:left;
	}
#left-column .entry {
	margin-left: 20px;
	}
#left-column .entry h2, .single .entry-content h2{
	margin-left: -20px;
	}
	
#sidebar {
	margin: 30px 0 0 114px;
	width: 296px;
	float:left;
}

.cleared {
	clear:both;
	}

#footer {
	width: 940px;
	height:30px;
	background: url(images/wb-footer-bg.jpg) no-repeat;
	}
li.widget-container h3 {
	color: #ca8028;
	list-style: none;
	font-family: verdana;
	letter-spacing: 2px;
	}

li.widget-container ul {
	margin-left: -40px;
	list-style: none;
width:250px;
	}
li#categories-3 {
	margin: 40px 0 40px 0;
	}

a {
	color: #876aa1;
	}
a:hover {
	color: #ca8028;
	}
h1, h2, h3, h4, h5 {
	font-family: "Trebuchet MS", helvetica, arial, sans-serif;
	}

.home-kader {
	width: 527px;
	height: 187px;
	border: 1px solid #d1d1d1;
	margin-left: -54px;
	overflow: hidden;
	margin-bottom: 20px;
	}
.entry-meta, .entry-content, .entry-utility, #comments {
margin-left:20px;
}
	
.entry-meta, .entry-utility, .logged-in-as {
	color: #888;
	font-size: 80%;
	}

.alignleft {
float:left;
margin-right: 5px;
}

.alignright {
float:right;
margin-left: 5px;
}