/*
Theme Name: Twenty Eleven Child-Theme BKU 
Theme URI: bku-beratung.de
Author: Raimund for BKU
Description: modifiziertes 2011-Theme
 Template:     twentyeleven
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentyeleven 
*/



@import url("/wp-content/themes/twentyeleven/style.css");

/* Theme Anpassungen beginnen hier */

/* Image borders im Original steht der Border auf 1*/
img[class*="align"],
img[class*="wp-image-"],
#content .gallery .gallery-icon img {/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
	border: 0px solid #ddd;
	padding: 6px;
	max-width: 97.5%;
	max-width: calc( 100% - 14px );
}
.wp-caption img {
	border-color: #eee;
}
a:focus img[class*="align"],
a:hover img[class*="align"],
a:active img[class*="align"],
a:focus img[class*="wp-image-"],
a:hover img[class*="wp-image-"],
a:active img[class*="wp-image-"],
#content .gallery .gallery-icon a:focus img,
#content .gallery .gallery-icon a:hover img,
#content .gallery .gallery-icon a:active img {/* Add some useful style to those fancy borders for linked images ... */
	background: #eee;
	border-color: #bbb;
}
.wp-caption a:focus img,
.wp-caption a:active img,
.wp-caption a:hover img {/* ... including captioned images! */
	background: #fff;
	border-color: #ddd;
}

/* Site Generator Line */
#site-generator {
	background: #f9f9f9;
	border-top: 0px solid #ddd;
	color: #666;
	font-size: 10 px;
	line-height: 1.0em;
	padding: 0.5em 0.5em;
	text-align: center;
}
#site-generator a {
	color: #555;
	font-weight: bold;
}

.entry-content,4
.entry-summary {
	padding: 0 0 0;
}
.singular .entry-header,
.singular .entry-content,
.singular footer.entry-meta,
.singular #comments-title {
	margin: 0 auto;
	width: 95%;
	text-align: center;

}

.singular .entry-meta .edit-link a {
    bottom: auto;
    left: -50px;
    position: absolute;
    right: auto;
    top: -20px;
text-align: center;

}

#branding .only-search #s, #branding .only-search #s:focus {4
    width: 85%;
}

#branding #s {
    float: right;
    transition-duration: 400ms;
    transition-property: width, background;
    transition-timing-function: ease;
    width: 40px;
}



.page-id-12 #page {background-color:transparent; 
font-size: 140%;
text-align: center;

}
.page-id-12 #site-generator {background-color:transparent;  border-top: 0px;}
.page-id-12 #branding {	border-top: 0px;}


/*.page-id-12 #page .nav-menu {border-bottom: 1px solid rgb(50, 50, 50); border-top: 1px solid rgb(50, 50, 50);}
.page-id-12 #page .entry-content table {border-bottom: 1px solid rgb(50, 50, 50);}
.page-id-12 #page .entry-content td {border-top: 1px solid rgb(50, 50, 50);}
.page-id-12 #page footer[role="contentinfo"] {border-top: 1px solid rgb(50, 50, 50);}
*/

/* schaltet die Metadaten (Author, etc.) ab */
.entry-meta {
    display: none;
}

/* Theme Anpassung enden hier */

