@charset "UTF-8";

/*
	Theme Name: requiredSF
	Theme URI: http://www.saschafoerster.de/
	Author: 8BIT
	Author URI: http://8BIT.io
	Editor: Sascha Foerster
	Author URI: http://www.saschafoerster.de
	Description: For the modern blogger. And Frau Johnen-Vatter.
	Version: 1.5.0
	License: GNU General Public License
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
	Tags: white, two-columns, fixed-width, custom-header, custom-menu, featured-images, flexible-header, threaded-comments, translation-ready, Child-Theme
	Text Domain: saschafoerster
	Template: required
*/

@import url("../required/style.css");

body {
  background: #E9F5DD;;
}

#main {
  background: #FFFCF1;
}

#masthead .site-title {
  font-size: 18px;
}

#masthead .site-description {
  font-size: 19px;
  color: #37a096;
  font-weight: bold;
}

#sidebar {
  background-color: #E9F5DD;;
}

h6 {
  font-size: 10px;
}
h5 {
  font-size: 12px;
}
h4 {
  font-size: 15px;
}
h3 {
  font-size: 24px;
}
h2 {
  font-size: 30px;
  line-height: 1.2;
}
h1 {
  font-size: 30px;
  color: #37a096;
}


article {
  padding: 0 0 0px;
}

.wp-caption .wp-caption-text {
 background: #fff;
}
.wp-caption {
  background: #fff;
}

table {
width:100%;
table-layout:fixed;
}