/*
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: General Formatting */
body {
	padding: 0;
	margin: 0;
	font-size: 13px;
	font-family: Georgia, serif;
	line-height: 1.5em;
	text-align: center; /* IE 5.5 Fix */
}

div#site_container {
	overflow: hidden;
	width: 80%;
	min-width: 1000px;
	margin: 0 auto;
	text-align: left; /* IE 5.5 Fix */
}

a { text-decoration: none; }
a:hover { text-decoration: underline; }

img { border: 0; }

h1, h2, h3, h4, h5, h6 { font-family: Arial, sans-serif; }

br.clear { clear: both; }
/* END: General Formatting */

/* BEGIN: Header */
div#header {
	height: 200px;
	font-family: Arial, sans-serif;
}

	/* BEGIN: Blog Title */
	h1 {
		margin: 0;
		font-size: 150%;
		font-weight: normal;
		letter-spacing: 0.1em;
	}
	
	p#description {
		margin: 5px 0;
		font-size: 90%;
	}
	/* END: Blog Title */

	/* BEGIN: Light */
	p#light {
		overflow: hidden;
		width: 491px;
		height: 170px;
		margin: 0 0 0 -12%;
		text-indent: -999em;
	}
	/* END: Light */

	/* BEGIN: Cloudy */
	p#cloudy {
		overflow: hidden;
		position: absolute;
		top: 30px;
		width: 860px;
		height: 40px;
		margin-left: 5%;
		text-indent: -999em;
	}
	/* END: Cloudy */
	
	/* BEGIN: Skyline */
	div#skyline {
		position: absolute;
		top: 0;
		width: 1000px;
		height: 200px;
	}
	
	div#skyline div.wrapper {
		height: 80px;
		padding: 134px 0 0 40px;
	}
	/* END: Skyline */
	
	/* BEGIN: Search */
	div#search_bar {
		background-color: black;
	}

	div#search_bar form {
		background-color: black;
		float: right;
	}

	div#search_bar form label {
		display: none;
	}
	/* END: Search */

/* END: Header */

/* BEGIN: Body */
div#body {
	clear: both;
	float: left;
	width: 1000px;
}

div#body hr { display: none; }

	/* BEGIN: Sidebar */
	div#sidebar {
		float: left;
		width: 200px;
		padding: 0 10px;
		margin: 0 10px;
		font-size: 95%;
		font-family: Arial, sans-serif;
		line-height: 1.3em;
	}
	
	div#sidebar h2 { 
		padding-top: 12px;
		margin: 0;
		border-top: 1px dotted #ccc;
		text-transform: uppercase;
		font-size: 75%;
		font-weight: normal;
	}
	
	div#sidebar ul {
		padding: 10px 0;
		margin: 0;
		font-size: 90%;
		list-style: none;
	}
		
	div#controls {
		float: left;
		width: 200px;
		padding-bottom: 5px;
	}
	
		/* BEGIN: Themes */
		dl#themes {
			position: absolute;
			float: left;
			font-size: 85%;
			line-height: 1.2em;
			background-color: white;
		}
		
		dl#themes dt {
			padding: 4px 6px;
			border: 1px transparent solid;
		}
		
		dl#themes dd {
			display: none;
			margin-left: 0;
		}
		
		dl#themes:hover dd { display: block; }
		
		dl#themes dd a {
			display: block;
			padding: 4px 6px;
		}
		
		dl#themes dt a:hover,
		dl#themes dd a:hover { text-decoration: none; }
		/* END: Themes */
		
		/* BEGIN: Text Size Control */
		dl#text_size_controls {
			float: right;
			padding: 0 20px;
			font-size: 85%;
			line-height: 1.2em;
		}
		
		dl#text_size_controls dt {
			float: left;
			padding: 4px 0;
			margin-right: 4px;
		}
		
		dl#text_size_controls dd {
			float: left;
			margin: 0;
			font-size: 150%;
			line-height: 75%;
		}
		
		dl#text_size_controls dd a {
			display: block;
			padding: 4px 6px;
			border: 1px transparent solid;
		}
	
		dl#text_size_controls dd a:hover { text-decoration: none; }
		/* END: Text Size Control */
		
		/* BEGIN: Profile */
		div#profile-container {
			clear: both;
			width: 200px;
			text-transform: capitalize;
		}
		/* END: Profile */
		
		/* BEGIN: Archive */
		div#sidebar ul.archive-list li {
			margin: 0;
			line-height: 1.2em;
		}
		/* END: Archive */
		
		/* BEGIN: Subscription */
		p#subscribe { margin-top: 30px; }
		/* END: Subscription */
		 
		/* BEGIN: Amazon Affiliates */
		div#amazon {
			padding: 12px 0;
			border-top: 1px dotted #ccc; 
		}
		
		div#amazon iframe { padding: 8px; }
		/* END: Amazon Affiliates */
	
	/* END: Sidebar */
	
	/* BEGIN: Content */
	div#content { 
		clear: both;
		float: right;
		width: 630px;
		padding-right: 90px;
		margin-right: 10px;
	}
	
		/* BEGIN: Articles */
		h2.date {
			margin: 1.5em 0 .5em;
			font-size: 85%;
			font-weight: normal;
		}
		
		div.article {
			padding-bottom: 20px;
			margin-bottom: 20px;
			border-bottom: 1px solid #ccc;
		}
		
		p.blogger-labels,
		p.footer {
			margin: 10px 0 0 0;
			font-size: 85%;
			font-family: Arial, sans-serif;
		}
		
		p.footer { margin: 0; }
		/* END: Articles */

		/* BEGIN: Comments */
		div#comments {
			font-size: 90%;
			line-height: 1.3em;
		}
		
		div#comments h4 {
			margin: 10px 0 20px;
			font-weight: normal;
			font-size: 100%;
			text-transform: uppercase;
		}
		
		div#comments ul {
			padding-left: 0;
			margin: 0;
			list-style: none;
		}
		
		div#comments ul li {
			padding-bottom: 10px;
			margin-bottom: 10px;
			border-bottom: 1px #7E7E7E solid;
		}
		
		div#comments ul li p.comment-data { font-size: 90%; }
		
		.item-action img {
			margin: 0;
			padding: 2px 0;
		}
		
		div#comments span.comment-icon img {
			position: relative;
			top: 3px;
			margin: 0 2px 0 4px;
		}
		
		div#comments .deleted-comment {
			font-style: italic;
			color: gray;
		}
			/* BEGIN: Links to this Post */
			dl#comments-block dt { margin: .5em 0; }
			dl#comments-block dd { margin: .25em 0 0; }
			dl#comments-block dd p { margin: 0 0 .75em; }
			/* END: Links to this Post */
		
		/* END: Comments */
	
	/* END: Content */

/* END: Body */

/* BEGIN: Footer */
div#footer {
	position: relative;
	clear: both;
	float: left;
	width: 960px;
	padding: 20px 20px 5px 20px;
	line-height: 1.2em;
}

	/* BEGIN: Copyright */
	p#copyright { 
		float: left;
		width: 700px;
		padding: 60px 0 20px 0;
		margin: 0 0 0 90px;
		font-size: 80%;
	}
	/* END: Copyright */
	
	/* BEGIN: NOTORIOUS P.I.G. */
	p.ig {
		position: absolute;
		right: 20px;
		bottom: 13px;
		margin: 0;
		overflow: hidden;
		text-indent: -999em;
	}
	/* END: NOTORIOUS P.I.G. */
	
/* END: Footer */
