/*
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 */
html, body {
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

#page {
	width:800px;
	border:1px solid #000000;
	background-image:url(images/page-bg.jpg);
	background-repeat:no-repeat;
	margin:30px auto 0px auto;

}

#header h1 {
	margin:0px;
}

#header h1 a {
	width:411px;
	height:90px;
	display:block;
}

#header h1 a strong {
	display:none;
}

#navBar {
	width:629px;
	height:72px;	
	background-color:#343d64;
	text-align:center;
	margin:0px;
	padding:0px;
	font-weight:bold;
}

#navBar a {
	color:#FFFFFF;
	text-transform:uppercase;
	text-decoration:none;
	font-size:14px;
	text-align:center;
}

#navBar ul {
	height:72px;
	text-align:center;
	list-style:none;
	padding:0px;
	width:629px;
	margin:0px;
	padding-left:8px;

}

#navBar ul li:first-child {
	border-left:0px;
}

.profile {
	border-bottom:1px #c8c8c8 dotted;
	padding-bottom:8px;
	margin-bottom:20px;
	color:#323a61;
}

.entry {
	margin-top:10px;
}

img.right {
	float:right;
	margin-left:10px;
	margin-bottom:10px;
}	

#navBar ul li {
	float:left;
	margin:0px;
	padding:0px;
	display:block;
	text-align:center;
	padding:0px 15px 0px 15px;
	border-left:1px dotted #7f9d9d;
	margin-top:25px;
	margin-left:10px;
}

#footer {
	width:770px;
	height:75px;
	background-color:#343d64;
	padding:15px 10px 10px 20px;
}	

h3#footnote {
	color:#FFFFFF;
	margin-bottom:25px;
	line-height:20px;
	text-align:left;
	font-size:14px;
	font-weight:bold;
	margin-top:0px;
}	

#content {
	width:589px;
	min-height:427px;
	padding-left:20px;
	padding-right:20px;
	padding-top:15px;
	padding-bottom:15px;
	color:#333333;
	border-right:1px solid #000000;
	line-height:1.5em;
}

h3.b2t {
	text-align:right;
	font-size:12px;
	clear:both;
	margin-top:10px;
	margin-bottom:0px;
}

#content h2 {
	color: #343d64;
	font-weight: bold;
	font-size: 16px;
	margin-bottom:0px;
	
}

#content p {
	margin-top:0px;
}

#content a {
	color:#7f9d9d;	
	border-bottom:1px dotted #7f9d9d;
	text-decoration:none;
}

#content a img {
	border:0px;
}


#content .location {
	width:190px;
	margin-top:0px;
	float:left;
}

#content .location h2 {
	margin-bottom:10px;
}

h2#pageTitle {
	font-size:20px;
	border-bottom:1px #c8c8c8 dotted;
	padding-bottom:8px;
	margin-bottom:20px;
	color:#323a61;
}

#content #caption {
	font-size:14px;
}