﻿/*
Theme Name: Motorrad-Garage
Theme URI: http://www.studiografix.de
Description: WordPress-Theme with Widgets-Area and Thumbnails
Version: V2.3
Author: Patrick Amrhein
Author URI: http://www.studiografix.de
*/

@import url('typography.css');
* {
	margin : 0;
	padding : 0;
}
body {
	background:#333 url('images/bg.jpg') no-repeat center bottom;
	text-align:left;
}
a {
	color: #B40001;
	text-decoration:none;
}
a:hover {
	color: #595959;
	text-decoration: underline;
}
img { 
	padding:5px;
	margin:5px;
}
a img {
	border:0px;
}
.caps {
    font-size:10px;
    text-transform:uppercase;
    letter-spacing:1px;
}
.important {
    font-weight:bold;
}
div#container { 
	width:950px;;
	background:#fff;
	margin:0 auto;
	color:#000;
	text-align:left;
}
div#wrapper {
	float:left;
	width:100%;
	background:url('images/content.jpg') no-repeat right top;

}

/************************HEADER***********************/
#header {
	width:950px;
	height:278px;
	margin:0 auto;
	background:url('images/header.jpg') no-repeat;
    position: relative;
}
#logo{
	width:300px;
	height:237px;
    float: left;
}

#rss{
	width:160px;
	height:121px;
	float:right;
}


/*************************CONTENT******************************/

div#content {
	width:510px;
	float:left;
    margin-left:20px;
}
div#content img{
	margin:3px;
	padding:3px;
}
.post h2, .post h2 a:visited, .post h2 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size : 24px;
	text-decoration: none;
    padding:0;
	color: #595959;
	margin-top:20px;
}
.post h2 a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size : 24px;
	text-decoration: underline;
    padding:0;
	color: #B7BABD;
}
.post h3, .post h3 a:hover, .post h3 a:visited, .post h3 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size : 16px;
	font-weight : bold;
	text-decoration : none;
    padding:0;
	color: #A60000;
}
.post {
	font-size : 1.2em;
	margin-bottom : 30px;
	text-align : left;
}
.post ul, .post ol {
	margin-left : 25px;
}
.entry {
	padding :10px 10px 10px 5px;
}
	/*post images*/
		img.alignleft{
			float:left;
			padding:0px;
			margin:0px;
		}
		img.alignright{
			float:right;
			padding:0px;
			margin:0px;
		}
	/*end post images*/		

small {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-style : italic;
	color : #b7babd;
}
blockquote {
	background-image: url(images/bquote.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin:10px 40px 10px 5px;
	font-family : Arial, Helvetica, sans-serif;
	color : #999;
	clear: both;
	padding-top: 15px;
	padding-left: 38px;
}
code {
	font : 14px 'Courier New', Courier, Fixed;
	display : block;
	overflow : auto;
	text-align : left;
	margin : 5px 0;
	padding : 5px 10px 5px 10px;
	background : #eee;
	border-top : 1px solid #ccc;
	border-bottom : 1px solid #ccc;
}
p.postmetadata {
	background:#fff;
	border-bottom:1px #B7BABD dotted;
	font-family : Arial, Helvetica, sans-serif;
	font-style:italic;
	font-size: 12px;
	color:#444444;
	padding:5px;
}
	span.cate{
		background:url('images/cate.png') no-repeat left center;
		padding-left:18px;
		margin-right:10px;
	}
	span.com{
		background:url('images/comment.gif') no-repeat left center;
		padding-left:18px;
	}


.navigation {
	display : block;
	font-size : 16px;
	font-weight : bold;
	padding:20px 5px;
}
	.alignleft {
		float : left;
		text-align : left;
	}
	.alignright {
		float : right;
		text-align : right;
	}

/*************************THUMBNAIL******************************/

.wp-post-image {
	border: 2px solid #ccc;
	float:left;
	margin-right: 15px;
}

/*************************TOPBAR******************************/
div#topbar{
	width:510px;
	float:left;
   	list-style : none;
   	margin-bottom:20px;
   	margin-top:20px;
}
#topbar h2 {
	font-family:Arial, Helvetica, sans-serif;
	color:#B40001;
	font-size : 16px;
	text-align : right;
	padding:2px;
	text-align: left;
}

/*************************SIDEBAR******************************/
div#sidebar{
	float:right;
	width:400px;
    margin-right:20px;
    margin-top:118px;
}
div#sidebar-left{
	float:left;
	text-align: center;
	width:185px;
}
div#sidebar-right{
	float:right;
	text-align: center;
	width:185px;
}
div#sidebar-center{
	float:right;
	text-align: left;
	width:370px;
	margin-top:40px;
}
#sidebar a, #sidebar a:visited {
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
}
#sidebar a:hover {
	text-decoration : underline;
}
#sidebar ul {
	list-style : none;
	margin-bottom : 20px;
}
#sidebar ul ul  {
	list-style-type: none;
	margin: 0;
	padding: 0px 5px 10px 4px;
}
#sidebar ul ul ul,#sidebar ul ul ul ul,#sidebar ul ul ul ul ul {
	margin: 0;
	padding:0;
}
#sidebar ul li {
	line-height : 21px;
}
#sidebar ul ul li {
	padding-bottom:2px;
	background : transparent;
}
#sidebar ul ul ul li,#sidebar ul ul ul ul li,#sidebar ul ul ul ul ul li{
	margin-left :10px;
	background : transparent;
	border-bottom:0;
}
#sidebar ul h2 {
	font-family:Arial, Helvetica, sans-serif;
	color:#B40001;
	font-size : 16px;
	text-align : right;
	padding:2px;
	text-align: center;
}

/***********************COMMENTS******************************/
h3#comments,h3#respond {
	color : #ffffff;
	margin-left:5px;
}
.avatar {
	padding : 3px;
	border : 1px solid #ccc;
	margin:0 5px 5px 0;
    float:left;
}
ol.commentlist {
	list-style-type : none;
}
ol.commentlist li {
	margin-bottom : 20px;
	padding-bottom : 20px;
	padding:10px 5px;
    position:relative;
}
ol.commentlist li.alt {
	margin-bottom : 20px;
	padding-bottom : 20px;
}
.authcomment {
	background-color: #7B7B7B !important;
	border: 2px solid #d2cece;
} 
span.comauth{
	background:#DCDCDC;
	margin-bottom : 12px;
	font-family : Arial, Helvetica, sans-serif;
	font-style:italic;
	font-size: 12px;
	color:#000000;
	padding:5px;
}
#comment_title {
	margin-bottom : 5px;
}
#commentform {
	margin-bottom : 20px;
	margin-left : 10px;
}
#commentform textarea {
	width : 98%;
	padding : 5px;
	font-size : 12px;
	background : #fff;
	border : 1px solid #d2cece;
	margin:5px 0px;
}
input#author,input#email,input#url {
	padding : 4px;
	font-size : 12px;
	background : #fff;
	border : 1px solid #d2cece;
	margin:5px 0px;
}
input#submit{
	background : #d2cece;
	color:#656971;
	padding:5px;
	border:0px;
} 

/**************************FOOTER******************************/
div#footer{
	background:#4C4C4C url('images/footer-bg.jpg') no-repeat right bottom;
	color:#fff;
	clear:left;
	width:950px;
	min-height:410px;
}
#footer-content {
	margin : 0 auto;
	padding : 10px 5px;
	width:920px;
}
#footer-content .left {
	width : 550px;
	float : left;
}
#footer-content .right {
	width : 340px;
	float : right;
}
#footer-content .copyright {
	width : 920px;
	float : left;
}

#footer h2 {
	font-size : 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight : normal;
	color : #B40001;
	margin-bottom:10px;
	text-decoration: underline;
}	
#footer span {
	padding : 10px;
	padding-left : 0;
	display : block;
	width : 900px;
	clear : both;
	margin : 0 auto;
}	
#footer li {
	list-style : none;
}	
#footer a {
	color: #000;
	text-decoration:none;
}	
#footer a:hover {
	color: #A60000;
	text-decoration:underline;
}


hr {
display : none;
}

#copyright {
	color:#4C4C4C;
}

