/*  
Theme Name: Aukjes Sattelkammer
Theme URI: http://www.aukjes-sattelkammer.de/
Description: Theme for aukjes-sattelkammer.de 2009
Version: 1.0.0
Author: tm-media Ltd.
Author URI: http://www.tm-media.net/
*/


* { margin: 0; padding: 0 }

* html body * { overflow:visible }
* html iframe, * html frame { overflow:auto }
* html frameset { overflow:hidden }


html {
	font-size: 100.01%;
	min-height: 101%;
}

html, body {
	margin-top: 15px;
	margin-bottom: 35px;
	padding: 0px;
}

body {
	color: #532929;
	margin: 0px;
	background-color: #E2E1C2;
}

#page {
	overflow: hidden;
	clear: both;
	text-align: center;
	margin: auto;
	width: 95%;
}

#breadcrumb {
	width: 100%;
	background: #532929;
	color: #FFF;
	margin-bottom: 10px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	line-height: 15px;
	height: 15px;
	text-align: left;
	text-indent: 25px;
}

#breadcrumb a {
	color: #FFF;
	text-decoration: none;
}

#sidebar {
	float: left;
	width: 150px;
	margin-top: 0px;
	padding-left: 5px;
	background-color: #E2E1C2;
	text-align: left;
}

#sidebar a {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #532929;
}

#sidebar h2 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-align: left;
	background: #532929 url(images/corner_left.gif) left no-repeat;
	height:14px;
	margin-bottom: 0px;
	color: #ffffff;
	text-indent: 15px;
}

#sidebar ul {
	list-style-type: none;
	background: #E2E1C2;
	margin-left: 0px;
	margin-top: 0px;
	padding-left: 0px;
}

#sidebar ul li {
	list-style-type: none;
	background: #E2E1C2;
	text-indent: 15px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #532929;
}

#sidebar ul ul {
	list-style-type: none;
	background: #E2E1C2;
	color: #532929;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 5px;
	padding-left: 0px;
}

#sidebar ul ul li {
	list-style-type: none;
	background: #B1AA66;
	text-indent: 15px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #532929;
	line-height: 20px;
}

#sidebar form div {
	background: #B1AA66;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #532929;
}

#sidebar form div input#s {
	background: #E2E1C2;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #532929;
	margin-top: 5px;
	margin-bottom: 5px;
}

#sidebar form div input#searchsubmit {
	margin-left: 15px;
	margin-bottom: 5px;
}

#content {
	width: auto;
	overflow: hidden;
	margin-left: 160px;
	margin-right: 170px;
	margin-top: 0px;
	padding-left: 20px;
	border-left: 1px solid;
	border-color: #532929;
	text-align: left;
	min-height: 400px;
}

.post {
	margin: 0 0 40px;
	text-align: justify;
	border-bottom: 1px dotted #532929;
}

.post h2 a {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 18px;
	color: #532929;
}

.post small {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 10px;
}

.post p {
	margin-bottom: 10px;
}

.entry {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 14px;
	color: #532929;
	margin-top: 10px;
}

.entry a {
	color: #B1AA66;
	font-weight: bold;
	text-decoration: underline;
}

.postmetadata {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-align: left;
	text-indent: 5px;
	background: #B1AA66;
	color: #532929;
	line-height: 20px;
	margin-top: 20px;
}

.postmetadata a {
	color: #532929;
	text-decoration: underline;
}

/*
* Begin Lists
* Special stylized non-IE bullets
* Do not work in Internet Explorer, which merely default to normal bullets.
*/

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
} 

html>body .entry li {
	margin: 7px 0 8px 10px;
}

.entry ul li:before {
	content: "\00BB \0020";
}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
}

.entry ol li {
	margin: 0;
	padding: 0;
}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
}
/* End Lists */

/* Begin Images */

img {border:0}

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)
*/

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
}
/* End Images */

/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #532929;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	/*  border-radius: 3px; */
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

#footer {
	margin-top: 0px;
	border-top: #532929 1px solid;
	font-size: 12px;
	width: 100%;
}

#footer a {
	color: #532929;
	text-decoration: none;
}

#footer ul {
	float: left;
	display: inline;
	margin-top: 10px;
	width: 100%;
}

#footer ul li {
	list-style-image: none;
	list-style-type: none;
	display: inline;
	margin: 0;
	padding: 0;
}

#footer ul ul {
	float: left;
	display: block;
	padding-left: 15px;
	border-right: #532929 1px solid;
}

#footer ul ul li {
	list-style-image: none;
	list-style-type: none;
	display: list-item;
	margin: 0;
	padding: 0;
}
