/*
Theme Name: Anita
Theme URI:
Description: A child theme of the 2011 default theme for WordPress. CSS is imported from parent theme.
Author: Christian von Gelieu
Author url: http://example.com/about/ 
Version: 1.0 
Tags: dark, light, white, black, gray, one-column, two-columns, left-sidebar, right-sidebar, fixed-width, flexible-width, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-image-header, featured-images, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
Template: twentyeleven
*/

@import url('../twentyeleven/style.css'); 

/* ab hier Überschreiben Sie die origiginalen 2011-Definitionen */ 

/* Beispiel:
body, input, textarea {
	color: #111;
	font: 15px Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
}

*/

/* Formatierung Überschriften */

h1{
	font-size: 24px;
	font-style: inherit;
	font-weight: bold;
}

h2{
	font-size: 20px;
	font-style: inherit;
	font-weight: bold;
}

h4{
	font-size: 18px;
	font-style: italic;
	font-weight: normal;
}

/* Artikelbreite und - überschrift*/
.one-column #page {
	max-width: 900px;
}

.singular .entry-title {
	color: #FF0000;
	font-size: 24px;
	font-weight: normal;
	line-height: 48px;
}
.singular .entry-header,
.singular .entry-content,
.singular footer.entry-meta,
.singular #comments-title {
	margin: 0 auto;
	width: 100%;
}

/* Seitenbeschreibung */
#site-description {
	color: #8d8d8d;
	font-size: 14px;
        font-style: italic;
	margin: 0 270px 3.65625em 0;
}

/* Widget in Header */

#branding #kopf {
position: absolute;
top: 3.8em;
right: 7.6%;
text-align: left;
}

/* Menüleiste */
#access {
	background: #FF0000; /* Show a solid color for older browsers */
	background: -moz-linear-gradient(#FF0000, #0a0a0a);
	background: -o-linear-gradient(#FF0000, #0a0a0a);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FF0000), to(#0a0a0a)); /* older webkit syntax */
	background: -webkit-linear-gradient(#FF0000, #0a0a0a);
	-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%;
}

/* Menütitel in Großbuchstaben */
#access ul {
	font-size: 14px;
        text-transform: uppercase;
	list-style: none;
	margin: 0 0 0 -0.8125em;
	padding-left: 0;

/* unterpunkte normal */
#access ul ul {
	font-size: 13px;
        text-transform: capitalize;
	list-style: none;
	margin: 0 0 0 -0.8125em;
	padding-left: 0;

}


/* Seitenüberschrift */
.singular .entry-title {
	color: #FF0000;
	font-size: 24px;
	font-weight: normal;
	line-height: 48px;
}
