/*
Theme Name:     Twenty Fourteen CHN
Author:         Crown Hill Neighbors Web Team
Description:    Minimal Child Theme of Twenty Fourteen to make changes to the header, sidebar and footer areas so they are no longer black. Also kill display of categories and author names.
Template:       twentyfourteen
Version: 1.0
*/

/* Import Parent Theme */
@import url('../twentyfourteen/style.css');

/* stuff to override */


.site-header {
	background-color: #000000;
	max-width: 1260px;
	position: relative;
	width: 100%;
	z-index: 4;
}


.site-title {
	float: left;
	font-size: 24px;
	font-weight: 700;
	line-height: 48px;
	margin: 0;

	/* Nav-toggle width + search-toggle width - gutter = 86px */
	max-width: -webkit-calc(100% - 86px);
	max-width:         calc(100% - 86px);
}


.content-area {
	padding-top: 18px;
}


.content-sidebar {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	color: #767676;
	padding: 18px 10px 0;
}

.widget {
	font-size: 14px;
	-webkit-hyphens: auto;
	-moz-hyphens:    auto;
	-ms-hyphens:     auto;
	hyphens:         auto;
	line-height: 1.2857142857;
	margin-bottom: 24px;
	width: 100%;
	word-wrap: break-word;
}

.site-footer {
	background-color: #7f7f7f;
	font-size: 12px;
	position: relative;
	z-index: 3;
}

@media screen and (min-width: 1008px) {
	.site:before {
		background-color: #7f0000;
		content: "";
		display: block;
		height: 100%;
		min-height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		width: 182px;
		z-index: 2;
	}

}

.cat-links, .entry-meta .byline {
    display: none;
}