@charset "UTF-8";
/**
 * Theme Name:     Eleven Childtheme
 * Theme URI:      www.xy.de
 * Description:    Anpassung fuer Twenty Eleven
 * Author:         DL
 * Author URI:     www.xy.de
 * Template:       twentyeleven
 * Version:        0.1
 */
@import url('../twentyeleven/style.css'); /*Standard CSS importieren*/

#site-title a {
	color: #254d3f;
	font-size: 20px;
	font-weight: bold;
	line-height: 36px;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 3px;
}
#branding {
	border-top: 2px solid #bbb;
	padding-bottom: 10px;
	position: relative;
	z-index: 2;
	background-color: #c8d9d3;
}
#access {
	background: -webkit-linear-gradient(#545a5c 0%, #545a5c 100%) #545a5c; /* Show a solid color for older browsers */
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#545a5c), to(#545a5c)) #545a5c;
	
	 /* older webkit syntax */
	
	-webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	-moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	clear: both;
	display: block;
	float: left;
	margin: 0 auto 6px;
	width: 100%;
}
#access li {
	float: left;
	position: relative;
	background-color: #7e7b97;
	margin-right: 1px;
	margin-left: 1px;
}
.left-sidebar #secondary {
	float: left;
	margin-left: 6.6%;
	margin-right: 0;
	width: 19.8%;
}
.widget ul {
	font-size: 15px;
	margin: 0;
	color: #171414;
	list-style: none;
}
.widget a {
	color: #000000;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
}
.widget ul li {
	color: #777;
	font-size: 13px;
	background-color: rgb(228, 226, 226);
	border-style: inset;
	border-width: 1px;
padding: 5px;
}
.widget ul li ul li{
	border-width: 1px;
	border-style: none;
	border-top-style: dotted;
}
div#second.widget-area .widget ul li {
	border-bottom-style: none;
	border-style: none;
	background-color: white;
}

.entry-title {
	clear: both;
	color: #660000;
	font-size: 26px;
	line-height: 1.5em;
	padding-bottom: .3em;
	padding-top: 15px;
}
.entry-title,
.entry-title a {
	color: #660000;
	text-decoration: none;
}