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

	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 {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: url('images/page-bg.jpg');
	color: #333;
	text-align: center;
	}

#page {
	border: 1px solid #959596;
	width: 899px;
	}

#header {
	background: url('images/main-bg.jpg') no-repeat bottom center;
	border: 0px;	
	}

#footer {
	background: url('images/footer.jpg') no-repeat bottom center;
	padding-bottom: 10px;
	border: 0px;
	}
#topheader {
	background: url('images/header.jpg') no-repeat top left;
	width: 893px;
	height: 89px;
	border: 0px;
	}

.drop,.drop ul {
	padding:0;margin:0 0px;
z-index: 195;
}

.drop {
	margin: 0 0 0 30px;
z-index: 195;
}

.drop li ul a {
	padding-left:1.5em;
	margin: 0px 0 0 0;
	z-index:99;
}

.drop li {
	float:left;
	position:relative;
	list-style-type:none;
	font-weight:600;
	line-height: 18px;
	z-index:99;
}

.drop li a {
	margin-left: 0px;
	padding-left: 1em;
	display: block;
	color: #333;
	background-color: #eee;
	text-decoration: none;
	border: 1px solid #333;

}

.drop li a:hover {
	color: #333;
	background-color: #eee;

}

.drop li ul a {
	color: #fff;
	background-color: #ccc;
	line-height: 14px;
	font-weight:normal;

}

.drop li ul a:hover {
	margin-left: 0px;
	background-color: #eee;
	color: #333;

}

.drop li li ul a {
	width:181px;
	color: #333;
	background-color: #ddd;
	line-height: 14px;
	font-weight:normal;

}
.drop li li ul a: {
	width:181px;
	color: #333;
	background-color: #ddd;
	line-height: 14px;
	font-weight:normal;

}
.drop li ul li {
	background-color: transparent;
	width:181px;
	margin-left: 0px;

}

.drop li ul li ul {
	visibility:hidden;
	position: absolute;
	top: 0px;
	background-color: transparent;
	width: 181px;
	margin-left: 197px;
}


.drop li ul {
	visibility:hidden;
	position:absolute;
	width:100%;

}

.drop ul ul li {
	visibility:hidden;
	position:absolute;
	width:181px;

}


.drop li:hover ul,.drop li.msieFix ul {
	visibility:visible;
	background-color:transparent;

}

.drop li li:hover li,.drop li li.msieFix li{
	visibility:visible;
	position:relative;
	background-color:transparent;

}

* html .drop li:hover ul,* html .drop li.msieFix ul {
	top:2em;
	left:0em;

}

* html .drop li li:hover li,* html .drop li li.msieFix li {
	top:-2em;
	left:0em;

}

.barrow {
	margin: 0px;
	background-color: transparent;
	z-index:99;
	padding-top: 59px;
	padding-left: 62px;
}

h1 a {
	clear:left;
}

.drop li ul li a.backarrow {
	background-color: #eee;
	color: #333;
}

#topheader li, #topheader li a {
	width: 123px;
}
#topheader input {
	width: 180px;
	font-size: 8px;
	background-color: transparent;
	border: 0px solid #ccc;
}
input.submit, .submit, #topheader input.submit {
	width: 40px;
	font-size: 10px;
	filter:alpha(opacity=0);-moz-opacity:.0;opacity:.0;
}

#topheader li ul li ul, #topheader li ul li, #topheader li ul li a {
	width: 184px;
	text-align: left;
	background-color:#ccc;
}
#topheader li ul li a {
	padding: 4px;
}
h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}
#content {
	padding:25px;
	padding-top: 0px;
	margin: 0px;
	text-align: left;
}
#content, .post, .entry, .narrowcolumn, .widecolumn {
	border: 0px;
}
hr {
	width: 880px;
	height: 1px;
	border-top: 1px solid #ccc;
	margin-bottom: 1px;
}