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

*/

* {
	margin: 0;
	padding: 0;
}
img {
	border: 0;
}
body {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	color: #000;
	background-color: #f6f6f6;
	text-align: center;
	margin-top: 10px;
}
p {
	margin-bottom: 15px;
}
a {
	color: #128007;
	text-decoration: none;
}
a:hover {
	color: #999;
	text-decoration: none;
}
#wrapper {
	text-align: left;
	width: 852px;
	margin: 0 auto;
}
#splash {
	background-image: url(images/tsj-splashbg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 594px;
}
#splashtext {
	width: 410px;
	padding-top: 75px;
	padding-left: 35px;
	padding-bottom: 10px;
}
#splashtext h1 {
	font-size: 15px;
	display: block;
	color: #666;
	margin-top: 14px;
	margin-bottom: 10px;
	line-height: 22px;
}
#splashtext ul {
	list-style-position: inside;
	list-style-type: disc;
	margin-bottom: 35px;
}
#splashtext ul li {
	margin-bottom: 7px;
	color: #666;
}
#splashtext p {
	margin-top: 25px;
	font-weight: bold;
}
#secondary {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	margin-left: 15px;
	margin-right: 15px;
	padding-top: 20px;
}
#newsletter_text {
	padding-top: 25px;
	padding-left: 68px;
}
#tweet {
	float: right;
	width: 375px;
	background-image: url(images/latesttweet.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 75px;
}
#newsletter {
	width: 375px;
	background-image: url(images/emailnewsletter.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 75px;
}
#tweet_text {
	padding-top: 25px;
	padding-left: 55px;
}
#newsletter_text p {
	padding-bottom: 10px;
	color: #999;
}
.inputbg {
	color: #666;
	font-size: 12px;
	border: 1px solid #999;
	padding: 4px;
}
.submitbutton {
	background-color: #8FC33D;
	padding: 4px;
	color: #FFF;
	font-weight: bold;
	font-size: 12px;
	border: 1px solid #2A8653;
}
#tweet_text p {
	color: #999;
}
#topbanner {
	background-image: url(images/tsj-blogbanner.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 75px;
	margin-bottom: 15px;
}
#tsj-sidebar {
	float: right;
	width: 250px;
}
#footer {
	margin-bottom: 35px;
	padding-top: 5px;
	color: #666;
	font-size: 11px;
	clear: both;
}
#tsj-content {
	width: 575px;
}
.post h2 {
	font-size: 18px;
	font-weight: bold;
}
.postdate {
	color: #666;
}
.entry {
	padding-top: 15px;
}
.postmetadata {
	color: #666;
	font-size: 10px;
	padding-top: 10px;
}
#sidebar ul {
	list-style-type: none;
}
.widgettitle {
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px #999 solid;
	margin-bottom: 5px;
	margin-top: 20px;
}
#s {
	color: #666;
	font-size: 12px;
	border: 1px solid #999;
	padding: 4px;
}
#searchsubmit {
	background-color: #8FC33D;
	padding: 4px;
	color: #FFF;
	font-weight: bold;
	font-size: 12px;
	border: 1px solid #2A8653;
}
#searchform label {
	color:#999;
}
.post {
	margin-bottom: 35px;
}
#commentform p {
	margin-bottom: 7px;
}
.searchsubmit {
	background-color: #8FC33D;
	padding: 4px;
	color: #FFF;
	font-weight: bold;
	font-size: 12px;
	border: 1px solid #2A8653;
}
#recent-posts ul li {
	border-bottom: 1px solid #CCC;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
.widget_categories ul li {
	border-bottom: 1px solid #CCC;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
/* COMMENTS BIT */
.commentlist {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	padding-top:10px;
}
.commentlist li {
	border-bottom:1px solid #CCC;
	line-height:18px;
	margin-bottom:7px;
	padding-bottom:7px;
}
.commentlist li .avatar {
	float: left;
	left: 0;
	padding: 1px;
	top: 2em;
}
.commentlist cite {
	font-weight: bold;
	font-size: 14px;
	font-style: normal;
	margin-left: 10px;
}
.commentbody {
	margin-left: 62px;
}
.commentbody p {
	margin: 1em 0;
}
.commentdate {
	color: #666666;
	float: right;
	font-size: 11px;
	text-transform:uppercase;
}
.commentreply {
	margin-top: 25px;
}


