@charset "UTF-8";

/*
Theme Name: baukasten
Theme URI: http: //www.nopia.de/
Description: Baukasten.
Author: the WordPress team (Child-Theme von: Andreas Schweizer)
Author URI: http://www.aswe.com.de/
Template: twentyeleven
Version: 0.1
*/

@import url('../twentyeleven/style.css');

/*
.page-template-startseite-php .commentlist {
	width: 100%;
}

/* sidebar-page.php comments *
/* Make sure we have room for our comment avatars *
.page-template-startseite-php .commentlist > li.comment,
.page-template-startseite-php.commentlist .pingback {
	margin-left: 102px;
	width: auto;
}
/* And a full-width comment form *
.page-template-startseite-php #respond {
	width: auto;
}
*/

#page {
	margin: 0 auto 2em auto;
	max-width: 1000px;
	box-shadow: 0px 2px 10px;
        background: none repeat scroll 0% 0% #f9ffff;
} 

#branding {
	border-top: none;
	padding-bottom: 10px;
	position: relative;
	z-index: 9;
}

body {
	background: #666;
}

a {
	color: #333;
	text-decoration: none;
}
a:hover, a:focus, a:active {
	color: red;
	text-decoration: underline;
}

#site-title a:hover,
#site-title a:focus,
#site-title a:active {
	color: red;
}

.entry-title a:hover,
.entry-title a:focus,
.entry-title a:active {
	color: red;
}

.entry-header .comments-link a:hover,
.entry-header .comments-link a:focus,
.entry-header .comments-link a:active {
	background-color: red;
	color: #fff;
	color: rgba(255,255,255,0.8);
}

#access {
	background: #e6e6e6; /* Show a solid color for older browsers */
	background: -moz-linear-gradient(#e6e6e6, #fff, #e6e6e6);
	background: -o-linear-gradient(#e6e6e6, #fff, #e6e6e6);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#e6e6e6), to(#fff), to(#e6e6e6)); 
	background: -webkit-linear-gradient(#e6e6e6, #fff, #e6e6e6);
	-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 a {
	color: #000;
	display: block;
	line-height: 3.333em;
	padding: 0 1.2125em;
	font-size: 12px;
	text-decoration: none;
}
/*
aside ul {
	list-style: none;
}

*/


/** Sidebar Menu-Format */


#secondary .widget-area {
	width: 200px;
	margin: 0;
	padding: 0;
}


#secondary .widget-area h2 {
	font-size: 16px;
	font-weight: 300;
	line-height: 40px;
	color: #000;
	text-transform: uppercase;
	text-align: left;
}

#secondary h3.widget-title {
	font-size: 15px;
	background: none;
	color: #000;
	text-align: left;
	line-height: 30px;
	letter-spacing: 0;
	padding: 0 10px;
}




.left-sidebar #secondary aside  {
	background: #e6e6e6; /* Show a solid color for older browsers */
	background: -moz-linear-gradient(#e6e6e6, #fff, #cccccc);
	background: -o-linear-gradient(#e6e6e6, #fff, #e6e6e6);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#e6e6e6), to(#fff), to(#e6e6e6)); 
	background: -webkit-linear-gradient(#e6e6e6, #fff, #e6e6e6);
	-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;
	width: 230px;
	margin-left: -30px;
	border: 1px solid #fff;
}
.left-sidebar #secondary aside  ul {
	list-style: none;
}
.left-sidebar #secondary aside  li {
	padding: 5px 0 5px 0;
	margin-left: -20px;
}
.left-sidebar #secondary aside  li:last-child {
	padding-bottom: 15px;
}
.left-sidebar #secondary aside  li a {
	color: #000ca1;
	line-height: 20px;
	font-size: 12px;
	font-weight: 200;
}


.linklove {
	display: none;
}



/** Lexikon a-z */
ol.snap_nav {
display: inline;
clear: both;
list-style: none;
float: left;
}
ol.snap_nav li {
display: block;
float: left;
padding: 0 2px 10px 5px;
}

ol.snap_nav li a {
font-weight: bold;
position: relative;
z-index: 10;
}

ol.snap_nav li.snap_selected a {
cursor: text;
}

ol.snap_titles {
clear: both;
display: block;
border: 0;
list-style: none;
}

#colophon ul {
	list-style: none;
}

/* Site Generator Line */
#site-generator {
	background: #f9f9f9;
	border-top: 1px solid #ddd;
	color: #666;
	font-size: 12px;
	line-height: 2.2em;
	padding: 2.2em 0.5em;
	text-align: center;
	display: none;
}
#site-generator a {
	color: #555;
	font-weight: bold;
}

