/*
Theme Name: Wine in a Keg
Theme URI: http://wordpress.org/
Description: Theme for Wine in a Keg.
Version: 1
Author: Quinn Martin
Author URI: http://kegclub.com
Tags: 

	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 {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	margin: 0px 0 20px 0;
	background: url(/img/body_bg.jpg) #333333 top center no-repeat;
}

/* General */

a:link {
	color: #9d0000;
	text-decoration: none;
}
a:visited {
	color: #9d0000;
	text-decoration: none;
}
a:hover {
	color: #030e26;
	text-decoration: none;
}
a:active {
	color: #9d0000;
	text-decoration: none;
}

h1{
	padding-top: 0px;
	margin-top: 0px;
	line-height: 20px;
	font: bold 20px Arial, Helvetica, sans-serif;
	color:#000000;
}

h2{
	line-height: 18px;
	font: 18px Arial, Helvetica, sans-serif;
	color:#000000;
	padding-top: 0px;
	margin-top: 0px;
}

h3{
	line-height: 18px;
	font: bold 18px Arial, Helvetica, sans-serif;
	color:#000000;
	padding-top: 0px;
	margin-top: 0px;
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	margin: 0px;
}

.clr {
	clear: both;
}

/* Layout */

#wrapper {
	margin: 0 auto;
	width: 980px;
}

#header_l {
	color: #000;
	width: 778px;
	float: left;
	padding: 0px;
	height: 108px;
	margin: 0;
}

#header_r {
	color: #000;
	width: 202px;
	float: right;
	padding: 0px;
	height: 108px;
	margin: 0;
	text-align: right;
}

#banner_l {
	color: #000;
	width: 778px;
	float: left;
	padding: 0px;
	height: 169px;
	margin: 0;
}

#banner_r {
	color: #000;
	width: 202px;
	float: right;
	padding: 0px;
	height: 169px;
	margin: 0;
	text-align: right;
}

#nav {
	width: 980px;
	height: 65px;
	color: #000;
	margin: 0;
	font: bold 15px Arial, Helvetica, sans-serif;
	float: left;
	background: url(/img/nav_bg.jpg) #9f977e no-repeat;
	padding: 0px 0px 0 0px;
	line-height: 48px;
}

#nav ul
{
	padding: 0;
	margin: 0;
	color: #030e26;
	float: left;
	width: 80%;
}

#nav ul li { display: inline; }

#nav ul li a
{
	padding: 0 12px 0 12px;
	color: #030e26;
	text-decoration: none;
	float: left;
}

#nav ul li a:hover
{
	color: #e30000;
}

/* Splash Content */

#splash_content_l {
	color: #000;
	font-size: 11px;
	width: 308px;
	line-height: 16px;
	float: left;
	padding: 6px;
	background: #fff;
	margin: 0 10px 20px 0;
}

#splash_content_m {
	color: #000;
	font-size: 11px;
	width: 308px;
	line-height: 16px;
	float: left;
	padding: 6px;
	background: #fff;
	margin: 0 10px 20px 0;
}

#splash_content_r {
	color: #000;
	font-size: 11px;
	width: 308px;
	line-height: 16px;
	float: left;
	padding: 6px;
	background: #fff;
	margin: 0 0px 20px 0;
}

#content_l {
	color: #000;
	font-size: 11px;
	width: 308px;
	line-height: 16px;
	float: left;
	padding: 6px;
	background: #fff;
	margin: 0 10px 20px 0;
}

#content_r {
	width: 610px;
	float: right;
	padding: 20px;
	background: #fff;
	line-height: 16px;
	margin: 0 0 20px 0;
}

#footer {
	width: 966px;
	padding: 7px;
	text-align: center;
	background: #fff;
}

/*lists */

#content_l ul, #content_l ul ol {
	margin: 0;
	padding: 0;
	}

#content_l ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#content_l ul p, #content_l ul select {
	margin: 5px 0 8px;
	}

#content_l ul ul, #content_l ul ol {
	margin: 5px 0 0 10px;
	}

#content_l ul ul ul, #content_l ul ol {
	margin: 0 0 0 10px;
	}

ol li, #content_l ul ol li {
	list-style: decimal outside;
	}

#content_l ul ul li, #content_l ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}


