/*
 Theme Name:     xenoglyph
 Theme URI:      http://hyperlinkcode.com/blog/?p=1021
 Description:    Mods for xenoglyph to add to Twenty Sixteen
 Author:         Joshua A.C. Newman
 Author URI:     http://glyphpress.com/
 Template:       twentysixteen
 Version:        1.0.0
*/
 
/* Add Custom CSS after this line */

.site-header {
    padding: 1em;
    padding-right: 2em;
    padding-top: 0;
}

.site-content {
    padding-left: 0;
    padding-right: 0;
}

.entry-title {
	hyphens: none;
}


//Putting the search bar in the menu
/* 

.main-navigation {
 position: relative;
}

.header-search {display:none;}

@media screen and (min-width: 600px) {
	.header-search {
		display:block;
		float:right;
		position:relative;
		margin-top:-40px;
	}
}
 */