/*
Theme Name:     Yoko Child
Theme URI:      http: //tryhappiness.de/
Description:    Child Theme for the Yoko theme
Author:         Arleta Perchthaler
Author URI:     http: //tryhappiness.de/
Template:       yoko
Version:        1.0
*/
@import url("../yoko/style.css");

#content {
    width: 90%;
}
 
#secondary {
    display: none;
}

#content .page-entry-header h1.entry-title {
	margin: 0;
	font: bold 2.5em/1.5 'Bilbo Swash Caps', cursive;
	color: #d21658;
}

#site-title h2 {
	font: 1.9em 'Bilbo Swash Caps', cursive;
	color: #d21658;
	margin: 17px 0 0 0;
}

body {
	background-color:#ececec;
	font-family: 'Lato', sans-serif;
	color: #777;
}
#content h1 {
	margin:26px 0 12px;
	font: bold 2.4em/1.4 'Bilbo Swash Caps', cursive;
	color: #d21658
}
#content h2 {
	margin:26px 0 12px;
	font: bold 2.3em/1.4 'Bilbo Swash Caps', cursive;
	color: #d21658
}

#content h3 {
	margin: 26px 0 12px;
	font: bold 2.2em/ 1.4 'Bilbo Swash Caps', cursive;
	color: #d21658
}
#content h4 {
	margin: 22px 0 12px;
	font: bold 2.1em/1.4 'Bilbo Swash Caps', cursive;
	color: #d21658
}
#content h5 {
	margin: 22px 0 10px;
	font: bold 2em/1.3 'Bilbo Swash Caps', cursive;
	color: #d21658
}
#content h6 {
	margin: 20px 0 10px;
	font: bold 1.9em/1.3 'Bilbo Swash Caps', cursive;
	color: #d21658
}

#content .entry-content {
	width:100%;
	margin:0 0 12px;
}
#content p em {
	font-family:'Lato', sans-serif;
	font-style: italic;
}


#content .single-entry-header h1.entry-title {
	margin: 0 0 5px;
	font: bold 2.8em/1.4 'Bilbo Swash Caps', cursive;
	color: #D21658;
}

#content .entry-header h2.entry-title {
	margin: 0 0 12px;
	font: bold 2.3em/1.4 'Bilbo Swash Caps', cursive;
	
}