/*  
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.5
Author: Michael Heilemann
Author URI: http://binarybonsai.com/

	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
	

	*** REGARDING IMAGES ***
	All CSS that involves the use of images, can be found in the 'index.php' file.
	This is to ease installation inside subdirectories of a server.

	Have fun, and don't be afraid to contact me if you have questions.
*/



/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Verdana, Arial, Sans-Serif;
	color: #333;
	text-align: center;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #A5E3FA;

	}

h3 {
	font-size: 1.3em;
	color:#CC6600;
	margin-top: 30px;
	}

a, a:visited {
	text-decoration:none;
	color:#CC3300;
	}
	
a:hover, a:hover:visited {
	text-decoration:underline;
	color:#993300;
	}

#subnav, #content {
	font-size: 1.2em;
	}
	

	
#footer {
	background-repeat:no-repeat;
	height: 45px;
	text-align:right;
	padding-right:20px;
	}
	
.promo {border 3px dashed #000;}

#content #menu {margin-left:20px;}
#content #menu h1 {font-size: 1.1em; color:#990000; line-height:1.1em; margin-top:30px;}
#content #menu p {font-size:.9em; line-height:1.1em;}
