/*
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;
}

body
{
	background: #000000;
	color: #ffffff;
	font-size: 12px;
	font-family: Verdana;
}

img
{
	border: 0;
}

#page
{
	margin: 0px auto;
	width: 900px;
	border-left: 1px solid #242424;
	border-right: 1px solid #242424;
}

#ticker
{
	float: right;
	width: 600px;
	height: 20px;
	line-height: 20px;
	background: #484846;
	text-align: right;
}

.news
{
	width: 540px;
	margin-right: 10px;
	text-align: right;
	font-family: verdana;
	font-size: 9px;
}

.news a
{
	text-decoration: underline;
	color: #ffffff;
}

#sitemap
{
	margin: 0px auto;
	width: 900px;
	height: 20px;
	background: #484846;
}

#sitemap ul
{
	list-style-type: none;
}

#sitemap ul li
{
	display: inline;
}

#sitemap ul li a
{
	float: left;
	line-height: 20px;
	font-size: 9px;
	padding-left: 10px;
	color: #000000;
	text-decoration: none;
}

#options ul li a:hover
{
	color: #ffffff;
	text-decoration: underline;
}

#header
{
	margin: 0 auto;
	width: 900px;
	height: 100px;
	text-align: center;
	background: url('images/design_02.gif') left repeat-x;
}

#menu
{
	margin: 0px auto;
	width: 900px;
	height: 60px;
	background: #a7a7a7 url('images/design_05.gif') center no-repeat;
}

#menu ul
{
	list-style-type: none;
	margin: 0px auto;
	line-height: 60px;
	width: 780px;
}

#menu ul li
{
	float: left;
	display: inline;
}

#menu ul li a
{
	float: left;
	color: #ffffff;
	font-size: 11px;
	padding-left: 13px;
	padding-right: 13px;
	text-decoration: none;
	display: block;
}

#menu ul li a:hover, #menu ul li a.active
{
	color: #ff0000;
	text-decoration: underline;
}


#banner
{
	margin: 0 auto;
	width: 900px;
	height: 120px;
	text-align: center;
	background: url('images/design_06.gif') left repeat-x;
}

#body
{
	margin: 0 auto;
	width: 880px;
	padding: 10px;
	font-size: 11px;
	line-height: 22px;
	color: #ffffff;
	background: #181818 url('images/design_09.gif') top left repeat-x;
}

#body p
{
	margin-bottom: 12px;
}

#body a
{
	color: #ff5757;
	text-decoration: none;
}

#body a:hover
{
	color: #ffffff;
	text-decoration: underline;
}

#bodyleft
{
	width: 260px;
	padding-right: 10px;
	float: left;
	border-right: 1px solid #242424;
}

#bodyleft ul
{
	margin-bottom: 11px;
}

#bodyleft ul li
{
	margin-left: 20px;
}

#bodyleft ul li a
{
	color: #ffffff;
}

#bodyleft ul li a:hover
{
	color: #ff5757;
}

.error ul
{
	margin-left: 20px;
	list-style-type: square;
}

#cars img
{
	padding: 2px;
	margin: 2px 5px 2px 5px;
	opacity: 0.5;
	border: 1px solid #242424;
	filter: alpha(opacity=50);
}

#cars img:hover
{
	opacity: 0.9;
	cursor: pointer;
	border: 1px solid #c2c2c2;
	filter: alpha(opacity=90);
}

#bodyright
{
	width: 600px;
	float: right;
}

h1, h2
{
	font-size: 14px;
	color: #c0c0c0;
	height: 22px;
	line-height: 22px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #c0c0c0;
}

h1 a, h2 a
{
	color: #c0c0c0;
	text-decoration: none;
}

h3
{
	font-size: 14px;
	color: #666666;
	height: 22px;
	line-height: 22px;
	margin-bottom: 10px;
}

h4
{
	height: 22px;
	line-height: 22px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #2f2f2f;
}

#footer
{
	line-height: 30px;
	margin: 0 auto;
	font-size: 10px;
	text-align: center;
	width: 900px;
	height: 30px;
	color: #ffffff;
	text-decoration: none;
	background: #191818 url('images/design_09.gif') top left repeat-x;
}

#footer a
{
	color: #ffffff;
	text-decoration: none;
}

.clear
{
	clear: both;
}

/* Slider */

#slider
{
	position: relative;
	overflow: hidden;
	margin: 0px auto;
	padding: 2px;
	margin-bottom: 11px;
	border: 1px solid #040404;
}

#slider img
{
	width: 500px;
	height: 160px;
}

#slider, #slider ul
{
	width: 500px;
	height: 160px;
}

#slider li, #slider ul
{
	padding: 0px;
	margin: 0px;
}

#slider ul
{
	position: absolute;
}

#slider .slide
{
	float: left;
	position: relative;
	display: none;
}

#slider .slide:first-child
{
	display: block;
}

#slider .slide span
{
	left: 0px;
	position: absolute;
	opacity: 0.80;
	filter: alpha(opacity=80);
	padding: 0px 5px 0px 5px;
	width: 490px;
	line-height: 20px;
	background-color: #000000;
	color: #ffffff;
	bottom: 0px;
} 

.clear
{
	clear: both;
}

.alignleft
{
	float: left;
}

.alignright
{
	float: left;
}

.post
{
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #c0c0c0;
}

#body input[type=text]
{
	border: solid 1px #000000;
	padding: 8px;
	color: #ffffff;
	font-family: veedana;
	background: #0f0f0f;
}

#body textarea
{
	border: solid 1px #000000;
	padding: 8px;
	overflow: auto;
	color: #ffffff;
	font-family: veedana;
	background: #0f0f0f;
}

#body input[type=text]:hover, #body textarea:hover
{
	border: solid 1px #ffffff;
	background: #000000;
}

#body input[type=submit]
{
	border: solid 1px #000000;
	padding: 8px;
	color: #ffffff;
	font-family: veedana;
	background: #0f0f0f;
}

#body input[type=submit]:hover
{
	border: solid 1px #666666;
	cursor: pointer;
	background: #000000;
}

.postmetadata, .commentmetadata
{
	font-style: italic;
}

.avatar
{
	float: right;
	padding: 2px;
	margin: 2px 5px 2px 5px;
	opacity: 0.5;
	border: 1px solid #242424;
	filter: alpha(opacity=50);
}

.avatar:hover
{
	opacity: 0.9;
	cursor: pointer;
	border: 1px solid #c2c2c2;
	filter: alpha(opacity=90);
}

ol
{
	list-style-type: none;
}

.comment
{
	border: solid 1px #2f2f2f;
	padding: 10px;
	margin: 10px;
}

.red
{
	color: #FF0000;
}

.contactleft
{
	float: left;
}

.contactright
{
	float: right;
	width: 200px;
}

.contactright ul
{
	margin-left: 20px;
	list-style-type: square;
	margin-bottom: 12px;
}

.alignright
{
	float: right;
	padding: 4px;
}

.alignleft
{
	float: left;
	padding: 4px;
}
