/*
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: #D0D0D0;
	padding: 0;
	margin: 0;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	line-height: 17px;
	color: #333333;
}

a:link, a:visited, a:active {
	font-weight: bold;
	color: #0152A0;
	text-decoration: none;
}

a:hover {
	font-weight: bold;
	color: #0152A0;
	text-decoration: none;
}

#clear {
	clear: both;
	margin: 0px;
}

ul, li {
	list-style: none;
	list-style-type: none;
	list-style-image: none;
	list-style-position: inside;
	margin: 0px;
	padding: 0px;
}

img {
	border: 0px;
}

form {
	margin: 0px;
}

p {
	margin: 0px;
	padding: 0px;
}

#wrapper {
	background-color: #F9F9F9;
	width: 1000px;
	text-align: left;
}

#wrapper #header {
	background-image: url(http://keatonhashimoto.com/images/blog/gradient_header.png);
	background-repeat: repeat-x;
	width: 1000px;
}

#wrapper #header #logo a:link, #wrapper #header #logo a:visited, #wrapper #header #logo a:active {
	width: 988px;
	height: 30px;
	border-top: 0px;
	border-left: 1px solid #333333;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	padding: 10px 0px 9px 10px;
	display: block;
}

#navigation {
	background-image: url(http://keatonhashimoto.com/images/blog/gradient_navigation.png);
	background-repeat: repeat-x;
	width: 999px;
	height: 29px;
	border-top: 0px;
	border-left: 0px;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
}

#navigation li a:link, #navigation li a:visited, #navigation li a:active {
	height: 29px;
	color: #666666;
	font-size: 12px;
	line-height: 26px;
	font-weight: bold;
	border-left: 1px solid #999999;
	border-right: 1px solid #F9F9F9;
	padding: 0px 10px 0px 10px;
	display: block;
	float: left;
}

#navigation li a:hover {
	background-image: url(http://keatonhashimoto.com/images/blog/gradient_navigation.png);
	background-repeat: repeat-x;
	background-position: 0px -40px;
	height: 29px;
	color: #FFFFFF;
	font-size: 12px;
	line-height: 26px;
	font-weight: bold;
	border-left: 1px solid #0066CC;
	border-right: 1px solid #45A2FE;
	padding: 0px 10px 0px 10px;
	display: block;
	float: left;
}

#navigation #edge {
	height: 29px;
	border-left: 1px solid #999999;
	display: block;
	float: left;
}

#content {
	background-image: url(http://keatonhashimoto.com/images/blog/gradient_body.png);
	background-repeat: repeat-x;
	width: 1000px;
}

#content #left {
	width: 650px;
	padding: 20px 0px 0px 20px;
	float: left;
}

#featured #article-image {
	border: 1px solid #AAAAAA;
	padding: 4px;
}

#featured #title a:link, #featured #title a:visited, #featured #title a:active {
	background-color: #333333;
	color: #CCCCCC;
	font-size: 18px;
	line-height: 18px;
	font-weight: lighter;
	padding: 10px;
	z-index: 1;
	position: relative;
	top: -55px;
	left: 5px;
}

#content #left #more-posts {
	width: 660px;
	overflow: hidden;
}

#content #left #more-posts .post {
	width: 308px;
	max-height: 250px;
	padding: 5px;
	border: 1px solid #AAAAAA;
	margin: 0px 10px 0px 0px;
	float: left;
}

#content #left #more-posts .post #article-image {
	width: 308px;
}

#content #left #more-posts .post img {
	width: 308px;
}

#content #left #more-posts .post #title a:link, #content #left #more-posts .post #title a:visited, #content #left #more-posts .post #title a:active {
	background-color: #333333;
	width: 298px;
	color: #CCCCCC;
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
	text-align: center;
	padding: 5px;
	display: block;
}

#content #left #more-posts .post p {
	max-height: 70px;
	overflow: hidden;
	font-size: 11px;
	line-height: 15px;
	color: #333333;
	padding: 5px 0px 7px 0px;
}

#content #left #even-more-posts {
	width: 650px;
	overflow: hidden;
}

#content #left #even-more-posts #left {
	width: 212px;
	padding: 0px;
	margin: 0px;
	float: left;
}

#content #left #even-more-posts #right {
	width: 420px;
	padding: 0px 0px 0px 10px;
	margin: 0px;
	float: left;
}

#content #left #even-more-posts .post {
	padding: 15px 0px 25px 0px;
	border-bottom: 1px solid #AAAAAA;
}

#content #left #even-more-posts .post #article-image {
	width: 200px;
	padding: 5px;
	border: 1px solid #AAAAAA;
}

#content #left #even-more-posts .post img {
	width: 200px;
}

#content #left #even-more-posts .post #category a:link, #content #left #even-more-posts .post #category a:visited, #content #left #even-more-posts .post #category a:active {
	background-color: #333333;
	width: 200px;
	color: #CCCCCC;
	font-size: 11px;
	line-height: 13px;
	font-weight: bold;
	text-align: center;
	padding: 5px 0px 5px 0px;
	display: block;
}

#content #left #even-more-posts .post #title a:link, #content #left #even-more-posts .post #title a:visited, #content #left #even-more-posts .post #title a:active {
	font-size: 18px;
	line-height: 23px;
	font-weight: lighter;
	text-decoration: none;
}

#content #left #even-more-posts .post #details {
	color: #666666;
	font-size: 10px;
	line-height: 13px;
	text-transform: uppercase;
	padding: 0px 0px 5px 0px;
}

#content #left #even-more-posts .post p {
	font-size: 12px;
	line-height: 17px;
	margin: 0px 0px 15px 0px;
	padding: 0px;
}

#content #left #even-more-posts .post #read-more a:link, #content #left #even-more-posts .post #read-more a:visited, #content #left #even-more-posts .post #read-more a:active {
	background-color: #0152A0;
	color: #FFFFFF;
	font-size: 11px;
	line-height: 13px;
	font-weight: bold;
	padding: 5px;
}

#content #left #even-more-posts .post #read-more a:link, #content #left #even-more-posts .post #read-more a:visited, #content #left #even-more-posts .post #read-more a:active {
	background-color: #0152A0;
	color: #FFFFFF;
	font-size: 11px;
	line-height: 13px;
	font-weight: bold;
	padding: 5px;
}

#content #left #archive-rss {
	padding: 30px 0px 70px 0px;
	font-size: 12px;
	line-height: 14px;
}

#content #left #archive-rss #archive, #content #left #archive-rss #rss, #content #left #archive-rss #top {
	float: left;
}

#content #left #archive-rss #archive a:link, #content #left #archive-rss #archive a:visited, #content #left #archive-rss #archive a:active, #content #left #archive-rss #rss a:link, #content #left #archive-rss #rss a:visited, #content #left #archive-rss #rss a:active, #content #left #archive-rss #top a:link, #content #left #archive-rss #top a:visited, #content #left #archive-rss #top a:active {
	background-color: #0152A0;
	padding: 10px;
	margin: 0px 10px 0px 0px;
	color: #F2F2F2;
}

#content #right {
	width: 300px;
	padding: 20px 0px 0px 10px;
	float: left;
}

#content #right #box {
	background-image: url(http://keatonhashimoto.com/images/blog/gradient_content.png);
	background-repeat: repeat-x;
	width: 278px;
	border: 1px solid #AAAAAA;
	padding: 0px 10px 10px 10px;
	margin: 0px 0px 10px 0px;
}

#content #right .search {
	height: 65px;
}

#content #right .login {
	height: 160px;
}

#content #right #box #title {
	font-size: 12px;
	line-height: 30px;
	font-weight: bold;
}

#content #right #box #search {
	width: 214px;
	font-family: arial, sans-serif;
	font-size: 12px;
	padding: 4px 3px 4px 3px;
	border: 1px solid #AAAAAA;
}

#content #right #box #submit {
	background-color: #333333;
	border: 1px solid #333333;
	color: #F9F9F9;
	font-family: arial, sans-serif;
	font-size: 12px;
	width: 50px;
	height: 25px;
	margin: 0px 0px 0px 2px;
}

#content #right #box .user-login {
	width: 198px;
	font-family: arial, sans-serif;
	font-size: 12px;
	padding: 4px 3px 4px 3px;
	margin: 0px 0px 10px 10px;
	border: 1px solid #AAAAAA;
}

#content #right #box li div {
	width: 62px;
	height: 25px;
	font-size: 12px;
	line-height: 25px;
	text-align: right;
	float: left;
}

#content #right #box #login-notes {
	font-size: 11px;
	margin: 15px 0px 0px 0px;
	text-align: center;
}

#content #right #networking {
	margin: 0px 0px 0px -5px;
}

#content #right #networking #twitter a:link, #content #right #networking #twitter 

a:visited, #content #right #networking #twitter a:active {
	background-image: url(http://keatonhashimoto.com/images/blog/social_network_icons.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 50px;
	height: 50px;
	display: block;
	float: left;
}

#content #right #networking #myspace a:link, #content #right #networking #myspace 

a:visited, #content #right #networking #myspace a:active {
	background-image: url(http://keatonhashimoto.com/images/blog/social_network_icons.png);
	background-repeat: no-repeat;
	background-position: -60px 0px;
	width: 50px;
	height: 50px;
	display: block;
	float: left;
}

#content #right #networking #youtube a:link, #content #right #networking #youtube 

a:visited, #content #right #networking #youtube a:active {
	background-image: url(http://keatonhashimoto.com/images/blog/social_network_icons.png);
	background-repeat: no-repeat;
	background-position: -120px 0px;
	width: 50px;
	height: 50px;
	display: block;
	float: left;
}

#content #right #networking #facebook a:link, #content #right #networking #facebook 

a:visited, #content #right #networking #facebook a:active {
	background-image: url(http://keatonhashimoto.com/images/blog/social_network_icons.png);
	background-repeat: no-repeat;
	background-position: -180px 0px;
	width: 50px;
	height: 50px;
	display: block;
	float: left;
}

#content #right #copyright {
	font-size: 12px;
	line-height: 17px;
	color: #666666;
	padding: 0px 0px 50px 0px;
}

#content #left #single-post {
	font-size: 12px;
	line-height: 20px;
	padding: 0px 0px 50px 0px;
}

#content #left #single-post #title {
	font-size: 20px;
	line-height: 25px;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
}

#content #left #single-post #details {
	font-size: 11px;
	line-height: 15px;
}

#content #left #single-post #image {
	width: 600px;
	border: 1px solid #AAAAAA;
	padding: 4px;
	margin: 15px 0px 15px 0px;
}

#content #left #single-post #image img {
	width: 600px;
}

#content #left #single-post p {
	margin: 0px 40px 16px 0px;
}

#content #left #archives {
	width: 650px;
}

#content #left #archives #page-navigation {
	width: 600px;
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 10px 0px;
	font-size: 12px;
}

#content #left #archives .archive-post {
	width: 600px;
	margin: 15px 0px 0px 0px;
	padding: 0px 0px 20px 0px;
	border-bottom: 1px solid #CCCCCC;
	overflow: hidden;
}

#content #left #archives .archive-post #title {
	font-size: 15px;
	line-height: 20px;
	font-weight: normal;
}

#content #left #archives .archive-post #details {
	margin: 0px 0px 10px 0px;
}

#content #left #archives .archive-post #article-image {
	width: 250px;
	padding: 4px;
	border: 1px solid #AAAAAA;
	float: left;
}

#content #left #archives .archive-post #article-image img {
	width: 250px;
}

#content #left #archives .archive-post #entry {
	width: 325px;
	float: right;
}

#content #left #archives .archive-post #entry p {
	margin: -5px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
	font-size: 11px;
	line-height: 16px;
}

#content #left #archives .archive-post #entry #read-more a:link, #content #left #archives .archive-post #entry #read-more a:visited, #content #left #archives .archive-post #entry #read-more a:active {
	background-color: #0152A0;
	padding: 5px;
	color: #FFFFFF;
}

#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: #FFFFFF;
	border: 1px solid #CCCCCC;
	padding: 3px;
	margin: 3px 0px 0px 0px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

#contact-page textarea {
	width: 490px;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	padding: 3px;
	margin: 3px 0px 0px 0px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

/* Begin Form Elements */

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
}

#commentform {
	margin: 5px 10px 20px 0;
}

#commentform textarea {
	background-color: #F0F0F0;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	width: 600px;
	padding: 2px 5px 2px 5px;
	border: 1px solid #CCCCCC;
}

#respond:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

#commentform #submit {
	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 */