/*
Theme Name: Twenty Thirteen Child
Theme URI: http://yourwebsite.com/twentythirteen-child/
Description: Child theme, based on Twenty Thirteen
Author: Ryan
Author URI: 
Template: twentythirteen
Version: 1.0.0
Tags: awesome
Text Domain: twenty-thirteen-child
*/ 

html, button, input, select, textarea,
h1, h2, h3, h4, h5, h6 {
	font-family: "Georgia","Times New Roman",serif;
}
body {
	font-size: 18px;
}

a, .entry-content a, .comment-content a,
.nav-menu .current_page_item > a, .nav-menu .current_page_ancestor > a, .nav-menu .current-menu-item > a, .nav-menu .current-menu-ancestor > a {
	color: #0E4C92;
}

.nav-menu .current_page_item > a, .nav-menu .current_page_ancestor > a, .nav-menu .current-menu-item > a, .nav-menu .current-menu-ancestor > a, .entry-header {
	background: #fff9bb;
}

a:hover, .entry-content a:hover, .comment-content a:hover {
	color: #3284BF;
}

.navbar {
	background-color: #FFE800;
}

.site-footer {
	background-color: #fff9bb;
}
.hentry {
	padding: 0;
}

#content .entry-header {
	max-width: 100%;
}

.entry-header, .entry-content, .entry-summary, .entry-meta {
	max-width: 800px;
}

.entry-title {
	margin: 0px auto;
	max-width: 800px;
	text-align: center;
}

.entry-content img.alignleft, .entry-content .wp-caption.alignleft {
	margin-left: 0;
}

.entry-content {
    	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
    	word-wrap: normal;
}

ul.nav-menu, div.nav-menu > ul {
	text-align: center;
}

.site-header .home-link {
	min-height: 90px;
}

.site-header .search-form {
    top: 3px;
}

.site-header {
	background-color: #fbfaf4;
}

.site-title {
	padding: 10px 0px 10px;
	text-align: center;
	color: #0E4C92;
}

.nav-menu li a {
	font-size: 24px;
	color: #0E4C92;
	padding: 15px 15px;
}

.nav-menu li a:hover {
	background-color: #777777;
}

.post-8 .entry-title {
	display: none;
}
.ideas div.entry-content:after {
	content: "";
	background-color: #d9d08e;
	height: 5px;
	position: absolute;
	width: 100%;
	max-width: 800px;
	margin-top: 10px;
}
.ideas div.entry-content {
	margin-bottom: 60px;
}
.ideas h1 {
	background-color: #eee;
}
