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

*/



body{
	margin: 0px;
	background: url('images/bg.jpg') repeat-x #FFFFFF;
	font-size: 0.8em;
	font-family: arial;
	}
	
	#leftnav{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	margin-left: -40px; /* Azzcat override to fix new menus 12/18/2011 */
	}
	
	#leftnav li{
	background: url('images/navoption.jpg') no-repeat;
	width: 174px;
	height: 32px;
	margin: 0px;
	padding: 18px 0px 0px 45px;
	list-style-type: none;
	font-size: 1.0em;
	color: #e00025;
	}
	
	#topnav{
	float: right;
	margin: 6px 0px 0px 0px;
	padding: 0px;
	list-style-type: none;
	}
	
	#topnav li{
	float: left;
	height: 11px;
	background: url('images/nsplit.jpg') repeat-y;
	margin: 0px;
	padding: 17px 15px;
	list-style-type: none;
	font-size: 1.0em;
	color: #e00025;
	}
	
	a{color: #e00025; text-decoration: none }
	
	.subcats{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}

    .subcats li{
    list-style-type: none;
	margin: 0px;
	padding: 6px 0px 5px 45px;
	border-top: 1px solid #FFFFFF;
	}
	
	.subcats li a{color: #464498}
	
	h1{
	font-size: 1.0em;
	}

