/*
Theme Name: Twentytwelve Child für Stromraumstudio
Description: Child theme for the twentytwelve theme 
Author: fkamos
Template: twentytwelve
*/

@import url("../twentytwelve/style.css");

.site-title a {
    color: #009900;
}

body {
	font-size: 14px;
	font-size: 1rem;
	
	text-rendering: optimizeLegibility;
	color: #000000;
}
body.custom-font-enabled {
	font-family: "Courier New", Courier, sans-serif;
}


.main-navigation li a {
color: #3b3b3b;
line-height: 2.4;
}
.entry-header .entry-title {
font-size: 26px;
font-size: 1.2rem;
}

footer.entry-meta {
display: none;
}
.comments-link {
display: none;
}

.widget-area .widget a {
color: #3b3b3b;
}

.site-header h2 {
color: #3b3b3b;
}

input[type="submit"], input[type="button"], input[type="reset"], article.post-password-required input[type=submit], li.bypostauthor cite span {
color: #3b3b3b;
}


.wp-caption .wp-caption-text, .gallery-caption, .entry-caption {
color: #3b3b3b;
}

footer[role="contentinfo"] a {
color: #e2e2e2;
}

.entry-content img, .comment-content img, .widget img, img.header-image, .author-avatar img, img.wp-post-image {
  box-shadow: 0px 0px 0px #fff;
}

.site-content article {
	margin-bootom: 4em;
}