﻿/**
 * Theme Name:     Twenty Eleven
 * Description:    Child theme for Twenty Eleven
 * Author:         Martina M
 * Template:       twentyeleven
 */

@import url('../twentyeleven/style.css');

/*Border bei H2 Überschrift*/
#border {
	border-color: #99cc00; 
	border-radius: 30px; 
	border-style: solid; 
	border-width: 1px;
	color: #99cc00;
	}

/*Showcase Button Hover Effekt*/
.buttonshowcase:hover {
	color: #000000;
	text-shadow: none;
	text-decoration: none !important;
	}

/*Showcase Button Weiterlesen anpassen*/
.buttonshowcase {
	cursor: pointer; 
	padding: 4px 12px; 
	border: 1px solid; 
	border-radius: 4px; 
	border-style: solid; 
	text-align: center; 
	vertical-align: middle; 
	display: inline-block; 
	background-color:#EF7E3C; 
	color: #FFFFFF; 
	background-image: linear-gradient(to bottom, #F78C40, #E16309); 
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); 
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	font-weight: normal !important;
}
/*Meta Slider auf 100% bringen - 1px hat rechts gefehlt*/
.metaslider .flexslider {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 0 none;
    box-shadow: none;
    margin: 0 0 40px;
    width: 1000px;
}

/*Meta Slider Nav. Punkte anpassen*/
.metaslider .flex-control-paging li a:hover {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.7);
    background-color: #EF7E3C;
}

.metaslider .flex-control-paging li a.flex-active {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.9);
    cursor: default;
    background-color: #EF7E3C;
}

/*Slider Pfeil ins Bild verschieben*/
.metaslider .flex-direction-nav .flex-prev {
    left: 0px;
}

.metaslider .flex-direction-nav .flex-next {
    background-position: 100% 0;
    right: 0px;
}

/*Slider Überschrift anpassen*/
.metaslider .caption-wrap {
    background: none repeat scroll 0 0 #A1C63A !important;
    bottom: 0;
    color: #FFFFFF;
    display: block;
    font-weight: bold;
    left: 0;
    line-height: 30px;
    margin: 0;
    opacity: 0.8 !important;
    position: absolute;
    width: 100%;
}

/*Slider positionieren*/
article.intro {
    background: none repeat scroll 0 0 #FFFFFF;
    border-bottom: medium none;
    margin: -1.855em -8.9% 1.625em;
	padding: 0;
}

/*Showcase Widget Text - nebeneinander, Width*/
.page-template-showcase-php #main .widget-area {
    float: left;
    margin: 0 -22.15% 0 0;
    width: 100%;
	
}

/* Neue Lösung - nebeneinander: IDs ansprechen
#primary #text-10 {
float: left; 
}

#primary #text-7 {
float: left;
clear: none !important;  
}

#primary #text-9 {
float: left;
clear: none !important;  
}

#primary #text-xx {
float: left;
clear: both
}

#primary #text-xx {
float: left;
clear: none !important; 
}*/

/*Runde Bilder*/
img[class*="align"] {
    border: none;
    max-width: 97.5%;
    padding: 6px;
	border-radius:30px;
}


/*Abstand zu voriger/nächster Artikel*/
.hentry, .no-results {
    border-bottom: 1px solid #DDDDDD;
    margin: 0 0 0.625em;
    padding: 0 0 1.625em;
    position: relative;
}

/*Highlight Such-Ergebnisse*/
.hilite { 
	background: #ffff00;
}

/*Jetpack Kommentare-Feld ausblenden*/

.jp-carousel-image-meta {
display: none;
}
/*
.jp-carousel-info {
display: none;
}*/
#jp-carousel-comment-form {
display:none;
}
.jp-carousel-titleanddesc-title {
display:none;
}
.jp-carousel-wrap, .jp-carousel-transitions {
display:none;
}

.jp-carousel-titleanddesc {
padding-top: 0px !important; 
margin-bottom: 0px !important;
}

.jp-carousel-comment-form-container{
margin-bottom: 0px !important;
}

/*Suchfeld rund machen mit border-radius*/
input#s {
    background: url("images/search.png") no-repeat scroll 5px 6px rgba(0, 0, 0, 0);
    border-radius: 8px;
    font-size: 14px;
    height: 22px;
    line-height: 1.2em;
    padding: 4px 10px;
}

/*Abstand zu Navigation*/
#main {
    clear: both;
    padding: 1.2em 0 0;
}

/*Social Symbole*/
.social-buttons  a  img{
	margin: 0 4px 0 0;
	text-decoration: none;
	border: none;
}

.social-buttons  a:hover, .social-buttons  a:focus, .social-buttons  a:active{
	text-decoration: none;
}

/*Text-Farbe im Suchenfeld ändern - wenn noch nicht gedrückt ist*/
input[type="text"], input[type="password"], input[type="email"], input[type="url"], input[type="number"], textarea {
    border: 1px solid #DDDDDD;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) inset;
    color: #373737;
}

/*H2 Überschrift vergrössern*/
 .entry-content h2 {
    color: #000000;
    font-weight: bold;
    margin: 0 0 0.8125em;
	font-size: 18px;
}

/*H5 Überschrift verkleinern*/
.entry-content h6 {
    font-size: 11px;
	}

/*H5 Überschrift verkleinern*/
.entry-content h5 {
    font-size: 13px;
	}

/*H3 Überschrift farblich verändern - fuer zutatenliste der rezepte*/
.entry-content h3, .comment-content h3 {
    color: #7F2800;
    font-size: 10px;
    letter-spacing: 0.1em;
    line-height: 2.6em;
    text-transform: uppercase;
}

/*Farbe für Text und Font-Familie und padding links/rechts weg*/
body {
    color: #2e2e2e;
    font-family: Verdana,Arial,Sans-Serif;
    font-size: 90%;
	padding: 0;
}

body div #gallery-1 .gallery-item {
    float: left;
    margin-top: 10px;
    text-align: left;
    width: 33%;
}

.singular.page .hentry {
	padding: 0;
}

a {
    color: #0066AA;
}

/* SIDEBAR nach rechts */
#secondary {
    float: right;
    margin-right: 4%;
    width: 20%;
}

/* Textfeld im CONTENT vergrössern */
#content {
    margin: 0 34% 0 7.6%;
    width: 60%;
}


/*datumsfeld*/
#content .hentry .entry-header .postdate {
    color: #ffffff;
    font-size: 14px;
    font-style: italic;
    left: -76px;
    padding: 8px 4px 15px 0;
    position: absolute;
    text-align: right;
    top: 5px;
    width: 56px;
	background: none repeat scroll 0 0 #EF7E3C;
}

/*datumsfeld im blog-post*/
#content .hentry .entry-header .entry-meta  .entry-date{
    color: #ffffff;
    font-size: 14px;
    font-style: italic;
    left: -76px;
    padding: 8px 4px 15px 0;
    position: absolute;
    text-align: right;
    top: 5px;
    width: 56px;
	background: none repeat scroll 0 0 #EF7E3C;
	line-height: 23px;;
}

.widget-title {
    color: #666666;
    font-size: 12px;
    font-weight: normal;
    letter-spacing: 0.1em;
    line-height: 2.6em;
    text-transform: uppercase;
}

.widget h3 {
    border-bottom: 3px solid #CCCCCC;
    font-size: 120%;
    margin: 0 0 10px;
    padding: 0 0 0px;
}

/*Aufzählungszeichen*/
ul {
    list-style: circle outside none;
}

/*proudly powered by wordpress*/
#site-generator {
    background: none repeat scroll 0 0 #F9F9F9;
    border-top: 1px solid #DDDDDD;
    color: #666666;
    font-size: 9px;
    line-height: 2.2em;
    padding: 0;
    text-align: center;
}

/*Abstand von Überschrift nach oben*/
.entry-title {
    clear: both;
    color: #222222;
    font-size: 26px;
    font-weight: bold;
    line-height: 1.5em;
    padding-bottom: o;
    padding-top: 5px;
	padding-bottom: 0em;
}

/*Titel Farbe*/
.entry-title, .entry-title a {
    text-decoration: none;
	color: #EF7E3C;
}

/*Farbänderung Link Titel*/
.entry-title a:hover, .entry-title a:focus, .entry-title a:active {
    color: #EF7E3C;
	text-decoration: underline;
}

/*menü wird dadurch nach links oder rechts verschoben*/
#access div {
    margin: 0 2%;
}
	
/*navigations punkte Formatierung - ABSTAND ZWISCHEN NAVIPUNKTEN*/
#access ul {
    font-size: 15px;
    list-style: none outside none;
    margin: 0 0 0 0.2em;
    padding-left: 0;
}

/* navigation in den header verschieben mit margin top */
#access {
    background: none;
    box-shadow: none;
    clear: both;
    display: block;
    float: left;
    margin: 0 auto 0;
    width: 101%;
    margin-top: -50px;
}


/*navigation: darstellung der links*/
#access a {
    color: #ffffff;
    display: block;
    font-weight: bold;
    line-height: 3.333em;
    padding: 0 1.1em;
    text-decoration: none;
	font-weight: bold;
}

/*Hover bei der Navigation*/	
#access li:hover > a, #access ul ul :hover > a, #access a:focus {
    background: #A1C63A;
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
}

/* NAVIGATION
1. child ... Anpassung Darstellung Länge*/

#access ul ul a {
	background: #eeeeee;	
	border-bottom: 1px dotted #ddd;
	color: #444;
	font-size: 13px;
	font-weight: normal;
	height: auto;
	line-height: 1.4em;
	padding: 10px 2px 10px 18px;
	width: 182px;
}

#access ul ul {
	-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	display: none;
	float: left;
	margin: 0;
	position: absolute;
	top: 3.333em;
	left: 0;
	width: 202px;
	z-index: 99999;
}


.entry-meta a {
    font-weight: normal;
}

.singular .entry-header, .singular .entry-content, .singular footer.entry-meta, .singular #comments-title {
    margin: 0;
    width: 100%;
}

/*Beitragsüberschrift - Einzelne Seite*/
.singular .entry-title {
    color: #EF7E3C;
    font-size: 36px;
    font-weight: bold;
    line-height: 48px;
}

/*Anführungszeichen unter Bild"*/
.wp-caption .wp-caption-text:before {
	content: '';
	margin-bottom: 0.6em;
	padding: 10px 0 5px 10px;
}

/*Bildunterschrift auf Helvetica ändern*/
.wp-caption .wp-caption-text, .gallery-caption {
    color: #666666;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
	font-style: italic;
	padding: 10px 0 5px 0px;
	text-align: center;
}

/*Alle beiträge der kategorie... Formatierung*/
.page-title {
    color: #666666;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 2.6em;
    margin: 0 0 0;
    text-transform: uppercase;
	padding-bottom: 10px;
}

/* RESPONSIV DESIGN entfernen */
#page {
	margin: 2em auto;
	width: 1000px;
	margin-top: 0 !important;
}


/*Sticky Post "Hervorgehoben" weg*/
h3.entry-format {
    display: none;
}

/*Sticky Post meta Daten weg*/
.sticky .entry-meta {
	display: none;
}

/*Design Sticky Post*/
.sticky {
	background:#fff8dc;
	border: 1px solid black;
	padding: 10px;
}

/*Zitat nach links an den Rand schieben, margin geändert*/
blockquote {
    font-family: Georgia,"Bitstream Charter",serif;
    font-style: italic;
    font-weight: normal;
    margin: 0 0em;
}

/*Abstand des Blogs von oben*/
#page {
    background: none repeat scroll 0 0 #FFFFFF;
    margin-top: 10px;
	margin-bottom: 10px;
}

/* aktive linkfarbe */
#access ul li.current_page_item > a, #access ul li.current-menu-ancestor > a, #access ul li.current-menu-item > a, #access li.selected > a, #access ul li.current-menu-parent > a, #access ul li.current_page_item > a:hover, #access ul li.current-menu-item > a:hover {
    background-color: none;
	font-weight: bold;
	text-decoration: underline;
}

/* Rahmen border-top bei header bild*/
#branding {
    border-top: 0px;
    padding-bottom: 10px;
    position: relative;
    z-index: 9999;
}

/* =Responsive Structure
----------------------------------------------- */

@media (max-width: 800px) {
	/* Simplify the basic layout */
#access ul {font-size: 12px !important;}
#access {
    background: none repeat scroll 0 0 #17375E;
    box-shadow: none;
    clear: both;
    display: block;
    float: left;
    margin: 0 !important;
    width: 100%;}
}
 
 /*Hinterlasse eine Antwort Design*/
#respond {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    border-radius: 3px 3px 3px 3px;
    float: left;
    margin: 0 auto 1.625em;
    padding: 0 0 1.625em;
    width: 100%;
}

/*Zusätzliche Infos Textbox Design*/
.meinetextbox {
    background-color: #ededed;
    border: 1px solid #000000;
    float: left;
    margin-bottom: 30px;
    margin-top: 30px;
    width: 580px;
}

.meinetextbox_title {
    background-color: #ededed;
    font-weight: bold;
    padding: 10px;
}

.meinetextbox_inhalt {
    padding: 10px;
}

pre {
    background: none repeat scroll 0 0 #EDEDED;
    font: 13px/1.5 "Courier 10 Pitch",Courier,monospace;
    margin-bottom: 0;
    overflow: auto;
    padding: 0.75em 1.625em;
}

/*???*/
#content .gallery {
    margin: 0 auto 0;
}


/*Hinterlasse eine Nachricht*/
#reply-title {
    color: #373737;
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
    padding-top: 10px;
}

#respond p {
    margin: 0 0 1em;
}


#respond .comment-form-author label, #respond .comment-form-email label, #respond .comment-form-url label, #respond .comment-form-comment label {
    background: none repeat scroll 0 0 #FFFFFF;
    box-shadow: none;
    color: #555555;
    display: inline-block;
    font-size: 13px;
    left: 1px;
    min-width: 130px;
    padding: 0;
    top: 0;
    z-index: 1;
}

#respond input[type="text"], #respond textarea {
	background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 8px;
    box-shadow: 0 1px 3px rgba(204, 204, 204, 0.95) inset;
    border-color: #000000;
    border-style: solid;
    border-width: 1px;
    padding: 0;
    position: relative;
    text-indent: 0px;
}

#respond .comment-form-author .required, #respond .comment-form-email .required {
    color: #BD3500;
    font-size: 15px;
    font-weight: bold;
    left: 0;
    position: absolute;
    z-index: 1;
}

#respond .comment-notes .required {
    color: #BD3500;
    font-size: 15px;
    font-weight: bold;
}

#respond .comment-form-author .required {
    left: 30%;
}

#respond .comment-form-email .required {
    left: 35%;
}

#respond input#submit {
    background: none repeat scroll 0 0 #222222;
    border: medium none;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    color: #EEEEEE;
    cursor: pointer;
    font-size: 15px;
    left: 1px;
    margin: 20px 0;
    padding: 5px 3px;
    position: absolute;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
}

#respond input[type="text"] {
    display: inline;
    height: 24px;
    width: 70%;
}

#respond .comment-notes, #respond .logged-in-as {
    font-size: 13px;
    margin-bottom: 25px;
}

#respond input#subscribe_comments {
	margin-top: 50px;
}
/*Hinterlasse eine Nachricht*/


/* Tidy Comments
---------------------------------------------- */
/* remove the talking arrow, unless you want it */
.page-template-sidebar-page-php .commentlist > li:before,
.singular  .commentlist > li:before,
.single  .commentlist > li:before {
    content: none;
}
/* Make comments as wide as possible*/
.page-template-sidebar-page-php .commentlist,
.single  .commentlist { width: auto; }
/* Make sure we have room for our comment avatars */
.page-template-sidebar-page-php .commentlist > li.comment,
.singular  .commentlist > li.comment,
.single  .commentlist > li.comment {
    margin-left: 102px;
    width: auto;
}
/* Talking avatars take up too much room at this size */
.page-template-sidebar-page-php .commentlist > li.comment,
.singular  .commentlist > li.comment,
.single  .commentlist > li.comment .comment-meta,
.single  .commentlist > li.comment {
    margin-left: 0;
}

.page-template-sidebar-page-php .commentlist > li.comment .comment-meta,
.page-template-sidebar-page-php .commentlist > li.comment .comment-content,
.singular  .commentlist > li.comment .comment-meta,
.singular  .commentlist > li.comment .comment-content,
.single  .commentlist > li.comment .comment-meta,
.single  .commentlist > li.comment .comment-content {
    margin-right: 25px;
	
}

.singular  .commentlist > li.comment .comment-content,
.single  .commentlist > li.comment .comment-content {
   	margin-top: 10px;
}


/* fix the margin for narrow content in threaded comments */
.commentlist .children li.comment .comment-content,
.commentlist .children > li.bypostauthor, .commentlist > li.bypostauthor {
    margin-right: 0;
}
.page-template-sidebar-page-php .commentlist .avatar,
.singular  .commentlist .avatar,
.single  .commentlist .avatar {
    background: transparent;
    display: block;
    padding: 0;
    top: 1.625em;
    left: auto;
    right: 1.625em;
}
.page-template-sidebar-page-php .commentlist .children .avatar,
.singular .commentlist .children .avatar,
.single  .commentlist .children .avatar {
    background: none;
    padding: 0;
    position: absolute;
    top: 2.2em;
    left: 2.2em;
}
.page-template-sidebar-page-php #respond,
.singular #respond,
.single #respond {
    width: auto;
}
.singular #respond {width: 62.9%}
/* comment fix for single pages and attachment pages */
 
.image-attachment .commentlist{width: 68.9%;}
.image-attachment #respond {width: 62.9%;}
 
/* Change the post author comment look as well */
/* Post Author threaded comments background */
.commentlist .children > li.bypostauthor,
.commentlist > li.bypostauthor  {
    background: #efefef;
}
 
/* Lightened the background color of postauthor and highlighted the avatar instead */
.commentlist > li.bypostauthor .vcard img,
.commentlist .children > li.bypostauthor .vcard img {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom: 5px solid #F5D800;
    padding-bottom: 2px !important;
}

/* "X GEDANKEN ZU.." */
#comments-title {
    color: #666666;
    font-size: 12px;
    font-weight: 500;
    line-height: 2.6em;
    padding: 2.6em 0 1em;
    text-transform: uppercase;
}

/* "vorheriger Artikel .. Schriftgrösse"*/
#content nav a {
    font-size: 13px;
    font-weight: bold;
    line-height: 2.2em;
}