/*
Theme Name: roh-macht-froh
Theme URI: http://www.limx.net
Description: individual template, based on the default WordPress theme.
Version: 1.0
Author: silke kaiser
Author URI: http://silke.kaiser.limx.net
Tags: fixed width, one column, widgets

*/



/* Begin Typography & Colors */
body {font-family:Verdana, Arial, Helvetica, sans-serif;font-size:11px;color:#660000;background:url(images/bg3.gif) repeat-x #abab56;margin:0;padding:0;}

table, td, td img {border:0;padding:0;margin:0;}
hr {margin:16px 0 16px 0;display:block;}

#wrap{margin:0 0 0 72px;width:990px;}
#frame {margin:26px auto 26px 0; background-color:#ffffff; width:800px;float:left;}
#header {background:url(images/header.gif) no-repeat; width:800px; height:91px;}
#page {min-height:449px;background:url(images/flowerpower.gif) no-repeat #ffffff;}
/*#sidebar {width:120px;height:159px;background-color:#ffae34;margin-left:140px;padding:36px 0 0 20px;float:left;font-size:12px;}*/
#sidebar {width:120px;height:auto;margin:0 0 0 140px;padding:0;float:left;font-size:12px;}
#menubox {width:114px;height:233px;margin:0;padding:36px 0 0 26px;background-color:#ffae34;}
.box {width:128px;height:60px;background-color:#ffae34;margin:30px 0 0 0;padding:16px 0 0 12px;}
#cart {height:30px;padding:16px 0 0 20px;width:120px;}
#archiv {height:auto; padding:16px 0 10px 12px;}
#stage {width:450px;padding:36px 0 20px 40px;float:left;min-height:560px;}
#banner {width:150px;padding:0;margin:156px auto 26px 40px;float:left; }
#banner small {width:120px;display:block;text-align:right;margin-bottom:20px;}
#banner iframe {clear:both;margin-bottom:40px;}
#banner img {border:1px solid #333333;}
#footer {background-color:#ffae34;width:780px;height:15px;padding:5px 0 5px 20px;text-align:center;clear:both;}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {}

.even, .alt {}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

.commentlist li, #commentform input, #commentform textarea {
	font-size: 0.9em;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {	}

.commentmetadata {
	font-weight: normal;
	}


small, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

#sidebar .box {font-size:10px;}
#sidebar .box a {font-size:10px;font-weight:bold;}
#sidebar #cart, #sidebar #cart a {font-size:10px;font-weight:bold;}
#sidebar #archiv, #sidebar #archiv a {font-weight:normal;}

/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0 0 20px 0;
	padding: 0;
	}

.post {
	margin: 0 0 40px;
	text-align: justify;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

/* End Structure */


/* Begin Images */
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 */



/* 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: 2px 0 4px 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;
	}

ol li {
	list-style: decimal outside;
	}

/* End Entry Lists */



/* Begin Form Elements */
#newsletterform {text-align:left;margin:20px 0 0 0;}

#newsletterform label {float:left;width:100px;}

#searchform {
	}

#sidebar #searchform #s {
	width: 76px;
	padding: 2px;
	float:left;
	}

#sidebar #searchsubmit {
	border:1px solid #abab56;;
	width:30px;
	height:25px;
	margin-left:2px;
	background-color:#ffc266;
	padding: 1px;
	float:left;
	color:#660000;
	font-weight:bold;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */

/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}



a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 20px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	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 */


h1, h2 {font-size:12px;font-weight:bold;margin:0 0 16px 0;}
h3, h4 {font-size:12px;font-weight:normal;margin:0 0 8px 0;}
h5, h6 {font-size:12px;font-weight:bold;margin:0;color:#abab56;}
a, a:link, a:visited, a:hover, a:active {text-decoration:none;font-family:Verdana, Arial, Helvetica, sans-serif;color:#660000;}
form, ul, li {padding:0;margin:0;}
input[type=hidden] {height:0px;}
body.impressum #stage, body.impressum #stage a {font-size:10px;}

.entry a, .entry a:link, .entry a:visited, .entry a:active {text-decoration:underline;}
.entry p a:visited {color: #b85b5a;}
.entry a:hover {text-decoration:underline;font-family:Verdana, Arial, Helvetica, sans-serif;color:#abab56;}
.postmetadata a {color:#777777;}

#footer, #footer a {font-size:10px;}
#footer img {margin:0 4px 0 0;}
#footer a:hover {color:#333333;}

#sidebar ul, #sidebar ul li ul { list-style:none outside;margin:0;padding:0;}
#sidebar li, #sidebar li ul li {padding:0 0 16px 0;}
#sidebar li:last-child {padding:0;}
#sidebar li ul li ul li, #sidebar li ul li ul li:last-child {padding:4px 0 4px 0;}
#sidebar li a, #sidebar li ul li a, #sidebar li div ul li a {font-weight:bold;}
#sidebar ul li h2 {display:none;height:0;}

/*#stage li {padding:0;margin:24px 0 8px 0;}*/
#stage li {padding:0;margin:0 0 8px 0;}
#stage ul, #stage ul li ul {list-style:none outside;}
#stage ul li a, #stage ul li ul li a {text-decoration:underline;}
#stage ul li h2 {margin-top:20px;}
#stage ul li:first-child h2 {margin-top:0;}

.wp-flattr-button {float:left;}
