/*
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
Text Domain: kubrick

	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: #f5ecd5;
	font-family: 'Helvetica Neue',Arial,'Liberation Sans',FreeSans,sans-serif;
}

#wrapper {
	background: #f5ecd5;
	margin-bottom: 50px;
}

.mainpage {
	background: #556c5c;
	border-left: #f5ecd5 2px solid;
	border-right: #f5ecd5 2px solid;
}

.bg_left {
	background: url(bg_page_o_left.png) repeat-y;
	padding-left: 10px;
}

.bg_right {
	background: transparent url(bg_page_o_right.png) repeat-y right;
	padding-right: 10px;
}

#header {
	background: url(bg_header.png) no-repeat;
	height: 182px;
}

.second_nav {
	position: absolute;
	bottom: 8px;
}

#content_wrapper {
	overflow: hidden;
	width: 730px; 
	margin-left: 185px;
	background: url(bg_faux.png) repeat-y;
}

#nav_column {
	width: 160px;
	float: left;
}

#content_column {
	margin: 10px 15px;
	font-size: 14px;
	line-height: 1.3;
	width: 458px; 
	float: left;
	/*background: #8c8f80;*/
}

#sidebar_column {
	padding: 10px;
	width: 207px; 
	margin-left: 503px;
	/*background: #8c8f80;*/
}

/*#content_column {
	background: #8c8f80;
	padding: 35px 20px;
	font-size: 14px;
	line-height: 1.3;
	border-top: #a7aa9e 2px solid;
	min-height: 300px;
}*/

.content_column_oben {
	position: relative;
	background: url(schraube.png) no-repeat;
	left: -14px;
	top: -7px;
	width: 25px;
	height: 28px;
}

.content_column_unten {
	background: url(schraube.png) no-repeat right bottom;
	width: 671px;
	height: 28px;
	margin-top: -28px;
}

/*#sidebar_column {
	background: #8c8f80;
	width: 192px;
	padding: 35px 20px;
	border-top: #a7aa9e 2px solid;
	min-height: 300px;
}*/

.sidebar_content {
	margin-top: -25px;
}

.sidebar_column_left {
	position: relative;
	background: url(schraube.png) no-repeat;
	left: -8px;
	top: -7px;
	width: 25px;
	height: 28px;
}

.sidebar_column_right {
	position: relative;
	background: url(schraube.png) no-repeat;
	left: 190px;
	top: -35px;
	width: 25px;
	height: 28px;
}

#footer {
	background: url(footer_bottom_bg.png) no-repeat 0px 83px;
	padding-bottom: 20px;
}

.footer_left {
	height: 83px;
	background: url(bg_page_o_left.png) repeat-y;
	padding-left: 10px;
}

.footer_right {
	height: 83px;
	background: transparent url(bg_page_o_right.png) repeat-y right;
	padding-right: 10px;
}

.footer_main {
	height: 83px;
	background: #556c5c;
	border-left: #fff 2px solid;
	border-right: #fff 2px solid;
	border-bottom: #fff 2px solid;
}

ul.navigation li.page_item {
	background: url(bg_nav.png) repeat-y;
}

ul.navigation a {
	display: block;
	text-decoration: none;
	font-size: 14px;
	color: #e06a00;
	margin: 5px;
	padding: 7px;
}

li.current_page_item li.page_item {
	padding-left: 0px;
}

ul.navigation li.first_item, ul.navigation li.last_item {
	background: url(bg_nav.png) no-repeat;
	text-indent: -8888px;
	height: 25px;
}

ul.navigation li.first_item {
	background: url(bg_first_item.png) no-repeat;
}

ul.navigation li.last_item {
	background: url(bg_last_item.png) no-repeat;
}

p.offroad_teaser {
	margin-top: 30px;
	margin-bottom: 5px;
	padding-left: 5px;
	font-size: 12px;
}

ul.offroad li {
	width: 160px;
	height: 97px;
	-webkit-border-radius: 10px;
}

li.offroad_item {
	text-indent: -8888px;
}

li.offroad_item a {
	display: block;
	width: 160px;
	height: 97px;
	background: #546b5b url(button_winter.png) no-repeat;
}

.head_image {
	text-indent: -8888px;
}

ul.navigation li.page_item ul li.page_item {
	display: none;
}

ul.navigation li.current_page_item ul li.page_item {
	display: block;
}

ul.navigation li.current_page_parent ul li.page_item {
	display: block;
}

ul.navigation li.current_page_item a {
	font-weight: bold !important;
}

ul.navigation li.current_page_parent a {
	font-weight: bold !important;
}

ul.navigation li.current_page_parent ul li.current_page_item a {
	text-decoration: underline;
	font-weight: normal !important;
	padding-left: 15px !important;
}

ul.navigation li.current_page_parent ul li.page_item a, 
ul.navigation li.current_page_item ul li.page_item a {
	font-weight: normal !important;
	padding-left: 15px !important;
}

ul.navigation li.page_item ul li.page_item {
	padding: 0px;
}

ul.navigation li.page_item ul li.page_item a {
	margin-left: 5px;
	margin-top: 0px;
	padding-left: 7px;
	padding-top: 0px;
}

ul.footer_nav {
	margin-top: 25px;
}

ul.footer_nav li, ul.second_nav li {
	margin: 5px;
	float: left;
}

ul.footer_nav li a, ul.second_nav li a {
	text-decoration: none;
	color: #fff;
	font-size: 12px;
}

ul.footer_nav li.current_page_item a, ul.second_nav li.current_page_item a {
	font-weight: bold;
}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

div.artikel_liste {
	margin-bottom: 20px;
}

h1.artikel_header {
	margin-bottom: 5px !important;
}

div.artikel_teaser {
	border-top: #000 2px solid;
	border-bottom: #000 2px solid;
	font-style: italic;
	font-size: 14px;
	color: #f5ecd5;
	padding-top: 10px;
	margin-top: 20px;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

#sidebar_column a {
	display: block;
	font-size: 12px;
	color: #000;
	margin-bottom: 3px;
	font-weight: 500;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
	
#content_column p {
	margin-bottom: 10px;
}

#sidebar_column p {
	line-height: 1.2;
	margin-bottom: 8px;
	font-size: 12px;
}

#content_column a {
	color: #000;
	text-decoration: underline;
}

#content_column h1 {
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 10px;
}

#content_column h2 {
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 5px;
}

#content_column h3 {
	font-weight: bold;
	font-size: 14px;
}

p.wp-caption-text {
	font-size: 12px;
	margin-top: 5px;
}

/* End Images */

/* ---- FORM Styling ---- */

label.error {
	background: #fff;
	color: red;
}

/* ---- GUTSCHEIN Styling ---- */

div.gutschein_help {
	font-size: 12px;
}

.plus {
	background: url(plus.png) no-repeat 0px 0px;
	width: 15px;
	height: 15px;
	margin-left: 4px;
	padding-left: 16px;
}

.minus {
	background: url(minus.png) no-repeat 0px 0px;
	width: 15px;
	height: 15px;
	margin-left: 4px;
	padding-left: 16px;
}

a.removeFields {
	float: right;
	margin-left: 5px;
	margin-top: 8px;
	display: block;
	background: url(minus.png) no-repeat 0px 0px;
	width: 15px;
	height: 15px;
}

a.addMoreFields {
	float: left;
	margin-left: 425px;
	margin-top: -15px;
	display: block;
	background: url(plus.png) no-repeat 0px 0px;
	width: 15px;
	height: 17px;
}

p.add, p.delete {
	text-indent: -8888px;
}

input[id*="txtpreis"] {
	/*background: #aaa;
	border: #fff 1px solid;*/
	color: green;
	font-weight: bold;
}

div[id*="artikel"] table {
	float: left;
}

input[name*="preis"] {
	text-align: center;	
}

ul.kopf li, ul.gutschein_artikel li {
	float: left;
}

form#gutschein_form fieldset legend {
	padding-top: 20px;
	padding-bottom: 10px;
}


#artikel_header, #adress_header, #protest_header {
	width: 100%;
	height: 25px;
	background: #f5ecd5;
	border-top: #556c5c 4px solid;
	margin-bottom: 10px;
}

#adress_header, #protest_header {
	margin-top: 30px;
}

#artikel_header p, #adress_header p, #protest_header p {
	padding-left: 10px;
	padding-top: 3px;
	font-weight: bold;
}

fieldset#other_form {
	margin-top: 15px;
	margin-bottom: 15px;
}

ul.kopf li {
	padding: 2px;
}

ul.gutschein_artikel li {
	margin-right: 2px;
}

form#gutschein_form {
	margin-bottom: 10px;
	clear: both;
}

legend {
	font-weight: bold;
}

fieldset#adress_form label {
	display: block;
	float: left;
	width: 175px;
	text-align: right;
	margin: 5px;
}

fieldset#adress_form input, fieldset#adress_form select {
	padding: 2px;
	margin: 5px;
}

fieldset#adress_form input {
	border: #fff 2px solid;
	padding: 2px;
	margin: 5px;
}

fieldset#adress_form input:focus {
	background: #f5ecd5;
	border: #f5ecd5 2px solid;
}

fieldset#other_form input {
	float: left;
	width: 25px;
}

.order_button {
	background: #556c5c;
	color: #fff;
	border: #f5ecd5 2px solid;
	padding: 5px 7px;
	font-size: 12px;
	font-weight: bold;
	display: block;
	text-align: right;
	margin-left: 375px;
}

#shipping {
	margin-left: 260px;
}

#shipping p {
	float: left;
	padding-top: 3px;
	padding-right: 5px;
	font-size: 12px;
}

/* SIDEBAR */
h3.sidebar_termine, h3.sidebar_rueckblicke, h3.sidebar_fahrzeuge, h3.sidebar_challenge, h3.sidebar_programm {
	padding-left: 5px;
	padding-top: 4px;
	display: block;
	font-size: 14px;
	height: 20px;
	background: #f5ecd5;
	border-top: #556c5c 4px solid;
	margin-bottom: 10px;
}

h3.sidebar_termine, h3.sidebar_rueckblicke {
	margin-bottom: -5px;
}

a.all {
	position: relative;
	top: -15px;
	left: 175px;
}

/* PAGINATION */
div.pagination {
	padding: 5px;
}

div.pagination a {
	background: #f5ecd5;
	text-decoration: none !important;
	padding: 2px 4px;
	margin-right: 5px;
	color: #556c5c !important;
	border: #556c5c 2px solid;
}

div.pagination a.current {
	background: #556c5c;
	color: #f5ecd5 !important;
	border: #556c5c 2px solid;
}

/* GOOGLE MAPS */
#map_1 {
	border: #f5ecd5 5px solid;
	margin-bottom: 25px;
}

td.css_post_header1, td.css_post_header2, td.css_post_header3 {
	border-top: #556c5c 4px solid;
	background: #f5ecd5;
}

td.css_post_header1 {
	padding-left: 5px;
}

td.css_post_header3 {
	padding-right: 5px;
}

img.css_post_email_image {
	position: relative;
	top: 3px;
}

span.guestbook_number {
	padding: 0 5px;
	background: #556c5c;
	color: #fff;
}

div.css_post_message {
	margin: 0;
	background: #556c5c;
	padding: 10px;
	color: #fff;
}