@charset "UTF-8";
/* CSS Document */

/* Teal: #5aadbf;
lt teal: #a2dce8;
blue: #00aef0;

To remove replies on pages:
Open the following two files and remove the following comment:

<?php comments_template( '', true ); ?>
Files: loop.php & page.p

 */
/*
Theme Name: gpf
Theme URI: http://test.greatpillowfight.com/
Description: Child Theme for Twenty Twelve
Author: Jane Benson of Main Jane Designs LLC
Author URI: https://mainjane.com/
Template: twentytwelve
Version: 1.4
*/

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

div#page.hfeed.site {
	margin-top: 0;
	padding: 0 40px 24px 40px;
	padding: 0 2.857142857rem 1.714285714rem 2.857142857rem;
}
header#masthead.site-header {
	background: #5aadbf url(images/cropped-2016_Banner-e1616444570867.jpg) no-repeat;
	padding: 24px 0 0 0;
	padding: 1.714285714rem 0 0 0;
	margin-top: 24px;
	margin-top: 1.714285714rem;
}

hgroup {
	margin-top: 0px !important;
	background-color: #5aadbf;
	text-align:center;
	padding: 12px 0;
	padding: 0.85714286rem 0;
}
.site-header h1 a,
.site-header h1,
h1 {
	font-weight: normal;
	font-size: 36px;
	font-size: 2.57142857rem;
	line-height: 1.2;
	letter-spacing:.02em;
	font-family: 'Baskerville', sans-serif;
	display: inline;
}
.site-header h1 a, .site-header h2 a {
	color: #ffffff;
	text-align:left;
}
.site-header h1 a:hover {
	color: #5aadbf;
}
.site-header h1, .site-header h2 {
	text-align:left;
	font-family: 'Baskerville', sans-serif;
}
.site-header h2 {
	font-weight: normal;
	font-size: 22px;
	font-size: 1.571428571rem;
	line-height: 1.2;
	color: #ffffff;
	letter-spacing:.02em;
	margin-left: 20px;
}
h2.site-description {
	display:inline;
}
.entry-header {
	font-weight: normal;
	font-size: 36px;
	font-size: 2.57142857rem;
	line-height: 1.2;
	letter-spacing:.02em;
}
.main-navigation {
	margin-top: 0;
	margin-top: 0;
}
nav#site-navigation.main-navigation {
	background-color: #ffffff;
}
@media screen and (min-width: 600px)
.main-navigation li {
    margin: 0 2rem 0 0 !important;
}
.main-navigation li a {
	color: #000000;
	font-size: 1rem;
}
.main-navigation .current-menu-item > a, .main-navigation .current-menu-ancestor > a, .main-navigation .current_page_item > a, .main-navigation .current_page_ancestor > a {
	color: #5aadbf;
	font-size: 1rem;
}
.main-navigation ul.nav-menu.toggled-on, .menu-toggle {
	margin-top: 0.857142857rem;
}
header.entry-header h1.entry-title,
.entry-header .entry-title {
	font-weight: normal;
	font-size: 28px;
	font-size: 2rem;
	line-height: 1.2;
	letter-spacing:.02em;
	color: #5aadbf;
}
.entry-content h2, 
.comment-content h2, 
.mu_register h2 {
	color: #5aadbf;
}
div.entry-content h3 a,
.entry-content a:visited, .comment-content a:visited {
	color: #5aadbf;
}
div.entry-content h3 a:hover,
.entry-content a:hover, .comment-content a:hover {
	text-decoration: none;
	color: #00aef0;
}
.imgnob,
div.textwidget img.imgnob,
#post-15 div.entry-content p img {
	border-radius: none; 
	box-shadow: none;
	margin: 12px 24px 24px 0;
	margin: 0.857142857rem 1.714285714rem 1.714285714rem 0;
	height: auto;
}
#post-15 div.entry-content p #botimg {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	display: block;
    margin-left: auto;
    margin-right: auto;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}

#post-13 .entry-content,
#post-17 .entry-content,
#post-19 .entry-content,
#post-21 .entry-content {
	background: #eef6f7 url(images/Blue.gif) no-repeat top left;
	border: solid 1px #CCCCCC;
	padding: 20px 20px 40px 120px;
	margin: 12px 0;
	margin: 0.857142857rem 0;
	position: relative;
}
.nocomments { 
	display:none;
	}
#comments { 
	display:none; 
}
.site-content article {
	border-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 24px;
	padding-bottom: 1.714285714rem;
}

/* =Print
----------------------------------------------- */

@media print {

	.site-header {
		margin-bottom: 20px;
		margin-bottom: 1.42857143rem;
		margin-top: 0;
		padding-top: 0;
	}
	hgroup {
		margin-top: 0;
		padding-top: 0;	
	}
	#page {
		margin-top: 0;
		padding-top: 0;	
	}
	.site-header h1 {
		font-size: 16pt;
	}
	.site-header h2 {
		font-size: 10pt;
	}
	#post-13 .entry-content, #post-17 .entry-content, #post-19 .entry-content, #post-21 .entry-content {
		border: none;
		padding: 0;
	}
	/* Comments */
	.comments-area article header cite,
	.comments-area article header time {
		margin-left: 20px;
		margin-left: 1.42857143rem;
	}
}
