/*
Theme Name: WordPress Default
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: Michael Heilemann
Author URI: http://binarybonsai.com/
Tags: blue, custom header, fixed width, two columns, widgets
Text Domain: kubrick

	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

*/



	* {margin: 0; padding: 0;}
	
	body {
		margin:0 auto;
		background: url(bg.png) 0 0 repeat-x;
		color: #414141;
		font: 12px/20px Verdana;
		margin: 0 auto;
		text-align: center;margin-top: 20px;
	}
	
	#page {
		text-align: left;
		margin: 0 auto;
		width: 942px;
	}
	
	h2 {font: bold 20px/30px Verdana;}
	
	.alt {display:none;}
	
	#page h1 {
		display: block;
		width: 528px;
		height: 85px;
		background: url(logo.png) 0 0  no-repeat;
	}
	
	#page #menu {
		float: left;
		width: 942px;
		height: 85px;
		background: url(menu.png) 0 0  no-repeat;
		margin-top: 20px;
	}
	
	#page #foot {
		float: left;
		width: 942px;
		height: 51px;
		background: url(foot.png) 0 0  no-repeat;
		margin-bottom: 10px;
	}
	
	#page #content {
		float: left;
		width: 902px;
		text-align: left;
		background: url(main.png) 0 0  repeat-y;
		padding-left: 20px;
		padding-right: 20px;
	}
	
	#menu ul {
		list-style-type: none;
		margin: 0;
		padding: 0;
		margin-top: 14px;
	}
	
	#menu ul li {
		margin: 0;
		padding: 0;
		float: left;
		margin-right: 20px;
		margin-left: 20px;
	}
	
	#menu ul li a {
		font: bold 14px/20px Arial;
		color: #fff;
		text-decoration: none;
	}