/*  
Theme Name: Lenemuench_v2
Theme URI: http://72quadrat.de
Description: Das Theme von lenemuench.de basiert ursprünglich auf einem Theme von <a href="http://warpspire.com">Kyle Neath</a> welches weiter ueberarbeitet wurde von <a href="http://wpthemes.info" title="WP Themes.Info">WPThemes.Info</a>, und schließlich deutsch übersetzt wurde von <a href ="http://annette.wordblog.de/themes/">Annette Foelske-Schmitz</a>.
Version: 2.0 
Author: Timo Hoener
Author URI: http://72quadrat.de
*/

/* @override 
	http://lenemuench.de/wp-content/themes/lenemuench_v2/style.css
	http://www.lenemuench.de/wp-content/themes/lenemuench_v2/style.css
	http://lenemuench:8888/wp-content/themes/lenemuench_v2/style.css
	http://lenemuench.basismaschine.de/wp-content/themes/lenemuench_v2/style.css
*/

/* @group Standards */

* {
	border: none;
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-family: Verdana, Arial, Sans-Serif;
	background: #eee;
	height: 100%;
}

.clear {
	clear: both;
}

.wrap {
	background-image: url("/wp-content/themes/lenemuench_v2/img/hintergrundweiss-600px.gif");
	background-repeat: repeat-y;	
	background-position: right;
}

#content {
	width: 80%;
	min-width: 70em;
	max-width: 100em;
	margin: 0 0 0 4%;
	background-image: url("/wp-content/themes/lenemuench_v2/img/hintergrundgrau-270px.gif");
	background-repeat: repeat-y;
	background-color: #fff;
	overflow: hidden;
	padding: 0 0 6em 0;
}

/* @end */

/* @group Head */

#header {
	width: 80%;
	min-width: 70em;
	max-width: 100em;
	margin: 0 0 0 4%;
	height: 100px;
}

#header a.logo {
	display: block;
	position: absolute;
	float: left;
	height: 100px;
	width: 270px;
	z-index: 2;
}
#header a.logo img {
	display: block;
	float: left;
	padding: 50px 0 0 20px;
}

.wrap-header {
	background: #444;
}

/* @end */

/* @group Hauptnavigation */

ul.topnav{
	display: block;
	position: absolute;
	padding: 80px 0 0 270px;
	margin: 0px;
	z-index: 1;
	}

.topnav li {
	list-style: none;
	display: block;
	float: left;
	margin: 0px 10px 0px 0px;
	padding: 0px;
	}

.topnav li a {
	display: block;
	float: left;
	color: #cccccc;
	text-decoration: none;
	padding: 0px 0px 2px 0px;
	margin: 0;
	}

.topnav li a:hover, .topnav li.current_page_item a, .topnav li.current-cat a {
	color: #fff;
	border-bottom: 5px solid #fff;
	}
.topnav li.current_page_item-grey a {
	color: #fff;
	border-bottom: 5px solid #eee;
	}

.topnav li.current_page_item-grey a:hover {
	color: #fff;
	border-bottom: 5px solid #eee;
	}


/* @end */

/* @group Sprachnavigation */

.languagenav {
	margin: 0 0 0 0;
	padding: 0;
	list-style-type: none;
	display: block;
	position: absolute;
	top: 60px;
	left: 80%;
}

.languagenav li.language_item {
	display: block;
	float: left;
	padding: 3px;
}

.languagenav li.language_item a{
	opacity: 0.2;
	margin: 2px;
	padding: 0;
	background: 0;
}

.languagenav li.language_item.current_language_item a {
	opacity: 0.6;
	}

.languagenav li.language_item a:hover {
	opacity: 1;
	border: none;
}


/* @end */

/* @group Content */

#content h2, h1 {
	margin: 0 0 0 270px;
	padding: 2em 0 0.3em 20px;
	font-family: Georgia, Times;
	font-weight: normal;
	color: #333;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 1.8em;
}
#content h3 {
	margin: 0 0 0 270px;
	padding: 1em 0 0.5em 20px;
	font-family: Georgia, Times;
	font-weight: normal;
	color: #333;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 1.4em;
}
#content p {
	margin: 0 0 0 270px;
	line-height: 1.8em;
	padding: 0 0 1em 20px;
	color: #333;
}
#content .details {
	margin: 0 0 0 290px;
	padding: 0.3em 0 1em 0;
	color: #999;
	border-top: 1px solid #ccc;
}
#content .details a {
	color: #999;
}
#content ul {
	margin: 0 0 0 270px;
	line-height: 1.8em;
	padding: 0 0 1em 20px;
	display: block;
	list-style-type: none;
}
#content ul li {
	padding: 0 0 0.5em 15px;
	margin: 0 0 0 5px;
	display: block;
	background: url("/wp-content/themes/lenemuench_v2/img/pfeil.gif") no-repeat 0 7px;
}
#content ul li:hover {
	background-position: 5px 7px;
}
#content a {
	color: #333;
	text-decoration: none;
	padding: 0 0 4px 0;
	background-image: url("/wp-content/themes/lenemuench_v2/img/gestrichelt.gif");
	background-repeat: repeat-x;
	background-position: bottom;
}
#content a:hover {
	background-image: url("/wp-content/themes/lenemuench_v2/img/gestrichelt-over.gif");
	color: #000;
	font-weight: bold;
}

#content a.weiterlesen {
	color: maroon;
}
	
#content span.editbutton {
	/* Der Bearbeiten Button */
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 0 4px 0 4px;
}
#content span.editbutton a{
	background: none;
	color: #999;
}
#content span.editbutton a:hover{
	color: #000;
}

/* @group Thumbnail */

#content div.thumbnail {
	float: left;
	width: 260px;
	padding: 2em 0 0 0 ;
	margin: 10px 0 0 0 ;
}
#content div.thumbnail a {
	display: block;
	float: right;
	padding: 10px;
	background-image: none;
}
#content div.thumbnail a:hover {
	background: #ccc;
}

/* @end */

/* @end */

/* @group Einzelbeiträge */

/* @group Slideshowpro Diaschau */

#slideshowpro {
	background: #eee;
	padding: 30px 0 4em 0;
	overflow: hidden;
	background: #eee;
}

#slideshowpro #slideshowpro-container {
	margin: 0 0 0 4%;

}

#slideshowpro #slideshowpro-container .flashcontent {
	padding: 0 0 0 270px;
}

#slideshowpro h2 {
	font-family: Georgia;
	font-weight: normal;
	text-transform: uppercase;
	padding: 2em 0 1em;
	letter-spacing: 1px;
	color: #333;
}
#slideshowpro p {
	line-height: 1.8em;
	color: #333;
}

/* @end */


/* @end */

/* @group Seiten */

/* @group Kontaktformular */

#usermessagea {
	margin: 0 0 0 270px;
	padding: 0 0 0 20px;
}

#usermessagea.failure {
	color: red;
}
.cf_li_err .reqtxt{
	color: red;
}

.cform .cf_li_err input {
	border: 1px solid red;
}

.reqtxt {
	padding: 0 0 0 10px;
	color: #fff;
}

.cform {
}
.cform ol{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.cform ol li {
	list-style-type: none;
}

.cform label {
	display: block;
	float: left;
	width: 250px;
	padding: 4px 20px 4px 0;
	margin: 10px 0 0 0;
	text-align: right;
}

.cform input,
.cform textarea {
	background: #fff;
	border: 1px solid #ccc;
	margin: 10px 0 0 20px;
	width: 40%;
	padding: 4px;
	font-family: Verdana, Arial, Sans-Serif;
	line-height: 1.8em;
	font-size: 11px;
}

.cform input:focus,
.cform textarea:focus {
	border: 1px solid #666;
}

.cform .sendbutton {
	background: #fff;
	border: 1px solid #ccc;
	margin: 10px 0 0 0;
	width: 30%;
	padding: 4px;
}
.cform .sendbutton:hover {
	background: #eee;
	font-weight: bold;
}
.linklove {
	display: none;
}

/* @end */

.seite .seitenbild {
	float: left;
	width: 270px;
}

.seite .seitenbild img {
	float: right;
}

/* @end */

/* @group Footer */

#footer {
	padding: 2em 0 6em 0;
	width: 96%;
	margin: 0 0 0 4%;
	overflow: hidden;
	color: #666;
	line-height: 20px;
	background: #eee;
}
#footer p {
	padding: 0 0 0 270px;
}
#footer p a {
	color: #666;
	text-decoration: none;
	padding: 0 0 2px 0;
}
#footer p a:hover {
	color: #666;
	text-decoration: none;
	background-image: url("/wp-content/themes/lenemuench_v2/img/gestrichelt-over.gif");
	background-repeat: repeat-x;
	background-position: bottom;
}
#footer a#bclink {
	position: absolute;
	right: 10px;
}
/* @end */

/* @group Sidebar */

#sidebar {
	margin: 0 0 0 4%;
	width: 270px;
	overflow: hidden;
	position: absolute;
	top: 774px;
	line-height: 1.8em;
	height: 3em;
}

#sidebar h2 {
	/*Dies ist der Standardtitel der nicht uebersetzt werden koennte*/
	display: none;
}

#sidebar h3 {
	color: #999;
	font-weight: normal;
	font-size: 1em;
	border-top: 1px solid #fff;
	padding: 1em 0 0.6em 0;
}

#sidebar ul {
	display: block;
	margin: 0;
	padding: 0;
}

#sidebar ul li.widget {
	margin: 0;
	list-style-image: none;
	list-style-type: none;
	border-bottom: none;
	padding: 0;
	display: block;
}

#sidebar ul li {
	padding: 0.5em 0 0.5em 0;
	border-bottom: 1px solid #ccc;
	margin: 0 0 0 0;
	list-style-type: none;
	display: block;
}

#sidebar ul li a {
	background: none;
	color: #999;
	text-decoration: none;
	background: url("/wp-content/themes/lenemuench_v2/img/pfeil-grau.gif") no-repeat 0 7px;
	display: block;
	padding: 0 0 0 15px;
}
#sidebar ul li a:hover {
	background: none;
	font-weight: normal;
	color: #333;
	background: url("/wp-content/themes/lenemuench_v2/img/pfeil.gif") no-repeat 5px 7px;
}

/* @end */


