/*  
Theme Name: Drive A Racecar
Theme URI: 
*/


/* basis seiten settingsn */

body {
	background: #000000 url(images/bg.gif) left top repeat-x;
	padding: 0px;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	
hr {
	color: #FFFFFF;
	border: 0px;
	border-bottom: 1px dashed #999;
	margin: 10px 0px;
	}
	
.button {
	background: url(images/button.gif) top left no-repeat;
	border: 1px solid #aeaeae;
	padding: 2px 10px 2px 10px;
	width: 110px;
	cursor: pointer;
	cursor: hand;
	color: #333;
	text-decoration: none;
	font-weight: bold;
	float: right;
	}
.button:hover {
	border: 1px solid #ff6000;
	color: #333;
	text-decoration: none;
	background-position: 0px -30px;
	}
	
.button a, .button a:visited, .button a:hover { text-decoration: none; color: #333;}

.time {
	background: url(images/clock.png) no-repeat;
	background-position: 5px 6px;
	padding-left: 28px;
	line-height: 28px;
	}

table {
	border: 0px solid #DDD;
	margin: 10px;
	}
td, tr {
	border: 0px;
	border-bottom: 1px solid #DDD;
	padding-left: 5px;
	}
/* clearfix */
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

/* seitenaufbau */

#page {
	width: 908px;
	text-align: left;
	}
#page .top {
	background: url(images/inner-top.png) top left no-repeat;
	margin: 0px;
	height: 120px;
	}
#page .middle {
	background: url(images/inner-middle.png) top left repeat-y;
	margin: 0px;
	}
#page .bottom {
	background: url(images/inner-bottom.png) top left no-repeat;
	height: 35px;
	margin: 0px;
	}
	
#meta {
	height: 46px;
	margin: 0px 19px 0px 19px;
	}
	
/* navigation */

#navigation {
	background:url(images/nav-bg.png) left top repeat-x;
	height: 58px;
	margin: 0px 19px 0px 19px;
	}
#navigation ul {
	list-style: none;
	display: block;
	margin: 0px;
	padding: 0px;
	}
#navigation ul li {
	list-style: none;
	display: block;
	float: left;
	margin: 0px;
	}
#navigation .sidebar {
	background: url(images/nav-sidebar.gif) left top no-repeat;
	float: right;
	width: 260px;
	height: 58px;
	}


.page_item a, .page_item a:visited { 
	background-image: url(images/nav-button.gif);
	background-position: right 0px;
	display: block; 
	padding-top: 32px; 
	padding-bottom: 17px;
	font-size: 11px;
	color: #222222;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	padding-left: 15px;
	padding-right: 15px;
	}
.page_item a:hover { 
	background-position: right -64px; 
	}
.current_page_item a, .current_page_parent a  {
	background-image: url(images/nav-button.gif);
	background-position: right -128px; 
	}

.dropmenudiv{
	background: url(images/dropdown-bg.gif) left top repeat-x;
	position:absolute;
	top: 0;
	font:bold 11px Verdana;
	z-index:99999;
	width: 140px;
	visibility: hidden;
	border-left: 1px solid #c6c6c6;
	border-right: 1px solid #c6c6c6;
	border-bottom: 1px solid #c6c6c6;
	margin: -11px 0px 0px -2px;
	padding-top: 5px;
}

.dropmenudiv a{
	background: url(images/arrow.gif) no-repeat;
	background-position: 4px 13px;
	width: auto;
	display: block;
	text-indent: 3px;
	padding: 8px 18px;
	text-decoration: none;
	font-weight: bold;
	color: #707b81;
}

* html .dropmenudiv a{ width: 100%;}

.dropmenudiv a:hover{ background-color: #FFF; background-position: 120px 13px; }
	
/* Sidebar */

#sidebar {
	background: url(images/sidebar.gif) left top repeat-y;
	display: block;
	float:left;
	width: 260px;
	}
#sidebar .end {
	background: url(images/sidebar-end.gif) left top no-repeat;
	width: 260px;
	height: 20px;
	}
	
#sidebar a, #sidebar a:visited {
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #ff6000;
	}
#sidebar a:hover {
	text-decoration: underline;
	}
	
#sidebar .entry {
	margin: 0px;
	}
#sidebar .entry h2 {
	background: url(images/sidebar-h2.gif) top left no-repeat;
	font-family: "trebuchet MS",sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1.5pt;
	word-spacing: 0pt;
	color: #ccc;
	padding: 15px 10px 0px 10px;
	}
#sidebar .entry .content {
	padding: 5px 10px;
	font-size: 11px;
	color: #dddddd;
	line-height: 16px;
	}
#sidebar .entry .content .recentTitle {
	color: #222;
	}
#sidebar .entry .content .recentContent {
	padding: 5px 0px;
	}



/* Content */

#content {
	display: block;
	float: left;
	margin-left: 19px;
	width: 830px;
	padding: 0px 20px;
	}
#content {
	font-size: 11px;
	line-height: 18px;
	color: #333;
	text-align: justify;
	}
#content h1, #content h2, #content h3, #content h4, #content h5 {
	font-family: "trebuchet MS",sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	color: #5b6265;
	}
#content h1 { font-size: 20px; }
#content h2 { font-size: 18px; }
#content h3 { font-size: 16px; }
#content h4 { font-size: 14px; }
#content h5 { font-size: 12px; }
#content h6 { 
	font-family: "trebuchet MS",sans-serif;
	background: url(images/h6.gif) no-repeat;
	background-position: 0px 18px;
	font-size: 13px; 
	font-weight: bold;
	padding-bottom: 16px;
	margin: 20px 0px 2px 0px;
	color: #5b6265;
}

#content a, #content a:visited {
	color: #ff6000;
	text-decoration: none;
	}
#content a:hover {
	color: #ff6000;
	text-decoration: underline;
	}

#content p{
	font-size: 11px;
	line-height: 18px;
	color: #333;
	text-align: justify;
	}
	
#content blockquote {
	border-left: 4px solid #ff6000;
	background-color: #f2e1d6;
	padding: 8px;
	margin: 0px;
	margin-left: 10px;
}

#content ul {
	margin: 0px;
	padding: 0px;
	margin: 10px 10px;
	list-style: none;
}

#content ul li {
	margin: 0px;
	background: url(images/arrow.gif) no-repeat;
	background-position: 0px 9px;
	padding: 1px 16px;
	list-style: none;
}

#content .box {
	background: url(images/3box.gif) top left no-repeat;
	width: 262px;
	height: 227px;
	float: left;
	margin: 0px 10px;
}
#content .box .inner {
	margin: 10px 15px 10px 10px;
}
#content .slit {
	width: 10px;
	height: 227px;
	float: left;
}	

#content img a {
	border: 0px;
	}
#content p img a {
	border: 0px;
	}
#content a img{
	border: 0px;
	}
#content p a img{
	border: 0px;
	}

/* Scroller Content */

.scroller {
	border: 1px solid #DDD;
	width: 95%;
	height: 300px;
	overflow:auto;
	padding: 10px;
	background-color: #FFF;
	}
	
/* Bilder */
.imgright, .imgright a{
	display: block;
	float: right;
	margin-left: 10px;
	margin-bottom: 5px;
	border: 1px solid #DDD;
	background-color: #FFF;
	padding: 5px;
	}
.imgright:hover, .imgright a:hover{
	border: 1px solid #ff6000;
	}
	
.imgleft, imgleft a{
	display: block;
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
	border: 1px solid #DDD;
	background-color: #FFF;
	padding: 5px;
	}
.imgleft:hover, .imgleft a:hover{
	border: 1px solid #ff6000;
	}
	
.imgcenter{
	text-align: center;
	margin: 10px;
	border: 1px solid #DDD;
	background-color: #FFF;
	padding: 5px;
	}
.imgcenter:hover{
	border: 1px solid #ff6000;
	}
	
/* Footer */

#page .footer {
	background: url(images/footer.png) top left no-repeat;
	height: 42px;
	margin: 0px;
	font-size: 11px;
	color:#CCC;
	margin-top: -10px;
	padding: 0px 16px;
	}
#page .footer a, #page .footer a:visited {
	color:#CCC;
	text-decoration: none;
	}
#page .footer a:hover {
	color:#ff6000;
	}
#page .footer .copyright {
	width: 35%;
	float: left;
	text-align: left;
	padding-top: 6px;
	padding-bottom: 10px;
	}
#page .footer .links {
	width: 55%;
	float: right;
	text-align: right;
	padding-top: 14px;
	padding-bottom: 10px;
	padding-right: 10px;
	}

/* fuer unterschiedliche Kommentare*/

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

/* braucht man immer*/
acronym, abbr, span.caps {
	cursor: help;
	}


