/*
Theme Name: improvizaadjes
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.0
Author: Joost ten Kattelaar
Author URI: http://www.fairmedia.nl/
Tags: blue, custom header, fixed width, two columns, widgets

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/
body {
	text-align: center;
	font-size: 12px;
	font-family: serif;
	margin: 0px;
	padding: 0px;
}

#container {
	width: 940px;
	margin: 0px auto;
	padding: 0px 10px;
	text-align: left;
}

#top {
	width: 100%;
	background: url('gfx/border-top.png') top repeat-x;
}

#logo {
	margin: 20px 0px 40px 0px;
	border: 0px;
}

#top ul {
	list-style-type: none;
	margin: 72px 0px;
	padding: 0px;
	display: inline;
	float: right;
}

#top ul li {
	display: inline;
	float: left;
	padding-left: 1px;
	width: 119px;
	height: 37px;
	overflow: hidden;
	color: #fff;
	background-color: #000;
	text-align: center;
	margin-left: 1px;
	font-size: 15px;
	line-height: 35px;
	text-transform: lowercase;
	
}

#top ul li a{
	color: #fff;
	text-decoration: none;
}

#top #menu1 {
	background: url('gfx/menu-improvizaadjes.png') no-repeat;
}

#top #menu2 {
	background: url('gfx/menu-foto.png') no-repeat;
}

#top #menu3 {
	background: url('gfx/menu-agenda.png') no-repeat;
}

#top #menu4 {
	background: url('gfx/menu-huuronsin.png') no-repeat;
}

#top #menu5 {
	background: url('gfx/menu-contact.png') no-repeat;
}

#header {
	width: 100%;
	height: 264px;
	background: url('gfx/header.png') no-repeat;
	margin-bottom: 40px;
}

#content {
	display: inline;
	float: left;
	width: 640px;
	margin-right: 30px;
}

#content h1 {
	line-height: 36px;
	font-size: 26px;
	font-style: italic;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h1 a {
	color: #000;
	text-decoration: none;
}

h1 a:hover {
	color: #444;
}

#content p {
	line-height: 24px;
	font-size: 16px;
	margin-right: 50px;
}

#sidebar {
	display: inline;
	float: left;
	font-family: baskerville, serif;
	width: 270px;
}

#sidebar span {
	width: 100%;
	height: 1px;
	background: url('gfx/agenda-spacer.png') no-repeat;
	margin: 3px 0px;
}

#sidebar h1 {
	letter-spacing: 6px;
	font-style: italic;
	font-weight: normal;
	font-size: 34px;
}

#sidebar h2 {
	color: #575757;
	font-weight: normal;
	font-size: 16px;
	font-style: italic;
	letter-spacing: 6px;
	margin-bottom: 0px;
}

#sidebar h3 {
	text-transform: uppercase;
	font-weight: normal;
	font-size: 16px;
	letter-spacing: 2px;
	margin-bottom: 30px;
	margin-top: 5px;
}

a {
	color: #000;
}


