/*
Theme Name: Yoko Child
Description: Child theme for the Yoko theme
Author: Gerd Stelling
Template: yoko
*/
@import url("../yoko/style.css");
/* Abweichende Formatierungen */

#site-title h2 {
	display:block;
	float:none;
	clear:left;
}

#content .nav-previous {
    float:left;
    width:50%;
    overflow:hidden;	
}

#content .nav-next {
    float:right;
    width:50%;
    overflow:hidden;	
}	


@media screen and (min-width: 360px) {
#content {
    width: 100%;
    float: left;
}

#content .entry-details {
    width: 22.507%;
}
#content .entry-content {
	width: 100%;
}

#search-3 {
	display:block;
	    margin: 0 0 0px 0;
    padding: 0 0 5px 0;
    font-size: .8em;
    border-bottom: none;
}

#search-3 .searchform .search-input {
    width: 62%;
    margin: 0 2px 5px 0;
}

}
@media screen and (min-width: 800px) {

#content .entry-content {
	width:81%;
}
	
#content {
    width: 95%;
    float: left;
}

#content .entry-details {
    width: 16.5%;
}

#search-3 {
    display:none;
}	
}