/*  
Theme Name: Aircult Service
Theme URI: http://www.aircult-service.de/
Description: A theme for Schmiddi's Aircult service.
Version: 1.0
Author: Marc Schieferdecker
Author URI: http://www.das-motorrad-blog.de/
*/

* {
	margin:0em;
	padding:0em;
}
body {
	background-color:#333;
	font-size:76%;
	text-align:center;
	font-family:"Trebuchet MS",Arial,Helvetica,Georgia,sans-serif;
}

/* Container */
#container {
	width:984px;
	margin:20px auto;
	text-align:left;
}
#contentcontainer {
	margin-top:5px;
	width:984px;
	overflow:hidden;
}

/* Head */
#head {
	width:984px;
	height:204px;
	background-image:url('images/head.jpg');
}
#head h1, #head h2 {
	position:absolute;
	left:-8000px;
	top:-800px;
}

/* Content */
#content {
	width:755px;
	background-image:url('images/bg_content.jpg');
	background-repeat:repeat-x;
	background-position:top;
	background-color:#FFF;
	float:left;
	min-height:505px;
}
* html #content {
	height:505px;
}

/* Sidebar */
#sidebar {
	width:223px;
	background-image:url('images/bg_content.jpg');
	background-repeat:repeat-x;
	background-position:top;
	background-color:#FFF;
	float:right;
	min-height:505px;
}
* html #sidebar {
	height:505px;
}
#sidebar li,#sidebar li ul {
	list-style-type:none;
	list-style-position:inline;
	margin:0em;
}
#sidebar li {
	font-size:1.2em;
	color:#666;
}
#sidebar li ul li {
	background-image:none;
	padding:15px;
	padding-top:0em;
}
#sidebar #search {
	background-image:none;
}
#sidebar li h2 {
	border-bottom:1px solid #666;
	padding-top:3px;
	padding-left:15px;
	margin-bottom:15px;
	font-size:1em;
	color:#666;
	height:24px;
}
* html #sidebar li h2 {
	margin-left:-15px;
}
#sidebar div img {
	padding-top:10px;
	padding-left:15px;
}
#sidebar form {
	padding-left:15px;
	padding-bottom:15px;
}
#sidebar li#categories-1 select {
	margin-left:15px;
	width:170px;
}
#sidebar a:link, #sidebar a:visited {
	color:#666;
	text-decoration:none;
}
#sidebar a:hover {
	text-decoration:underline;
}
#sidebar #notiz {
	margin-top:40px;
	margin-bottom:40px;
	text-align:center;
}
#sidebar .widget_pages ul li ul {
	display:none;
}

/* Post */
.post {
	padding:1em;
	color:#000;
}
.post .post-title {
	text-align:right;
}
.post .post-title a:link,.post .post-title a:visited {
}
.post .post-info {
	background-image:url('images/bg_headline.gif');
	background-position:left center;
	background-repeat:no-repeat;
	padding:0.5em;
	padding-left:85px;
	border-bottom:3px solid #000;
	color:#666;
	font-size:2em;
	font-weight:bold;
	margin-bottom:0.5em;
}
.post .post-info a:link, .post .post-info a:visited {
	color:#666;
}
.post .post-content {
	font-size:1.1em;
}
.post .post-content p {
	margin-top:1em;
	margin-bottom:1em;
}
.post .post-content img {
	border:2px solid #CCC;
	border-right:2px solid #999;
	border-bottom:2px solid #999;
	padding:2px;
	margin-right:10px;
	margin-left:5px;
}
.post .post-content ul {
	margin-left:4em;
	list-style-type:none;
}
.post .post-content ol {
	margin-left:4em;
}
.post .post-content ul li {
	background-image:url('img/li.jpg');
	background-repeat:no-repeat;
	background-position:left top;
	padding-left:28px;
}
.post .post-content blockquote {
	margin-left:4em;
	padding:0.5em;
	background-color:#E4E4E4;
	width:80%;
	border-left:5px solid #999;
}
.post .post-content blockquote p {
	margin:0em;
}
.post .post-footer {
	border:1px solid #CCC;
	border-right:1px solid #999;
	border-bottom:1px solid #999;
	margin-top:1em;
	margin-bottom:1em;
	padding:0.2em;
	padding-left:0.4em;
	background-color:#F4F4F4;
}
.post ol.commentlist {
	margin:1em;
	margin-left:18px;
	overflow:hidden;
}
.post ol.commentlist li {
	background-color:#F4F4F4;
	border:2px solid #CCC;
	border-right:2px solid #999;
	border-bottom:2px solid #999;
	margin-bottom:0.5em;
	padding:0.2em;
	overflow:hidden;
}
* html .post ol.commentlist li {
	height:1%;
}
.post textarea#comment {
	width:540px;
	margin-top:0.5em;
}
.post table {
	border-top:1px solid #CCC;
	border-left:1px solid #CCC;
}
.post table td, .post table th {
	padding:4px;
	border-bottom:1px solid #999;
	border-right:1px solid #999;
}
.post h2 {
	font-size:1.3em;
	margin-top:0.7em;
	margin-bottom:0.7em;
}
.post h3 {
	font-size:1.2em;
	margin-top:0.7em;
	margin-bottom:0.7em;
}
.post-meta-key {
	display:none;
}

/* Footer */
#footer {
	width:984px;
	margin:2em auto;
	text-align:center;
	color:#FFF;
	font-size:1.1em;
}
#footer p {
	margin-bottom:1em;
	width:755px;
}

/* Links */
a:link,a:visited {
	color:#922;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
#footer a:link,#footer a:visited {
	color:#FFF;
	text-decoration:underline;
}

/* IE 6 bastard */
* html #sidebar ul li h2 {
	padding-right:15px;
	text-align:right;
}
