/*
Theme Name: simension
Template: twentyeleven
Theme URI: http://simension.de/
Description: Child-Theme fuer twentyeleven
Author: loh/simension
Author URI: http:simension.de/
Version: 1.0
*/

@import url('../twentyeleven/style.css');

.home #post-15084 h3, .home #post-15084 footer, .home #post-15084 .more-link {
	display:none;
	}

/* von 2011 geaenderte Auszeichnungen */
div#content h3 {
font-size: 1em;
}
h2 {
font-size: 1.2em;
}
div#content img {
border-width: 0;
}
.simsthema {
	display: inline-block;
	position: absolute;
	right: -100px;
	height: 42px;
	width: 390px;
	background-color: #e2e2e2;
	-moz-border-radius:21px; /* Firefox */
	-webkit-border-radius:21px; /* Safari, Chrome */
	-khtml-border-radius:21px; /* Konqueror */
	border-radius:21px; /* CSS3 */
	text-align: left;
}
.simsthema img {
	margin: 0;
	pading: 0;
}


/* Platz fuer geloeschte Kommentare entfernt */
.entry-title,
.entry-header .entry-meta {
	padding-right: 0px;
}

body, h1.entry-title {
color: #373737;
}
nav#access {
background-color: #373737;
background: -moz-linear-gradient(rgb(55, 55, 55), rgb(10, 10, 10)) repeat scroll 0% 0% transparent;
}

ul.icons, ul.linklists, ul#cptr_related_posts {
	list-style-type: none;
	clear: both;
}
ul.linklists, ul#cptr_related_posts {
	margin-left: 0;
	display: flex;
	flex-wrap: wrap;
}
ul#cptr_related_posts {
	align-items: flex-end;
}

ul.icons li {
	clear: left;
}
ul.linklists li, ul#cptr_related_posts li {
	width: 30%;
	margin: 0.1em;
	padding: 0.25em;
}
ul.linklists li {
	text-align: center;
    background-color: #F1F1F1;
}
ul#cptr_related_posts h4 {
	font-size: 0.8;
	font-weight: bold;
}

ul.linklists li a, ul#cptr_related_posts a {
	display: block;
}

dt code {
	padding: 0.1em;
	font-weight: bolder;
	font-size: 1.1em;
	letter-spacing: 0.1em;
	background-color:#e2e2e2;
}

/* additionale Auszeichnungen */
div#content .note, div#content .important, div#content .overview{
position: relative;
-moz-border-radius:7px; /* Firefox */
-webkit-border-radius:7px; /* Safari, Chrome */
-khtml-border-radius:7px; /* Konqueror */
border-radius:7px; /* CSS3 */
width: 91,5%;
padding: 4%;
}
div#content .note{
color: #666;
border: 1px solid #666;
background-color: #F9F9F9;
font-size: 0.9em;
padding: 1.5%;
}

div#content .important{
border: 1px solid #a00004;
background-color: #F9F9F9;
color: #a00004;
font-size: 1.1em;
}

div#content .important a{
text-decoration:underline;
}

div#content .overview{
border: 1px solid #a00004;
background-color: #F9F9F9;
}

.attention{
padding: 0 5px;
border-radius: 3px;
color: #fff;
background-color: #A00004;
font-weight: bold;
letter-spacing: 0.1em;
}

td .crossh {
	font-size: 1.2em;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	font-weight: bolder;
}

.ep {display:none;}

.option-wahr, .option-falsch{
	display:block;
	text-indent: -10000px;
	height: 22px;
	width: 26 px;
	background-repeat: no-repeat;
	background-position: center;
}
.option-wahr{
	background-image:url(images/s-haken.png);
}
.option-falsch{
	background-image:url(images/s-kreuz.png);
}

.opt-positiv, .opt-negativ{
	padding-left: 30px;
	background-repeat: no-repeat;
	background-position: left center;
}
.opt-positiv{
	background-image:url(images/s-haken.png);
}
.opt-negativ{
	background-image:url(images/s-kreuz.png);
}