/*
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

	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

*/



/* Begin Typography & Colors */
body {
	font-size: 14px;
	font-family: Arial;
	margin: 0px;
	}

#header {
	background: #336699;
	height: 75px;
	}
	
#header-bar {
	display: block;
	background: #333399;
	height: 5px;
	}
	
h1 {
	width: 980px;
	font-family: arial;
	margin: 0px;
	padding-top: 10px;
	text-align: left;
	color: #FFFFFF;
	font-size: 24px;
	}

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

h1 a:visited {
	color: #FFFFFF;
	}