/*
 Theme Name:   Thunen
 Description:  Custom Crononized modification of Twenty Sixteen
 Author:       Garrett Dash Nelson
 Author URI:   http://people.matinic.us/garrett
 Template:     twentysixteen
 Version:      1.0
 License:      MIT License
 Text Domain:  thunen
*/


body {  margin: 0; padding: 0; 
	font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif; }

body:not(.custom-background-image):before { display: none; }
body:not(.custom-background-image):after { display: none; }


h1, h2, h3, h4, h5, h6 {
	font-family: 'Sorts Mill Goudy';
	font-weight: 400;
}

.site {
	max-width: 970px;
	margin: 0 auto;
}

.site-header { padding: 0; }

.site-header-main { 
	background-color: #993300;
	padding: 15px; }

.site-branding {
	margin: 0;
	padding: 0;
}

.site-title {
	font-family: 'Sorts Mill Goudy';
	font-size: 2.0em;
	font-weight: 400;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #fff;
}

.site-branding .site-title a {
	color: #fff;
}

.site-branding .site-title a:hover { color: #fff; }

.site-description { 
	font-family: 'Sorts Mill Goudy';
	font-weight: 400;
	font-style: italic;
	font-size: 1.3em;
	color: rgba(256, 256, 256, 0.7);
	 }

.header-image {
	margin: 0;
	padding: 0;
}

.site-header-menu {
	background-color: #000;
	margin: 0;
}

.main-navigation {
	font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
}

.primary-menu > li {
	border-top: 0;
	margin: 16px 0 16px 24px;
}

.primary-menu > li > a {
	color: #ddd;
	font-size: 14px;
	font-weight: normal;
	padding: 0;
}

.primary-menu > li > a:hover {
	color: #fff;
}

.site-content { 
	padding-top: 2em; }


.entry-title {
	font-family: 'Sorts Mill Goudy';
	font-size: 1.8em;
	border-bottom: 3px solid #993300;
	font-weight: 400;
	hyphens: none;
	-webkit-hyphens: none;
}

.entry-footer {
	font-family: 'Helvetica Neue',Helvetica,sans-serif;
}

.entry-date {
	font-weight: bold;
}

.widget {
	border-top: 0;
}

.widget .widget-title { 
	font-family: 'Sorts Mill Goudy';
	text-transform: none;
	font-size: 2.0em;
	border-bottom: 3px solid #993300;
	letter-spacing: 0;
 }

 .site-footer {
 	background-color: #333;
	color: #888;
	font-weight: bold;
 }

 .site-footer a {
 	color: #888 !important;
 }

 /*article:not(:first-of-type) {
 	width: 43%;
 	display: inline-block;
 	margin-right: 3%;
 }

*/


