/*
 Theme Name:   TwentyThirteen Child
 Description:  TwentyThirteen Child Theme
 Author:       Tom Henrich
 Author URI:   http://tomhenrich.com
 Template:     twentythirteen
 Version:      1.0.0
 Tags: black, brown, orange, tan, white, yellow, light, one-column, two-columns, right-sidebar, fluid-layout, responsive-layout, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready
 Text Domain: twentythirteen-child
*/

@import url("../twentythirteen/style.css");

/* =Theme customization starts here
-------------------------------------------------------------- */

body {
	line-height: 1.6;
}

.site-header .home-link {
	min-height: 180px;
}

.site-title {
	padding: 30px 0 10px;
}

.hentry:first-child {padding-top: 10px;}

.entry-content {
	font-family: Georgia, Palatino, "Palatino LT STD", "Palatino Linotype", "Book Antiqua", serif;
	-webkit-hyphens: manual;
	-moz-hyphens:    manual;
	-ms-hyphens:     manual;
	hyphens:         manual;
	word-wrap: normal !important;
}
.entry-content .lead,
.entry-content .lede {
	font-size: larger;
}

.entry-content blockquote {
	font-size: 16px;
	margin: .5em 1em;
	padding: 0 1em;
	border-left: 4px solid #ca3c08;
}

.entry-content blockquote cite,
.entry-content blockquote small {
	font-size: 14px;
}

.entry-content .aligncenter {margin-left: auto; margin-right: auto;}

@media screen and (min-width: 800px) {
	.entry-header,
	.entry-content,
	.entry-summary,
	.entry-meta,
	.page-content {
		max-width: 50rem;
	}
}

/* Mobile devices */
@media (max-width: 359px) {
	.site-title {font-size: 24px;}

}