/*
Theme Name: macaichild
Theme URI: http://martina-cajetan.de
Author: juergen kuehn
Author URI: http://martina-cajetan.de
Description: child-theme for twentythirteen-theme
Version: 1.0
Tags: theme-options
Template: twentythirteen
*/
@import url("../twentythirteen/style.css");
@import url(http://fonts.googleapis.com/css?family=Slabo+27px);

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: 'Slabo 27px', serif;
	/*font-family: Bitter, Georgia, serif;*/
	line-height: 1.3;
}

.site {
	background-color: rgba(88, 176, 100, .2);
	/*background-color: #fff;*/
	border-left: 1px solid #f2f2f2;
	border-right: 1px solid #f2f2f2;
	margin: 0 auto;
	max-width: 1600px;
	width: 100%;
}

 * 4.1 Site Header
 * ----------------------------------------------------------------------------
 */

.site-header {
	position: relative;
}

.site-header .home-link {
	color: #141412;
	display: block;
	margin: 0 auto;
	max-width: 1080px;
	min-height: 230px;
	padding: 0 20px;
	text-decoration: none;
	width: 100%;
}

.site-header .site-title:hover {
	text-decoration: none;
	color: #f2f2f2;
}

.site-title {
	font-size: 46px;
	font-weight: bold;
	text-shadow: 0 0 5px black;
	line-height: 1;
	margin: 0;
	padding: 58px 0 10px;
}

.site-description {
	font: 300 italic 24px "Source Sans Pro", Helvetica, sans-serif;
	margin: 0;
}




.navbar {
	/*background-color: #f7f5e7;*/
	background-color: rgba(88, 176, 100, .3);
	margin: 0 auto;
	max-width: 1600px;
	width: 100%;
}

.txtspez {
	clear: both;
	font-family: "Source Sans Pro", Helvetica, sans-serif;
	/*font-family: Bitter, Georgia, serif;*/
	color: rgba(88, 176, 100, .5);	
	font-size: 120%;
	font-weight: 400;
	line-height: 1.3;
}

.clearfix {
	clear: both;
}

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

.container {
	display: block;
	background-color: rgba(88, 176, 100, .4);
	width: 60%;
	margin-top: 40px;
	margin-left: 20px;
	padding: 20px;
}

.hgreen {
	color: rgba(88, 176, 100, .5);
	text-align: center;	
}

.white {
	color:#f2f2f2;
}

.border-white {
	border: 1px solid #f2f2f2;
}

.white-sans {
	font-family: "Source Sans Pro", Helvetica, sans-serif;
	color: white;
	text-align: center;	
}

.attachment .hentry {
	/*background-color: #e8e5ce;*/
	background-color: rgba(88, 176, 100, .2);
	margin: 0;
	padding: 0;
}

.paging-navigation {
	background-color: rgba(88, 176, 100, .2);
	/*background-color: #e8e5ce;*/
	padding: 40px 0;
}

.archive-header {
	background: rgba(88, 176, 100, .2);
	/*background-color: #e8e5ce;*/
}

.page-header {
	background: rgba(88, 176, 100, .2);
	/*background-color: #e8e5ce;*/
}

.widget  {
	background-color: rgba(88, 176, 100, .2);
	/*background-color: rgba(247, 245, 231, 0.7);*/
	font-size: 14px;
	-webkit-hyphens: auto;
	-moz-hyphens:    auto;
	-ms-hyphens:     auto;
	hyphens:         auto;
	margin: 0 0 24px;
	padding: 20px;
	word-wrap: break-word;
}

.site-footer {
	/*background-color: #e8e5ce;*/
	background: rgba(88, 176, 100, .3);
	color: #686758;
	font-size: 14px;
	text-align: center;
}

.site-footer .sidebar-container {
	/*background-color: #220e10;*/
	/*background-color: #58b064;*/
	background: rgba(88, 176, 100, .3);
	padding: 20px 0;
}