/*
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 Typography & Colors */


	
	
* {
	margin: 0;
	padding: 0;
}
p {
	margin-top: 10px;
	margin-bottom: 10px;
	color: #999999;
	font-size: 12px;
}
img {
	border: 0;
}

body {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #000000;
}
table#comment-custom { 
	font-family: Arial, Helvetica, sans-serif; font-size: 12px;
	margin: 0;
	padding: 0;
}
table#comment-custom tr { margin-top: 4px; margin-bottom: 4px; height: 25px; width: 320px; }
#container {
	width: 1024px;
	border: 1px solid #000000;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#container #header {
	float: left;
	width: 1024px;
	height: 80px;
	margin-top: 25px;
}
#header #logo {
	float: left;
	height: 80px;
	width: 132px;
}
#logo h1 {
	background-image: url(./images/stc_logo.gif);
	height: 80px;
	width: 132px;
	text-indent: -9999px;
	background-repeat: no-repeat;
}
#logo h1 a {
	display: block;
	height: 80px;
	width: 132px;
}

#header #navigation {
	height: 12px;
	width: 676px;
	margin-left: 25px;
	float: left;
	margin-top: 68px;
}
#content {
	width: 1024px;
	clear: both;
	float: left;
	margin-top: 25px;
}
#content #leftcolumn {
	float: left;
	width: 132px;
}

#leftcolumn #welcome {
	float: left;
	width: 132px;
	height: 146px;
	color: #BA8748;
	background-color: #000;
	background-repeat: no-repeat;
}

#content #centercolumn {
	float: left;
	width: 636px;
	margin-left: 25px;
	line-height: 1em;
}

#centercolumn #centercontent {
	float: left;
	width: 636px;
	min-height: 450px;
}
#centercontent p {
	color: #FFFFFF;
}

#centercontent h2  a {
	color: #BA8748;
	font-size: 14px;
}

#centercontent a {
	color: #FFF;
}

#centercolumn #footer {
	float: left;
	width: 636px;
	font-size: 11px;
	color: #999999;
	margin-top: 40px;
	height: 32px;
}

#footer #copy {
	width: 500px;
	float: left;
	margin-top: 18px;
}
#footer #social {
	float: right;
	height: 32px;
	width: 32px;
}

#content #rightcolumn {
	float: right;
	width: 205px;
	font-size: 12px;
}

#rightcolumn a {
	color: #FFF;
}

#rightcolumn ul {
	list-style: none;
	margin-top: 8px;
	margin-bottom: 8px;
}

#rightcolumn ul li {
	list-style: none;
}

#rightcolumn h2 {
	color: #BA8748;
	font-size: 14px;
}

/* Forms */

#commentform input#author,
#commentform input#email,
#commentform input#url { width: 250px; }

#commentform textarea#comment,
#commentform comment-text { width: 250px; margin-top: 4px; }

#commentform input#submit {
	text-indent: -9999px;
	background-color: transparent;
	background-image: url(./images/submit.gif);
	background-repeat: no-repeat;
	background-position: center top;
	cursor: pointer;
	border: none;
	height: 30px;
	width: 60px;
	line-height: 0px;
	font-size: 0px;
	display: block;
}

#post-18 h2 {
	background-image: url(./images/howlikeit.gif);
	display: block;
	width: 395px;
	height: 120px;
	text-indent: -9999px;
}

#centercolumn div.post{ padding-bottom: 18px; }

ol.commentlist {
	font-size: 12px; 
	border: 1px solid #272727; 
	padding: 10px 6px;
	width: 297px; 
}

h3#comments { display: none; }

#commentform label {  }

