/*
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 {
	padding: 0;
	margin: 0;
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Helvetica, Arial, sans-serif;
	color: #333;
	text-align: left;
	overflow: visible;
	}

a {
	outline: none;
	text-decoration: none;
}

	a img { border: none; }

abbr, 
acronym { border: none; }

h1, h2, h3, h4, h5 {
	margin: 0;
	line-height: 1em;
}

ol, ul {
	padding: 0;
	margin: 0;
	line-height: 1em;
}

ul { list-style: none; }


.clear { 
	clear: both; 
}

/* clearfix - for closing elements containing floats across browsers */
.clearfix:after {
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height:1%;}
.clearfix {display:block;}
/* End hide from IE-mac */

.hidden {
	display: none;
}

#wrap {
	/*width: 980px;*/
}

#header {
	position: fixed;
	top: 0;
	bottom: 0;
	width: 230px;
	padding: 10px 20px 20px 0;
	z-index: 900;
}
	#header h1 {
		width: 230px;
		height: 215px;
		margin-bottom: 15px;
	}
		#header h1 a {
			display: block;
			width: 230px;
			height: 215px;
			background-repeat: no-repeat;
			background-position: right top;
			text-indent: -6000px;
		}

.offscreen {
	left: -250px;
}
.onscreen {
	left: 10px;
}

#navigation {
	width: 230px;
	text-align: right;
	text-transform: uppercase;
}
	#navigation ul { 
		width: 230px;
		font-family: Helvetica; 
	}
		#navigation ul li {
			width: 230px;
			height: 20px;
			margin-bottom: 10px;
			font-size: 10px;
			overflow: hidden;
		}
			#navigation ul li a {
				display: block;
				width: 230px;
				height: 20px;
				background-repeat: no-repeat;
				background-position: right top;
				color: #e3d7c9;
				text-indent: -6000px;
				text-align: left;
			}
			
	#navigation p {
		text-align: right;
	}

#nav_about {
	cursor: pointer;
	display: block;
	width: 230px;
	height: 20px;
	background-repeat: no-repeat;
	background-position: right top;
	color: #e3d7c9;
	text-indent: -6000px;
	text-align: left;
}
		
#content {
	padding: 85px 20px 20px 0;
	margin: 0 10px 10px 262px;
}

#footer { display: none; }

#page_bg {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-position: center top;
	text-indent: -6000px;
	z-index: -10;
}

.page-title,
.pagetitle { display: none; }

.post-edit-link {
	opacity: .2;
	color: #FFF;
}

.alignleft,
.entry img.alignleft {
	float: left;
	margin: 0 10px 10px 0;
	margin-right: 10px;
}
.alignright,
.entry img.alignright {
	float: right;
	margin: 0 0 10px 10px;
	margin-left: 10px;
}

.headerPromo {
	margin-top: 15px;
	text-align: right;
}
	.headerPromo img {
		width: 100px;
	}

#about {
	position: fixed;
	top: 0;
	right: 0;
	background: url(/images/bg/head_news.png);
	color: #FFF;
	width: auto;
	left: 0;
	bottom: 0;
	padding: 30px 0 20px 262px;
	z-index: 875;
	overflow: auto;
	text-align: center;
}
	#about .close {
		background: url(/images/bg/bar/black.png);
		background: #EE1001;
		font-size: 14px;
		padding: 5px 8px 4px;
		position: absolute;
		right: 10px;
		text-align: center;
		top: 10px;
		line-height: 1em;
		color: #FFF;
		font-weight: bold;
	}

	#about .padder {
		width: 712px;
		margin: 0 auto;
	}


#aboutText {
	float: left;
	width: 570px;
	margin-right: 2px;
	background: url(/images/bg/head_news.png);
	padding: 10px;
	text-align: left;
}
	#aboutText h3 {
		height: 20px;
		background: url(/images/headers/about.png) no-repeat left top;
		margin-bottom: 10px;
		text-align: left;
		text-indent: -6000px;
	}
	#aboutText p {
		font-size: 11px;
		line-height: 1.35em;
		margin: 0 0 15px;
	}
#pressPhotos {
	float: left;
	width: 100px;
	background: url(/images/bg/head_news.png);
	padding: 10px;
	text-align: left;
}
	#pressPhotos img {
		display: block;
		width: 100px;
		line-height: 1em;
		margin: 0 auto 1px;
	}
	#pressPhotos a.hires {
		display: block;
		background: #fff;
		padding: 3px 3px 1px;
		margin-bottom: 15px;
		font-size: 9px;
		float: right;
		color: #000;
		text-transform: uppercase;
		line-height: 1em;
	}
		#pressPhotos a.hires:hover { font-size: 14px; }
	#pressPhotos p {
		clear: both;
		line-height: 1.35em;
	}
	#pressPhotos a {
		background: #FFF;
		color: #000;
		text-decoration: none;
	}
	
	
/* Important! */
body #header #navigation ul li.active a:hover { background-color: transparent; }

