/*
Theme Name: scrhe
Author: Daniel Fritsch, Johannes Stueber
Author URI: scrhe.de
Description: A Twenty Eleven child theme secondary menu
Version: 1.0
Template: twentyeleven
*/
@import url("inc/theme-options.css");
@import url("../twentyeleven/style.css");



body {
    background-color:#E2E2E2; /*#000000;*/
}

p {
	text-align:justify;
}
.hentry,
.no-results {
	border-bottom: 0px;
}

textarea {
	width:100%;
}

#page {
	box-shadow:0 1px 2px rgba(0, 0, 0, 0.4);
}

/*Top Navi */
#access .current-menu-item > a, #access .current-menu-ancestor > a, #access .current_page_item > a, #access .current_page_ancestor > a {
	text-shadow:-1px -2px 10px #CCCCCC;
}

#access a {
	text-shadow:-1px -2px 10px #CCCCCC !important;
}
/*Footer*/
#colophon {
	background: -moz-linear-gradient(#252525, #0A0A0A) repeat scroll 0 0 transparent;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
}

.copyright {
	height: 2.8em;
	text-align:center;
	color: #FFF;
	font-size: 12px;
}
.singular.page .hentry {
	padding: 1em 0 0;
	width:100%;
}
.singular .entry-header, .singular .entry-content, .singular footer.entry-meta, .singular #comments-title {
	width:100%;
}
#branding hgroup {
	margin:0px;
}

#branding {
	z-index:9000;
}

/*Kalender Plugin*/
.ai1ec-agenda-widget-view .ai1ec-month {
	background: #666666 !important;
}
.ai1ec-agenda-widget-view h3.ai1ec-date-title {
	border:2px solid #666666 !important;
}

.ai1ec-agenda-view .ai1ec-month{
	background: #666666 !important;
}
.ai1ec-agenda-view h3.ai1ec-date-title {
	border:2px solid #666666 !important;
}

#access div {
	margin: 0 6.6%;
}