/*
Theme Name: Buro Zizo
Theme URI: http://wordpress.org/
Description: Buro Zizo Wordpress thema (C) Buro Zizo 2009
Version: 1.0
Author: Jaco van Duivenboden
Author URI: http://www.vanduivenboden.net
*/



/* Begin Typography & Colors */
body {
	font-family: Arial;
	font-size: 13px;
	color: Black;
	margin: 0 auto;
	padding: 0;
	}

#container {
	width: 700px;
	height: 479px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -350px;
	margin-top: -240px;
	background-color: White;
}
#header {
	height: 70px;
	background-image: url(images/achter-1.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	/* background-color: rgba(255,255,255,0.3); */
}
#logo {
	float: right;
	background-image: url(images/logoklein.jpg);
	background-repeat: no-repeat;
	height: 55px;
	width: 173px;
}
#menu {
	height: 150px;
	width: 80px;
	padding-top: 41px;
	float: left;
}
#menu ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
#menu ul li {
	display: block;
	color: White;
	text-align: left;
	list-style-image: none;
}
#menu ul li a, #menu ul li a:visited {
	text-decoration: none;
	display: block;
	width: 90px;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 6px;
	border-bottom: 1px solid #A60064;
	background-color: White; /* rgba(255,255,255,0.5); */
	color: Black; /* #A60064; */
	filter:alpha(opacity='50');
	opacity: .50;
}
#menu ul li a:hover, #menu ul li a.active {
	text-decoration: none;
	border-bottom: 1px solid #A60064;
	background-color: White; /* rgba(255,255,255,0.7); */
	filter:alpha(opacity='70');
	opacity: .70;
	color: #A60064;
}
#content {
	height: 375px; /* 363px; */
	background-image: url(images/achter-2.jpg);
	background-repeat: no-repeat;
	width: 700px;
}
#content P {
	color: Black;
	padding: 4px 25px 0px 10px;
	
}
/* WORDPRESS "posts" */
.entry-container {
	margin: 0px 0px 0px 110px;
}
.entry {
	border-top: 1px solid #975F9E;
	margin: 0px 0px 0px 110px;
}




.entry-rechtsboven {
	background-image: url(images/hoek-rechtsboven.gif);
  background-position: top right;
  background-repeat: no-repeat;
  border-top: 1px solid #975F9E;
}
.entry-rechtsonder {
	background-image: url(images/hoek-rechtsonder.gif);
  background-position: top right;
  background-repeat: no-repeat;
  border-bottom: 1px solid #975F9E;
}
H1 {
	color: #A60064;
	font-size: 2em;
	padding: 5px 25px 5px 98px;
	margin: 0;
}
img.beginhoofdletter {
	float: left;
	padding: 0;
}
#footer {
	height: 21px;
	padding-top: 3px;
	text-align: center;
	text-transform: lowercase;
	background-image: url(images/achter-3.jpg);
	background-repeat: no-repeat;
}
#bottom {
	height: 10px;
	background-image: url(images/achter-4.jpg);
	background-repeat: no-repeat;
	padding: 0;
	margin: 0;
}
a, a:visited {
	color: Black;
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
}

div.entry li {
	list-style-image: url(images/bullet.png);
	padding-left: 8px;
}
iframe {
	float: right;
	width: 255px;
	height: 320px;
	overflow: visible;
	padding: 0px;
	margin: 0px;
}