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

*/

h1.post_title a {
	border: 0;
}

.post_title_border {
	border-top: 3px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 5px 0 5px 0;
	margin: 0px 0 0 0;
}

.post_author {
	color: #0771fb;
	font-weight: bold;
}

small {
	color: #999;
}

.post_author_suffix {
	color: #fc410f;
	font-weight: bold;
}

.comments_title {
	float: left;
	font-weight: bold;
	padding-bottom: 5px;
}

.comments_link {
	float: right;
	/*padding-right: 30px;*/
	border: 0;
}

ul.commentlist {
	margin-left: 0;
}

li.comment_list {
	list-style: none;
	list-style-image: none;
	padding: 8px 0 8px 0;
	border-bottom: 1px dotted #999;
}

li.comment_list_end {
	list-style: none;
	list-style-image: none;
	padding: 8px 0 8px 0;
	border-bottom: 1px solid #999;
}

#recent-posts {
	list-style: none;
}

#comments_title_border {
	display: block;
	border-top: 1px solid #ccc;
	border-bottom: 1px dotted #ccc;
	padding: 5px 0 5px 0;
	margin: 8px 0 0 0;
	height: 14px;
}

#comment {
	width: 526px;
	height: 250px;
	padding: 10px;
	border: 2px solid #d2d2d2;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background-color: #fefefe;
}

.navigation {
	height: 24px;
}

.comment_navigation {
	height: 24px;
	border-bottom: 1px dotted #ccc;
}

.alignleft {
	float: left;
	padding: 5px 0 5px 0;
}

.alignright {
	float: right;
	padding: 5px 0 5px 0;
}

.comment_alignleft {
	float: left;
	padding: 8px 0 5px 0;
}

.comment_alignright {
	float: right;
	padding: 5px 0 5px 0;
}

.char_limit {
	padding: 3px 0 3px 3px;
	border: 2px solid #d2d2d2;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color: #fefefe;
}

.char_limit input {
	border: 0;
	background-color: none;
	text-align: right;
}

.comment_submit {
	position: relative;
	left: 4px;
}

#s input[type=text] {
	width: 100px;
	font-size: 11px;
	color: #999;
}

#s {
	height: 13px;
	font-size: 11px;
}

#searchsubmit {
	position: relative;
	left: -4px;
	top: 5px;
}

label {
	color:#000;
}

