/*
Theme Name: ULtimate Theme
Theme URI: http://wordpress.org/
Description: Only the ultimate theme
Version: 1.6
Author: Me
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 */
/* GLOBAL LINK styles */

a:link, a:visited, a.bold:link, a.bold:visited {
	color: #390;
	text-decoration: underline;
	}

a:hover, a.bold:hover {
	color: #9c6;
	text-decoration: underline;
	}

a:active, a.bold:active {
	color: #667680;
	text-decoration: none;
	}

a.noUnderline {
	color: #390;
	text-decoration: none;
	}

/* This allows floated elements to consume space without adding <div style="clear:both;"></div> at the end of every floated div in a non-floated layout */
.clear:after {
	content:".";
	height:0;
	visibility:hidden;
	display:block;
	clear:both;
	}
	
.clear {
	display:block;
	}
	
/* Holly Hack Targets IE Win only \*/
* html .clear {height:1%;}
.clear {display:block;}
/* End Holly Hack */

/* GLOBAL SIDE nav styles */

.sideNavContainer {
	width:100%;
	margin-bottom:5px;
}

.sideNavText {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-color:black;
	float:left;
	width:120px;
	padding-left:10px;
}

.sideNavPointer {
	float:left;
	width:40px;
	height:40px;
}

img {
	border:0px;
	}
