/*
Theme Name:     rmldesign
Theme URI:      http://rockmesse-live.de/
Description:    Child theme for the Twenty Eleven theme 
Author:         pemo
Author URI:     http://rockmesse-live.de/wordpress/wer-was/
Template:       twentyeleven
Version:        0.1.0
*/

@import url("../twentyeleven/style.css");

/* Menueleiste gruen faerben */
#access {
	background: #9a4;  /* #550;*/ /* Show a solid color for older browsers */
	background: -moz-linear-gradient(#91a143, #4f5e05); /*gecko*/
	background: -o-linear-gradient(#91a143, #4f5e05);   /*opera 11.10+*/
         background: linear-gradient(#91a143, #4f5e05); /*future CSS3 browsers*/
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#91a143), to(#4f5e05)); /* older webkit syntax */
         	background: -webkit-linear-gradient(#91a143, #4f5e05);  /*new webkit*/
	-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%;
         filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#91a143', endColorstr='#4f5e05'); /*MS InternetExplorer*/
 
}

/* =Structure
----------------------------------------------- */

body {
	padding: 0 2em;
}
#page {
	margin: 2em auto;
	max-width: 1000px;
}
#branding hgroup {
	margin: 0 7.6%;
}
#access div {
	margin: 0 7.6%;
}
#primary {
	float: left;
	margin: 0 -26.4% 0 0;
	width: 100%;
}
#content {
	margin: 0 34% 0 7.6%;
	width: 58.4%;
}
#secondary {
	float: right;
	margin-right: 7.6%;
	width: 18.8%;
}

/* Singular content styles for Posts and Pages */
.singular .hentry {
	border-bottom: none;
	padding: 4.875em 0 0; 
	position: relative;
}
.singular.page .hentry {
	padding: 1.0em 0 0;
}
.singular .entry-title {
	color: #000;
	font-size: 36px;
	font-weight: bold;
	line-height: 24px; 
}
.singular .entry-title,
.singular .entry-header .entry-meta {
	padding-right: 0;
}
.singular .entry-header .entry-meta {
	position: absolute;
	top: 0;
	left: 0;
}
