/* CSS Document */

/*
 Theme Name:   Twenty Fifteen Child
 Theme URI:    http://loveskateboarding.com
 Description:  Twenty Fifteen Child Theme
 Author URI:   Mike Devine
 Template:     twentyfifteen
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  twenty-fifteen-child
*/


/**
 * 10.0 Header
 */
body, button, input, select, textarea {
	font-family:Helvetica Neue, Helvetica, Arial, sans-serif;
}
.site-header {
	background-color: #fff;
	padding: 4%,;
}

.site-branding {
	min-height: 2em;
	padding-right: 60px;
	position: relative;
}

.site-title {
	font-family: sans-serif;
	font-size: 22px;
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 1.3636;
	margin-bottom: 0;
	text-align: center;
}

.site-description {
	display: none;
	font-family: sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 400;
	line-height: 1.5;
	margin: 0.5em 0 0;
	opacity: 0.7;
	text-align: center;
}

.page .entry-title {
   display: none;
}

.entry-title{
   display: none;
} 
.main-navigation li {
	border-top: none;
}
.hentry, .page-header, .page-content {
	box-shadow: none;
}


.main-navigation ul {
    list-style: outside none none;
    margin: 0px;
	font-size: 90%;
	padding-left: 45px;
	
}
dfn, cite, em, i {
    font-style: italic;
    font-size: 80%;
}