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

#page {
}

#header {
}

#headerimg 	{
}

#content {
}

.widecolumn .entry p {
}

.narrowcolumn .entry, .widecolumn .entry {
}

.widecolumn {
}

.narrowcolumn .postmetadata {
}

.thread-alt {
}

.thread-even {
}

.depth-1 {
}

.even, .alt {
}

#footer {
}

small {
}

h1, h2, h3 {
}

h1 {
}

#headerimg .description {
}

h2 {
}

h2.pagetitle {
}

#sidebar h2 {
}

h3 {
}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
}

.entry p a:visited {
}

.sticky {
}

.sticky h2 {
}

.commentlist li, #commentform input, #commentform textarea {
}
	
.commentlist li ul li {
}

.commentlist li {
}

.commentlist li .avatar { 
}

.commentlist cite, .commentlist cite a {
}

.commentlist p {
}

#commentform p {
}

.commentmetadata {
}

#sidebar {
}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
}

code {
}

acronym, abbr, span.caps {
}

a, h2 a:hover, h3 a:hover {
}

a:hover {
}

#wp-calendar #prev a, #wp-calendar #next a {
}

#wp-calendar a {
}

#wp-calendar caption {
}

#wp-calendar th {
}
/* End Typography & Colors */



/* Begin Structure */
body {
}

#page {
}

#header {
}

#headerimg {
}

.narrowcolumn {
}

.widecolumn {
}

.post {
}

.post hr {
}

.widecolumn .post {
}

.narrowcolumn .postmetadata {
}

.widecolumn .postmetadata {
}

.widecolumn .smallattachment {
}

.widecolumn .attachment {
}

.postmetadata {
}

.clear {
}

#footer {
}

#footer p {
}
/* End Structure */



/*	Begin Headers */
h1 {
}

h2 {
}

h2.pagetitle {
}

#sidebar h2 {
}

h3 {
}

h3.comments {
}
/* End Headers */



/* Begin Images */
p img {
}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
}

img.alignright {
}

img.alignleft {
}

.alignright {
}

.alignleft {
}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
}

html>body .entry li {
}

.entry ul li:before, #sidebar ul ul li:before {
}

.entry ol {
}

.entry ol li {
}

.postmetadata ul, .postmetadata li {
}

#sidebar ul, #sidebar ul ol {
}

#sidebar ul li {
}

#sidebar ul p, #sidebar ul select {
}

#sidebar ul ul, #sidebar ul ol {
}

#sidebar ul ul ul, #sidebar ul ol {
}

ol li, #sidebar ul ol li {
}

#sidebar ul ul li, #sidebar ul ol li {
}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
}

#sidebar #searchform #s {
}

#sidebar #searchsubmit {
}

.entry form { /* This is mainly for password protected posts, makes them look better. */
}

select {
}

#commentform input {
}

#commentform {
}
	
#commentform textarea {
}
	
#respond:after {
}
	
#commentform #submit {
}
/* End Form Elements */



/* Begin Comments*/
.alt {
}

.commentlist {
}

.commentlist li {
}

.commentlist li ul li { 
}

.commentlist p {
}
.children {
}

#commentform p {
}

.nocomments {
}

.commentmetadata {
}
/* End Comments */



/* Begin Sidebar */
#sidebar {
}

#sidebar form {
}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
}

#wp-calendar #next a {
}

#wp-calendar #prev a {
}

#wp-calendar a {
}

#wp-calendar caption {
}

#wp-calendar td {
}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
}
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
}

acronym, abbr {
}

blockquote {
}

blockquote cite {
}

.center {
}

.hidden {
}
	
.screen-reader-text {
}

hr {
}

a img {
}

.navigation {
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
}

.wp-caption {
}

.wp-caption img {
}

.wp-caption p.wp-caption-text {
}
	
	
	
	
	
	
	
/* ################################################

GLOBAL STYLES

################################################ */

* {
	margin: 0;
	border: 0;
	padding: 0;
}

body {
	font-family: "Lucida Grande", arial, helvetica, sans;
	font-size: 12px;
	line-height: 150%;
	color: #666;
}

p {
	margin: 10px 0 10px 0;
}










/* ################################################

STRUCTURE STYLES

################################################ */

#top-strip {
	width: 100%;
	height: 12px;
	background: #181310;
	border-bottom: 1px solid #786844;
}

#header-out {
	width: 100%;
	height: 130px;
	background: url('images/header-bg.jpg') repeat-x;
}

#header-in {
	margin: 0 auto;
	width: 900px;
}

	#logo {
		width: 329px;
		height: 130px;
		float: left;
		background: url('images/logo.jpg') no-repeat;
	}
	
	#search {
		float: right;
	}
	
	
#main-nav-out {
	margin: 0 auto;
	width: 100%;
	padding: 10px 0 10px 0;
	background: #EEE;
	border-bottom: 1px solid #D6D6D6;
}

	#main-nav-in {
		margin: 0px auto;
		width: 900px;
	}
	
	#sub-nav {
		clear: both;
		margin: 0px auto;
		padding-top: 8px;
		width: 900px;
	}

#body {
	background: #FFF url('images/main-nav-bg.jpg') repeat-x;
	margin: 1px auto;
	padding: 50px;
}

	#main-container {
		margin: 0 auto;
		width: 900px;
	}
	
		#delete-success {
			border: 6px #EEE solid;
			background: #F6F6F6;
			padding: 10px;
			color: #999;
			font-size: 14px;
			margin: 0 0 30px 0;
		}
		
			.right {
				float: right;	
			}

		#breadcrumbs {
			height: 16px;
			margin-bottom: 20px;
		}
		
		#login-box {
			margin: 40px auto;
			background: #F6F6F6;
			border: 6px #EEE solid;
			padding: 20px;
			width: 315px;
		}
		
		#content {
			width: 600px;
			background: #FFF;
			float: left;
		}
		
			#page-title {
				margin-bottom: 20px;
			}
			
			.post {
				margin-bottom: 60px;
				border-top: 6px #EEE solid;
				padding-top: 8px;
			}
			
			a.more-link {
				border: none;
				margin-top: 15px;
			}
	
		#sidebar {
			width: 230px;
			background: #F6F6F6;
			float: right;
			padding: 20px 20px 20px 20px;
		}
	
			#pod-1, #pod-2, #pod-3, #pod-4 {
				margin-bottom: 20px;
				padding: 20px 20px 20px 20px;
				background: #FFF;
			}
			
			#pod-4 {
				margin-bottom: 0px;
			}

	
.componentheading {
	display: none;
}

.clear {
	clear: both;
}

#pager {
	margin-top: 30px;
}

.postmetadata {
	margin-top: 20px;
	padding: 20px;
	font-size: 10px;
	color: #999;
	background: #EEE;
}

#footer {
	clear: both;
	margin-top: 40px;
	border-top: 6px solid #F6F6F6;
	padding: 10px;
	color: #CCC;
}

	#copyright {
		width: 300px;
		float: left;
	}











/* ################################################

TABLE STYLES

################################################ */

table, tr, th, td {
	border-collapse: collapse;
	text-align: left;
}

table {
	margin: 25px 0 80px 0;	
}

td, th {
	padding: 10px 20px 10px 20px;	
}

th {
	font-family: helvetica, arial, sans;
	font-size: 18px;
	font-weight: normal;
}

tr.rowOn {
	background: #F6F6F6;	
}

tr.rowOff {
	background: #FFF;	
}










/* ################################################

TEXT STYLES

################################################ */

h1, h2, h3, h4, h5 {
	font-family: helvetica, arial, sans;
	color: #333;
}

h1 {
	font-size: 28px;
	padding-bottom: 8px;
	border-bottom: 6px solid #F6F6F6;
}

#logo h1 {
	text-indent: -9999px;
	border: none;
}

h2 {
	margin: 0 0 8px 0;
}

h3 {
	border-bottom: 6px solid #F6F6F6;
	padding-bottom: 1px;
	margin: 0 0 5px 0;
}

h3#comments, #respond h3 {
	margin-top: 50px;
}

#pod-1 h3 {
	padding: 0 0 0 20px;
	background: url('../images/icons/Png/user_16.png') no-repeat;
}

#pod-2 h3 {
	padding: 0 0 0 20px;
	background: url('../images/icons/Png/briefcase_16.png') no-repeat;
}

h4 {
	font-weight: normal;
	font-size: 24px;
	color: #999;
	margin-top: 15px;
}










/* ################################################

LINK STYLES

################################################ */

a {
	text-decoration: none;
	color: #0fabd2;
}

a:hover {
	color: #0fabd2;
	text-decoration: underline;
}

a.delete, a.delete:hover {
	color: #C00;
}

a.big {
	font-size: 15px;	
}

#main-nav-in ul li a {
	color: #333;
	text-decoration: none;
	font-size: 14px;
}

#sub-nav ul li a {
	color: #666;
	text-decoration: none;
}

#main-nav-in ul li a:hover, #main-nav-in ul li.active a, #sub-nav ul li a:hover, #sub-nav ul li.active a {
	color: #0fabd2;
}










/* ################################################

LIST STYLES

################################################ */

ul, ol {
	list-style-type: none;
}

ol li {
	margin: 20px 0 10px 0;
}

#main-nav-in ul li {
	float: left;
	margin-right: 30px;
}

#sub-nav ul li {
	float: left;
	margin-right: 25px;
}

#sidebar ul li {
	margin-bottom: 10px;
	text-align: left;
	padding: 15px;
	background: #FFF;
}

#sidebar ul li ul li {
	margin: 0 0 14px 0;
	padding: 0;
	font-size: 14px;
}

#sidebar ul li ul li:last {
	margin: 0 0 0 0;
}










/* ################################################

FORM STYLES

################################################ */

label {
	display: block;
	margin: 5px 0 5px 0;
}

input, textarea{
	padding: 8px;
	border: 1px #CCC solid;
}

input.text {
	width: 275px;
}

input.pagedisplay {
	width: 50px;
	text-align: center;
	margin: 0 10px 0 10px;
}

input.submit {
	margin-top: 15px;
}

select{
	padding: 8px;
	border: 1px #CCC solid;
	margin: 8px 0 0 0;
	color: #333;
	font-size: 15px;
}





