/*
Theme Name:     Scaffold-Child
Description:    Child Theme for Scaffold as to not mess up original
Author:         contine8
Template:       scaffold

(optional values you can add: Theme URI, Author URI, Version, License, License URI, Tags, Text Domain)
*/
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*
.content-area {
	width: 600px;
	float: left;
}
*/

.entry-header {
	margin-bottom: 16px
}




/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

/*
.site-header {
    min-height: 100px;
    max-width: 1000px;
    background-size: 100% 100%;
	text-align: center;
	padding: 0px 0;
	max-height: 100px;
    background-position: top left;
}

.site-title {
	margin: 0;
	font-family: sans-serif;
	font-weight: 300;
	font-size: 40px;
	line-height: 1.2
}

.site-title a {
	text-decoration: none;
	color: #253e80;
}

.site-description {
	color: #8e8e8e;
	margin: 0
}
*/

/*--------------------------------------------------------------
# Primary Nav
--------------------------------------------------------------*/
/*  Save this for later

/*
.menu-1 {
	background-color: #253e80;
	font-size: 14px;
	margin-bottom: 50px
}

.menu-1 {
	clear: both;
	display: block;
	float: left;
	width: 100%;
	margin-bottom: 5px;
	left: 0px;
	
}

.menu-1 ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.menu-1 li {
	float: left;
	position: relative;
}

.menu-1 ul li {
     margin: 1px;
	padding: 1px 1px 1px 1px; 
}
*/

/* Align the navigation with the rest of the content. */
/* .menu-1 .nav-menu  {

	margin-left: -220px 

} */

/*
@media screen and (min-width: 981px) {
   .menu-1 {
        text-align:center;
    }
    .menu-1 li {
        display:inline-block;
        float:none;
        margin-left: -5px;
    }
    .menu-1 li li {
        display:block;
        text-align:left
    }

}

.menu-menu-container {
	width: 1240px;
	margin-left: -200px;
}

*/