/*
Theme Name: bgLehmann
Theme URI: http://bavariansocialclub.de/
Description: Lehmann Style
Author: Stefan A. Wimmer
Author URI: http://bavariansocialclub.de/
Tags: 
Text Domain: 

	....

*/


* {
	margin: 0;
	padding: 0;
}

img, a, a img { outline: none; border: none;}

body {
	font: 12px/1.6em Helvetica, Arial, sans-serif;
	color: #000;
	background: #fff url(images/bg_body.gif) no-repeat 0 0;
	text-align: center;
}

#container {
	width: 980px;
	margin: 20px auto;
	text-align: left;
	background: #fff;
}

#header {
	height: 150px;
}
#header h1#logo a {
	display: block;
	text-indent: -99999em;
	width: 428px;
	height: 60px;
	background: url(images/logo.gif) no-repeat 0 100%;
}

#navi {
	xbackground: #ffc;
	float: left;
	width: 175px;
	margin-left: 25px;
}
.current_page_item, .current_page_parent { text-decoration: underline;}

#subnavi {
	xbackground: #eff;
	float: left;
	width: 228px;

}
#content {
	xbackground: #fef;
	float: left;
	width: 500px;
	margin-left: 25px;
}

#footer {
	clear: both;
	padding: 20px 0 0 25px;
}

ul {
	list-style: none;
}
a {
	color: #000;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
}
ul a {
	text-transform: uppercase;
}

.post-edit-link {
	color: #2da36a;
}
.post h2 { display: none;}
.post .entry h2 { display: block;}
