/*
Theme Name: Mimbo
Theme URI: http://www.darrenhoyt.com/2007/08/05/wordpress-magazine-theme-released/
Description: A magazine-style layout for Wordpress
Version: 2.2
Author: Darren Hoyt
Author URI: http://www.darrenhoyt.com/2007/08/05/wordpress-magazine-theme-released/

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php



/* HTML Elements */

* {
	margin:0;
	padding:0;
	}

body,html {
	min-height:101%;
	}

body {
	background: #000;
	color: #545454;
	padding: 13px 0 25px 0;
	}

body, select, input, textarea {
	font: 100% Arial, Verdana, Sans-Serif;
	}
	
p {
	margin: 15px 0;
	/*padding-right:70px;*/
	}
p strong {
	padding-right:0;
}
a:link, a:visited {
	color: #D20019;
	text-decoration:none;
	}

a:hover, a:active {
	color:#ffcb00;
	/*text-decoration:underline;*/
	}

hr {
	display: block;
	height:1px;
	background:#333;
	border:0;
	}
iframe {
	border: none;
	}
small {
	font-size: 0.95em;
	background:#F2F2F2;
	padding:3px 5px 3px 5px;
	margin-left: 8px;
	}

img, a:link img, a:visited img {
	border:0
	}
#header {
	width: 930px;
	height: 100px;
	background: url(images/hd_bg.jpg) #d20019 no-repeat;
	margin: -25px 0 0 -25px;
}
* html #header {
	margin: -22px 0 0 -25px;
}
#logo {
	width: 350px;
	height: 70px;
	/*background: url(images/logo_av.jpg) no-repeat;*/
	margin: 15px 0 0 10px;
}

/* Structure */

#page {
	width:905px;
	margin:0 auto;
	font-size:0.7em;
	background: none;
	padding: 10px 0 35px 25px;
	}

#branding {
	width:300px;
	padding-bottom:15px;
	}
#banner_rechts {
	width: 500px;
	height: 100px;
	float: right;
	background: url(images/cd_hd_right.jpg) no-repeat;
	/*background: url(images/cd_hd_right_web-race.jpg) no-repeat;*/
}
.left {
	float:left;
	}

.right {
	float:right;
	}

#sidebar {
	width: 200px;
	float:left;
	margin: 0 -25px 0 10px;
	background: none;
	}
* html #sidebar {
	margin: 0 -13px 0 0;
	}
#sidebar a img{
	border: 1px solid #000;
	}
#sidebar a:hover img{
	border: 1px solid #ffcb00;
	}
#leftcol {
	width:320px;
	border-right:1px solid #333;
	padding-right:18px;
	}

#leftcol, #rightcol {
	margin-top:10px;
	float:left
	}

#rightcol {
	width:250px;
	padding: 0 10px 0 10px;
	margin-top: -2px;
	float: right;
	}
#banner_120x600 {
	width: 120px;
	height: 600px;
	float: right;
	background: url(http://cars-and-details.de/files/HA_monatlich_120x600.gif) #333 no-repeat;
	margin-top: 11px;
	margin-left: 10px;
	border: 1px solid #000;
}
#banner_120x600:hover, #banner_120x600_2:hover{
	border: 1px solid #FFCB00;
}
#banner_120x600_2 {
	width: 120px;
	height: 300px;
	float: right;
	background: url(http://cars-and-details.de/wp-content/banner/thunder_tiger_cd_120.jpg) #333 no-repeat;
	margin-top: 11px;
	margin-left: 10px;
	border: 1px solid #000;
}
#banner_mat {
	width: 120px;
	height: 60px;
	float: right;
	background: url(images/mat_120.jpg) #333 no-repeat;
	margin-top: 11px;
	margin-left: 10px;
	border: 1px solid #000;
}
#banner_mat:hover {
	border: 1px solid #FFCB00;
}
/* KASTEN */
#kasten_artikel img{
	padding: 1px;
	border: 1px #000 solid;
	display: block;
	float: left;
	margin:0 10px 0 0;
}
#kasten_artikel {
	background:#f2f2f2;
	padding:15px;
	border-bottom:1px dotted #b6b6b6;
	height: 133px;
	margin: 0;
}
#kasten_artikel:hover {
	background:#e9e9e9;
}
#kasten_artikel_left {
	float:left;
	margin:-15px 0 0 0;
	width:260px;
	}
#kasten_artikel_right {
	float:right;
	margin:-15px 50px 0 0;
	width:260px;
	}
* html #kasten_artikel_right {
	margin:-15px 0 0 0;
	}
#kasten_artikel_zwei_spalten {
	background:#f2f2f2;
	border-bottom:1px dotted #b6b6b6;
	border-top:1px dotted #b6b6b6;
	padding:10px;
	margin: 10px 0 0 0;
	width:284px;
	height:90px;
}
* html #kasten_artikel_zwei_spalten {
	background:#f2f2f2;
	border:0;
	padding:0;
	margin: 20px 0 0 0;
	width:255px;
	height:88px;
}
#kasten_artikel_zwei_spalten:hover {
	background:#e9e9e9;
}
#kasten_artikel_zwei_spalten img{
	margin:0;
	border: 1px solid #000;
}
#kasten_text {
	display: block;
	float: left;
	text-align: left;
	padding: 0 0 0 10px;
	width: 60%;
	margin-top: -10px;
}
#rc-movie-gesammt {
	margin: 10px 0 0 0;
}
#rc-movie-einzeln {
	margin: 10px 0 0 0;
}
#schweigh_banner {
	position:absolute;
	top: 15px;
	left: 580px;
}
#schweigh_banner img{
	border:0;
	padding:0;
}

/* TOOLTIP * EZ */
#tooltip {
	border : 1px solid #000;
	border-width : 0px 1px 1px 0px;
	background: #FFCB00;
	padding : 0;
/*		filter:alpha(opacity=80);
		-moz-opacity:0.8;
		opacity:0.8;
*/
}
#tooltip {
	margin-top: -80px\9; 
}
#tooltip p {
	margin : 1px 8px 3px 23px;
	color : #000;
	font-size : 10px;
	font-family : "Lucida Sans Unicode", "Lucida Grande", Myriad, Arial;
	font-weight: bold;
}
#google_ads {
	position:relative;
	top: -22px;
	left: -25px;
	width: 930px;
	height: 20px;
	background-color: #000000;
	text-decoration: none;
}
#google_ads_2 {
	/*padding: 5px 10px 10px 10px;*/
	margin: 244px 0 5px 0;
	background: #000;
	width: 560px;
}

/* TABELLE EINF�RBEN */
.row1 {background:#e1e9fa;padding-left: 10px;}
.row2 {background:none;}

/*Subnav */

.subnav li {
	list-style:none;
	border-bottom:1px solid #FFF;
	}

.subnav li a:link, .subnav li a:visited {
	background:#eef5e1;
	display:block;
	padding:4px 4px 4px 8px;
	border-left:4px solid #e4efd5;
	}

.subnav li a:hover, .subnav li a:active {
	background:#e4efd5;
	text-decoration:none;
	color: #7da939;
	}

.subnav li li a:link, .subnav li li a:visited {
	border-left:none
	}




/*	Headers */

h1 {
	font:2.95em Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	letter-spacing:-0.02em;
	}

h2 {
	font: 2em Georgia, "Times New Roman", Times, serif;
	padding:0 10px 8px 10px;
	/*border-bottom:1px solid #000;*/
	margin: 20px 0 5px 0;
	color: #757575;
	}

h3, #sidebar h2 {
	font: 1em Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	letter-spacing:0.1em;
	margin-bottom:4px;
	font-weight:bold;
	color: #ffcb00;
	}

#sidebar h3, #sidebar h2 {
	border-top:5px solid #ffcb00;
	border-bottom:1px solid #ffcb00;
	padding:4px 0 4px 2px;
	margin:12px 0 10px 0;
	font-size:1em;
	}

h3#respond {
	margin:10px 0 0 10px;
	padding:0;
	background: url(images/weiter.png) no-repeat;
	width: 526px;
	height: 40px;
	display:block;
	clear:both;
	border: 1px solid #333;
	}
h3#respond:hover {
	border: 1px solid #FFCB00;
	}

h3#comments {
	margin-top:32px
	}

h4 {
	font-size:1.2em;
	margin-bottom:6px;
	padding: 0 0 0 13px;
	}
* html .pagetitle {
	padding: 0 0 0 25px;
}


/* Content */

.entry {
	padding:0 13px 10px 13px;
	margin-bottom:5px;
	display:inline-block;
	width: 560px;
	/*border-bottom: 1px dotted #CCC; */
	clear: both;
	}
* html .entry {
	width: 550px;
	padding:0;
	}
.entry img {
	float:left;
	margin:4px 10px 2px 0;
}
.entry a img, a:link img{
	border :1px solid #000;
	padding:1px;
}
.entry a:hover img{
	border: 1px solid #D20019;
}
#content {
	width:590px;
	margin: 12px 0 0 -25px;
	float:left;
	background: #FFF;
	}
* html #content {
	margin: 12px 10px 0 -12px;
	padding-right: 0;
	}
#content #bild img{
	width:300px;
	float:left;
	padding: 3px 0 5px 0;
	clear: both;
	margin:0;
	border:0;
	display:block;
	}
#content #bild{
	width:300px;
	float:left;
	margin: 0 25px 0 0;
	display: inline-block;
	clear:both;
	padding: 0;
	}
#bild_rechts img{
	width:230px !important;
	float:left;
	padding: 3px 0 5px 0;
	clear: both;
	margin:0;
	border:0;
	display:block;
	}
#content #bild_rechts{
	width:230px;
	float:left;
	margin: 0 0 0 0;
	padding: 0;
	}
#text {
	padding: 0 20px 0 0;
}
#ausgabe {
	float: right;
	margin: -13px 15px 0 0;
	padding-bottom: 3px;
}
#bezug_headline {
	padding:0;
	margin: 0;
	font-size:16px;
	color:#800000;
}

* html #content #bild{
	width: 293px;
	padding:0;
	margin:0;
	}
* html #content #bild img{
	width: 293px;
	}
* html #content #bild strong{
	width: 293px;
	}
#content #bild strong{
	width:300px;
	float:left;
	padding: 0 0 10px 0;
	margin: 0 10px 0 0;
	display: block;
	clear: both;
	}
#TechDaten {
	border: 1px solid #CCC;
	padding: 5px;
	background: #fdf7c5;
}
#bilder_rechts {
	width: 210px;
	float:left;
}
#bilder_rechts img{
	width: 100%;
	border:0;
	margin-top: 15px;
}
#titel_alle {
	margin: 15px 0 0 0;
}
#titel_alle img {
	width: 120px;
	height:170px;
	margin:0 15px 20px 0;
	display:block;
}
#movies {
	float:right;
	margin: -40px 90px 0 0;
}
#av_movie {
 float:left;
 margin: -30px 0 0 0;
}
#av_movie img{
 width: 210px;
}
.description {
	font-size: 1.3em;
	font-weight: bold;
	color:#545454;
	margin-top:-4px;
	}

.feature {
	width: 240px;
	}
.feature p, #rightcol p {
	margin:0;
	}
#features_klein {
	width:100%;
	height:40px;
	background:url(../../uploads/lehr_klein.jpg) repeat #FFF;
	margin-bottom: 4px;
	border: 1px solid #333;
	}
#features_klein:hover {
	border: 1px solid #FFCB00;
	}
#leftcol .feature img, #rightcol img {
	padding:1px;
	border:1px solid #333;
	}
#leftcol .feature img:hover, #rightcol img:hover {
	border:1px solid #FFCB00;
	}
#leadpic {
	float:left;
	margin: 0 18px 8px -14px;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;/*#D20019*/
	padding: 0 2px 2px 0;
	}
#leadpic:hover {
	border-right: 1px solid #FFCB00;
	border-bottom: 1px solid #FFCB00;
	}

#lead {
	margin-top:10px;
	width: 300px;
	float:left;
	padding: 16px 0 5px 14px;
	background: #000;
	color: #FFF;
	}
/*#lead:hover {
	background: #333;
	}
*/
#lead img{
	height:200px;
	}
.title {
	font-size:1.0em;
	font-weight:bold;
	line-height:115%;
	}

.feature#lead .title {
	font:1.7em Georgia, "Times New Roman", Times, serif;
	line-height:100%;
	display:block;
	padding-bottom:7px;
	}

#rightcol img {
	float:left;
	margin:3px 10px 4px 0;
	}
#leftcol img {
	margin-bottom: 4px;
	display:block
	}

#rightcol .clearfloat {
	border-bottom:1px dotted #FFCB00;
	padding:12px 0;
	}

#sidelist li {
	list-style:none
	}

.bullets li {
	list-style:none;
	border-bottom:1px solid #FFF;
	}

#sidelist .bullets li {
	list-style:square;
	margin-bottom:5px;
	line-height:115%;
	margin-left:22px;
	}

#sidelist .children {
	background:#e4efd5;
	}

#sidelist .children li {
	list-style: square;
	margin-left:28px;
	border-bottom:1px solid #e4efd5;
	}

#sidelist .children li a, #sidelist .children li a:visited {
	padding:2px 2px 2px 0px;
	border:0;
	background:#e4efd5;
	color: #818d6f;
	}

#sidelist .children li a:hover, #sidelist .children li a:active	{
	color:#465d23
	}

.postmetadata {
	margin: 30px 0;
	}

#writer {
	background:#eef5e1;
	margin:25px 0 15px 0;
	padding:12px;
	}

#writer img {
	padding:1px;
	border:1px solid #7da939;
	float:left;
	width:80px;
	}

#writer span {
	display:block;
	padding-top:4px;
	border-top:1px solid #cbd8b4;
	margin-top:12px;
	}

#writer p {
	margin:0;
	width:482px;
	}

h3 a:link, h3 a:visited {
	color:#CCC;
	}
h3 a:hover, h3 a:active {
	color: #FFF;
	}
#h3_bestellen a:link, #h3_bestellen a:visited {
	float:right;
	padding:0;
	margin:-15px 16px -10px 0;
	color: #000;
	}
#h3_bestellen a:hover, #h3_bestellen a:active {
	color: #D20019;
	}
table {
	border:0;
	margin: 15px 0 0 0;
	color: #000;
}
#tabelle300 {
	 width:300px;
	 display:block;
	 float:left;
	 clear:both;
}
#tabelle600 {
	 width:600px;
	 display:block;
	 float:left;
	 clear:both;
}

td a, td a:link, td a:hover, td a:visited{
	font-weight: bold;
}
tr, td {
	padding: 3px;
}
#tabelle_aktuell td{
	vertical-align: top;
	padding: 5px 3px 5px 3px;
}
/*Post Formatting*/

.picleft {
	float:left;
	margin:3px 14px 10px 0;
	border:7px solid #f2f2f2;
	}

.picright {
	float:right;
	margin:3px 0 10px 14px;
	border:7px solid #f2f2f2;
	}
* html .post{
	padding: 0 0 0 15px;
	}
.post blockquote {
	color:#76767a;
	background:#f2f2f2;
	padding:6px 14px;
	margin:18px 35px;
	border-right:1px solid #DDD;
	border-bottom:1px solid #DDD;
	}

.post ul li {
	list-style:square;
	margin-bottom:5px;
	line-height:115%;
	margin-left:42px;
	}

.post ol li {
	margin-bottom:5px;
	line-height:115%;
	margin-left:48px;
	}

#tags {
	padding:3px;
	border-bottom:1px solid #DDD;
	border-top:1px solid #DDD;
	}


/* Form Elements */

select {
	background:#f2f2f2;
	border:1px solid #9c9c9c;
	width:100%
	}
#suche {
	float:left;
	width: 250px;
}
#kontakt_ico {
	height: 16px;
	width: 72px;
	float:right;
}
#suchleiste {
	width: 330px;
	float: right;
}
* html #suchleiste {
	width: 330px;
}
#suchleiste a, #suchleiste a:visited {
	padding:2px 0 0 2px !important;
}
#suchleiste a:hover, #suchleiste a:active {
	border:0 !important;
	background:none !important;
}
#searchform {
	padding:0;
	}
#searchform input{
	border: 0;
	border-bottom: 1px solid #000;
	border-right: 2px solid #000;
	background: #333;
	color: #FFF;
}
input#s {
	width: 200px;
	height: 18px;
	border-right: 1px solid #FFCB00;
}
#searchsubmit.button {
	padding: 0 2px 0 2px;
	background:none;
	color:#FFCB00;
	font-weight: bold;
	border:0;
	}
#commentform {
	padding-left: 10px;
}
#commentform input {
	width: 170px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 90%;
	margin-top:5px;
	}
#commentform_versteckt {
	display: block;
	width: 100%;
	height: 20px;
}

/* Comments*/

.commentlist {
	padding-left:30px;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 8px 15px 10px 15px;
	background:#f2f2f2;
	border-top: 1px solid #ddd;
	}

#commentform small {
	background:#FFF;
	font-weight:bold;
	padding:0;
	}

.commentmetadata {
	display: block;
	}

.commentlist small {
	background:#e9e9e9
	}

.commentlist cite {
	font: 1.4em Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	letter-spacing:-0.05em;
	}


/* Float Properties*/

.clearfloat:after {
	display:block;
	visibility:hidden;
	clear:both;
	height:0;
	content:".";
	}

.clearfloat {
	display:inline-block
	}

.clearfloat {
	display:block
	}



/* Footer*/

#footer {
	margin: 0 auto;
	width: 900px;
	font-size:0.7em;
	padding-top:15px;
	color:#800000;
	background: none;
	}

#footer a, #footer a:visited  {
	color: #D20019;
	}
#footer a:hover, #footer a:active {
	color: #FFCB00;
	}
/***WORDTUBE***/
.playlist1{
	margin: -60px 0 0 -13px;
}
* html .playlist1{
	margin: 0 0 0 -13px;
}
.alignleft, .alignright {
	width: 270px;
	padding-bottom: 17px;
	font-weight: bold;
	font-size: 1em;
	}
.alignleft{
	float: left;
	text-align: right;
	}
.alignright {
	float:right;
	text-align: left;
	}
.webrace {
	margin: 0 0 10px 10px;
	width:100%;
	height:370px;
}
.webrace img{
	width: 120px !important;
	height: 110px !important; 
}
.rsevent {
	margin: 0 0 0 10px;
}
ul.rsevent li{
	list-style-image: url(images/cd_li.jpg);
	margin-bottom: 16px;
	padding: 5px 0 0 0;
}
.rseventpost h3 {
	color: #D20019;
}
.rseventpost p {
	margin: 5px 0 5px 0;
}
.shop_banner{
	padding:5px 5px 10px 5px;
	width: 108px;
	float: right;
	text-align: center;
	margin: 10px 0 0 0;
	color: #FFF;
	border: 1px solid #333;
}
.shop_banner_h3 {
	background: #D20019;
	margin: 0 0 10px 0;
}
.align_center {
	text-align:center;
	margin: 0 0 5px 0;
}

.einzel_video{
	width: 535px;
	padding: 10px 20px 10px 10px;
	background: #333;
	margin: 0 0 10px 10px;
	border: 1px solid #333;
	color: #FFF;
}
.sidebar_video object {
	width:200px !important;
	height:180px !important;
}
.sidebar_video .vvqbox {
	height:191px !important;
	width:250px !important;
	margin-bottom: 0 !important;
}
.wp-paginate .current {
	background: #D20019 !important;
	border:1px solid #FFF !important;
}
.entry .vvqbox {
	width:526px !important;
	height:426px !important;
	margin-left: 0 !important;
}
.entry .vvqbox object {
	width:526px !important;
	height:426px !important;
}

#webrace_form{
	width: 300px;
	float: left;
	text-align: right;
	margin-bottom: 20px;
}

#webrace_form p{
	margin: 0;
	padding: 0;
	padding-top: 3px;
	padding-bottom: 3px;
}

#webrace_form input{
	margin-left: 10px;
	width: 190px;
}

#webrace_form #town{
	margin-left: 0px;
	width: 135px;
}

#webrace_form #zip{
	width: 47px;
}

#webrace_form #loesung{
	width: 190px;
	height: 50px;
	vertical-align: top;
	margin-left: 10px;
}

#webrace_form #captchapic {
	display: block;
	position: relative;
	border: 1px solid #a5acb2;
	top: 15px;
	left: 124px;
}

#webrace_form #captcha{
	width: 82px;
	height: 26px;
	margin-top: 5px;
	font-size: 19px;
	font-weight: bold;
}

#webrace_form span.wpcf7-not-valid-tip-no-ajax{
	font-size: 11px;
	padding-top: 2px;
}

#webrace_form div.wpcf7-response-output{
	width: 280px;
	height: auto;
	margin: 0;
	padding: 5px;
	margin-top: 5px;
}

#webrace_form p.loesungperpost{
	margin-top: 25px;
	text-align: left;
}

#webrace_post{
	width: 400px;
	float: left;
	text-align: left;
	margin-bottom: 25px;
}