/*
Theme Name: Twenty Fourteen Child Theme
Theme URI: http://cindymckee.com/
Description: small tweaks, including wider text area
Author: Cindy McKee
Author URI: http://cindymckee.com/
Template: twentyfourteen
Version: 0.1
*/

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

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

 .fullwidth .entry-header,
 .fullwidth .entry-content,
 .fullwidth .entry-summary,
 .fullwidth .entry-meta,
 .page-content {
 margin: 5px auto;
 padding-left: 35px; 
 max-width: 65%;
 }

.entry-content,
.entry-summary,
.page-content {
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:        none;
}

#fullwidth {
  text-align:left;
  margin: 5px auto;
  max-width: 100%;
  overflow:visible;
  display: block;
  background-color:#fff;
}

.single .byline,
.group-blog .byline {
	display: none;
}
hr {
	background-color: black;
	border: 0;
	height: 1px;
	margin-bottom: 23px;
}

