/*
Theme Name: QAHS
Theme URI: http://underscores.me/
Author: Scott Marlow
Author URI: http://marketingbymarlow.com/
Description: a custom, mobile responsive HTML5 WordPress theme, based on _S, for Queen Anne Historical Society.
Version: 11.1.2015
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: qahs
Tags:

QAHS is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Colors
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries

#Colors

Dark Blue #002b50, rgb(0,43,80)
Med Blue #A2B2BF, rgb(162,178,191)
Light Blue #d1d8df, rgb(209,216,223)
Grey #555555, rgb(85,85,85)
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
font-size: 62.5%;
overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 3.5rem;
	margin: 0 0 0.5em 0
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 0
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #222;
	font-family: sans-serif;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
color: #748BA0;
font-weight: normal;
letter-spacing: .05em;
line-height: 1.2
}
.entry-title {
	font-size: 3.5rem;
	margin: 0
}
h1.page-title {
font-size: 1.8rem
}
h2 {
font-size: 2.8rem;
margin: 0
}
h3 {
font-size: 2.1rem;
margin: 0 0 .5em 0
}
h4, .widget-title {
font-size: 1.8rem
}
.site-footer .widget-title {
color: #fff
}
/* added by bjones 
h5 {
font-size: 1.2rem;
color:#000;
font-family: sans-serif;
}
/* end added by bjones */
	
p {
	margin: 0 0 1.5em 0
}
p#cred {
clear: both
}
dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 0 1.5em 0;
}

address {
font-style: normal;
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 1.5rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #555;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
font-size: 1.8rem;
font-style: italic;
	quotes: "" "";
}
blockquote {
border-top: 1px solid #d1d8df;
border-bottom: 1px solid #d1d8df;
color: #8B9FAF;
font-family: Georgia, "Times New Roman", Times, serif;
padding: 1.5em 1.5em 0 1.5em
}

hr {
	background-color: #d1d8df;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 1.5em;
}
.widget-area ul, .widget-area ol {
	padding-left: 0;
}
ul {
	list-style: disc;
}
ul#social {
float: right;
height: 3rem;
margin: 0 1rem 0 0;
padding: 0;
width: 10.8rem
}
#social li {
background: transparent url('img/sprite-soc-med.png') top left no-repeat;
float: left;
height: 3rem;
overflow: hidden;
text-indent: 100%;
white-space: nowrap;
width: 3.6rem
}
#social a {
display: block;
height: 3rem;
width: 3.6rem
}
#social li#fb {
background-position: 0 0
}
#social li#twt {
background-position: -3.8rem 0
}
#social li#rss {
background-position: -7.4rem 0
}
ol {
	list-style: decimal;
}
#content li, .site-footer li {
margin-bottom: .5rem
}
li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}
.site-title {
clear: both;
display: block;
margin: 1em auto;
text-align: center
}
.site-description {
color: #002b50;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 2.4rem;
font-style: italic;
margin-bottom: 1em;
text-align: center
}
.site-header img.head-img, .site-header img.wp-post-image {
height: auto;
width: 100%
}
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
background: #888;
	border: 1px solid #888;
	color: #fff;
	font-size: 12px;
	font-size: 1.2rem;
letter-spacing: .15em;
	line-height: 1;
	padding: .5em 2em;
	text-transform: uppercase;
	transition: all .25s;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
background: #fff;
	border-color: #555;
color: #555
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
background: #fff;
	border-color: #555;
color: #555
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	border: 1px solid #555;
color: #fff;
font-weight: normal;
letter-spacing: .1em
}
#masthead .search-form {
display: none;
line-height: 1.4;
width: 100%
}
.site input.search-field {
background: url('img/bg-search.png') bottom left no-repeat;
padding-left: 3.5rem;
width: 100%
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #555
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 3px;
}

textarea {
	padding-left: 3px;
	width: 100%;
}
label {
font-weight: bold;
text-transform: uppercase
}
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #002b50;
font-weight: bold;
text-decoration: none;
transition: color .25s;
}
a.button/*, a.more-link*/ {
	background: #888;
	border: 1px solid #888;
	color: #fff;
	display: inline-block;
font-size: 1.2rem;
	font-weight: normal;
	letter-spacing: .15em;
	padding: .2em 2em;
	text-align: center;
	text-decoration: none;
	transition: all .25s;
}
.entry-header a {
font-weight: normal
}
.more-link {
font-style: italic
}
.meta-nav {
display: none
}
a[href $='.pdf'] {
background: transparent url('img/bg-icon-pdf.png') center left no-repeat;
padding-left: 1.5em
}
.tagcloud a {
color: #8B9FAF;
font-weight: normal;
line-height: 1.3333333
}
.posted-on .entry-date {
	color: #222;
}
.edit-link a {
float: right;
font-size: 1.6rem
}
.site-footer a {
font-weight: normal
}
a:visited {
}
a:hover,
a:focus,
a:active {
color: #8B9FAF;
text-decoration: underline
}
a.button:hover, a.button:focus, a.button:active{
	background: #fff;
	border: 1px solid #555;
	color: #555
}
.site-footer a:hover,
.site-footer a:focus,
.site-footer a:active {
color: #fff
}
a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	margin: 0 auto 1.5em auto;
	width: 75%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.main-navigation a {
border-bottom: 1px solid #A2B2BF;
color: #222;	
display: block;
font-size: 1.6rem;
font-weight: normal;
letter-spacing: .1em;
padding: .75em .5em;
	text-decoration: none;
text-transform: uppercase
}
.main-navigation ul ul a {
font-size: 1.4rem;
text-transform: none
}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
color: #A2B2BF
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}
.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a {
background: #A2B2BF
}
li#menu-item-68 {
display: none
}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
margin: auto;
text-align: center
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 2em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/* Search widget. */
.search-submit {
	display: none;
}
.widget ul {
list-style: none;
margin-left: 0;
padding-left: 0
}
#secondary .widget_text {
border: 1px solid #002b50;
}
#secondary .widget_text h2, #secondary .textwidget {
padding: .5em
}
#secondary .textwidget, #secondary .textwidget a {
background: #f8f4f1;
color: #555;
font-weight: bold
}
#secondary .textwidget a {
text-decoration: underline
}
#secondary .textwidget a:hover, #secondary .textwidget a:focus, #secondary .textwidget a:active {
text-decoration: none
}
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
.site, .site-info {
margin: 0 auto;
max-width: 114rem;
padding: 0 2rem
}
.site-header {
line-height: 1;
margin: 1.5em 0
}
.page-id-47 .entry-content, .entry-content .mc-main {
background: #d1d8df;
padding-left: 2rem;
}
.site-footer {
background: #A2B2BF;
color: #fff;
font-size: 1.4rem;
padding-top: 1em
}
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
#content article.sticky, #content article.category-sticky {
background: #d1d8df;
border: none;
	display: block;
padding: 1em
}
.hentry {
	margin: 0 0 2em;
}
.byline,
.updated:not(.published) {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.page-content,
.entry-content,
.entry-summary {
	padding: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
.entry-meta, .entry-footer {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 1.4rem;
font-style: italic
}
.entry-meta a {
font-weight: normal
}
.post-date {
color: #555;
font-size: 1.2rem;
text-transform: uppercase
}
.cat-links {
margin-right: .75em;
}
/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
background: rgba(255,255,255, .8);
color: #333;
font-family: Georgia, "Times New Roman", Times, serif;	
font-size: 1.4rem;
height: 2.4em;
letter-spacing: .1em;
line-height: 1.4;
margin-top: -2.4em;
overflow: hidden;
padding: 0.5em 0;
position: relative
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

@media screen and (min-width: 46.428571rem) {
body,
button,
input,
select,
textarea {
font-family: 'Lato', sans-serif;
}
.site-title {
clear: none;
margin: 0 0 1em 0;
float: left
}
h1, h2, h3, h4, h5, .widget-title, blockquote, .site-description {
font-family: 'Sorts Mill Goudy', serif;
}
#masthead .search-form {
display: inline-block;
float: right;
margin-right: 4.1rem;
width: 18rem
}	
.menu-toggle {
		display: none;
	}
.main-navigation {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,eeeeee+20,cccccc+40,05014f+100
background: -moz-linear-gradient(left,  #ffffff 0%, #eeeeee 10%, #cccccc 20%, #05014f 100%); FF3.6-15 
background: -webkit-linear-gradient(left,  #ffffff 0%,#eeeeee 10%,#cccccc 20%,#05014f 100%); Chrome10-25,Safari5.1-6 
background: linear-gradient(to right,  #ffffff 0%,#eeeeee 10%,#cccccc 20%,#05014f 100%); W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
background: #002b50; /* Old browsers */
clear: none;
	float: right;
margin: 4rem 0 0 0;
padding-left: 3em
}
.main-navigation ul {
		display: block
}
.main-navigation a {
border: none;
color: #fff;
padding: 1.5em .5em
}
.main-navigation li:hover > a,
.main-navigation li.focus > a {
background: #A2B2BF;
color: #fff
}
.main-navigation li {
	float: left;
	position: relative
}
.main-navigation ul ul {
background: rgba(255,255,255, .9);	
float: left;
	position: absolute;
	top: 4.25em;
	left: -999em;
	z-index: 99999
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto
}
.main-navigation ul ul ul {
	left: -999em;
	top: 0
}

.main-navigation ul ul a {
border-bottom: 1px solid #A2B2BF;
color: #555;
padding: .75em .5em;
	width: 200px;
}
.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}
/* Layout: Content-Sidebar */

.content-area {
	float: left;
	margin: 0 -32% 0 0;
	width: 100%;
}
.site-main {
	margin: 0 40% 0 0;
}
.page-template-default .site-main {
margin: 0
}
.site-content .widget-area {
border-left: 1px solid #d1d8df;	
float: right;
font-size: 1.4rem;
line-height: 1.4;
	overflow: hidden;
padding-left: 5%;
	width: 32%;
}
.site-footer {
clear: both;
	width: 100%;
}
.site-footer aside {
border-right: 1px solid #d1d8df;
float: left;
margin-right: 2%;
min-width: 18%;
padding-right: 2%;
width: auto
}
.site-footer aside:last-of-type {
border: none;
float: right;
margin-right: 0;
/*text-align: right;*/
}
}