/*
Theme Name:     TwentyFourteenChild
Description:    Child to customize TwentyFourteen
Author:         Rand Simberg
Template:       twentyfourteen

(optional values you can add: Theme URI, Author URI, Version)
*/

@import url("../twentyfourteen/style.css");

body,
button,
input,
select,
textarea {
	color: #2b2b2b;
	font-family: inherit;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}

blockquote {
border-left: none;
background: transparent;
font-family: inherit;
font-size: 16px;
font-style: normal;
margin: 0.25em 10px;
margin-right: 0px;
padding: 0.25em 20px;
position: relative;
color: #383838;
}

blockquote em,
blockquote i,
blockquote cite {
	font-style: italic;
}

.cat-links {
	font-weight: 900;
	text-transform: capitalize;
}

.entry-content .edit-link {
	clear: both;
	display: block;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.3333333333;
	text-transform: capitalize;
}

.comment-list .reply,
.comment-metadata {
	font-size: 12px;
	line-height: 2;
	text-transform: capitalize;
}

.comment-navigation {
	font-size: 12px;
	line-height: 2;
	margin-bottom: 48px;
	text-transform: capitalize;
}

.comment-reply-title,
.comments-title {
	font: 900 16px/1.5 Lato, sans-serif;
	margin: 0;
	text-transform: capitalize;
}

.entry-content th,
.comment-content th {
	font-weight: 700;
	padding: 8px;
	text-transform: capitalize;
}

.entry-meta {
	clear: both;
	color: #767676;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.3333333333;
	text-transform: capitalize;
}

.entry-meta {
	clear: both;
	color: #767676;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.3333333333;
	text-transform: capitalize;
}

.entry-meta .tag-links a {
	background-color: #767676;
	border-radius: 0 2px 2px 0;
	color: #fff;
	display: inline-block;
	font-size: 11px;
	font-weight: 700;
	line-height: 1.2727272727;
	margin: 2px 4px 2px 10px;
	padding: 3px 7px;
	position: relative;
	text-transform: capitalize;
}

.entry-title {
	font-size: 33px;
	font-weight: 300;
	line-height: 1.0909090909;
	margin-bottom: 12px;
	margin: 0 0 12px 0;
	text-transform: capitalize;
}

.featured-content .entry-title {
	font-size: 18px;
	font-weight: 300;
	line-height: 1.3333333333;
	margin: 0;
	text-transform: capitalize;
}

.header-main {
	min-height: 48px;
	padding: 0 10px;
}

.site {
margin: 0 auto;
}

@media screen and (min-width: 1080px) {
        .site:before {
		width: 270px;
	}
        #secondary {
		width: 210px;
                background-color: #424242;
	}
} 

.no-comments {
	font-size: 16px;
	font-weight: 900;
	line-height: 1.5;
	margin-top: 24px;
	text-transform: capitalize;
}

.page-links {
	clear: both;
	font-size: 12px;
	font-weight: 900;
	line-height: 2;
	margin: 24px 0;
	text-transform: capitalize;
}

.post-navigation .meta-nav {
	color: #767676;
	display: block;
	font-size: 12px;
	font-weight: 900;
	line-height: 2;
	text-transform: capitalize;
}

.paging-navigation .page-numbers {
	border-top: 5px solid transparent;
	display: inline-block;
	font-size: 14px;
	font-weight: 900;
	margin-right: 1px;
	padding: 7px 16px;
	text-transform: capitalize;
}

	.primary-navigation {
		float: right;
		font-size: 11px;
		margin: 0 1px 0 -12px;
		padding: 0;
		text-transform: capitalize;
	}

.site-header {
	background-color: #424242;
	max-width: 1260px;
	position: relative;
	width: 100%;
	z-index: 4;
}

.site-navigation a {
	color: #fff;
	display: block;
	text-transform: capitalize;
}

.site-title {
	font-family: Lato, sans-serif;
	float: left;
	font-size: 36px;
	font-weight: 700;
#        color: #24890;
        color: #000000; !important
	line-height: 48px;
	margin: 0;

	/* Nav-toggle width + search-toggle width - gutter = 86px */
	max-width: -webkit-calc(100% - 86px);
	max-width:         calc(100% - 86px);
}

.site-title a {
color: #41a62a;
}

.site-title a:hover {
color: #80FF00;
}


