/*
Theme Name: Graphy Child
Theme URI: http://themegraphy.com/wordpress-themes/graphy/
Description: This is a child them of Graphy. Graphy is a blog-oriented WordPress theme designed with great attention given to the beauty of the typography. Made using mobile-first responsive web design, even when your site is viewed on a smartphone or tablet there will be no negative impact on the beautiful typography.
Author: SmartWebWiz
Author URI: http://SmartWebWiz.com/
Template: graphy
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, right-sidebar, custom-colors, custom-header, custom-menu, editor-style, featured-images, full-width-template, microformats, post-formats, sticky-post, theme-options, threaded-comments, translation-ready
Text Domain: graphy-child
*/

/* to set in graphy theme adjustment:
  color: green #00960a
  color: light green #88b27b
*/

/* Disable navigation for posts of type 'location', without changing content-single.php .*/
.single-location .post-navigation {
	display: none;
}

/* Heading L68 */
h1, h2, h3, h4, h5, h6, .site-title {
	color: #71407a;  /* color: lilac */
}

h2 {
	margin-bottom: 1em;
	margin-top: 0.6em;
}

/* Text L125 */
p {
	margin: 0 0 0.5em;
}

/* Alignments L325 */
.aligncenter,
.alignleft,
.alignright {
	margin-bottom: 0.5em;
	margin-top: 0.5em;  /* Same as p{} */
}

/* In the child theme this does not seem to overwrite the main theme ... */
@media screen and (min-width: 1180px) {
	.no-sidebar .alignleft{
		margin-left: 0;
	}
	.no-sidebar .alignright{
		margin-right: 0;
	}
}
/* ... hence explicitly for all media. */
.no-sidebar .alignleft {
	margin-left: 0;
}
.no-sidebar .alignright{
	margin-right: 0;
}

/* Base L480 */
body {
	background-color: #eae7f3; /* color: light lilac */
}

.site-header{
	margin-bottom: 30px;
}

/* Header L645
------------------------------------------------------------ */

.site-description {
	color: #71407a;  /* color: lilac */
}


/* Menus L689
------------------------------------------------------------ */

.main-navigation {
	border-bottom: solid 1.2px #71407a;  /* color: lilac */
	border-top: solid 1.2px #71407a;  /* color: lilac */
	color: #71407a;  /* color: lilac */
	background: #fbfddf;  /* color: beige */  /* Remove this to clear the outer part of the menu bar. */
}

.main-navigation .search-form {
	background: #fbfddf;  /* color: beige */
}

.main-navigation div.menu > ul > li,
.main-navigation ul.menu > li {
	background-color: #fbfddf;  /* color: beige */
	}

.main-navigation .current_page_ancestor > a {
	color: #71407a;  /* color: lilac */
}


/* Entry L973 */
.page .hentry  {
	margin-bottom: 0px;
}

/* Category L991 */
a.category {
	color: #71407a;  /* color: lilac */
	color: #777;  /* color: lilac */
}


/* Entry Title L1013 */
.entry-header {
	margin-bottom: 0px;
}
.entry-title {
	margin-bottom: 20;
}

/* ?unclear where this is defined */
.entry-content {
	margin-top: 0px;
}

/* For plugin blog-in-blog. */
.post {
	 overflow: auto;  /* To make the containing box as big as the whole post, including floating images. */
}
.post-headline {
	text-align: center;
}
.post-date {
	text-align: center;
}
.separator {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 20px;
}