/*  
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/

	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;
}

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #eee url(images/page_bg.jpg) repeat-y;
	color: #333;
	}
	
ul
{
	list-style: none;
}

h3
{
	font: bold 1.2em 'trebuchet ms', arial, verdana tahoma;
	color: #fff;
	background: #444;
	padding: 2px 0;
	border-top: 1px solid #000; 
	border-bottom: 1px solid #000;
	text-align: center;
	letter-spacing: .1em;
}
	
#page
{
	width: 760px;
}

#header
{
	background: url(images/header_bg.jpg) no-repeat;
	height: 140px;
}

#col1
{
	width: 145px;
	float: left;
	padding-bottom: 15px;
}

#col1 ul
{
	margin-bottom: 10px;
}

#col1 ul li a
{
	display: block;
	border-top: 1px solid #888;
	border-bottom: 1px solid #333;
	font: bold 1.1em arial;
	color: #fff;
	background-color: #606060;
	padding: 5px 0 5px 10px;
	text-decoration: none;
}

#col1 ul li a:hover
{
	background: #6f6f6f;
	text-decoration: underline;
}

#col1 h4 a
{
	display: block;
	text-indent: -5000px;
	width: 133px;
	height: 84px;
	margin: 0 auto;
}

#col1 h4 a.mcnichols
{
	background: url(images/tblleft_sponsor_mcnichols.jpg) no-repeat;
}

#col1 h4 a.cenweld
{
	background: url(images/tblleft_sponsor_cenweld.jpg) no-repeat;
	height: 77px;
}

#col1 h4 a.ruman
{
	background: url(images/tblleft_sponsor_ruman.jpg) no-repeat;
	height: 85px;
}

#col1 h4 a.mm
{
	background: url(images/tblleft_sponsor_mmin.jpg) no-repeat;
}

#col1 p
{
	text-align: center;
	color: #fff;
}

#col2
{
	width: 397px;
	padding: 0 15px 15px;
	float: left;
	background: url(images/col2_bg.jpg) no-repeat;
	padding-top: 125px;
	text-align: justify;
}

#col2 h2
{
	font: bold 1.2em arial;
	margin-bottom: 10px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 5px;
}

#col2 h2.pagetitle
{
	color: #c51518;
	font: bold 1.5em 'trebuchet ms';
}

#col2 h2 a
{
	color: #000;
	text-decoration: none;
}

#col2 h3.archivehead
{
	background: transparent;
	border-top: none;
	border-bottom: 1px solid #f5f5f5;
	text-align: left;
	margin-bottom: 10px;
	font-family: arial;
	font-size: 1.1em;
}

#col2 h3.archivehead a
{
	color: #000;
	text-decoration: none;
}

div.entry p
{
	text-align: left;
}

#col2 p
{
	line-height: 1.4em;
	margin-bottom: 15px;
}

#col2 img.floatleft
{
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
}

#col2 img.floatright
{
	float: right;
	margin-left: 15px;
	margin-bottom: 10px;
}

#col2 ul
{
	
}

#col2 li
{
	border-bottom: 1px solid #eee;
	padding: 4px 10px;
}

#col2 ul.postspermonth
{
	margin-bottom: 15px;
}

#col2 ul.postspermonth li
{
	padding: 5px 10px;
}

#col2 ul.postspermonth li a 
{
	color: #444;
	text-decoration: none;
}

#col2 ul.postspermonth li a:hover
{
	color: #c51c58;
}

#col2 h4
{
	margin-bottom: 15px;
}

#col2 table
{
	margin-bottom: 15px;
}

#col2 th
{
	text-align: left;
	padding: 5px 3px;
	background: #c51c18;
	color: #fff;
	border-bottom: 1px solid #333;
	border-top: 1px solid #333;
}

#col2 td
{
	padding: 3px;
	border-bottom: 1px solid #eee;
}

#col2 td.row2
{
	background-color: #f5f5f5;
}

#col2 img
{
	border: none;
}

#col2 li.links
{
	list-style: none;
	text-align: center;
	padding: 15px 0;
	border-bottom: 1px solid #f5f5f5;
}

#col3
{
	width: 188px;
	float: left;
	background: url(images/col3_bg.jpg) no-repeat;
	padding-top: 135px;
}

dl.newsarchive
{
	background: #a5a5a5 url(images/newsarchive_bg.jpg) repeat-y;
	padding: 0 5px 5px 6px;
	border-bottom: 1px solid #000;
	margin-bottom: 10px;
}

dl.newsarchive dt
{
	font-weight: bold;
	padding: 5px 0 2px;
}

dl.newsarchive dd
{
	border-bottom: 1px solid #999;
	padding: 0 0 7px;
}

dl.newsarchive dd a
{
	color: #fff;
	text-decoration: none;
}

dl.newsarchive dd a:hover
{
	color: #eee;
}

dl.nextrace
{
	background: #a5a5a5 url(images/newsarchive_bg.jpg) repeat-y;
	padding: 5px;
}

dl.nextrace dt
{
	font-weight: bold;
	color: #fff;
	margin-bottom: 5px;
}

#footer
{
	clear: both;
}

