/*
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

*/

body {
	background: #ece8e8 url(http://www.butchandpaulstailgate.com/blog/img/expand.gif) repeat-y 50% 0;
	padding: 0px;
	margin: 0px;
font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}



#container {
	margin: 0 auto;
	width: 780px;
	padding: 10px;
}

#header {
	background-color: #FFFFFF;
	background: url(http://www.butchandpaulstailgate.com/blog/img/headerbg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	height: 258px;
	width: 100%;
	margin: 0 auto;
	padding: 0px;
}

#navigation {
margin-top:10px;
}

#navigation a, #navigation a:visited {
color: white;
font-size: 14px;
font-weight: bold;
text-decoration: none;
margin: 0px 10px;
}

#navigation a:hover {
border-bottom: #CC0000 solid 2px;
}

#blog {
	background-color: #ffffff;
	padding: 8px;
	margin: 0px auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	font-weight: normal;
	color: #000000;
	width: 560px;
        clear:none;
	float:left;
        border-right: dotted #737373 1px;
}

#sidebar {
	text-align: center;
	background-color: none;
	padding: 0px;
	margin: 0;
	font-weight: normal;
	color: #000000;
	width: 200px;
	float:left;
}

#sidebar ul li ul li{
	text-align: center;
        margin: 5px;
        background: #999;
        border: #CC0000 solid 1px;
	list-style: none;
        margin-left: -20px;
}

#sidebar ul li ul li a{
        color: #fff;
	font-size: 14px;
	font-weight: bold;
}

#blog li, #sidebar li {
	list-style: none;
}

#footer {
font-size:10px;
font-weight: bold;
text-align: center;
background-image: url(http://www.butchandpaulstailgate.com/blog/img/headerbg.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
color:white;
width:100%;
height:38px;
clear: both;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #CC0000;
	line-height: 0px;
	text-align: left;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
        padding: 5px;
	text-align: left;
        border-bottom: dotted #737373 1px;
	color: #000000;
}

h2 a { color: #737373; font-weight:normal; }

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 15px;
	font-weight: normal;
	text-align: left;
	color: #737373;
        border-bottom-style: dotted;
	border-bottom-color: #737373;
        border-bottom-width: 1px;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-align: left;
	color: #737373;;
}

a {
	color: #CC0000;
	text-decoration: none;
}

#blog img {
	padding: 8px;
	border: none;

}

a:hover {
	color: #CC0000;
	text-decoration: underline;
}


/* Form Elements */

#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 80px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
        font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	}

#commentform #submit {
	margin: 0;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	}

#searchform textarea {
	width: 100%;
	padding: 2px;
        font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	}

#searchform #submit {
	margin: 0;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #F8F8F8;
	border: 1px solid #CCCCCC;
	}

/* Comments*/

.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: left;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}

/* Calendar */

#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
        text-align: center;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */

	background-color: #fff; }

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}


#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em Helvetica, Arial, sans-serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}

/* Various Tags & Classes */

acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;

	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}

.widgettitle
