/*
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 Basic Structure CSS */

body {
	background-color: #222222;
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #CCCCCC;
}

a:link, a:visited, a:active {
	color: #FFCC00;
	text-decoration: none;
}

a:hover {
	color: #FFCC00;
	text-decoration: underline;
}

#clear {
	clear: both;
	margin: 0px;
}

ul, li {
	list-style: none;
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
	margin: 0;
	padding: 0;
}

img {
	border: 0px;
}

form {
	margin: 0px;
}

p {
	margin: 0px;
	padding: 0px;
}

#wrapper {
	background-color: #333333;
	background-image: url(http://keatonhashimoto.com/images/blog/kh8bit.png);
	background-repeat: no-repeat;
	background-position: 898px 10px;
	width: 1000px;
	text-align: left;
	margin: 0;
	overflow: hidden;
}

#header a:link, #header a:visited, #header a:active {
	background-image: url(http://keatonhashimoto.com/images/blog/header.png);
	background-repeat: no-repeat;
	background-position: 20px 30px;
	width: 1000px;
	height: 90px;
	display: block;
}

#navigation {
	width: 1000px;
	overflow: hidden;
	padding: 0px 0px 50px 0px;
}

#navigation #list {
	padding: 0px 0px 0px 20px;
}

#navigation #list li {
	font-size: 20px;
	line-height: 20px;
	text-transform: uppercase;
	margin: 0px 40px 0px 0px;
	float: left;
}

#navigation #list li a:link, #navigation #list li a:visited, #navigation #list li a:active, #navigation #list li a:hover {
	text-decoration: none;
}

#content {
	width: 1000px;
	overflow: hidden;
}

#theposts {
	width: 650px;
	margin: 0px 0px 0px 20px;
	padding: 0px 40px 0px 0px;
	border-right: 1px solid #666666;
	overflow: hidden;
	float: left;
}

#theposts .post {
	margin: 0px 0px 40px 0px;
}

#theposts .post #title {
	font-size: 20px;
	line-height: 25px;
	margin: -5px 0px 0px 0px;
}

#theposts .post #title a:link, #theposts .post #title a:visited, #theposts .post #title a:active, #theposts .post #title a:hover {
	text-decoration: none;
}

#theposts .post #details {
	color: #999999;
	padding: 0px 0px 5px 0px;
}

#theposts .post #article-image {
	width: 220px;
	float: left;
}

#theposts .post #article-image img {
	width: 218px;
	border: 1px solid #666666;
}

#theposts .post #article {
	width: 420px;
	float: right;
}

#theposts .post #read-more {
	text-align: right;
	margin: 5px 0px 0px 0px;
}

#page-navigation {
	font-size: 15px;
	line-height: 15px;
	font-weight: bold;
	text-transform: uppercase;
	width: 650px;
	padding: 0px 0px 50px 0px;
}

#sidebar {
	width: 250px;
	margin: 0px 20px 0px 0px;
	padding: 0px 0px 50px 0px;
	float: right;
	overflow: hidden;
}

#sidebar  #box{
	color: #999999;
	padding: 0px 0px 30px 0px;
}

#sidebar #title {
	color: #CCCCCC;
	font-size: 15px;
	line-height: 17px;
	font-weight: bold;
	text-transform: uppercase;
}

#sidebar #subtitle {
	color: #CCCCCC;
	font-size: 25px;
	line-height: 25px;
	padding: 0px 0px 10px 15px;
	text-transform: uppercase;
}

#sidebar #search {
	background-color: #444444;
	width: 175px;
	height: 20px;
	color: #CCCCCC;
	border: 1px solid #666666;
	padding: 4px 5px 4px 5px;
	margin: 0px 5px 0px 0px;
}

#sidebar #submit {
	background-color: #444444;
	width: 55px;
	height: 30px;
	color: #CCCCCC;
	border: 1px solid #666666;
	margin: 0px;
}

#sidebar #log, #sidebar #pwd {
	background-color: #444444;
	width: 238px;
	height: 20px;
	color: #CCCCCCC;
	border: 1px solid #666666;
	padding: 4px 5px 4px 5px;
	margin: 2px 0px 10px 0px;
}

#sidebar #login-notes {
	margin: 10px 0px 0px 0px;
}

#single-post {
	padding: 0px 0px 50px 0px;
}

#single-post #title {
	font-size: 30px;
	line-height: 35px;
}

#single-post #details {
	color: #999999;
	margin: 0px 0px 10px 0px;
}

#single-post #image {
	max-width: 650px;
	margin: 0px 0px 10px 0px;
	overflow: hidden;
}

#single-post #image img {
	max-width: 648px;
	border: 1px solid #666666;
}

#single-post p {
	margin: 0px 0px 20px 0px;
}

#copyright {
	background-color: #2C2C2C;
	color: #999999;
	border-top: 1px solid #222222;
	padding: 20px;
}

#contact-page {
	font-size: 12px;
}

#contact-page p {
	margin: 0px 0px 10px 0px;
}

#contact-page .wpcf7-response-output {
	width: 500px;
}

#contact-page input {
	background-color: #444444;
	border: 1px solid #666666;
	padding: 3px;
	margin: 3px 0px 0px 0px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
}

#contact-page textarea {
	width: 490px;
	background-color: #444444;
	border: 1px solid #666666;
	padding: 3px;
	margin: 3px 0px 0px 0px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
}

#leftimg {
	margin: 5px 10px 0px 0px;
}

#leftfloat {
	float: left;
}

#rightfloat {
	float: left;
	margin: 0px 0px 0px 20px;
}

#rightimg {
	margin: 5px 10px 0px 10px;
}

/* Begin Form Elements */

#commentform input {
	background-color: #444444;
	border: 1px solid #666666;
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
}

#commentform {
	margin: 5px 10px 20px 0;
}

#commentform textarea {
	background-color: #444444;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	width: 600px;
	padding: 2px 5px 2px 5px;
	border: 1px solid #666666;
}

#respond:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

#commentform #submit {
	background-color: #444444;
	border: 1px solid #666666;
	color: #CCCCCC;
	margin: 0;
	float: left;
}

/* End Form Elements */

/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
}

.commentlist {
	padding: 0;
	text-align: justify;
}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;
}

.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}

.children { padding: 0; }

#commentform p {
	margin: 5px 0;
}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}

.commentmetadata {
	margin: 0;
	display: block;
}
/* End Comments */
