/*
Theme Name: Hatch - WordPress.com
Theme URI: https://wordpress.com/themes/hatch/
Description: A simple, responsive, and minimal grid-based theme for photographers, illustrators, designers, or photobloggers. Ideal for sites where images are the primary content.
Version: 0.2.10
Author: AlienWP
Author URI: http://alienwp.com/
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: hatch
*/

/* =Reset
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centred in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust: 100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
body {
	background: #fff;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
ol, ul {
	list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a:focus {
	outline: thin dotted;
}
a:hover,
a:active { /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
	outline: 0;
}
a img {
	border: 0;
}


/* =Global
----------------------------------------------- */

body,
button,
input,
select,
textarea {
	color: #555;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.6;
}

::-moz-selection {
	background: #000;
	color: #fff;
	text-shadow: none;
}
::selection {
	background: #000;
	color: #fff;
	text-shadow: none;
}

/* Headings */
h1,h2,h3,h4,h5,h6 {
	clear: both;
	color: #333;
	font-style: normal;
	font-weight: bold;
	margin: 1em 0;
	line-height: 1.3em;
}
h1 {
	font-size: 3em;
}
h2 {
	font-size: 2em;
}
h3 {
	font-size: 1.666666666666667em;
}
h4 {
	font-size: 1.5em;
}
h5 {
	font-size: 1.333333333333333em;
}
h6 {
	font-size: 1.166666666666667em;
	text-transform: uppercase;
	font-weight: normal;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

/* Text elements */
p {
	margin-bottom: 1.5em;
}
ul, ol {
	margin: 0 0 1.5em 3em;
}
ul {
	line-height: 2.1;
	list-style: disc;
}
ol {
	line-height: 2.1;
	list-style: decimal;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	margin: 0;
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: normal;
	line-height: 1.75em;
}
dd {
	margin: 0 1.5em 1.5em;
}
b, strong {
	font-weight: bold;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	color: #aaa;
	font-size: 15px;
	font-size: 1.5rem;
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-style: italic;
	margin: 0 1.75em;
	padding: 0 0 0 40px;
	position: relative;
	z-index: 1;
}
blockquote:before {
	content: "“";
	display: block;
	font-size: 72px;
	font-size: 7.2rem;
	line-height: 1em;
	position: absolute;
		top: -5px;
		left: -5px;
	z-index: 2;
}
blockquote.twt-tweet:before {
	display: none;
}
address {
	font-style: italic;
	margin: 0 0 1.5em;
}
pre {
	background: #f1fbff;
	border: 1px solid #e1f1f8;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	overflow: auto;
	padding: 15px 20px;
	max-width: 100%;
}
code, kbd, tt, var {
	background: #e4f7ff;
	color: #555;
	font: 12px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	padding: 0 3px;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}
figure {
	margin: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0 0 1.5em;
	width: 100%;
}
th {
	border-bottom: 3px solid #e7e7e7;
	font-size: 11px;
	font-size: 1.1rem;
	font-weight: normal;
	line-height: 1.75em;
	padding: 10px 2%;
	text-align: left;
	text-transform: uppercase;
}
td {
	border-bottom: 1px solid #e7e7e7;
	color: #888;
	padding: 0.9166666666666667em 2%;
	text-align: left;
	vertical-align: top;
}
button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
	*vertical-align: middle; /* Improves appearance and consistency in all browsers */
}
button,
input {
	line-height: normal; /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
	*overflow: visible;  /* Corrects inner spacing displayed oddly in IE6/7 */
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid #ccc;
	border-color: #ccc #ccc #bbb #ccc;
	border-radius: 3px;
	background: #e6e6e6;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.5), inset 0 15px 17px rgba(255,255,255,0.5), inset 0 -5px 12px rgba(0,0,0,0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.5), inset 0 15px 17px rgba(255,255,255,0.5), inset 0 -5px 12px rgba(0,0,0,0.05);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.5), inset 0 15px 17px rgba(255,255,255,0.5), inset 0 -5px 12px rgba(0,0,0,0.05);
	color: rgba(0,0,0,.8);
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1;
	padding: 7px 14px;
	text-shadow: 0 1px 0 rgba(255,255,255,.8);
}
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa #bbb;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.8), inset 0 15px 17px rgba(255,255,255,0.8), inset 0 -5px 12px rgba(0,0,0,0.02);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.8), inset 0 15px 17px rgba(255,255,255,0.8), inset 0 -5px 12px rgba(0,0,0,0.02);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.8), inset 0 15px 17px rgba(255,255,255,0.8), inset 0 -5px 12px rgba(0,0,0,0.02);
}
button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb #bbb;
	-webkit-box-shadow: inset 0 -1px 0 rgba(255,255,255,0.5), inset 0 2px 5px rgba(0,0,0,0.15);
	-moz-box-shadow: inset 0 -1px 0 rgba(255,255,255,0.5), inset 0 2px 5px rgba(0,0,0,0.15);
	box-shadow: inset 0 -1px 0 rgba(255,255,255,0.5), inset 0 2px 5px rgba(0,0,0,0.15);
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* Addresses box sizing set to content-box in IE8/9 */
	padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}
input[type=text],
input[type=email],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}
input[type=text]:focus,
input[type=email]:focus,
textarea:focus {
	color: #111;
}
input[type=text],
input[type=email] {
	padding: 3px;
}
textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 3px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 98%;
}

/* Links */
a {
	color: #64a2d8;
	text-decoration: none;
}
a:visited {
	color: #64a2d8;
	text-decoration: none;
}
a:hover,
a:focus,
a:active {
	color: #000;
	text-decoration: none;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin: 1.5em 1.5em 1.5em 0;
}
.alignright {
	display: inline;
	float: right;
	margin: 1.5em 0 1.5em 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 1.5em auto;
}

/* Text meant only for screen readers */
.assistive-text {
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}


/* =Header
----------------------------------------------- */

#masthead {
	clear: both;
	float: left;
	margin: 40px 0;
	width: 100%;
}
#masthead hgroup {
	float: left;
	overflow: hidden;
	width: 35%;
}
.blog #masthead hgroup,
.home.page #masthead hgroup {
	margin: 0 0 40px;
}
#masthead .headerimg img {
	max-width: 100%;
	height: auto;
}
#masthead .logo {
	margin: 0 0 1em;
	width: 35%;
}
#masthead .logo img {
	max-width: 100%;
	height: auto;
}
#author-bio {
	clear: both;
	float: none;
	width: 100%;
}
.custom-header-active #author-bio {
	clear: both;
	float: left;
	width: 27.65957446808511%;
}
.site-title {
	font-size: 36px;
	font-size: 3.6rem;
	font-weight: bold;
	line-height: 1em;
	margin: 0 0 5px 0;
	word-wrap: break-word;
}
.site-title a {
	color: #222;
	border-bottom: none;
}
.site-description {
	clear: both;
	color: #aaa;
	float: left;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: normal;
	line-height: 1.5em;
	margin: 0;
	text-transform: none;
	width: 91.48936170212766%;
}


/* =Menu
----------------------------------------------- */

.main-navigation {
	display: block;
	float: right;
	font-size: 12px;
	font-size: 1.2rem;
	margin: 20px 0 40px;
	width: 65%;
}
.main-navigation ul {
	float: right;
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.main-navigation li {
	float: left;
	line-height: 1em;
	min-height: 30px;
	position: relative;
}
.main-navigation .parent > a:after {
	border-top: 5px solid #ccc;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	content: "";
	display: inline-block;
	margin: 0 0 0 10px;
	padding: 0 0 2px;
	width: 0;
	height: 0;
}
.main-navigation .parent .parent > a:after {
	border-top: 5px solid transparent;
	border-left: 5px solid #ccc;
	border-bottom: 5px solid transparent;
	content: "";
	display: block;
	float: right;
	margin: 0 0 0 10px;
	padding: 0;
	width: 0;
	height: 0;
}
.main-navigation a {
	display: block;
	font-weight: bold;
	margin-left: 3.5em;
	margin-right: auto;
	text-decoration: none;
}
.main-navigation ul ul {
	background: #fff;
	border: 1px solid #d9d9d9;
	-webkit-box-shadow: 0 0 7px rgba(0,0,0,.11);
	-moz-box-shadow: 0 0 7px rgba(0,0,0,.11);
	box-shadow: 0 0 7px rgba(0,0,0,.11);
	display: block;
	float: left;
	margin-left: 2em;
	opacity: 0;
	position: absolute;
		top: 1.5em;
		left: 0;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-0-transition: all .3s ease-in-out;
	z-index: 99999;
	visibility: hidden;
	width: 144px;
	word-break: break-word;
}
.main-navigation ul ul ul {
	margin: -1px 0 0;
	left: 100%;
	top: 0;
}
.main-navigation ul ul a {
	color: #888;
	display: block;
	font-weight: normal;
	font-size: 12px;
	font-size: 1.2rem;
	margin: 0 15px 0 5px;
	padding: 12px 0 12px 15px;
	text-transform: none;
}
.main-navigation ul ul li {
	width: 100%;
}
.main-navigation li:hover > a {
}
.main-navigation ul ul :hover > a {
}
.main-navigation ul ul a:hover {
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	display: block;
	opacity: 1;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-0-transition: all .3s ease-in-out;
	visibility: visible;
}
.main-navigation li.current_page_item a,
.main-navigation li.current-menu-item a {
	color: #000;
}

/* Small menu */
h1.menu-toggle {
	clear: both;
	cursor: pointer;
	display: block;
	font-size: 28px;
	font-size: 2.8rem;
	margin: 1em 0 0;
}
.blog h1.menu-toggle {
	margin: 1em 0;
}
.main-small-navigation .menu {
	display: none;
}


/* =Layout
----------------------------------------------- */

#page {
	margin: 0 auto;
	padding: 0 40px;
	position: relative;
	max-width: 940px;
}
.custom-background #page {
	background: #fff;
}
#primary {
	float: left;
	margin: 0 -31.9% 40px 0;
	width: 100%;
}
#content {
	margin: 0 31.9% 0 0;
}
#content:before,
#content:after {
	content: "";
	display: table;
}
#content:after {
	clear: both;
}
#secondary { /* Sidebar 1 */
	float: right;
	overflow: hidden;
	width: 27.65957446808511%;
}
.blog #content,
.archive #content,
.single #content,
.page-template-nosidebar-page-php #content {
	margin: 0;
}
.blog .hentry,
.archive .hentry {
	float: left;
	margin: 0 2.127659574468085% 20px 0;
	overflow: hidden;
	position: relative;
	width: 23.40425531914894%;
	height: 150px;
}
.blog .hentry .attachment-home-thumb,
.archive .hentry .attachment-home-thumb {
	width: 220px;
	height: 150px;
}
.single-large-thumb {
	float: left;
	margin: 0 30px 40px 0;
	width: 640px;
}
.single-large-thumb img {
	max-width: 100%;
	height: auto;
}
.blog .hentry:nth-of-type(4n+4),
.archive .hentry:nth-of-type(4n+4) {
	margin-right: 0;
}


/* =Content
----------------------------------------------- */

.sticky {
}
.hentry {
	margin: 0 0 20px;
}
.single-post .entry-header {
	color: #aaa;
	float: left;
	font-size: 11px;
	font-size: 1.1rem;
	line-height: 1.75em;
	margin: 40px 0 0;
	width: 27.65957446808511%;
	word-spacing: 2px;
}
.entry-date,
.byline,
.cat-links,
.tags-links {
	clear: both;
	display: block;
	margin: 0 0 .5em;
}
.byline {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: block;
}
.search .entry-date,
.search .byline,
.search .cat-links,
.search .tags-links {
	clear: none;
	display: inline;
	margin: 0 0 1em;
}
.single-attachment .entry-date {
	clear: none;
	display: inline;
}
.entry-content {
	clear: both;
	margin: 1.5em 0 0;
}
.single-attachment .entry-attachment {
	text-align: center;
}
.entry-summary {
	clear: both;
}
.page-links {
	clear: both;
	font-size: 12px;
	font-size: 1.2rem;
	margin: 1.5em 0;
}
.page-links a,
.page-links a:visited,
.page-numbers,
.page-numbers:visited {
	background: #eee;
	color: #888;
	display: inline-block;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1em;
	margin: 0 0 3px;
	padding: 3px 6px;
}
.page-links a:hover,
.page-numbers:hover {
	color: #fff;
	background: #222;
}
.page-numbers.current,
.page-numbers.dots {
	background: transparent;
	line-height: 1em;
	padding: 3px 6px;
}
.page-numbers.current:hover,
.page-numbers.dots:hover {
	color: #888;
}
.page-title,
.entry-title,
.entry-title a,
.entry-title a:visited {
	font-size: 20px;
	font-size: 2.0rem;
	font-weight: bold;
	line-height: 1.3em;
	margin: 0 0 .3em;
	color: #222;
}
.page-title,
.page .entry-title {
	color: #ccc;
}
.page-title {
	margin: 0 0 1em;
}
.blog .hentry .entry-title a,
.archive .hentry .entry-title a {
	display: block;
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: normal;
	padding: 10px 13px;
}
.blog .hentry .entry-title,
.archive .hentry .entry-title {
	background: #fff;
	font-weight: normal;
	max-width: 90%;
	margin-bottom: 0;
	opacity: 0;
	position: absolute;
		bottom: 0;
		right: 0;
}
.blog .hentry:hover .entry-title,
.archive .hentry:hover .entry-title {
	opacity: 1;
}
.blog .no-thumbnail,
.archive .no-thumbnail {
	background: #f1f1f1;
	width: 100%;
	height: 100%;
}
.no-thumbnail {
	background: #f1f1f1;
	width: 640px;
	height: 360px;
}


/* =Footer
----------------------------------------------- */

#colophon {
	clear: both;
	padding: 0 0 2em;
	width: 100%;
}
#colophon,
#colophon a {
	font-size: 11px;
	font-size: 1.1rem;
	color: #aaa;
}


/* =Media
----------------------------------------------- */

.site-header img,
.entry-content img,
.comment-content img,
.widget img,
.widget .wp-caption img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
.site-header img,
.entry-content img,
img[class*="align"],
img[class*="wp-image-"],
.widget img,
.widget .wp-caption img {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
.site-header img,
.entry-content img,
img.size-full {
	max-width: 100%;
}
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.wp-caption {
	max-width: 100%;
}
.wp-caption.aligncenter,
.wp-caption.alignleft,
.wp-caption.alignright {
	margin: 1.5em 0;
}
.wp-caption.aligncenter {
	margin: 1.5em auto;
}
.wp-caption.alignleft {
	margin: 0 1.5em 1.5em 0;
}
.wp-caption.alignright {
	margin: 0 0 1.5em 1.5em;
}
.wp-caption img {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}
.wp-caption img.wp-smiley {
	display: inline;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	color: #888;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.6em;
	margin: 5px 10px;
	text-align: center;
}
.site-content .gallery {
	margin-bottom: 1.5em;
}
.gallery-caption {
}
.site-content .gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.site-content .gallery dd {
	margin: 0;
}
.site-content .gallery-columns-4 .gallery-item {
}
.site-content .gallery-columns-4 .gallery-item img {
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}


/* =Navigation
----------------------------------------------- */

.site-content .site-navigation {
	clear: both;
	margin: 40px 0 1.5em;
	overflow: hidden;
}
.blog .site-content .site-navigation a,
.archive .site-content .site-navigation a,
.search .site-content .site-navigation a {
	background: #eee;
	color: #888;
	display: inline-block;
	font-size: 11px;
	font-size: 1.1rem;
	line-height: 1em;
	padding: 5px 10px 7px 10px;
}
.blog .site-content .site-navigation a:hover,
.archive .site-content .site-navigation a:hover,
.search .site-content .site-navigation a:hover {
	background: #fff;
	color: #000;
}
.blog .nav-previous,
.archive .nav-previous,
.search .nav-previous,
.comment-navigation .nav-previous,
.previous-image {
	float: left;
	width: 50%;
}
.blog .nav-next,
.archive .nav-next,
.search .nav-next,
.comment-navigation .nav-next,
.next-image {
	float: right;
	text-align: right;
	width: 50%;
}

/* =Comments
----------------------------------------------- */

.bypostauthor {
}
#comments {
	clear: left;
	float: left;
	width: 100%;
}
.commentlist {
	list-style: none;
	margin: 0 0 40px;
}
.commentlist li.comment,
.commentlist li.pingback,
.commentlist li.trackback {
	padding: 15px 0 0;
}
.commentlist .children {
	list-style: none;
	margin: 0 0 25px;
}
.commentlist .children li {
	padding: 1.5em 0 0 10.15625%;
}
.commentlist .avatar {
	float: left;
	margin: 0 15px 10px 0;
}
.comment-meta {
	margin: 0 0 10px 0;
	font-size: 11px;
	font-size: 1.1rem;
	color: #aaa;
	line-height: 1.75em;
}
.comment-meta a {
	color: #888;
}
.reply a,
.reply a:visited {
	color: #64a2d8;
}
.comment-meta .comment-author cite {
	color: #333;
	font-size: 14px;
	font-size: 1.4rem;
	font-style: normal;
	font-weight: bold;
}
.comment-content {
	margin-left: 65px;
}
.nocomments {
	background: #f5f5f5;
	color: #888;
	padding: 10px 25px;
}


/* =Widgets
----------------------------------------------- */

#subsidiary {
	clear: both;
	overflow: visible;
	margin: 0 auto;
	width: 104.2553191489362%;
}
#subsidiary .widget-column {
	float: left;
	margin: 0 4.081632653061224% 20px 0;
	width: 29.25170068027211%;
}
.widget {
	color: #888;
	font-size: 12px;
	font-size: 1.2rem;
	margin: 0 0 26px;
	overflow: hidden;
}
.widget a {
	color: #555;
}
.widget ul {
	margin-left: 14px;
}
.widget-title {
	color: #555;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
}

/* Search widget */
#searchsubmit {
	display: none;
}

/* Calendar widget */
#wp-calendar td,
#wp-calendar th,
#wp-calendar caption {
	text-align: center;
}
#wp-calendar caption {
	font-weight: bold;
}
#wp-calendar #next {
	text-align: right;
}
#wp-calendar #prev {
	text-align: left;
}

/* WordPress.com Widgets */

/* Flickr */
#flickr_badge_wrapper {
	border: 0 none;
}
#flickr_badge_uber_wrapper {
	margin: 0 auto;
}
#flickr_badge_uber_wrapper td {
	border: 0;
}
#flickr_badge_uber_wrapper a:hover,
#flickr_badge_uber_wrapper a:link,
#flickr_badge_uber_wrapper a:active,
#flickr_badge_uber_wrapper a:visited {
	color: #64a2d8;
}
.widget_recent_comments td {
	padding: 5px 5px 10px 5px;
	vertical-align: top;
}
.widget_authors ul,
.widget_author_grid ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.widget_authors img {
	vertical-align: middle;
}
.widget_authors li {
	margin-bottom: 10px;
}
/* Stats smiley */
#wpstats {
	clear: both;
	margin: 10px auto;
	display: block;
}

/* =Infinite Scroll
----------------------------------------------- */

/**
 * Globally hidden elements when IS is supported and in use.
 */
.infinite-scroll #nav-above, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll #nav-below,
.infinite-scroll.neverending #colophon { /* Theme Footer (when set to scrolling) */
	display: none;
}

/**
 * When IS has reached its end we need to re-display elements that were hidden (via .neverending) before
 */
.infinity-end.neverending #colophon {
	display: block;
}

/**
 * Global style tweaks when IS is supported and in use
 */
.infinite-scroll .infinite-wrap, /* Each IS loop content wrapper (multiple instances) */
.infinite-scroll .infinite-loader, /* Each IS loading spinner (multiple instances) */
.infinite-scroll #infinite-handle /* The Load more posts button */ {
	clear: both;
}
.infinite-scroll .infinite-wrap {
	border-top: none;
	padding: 0;
}
.infinite-scroll #infinite-footer .container { /* IS border */
	border-color: #e7e7e7;
}

/**
 * Make sure that clicking Load more posts doesn't cause any jarringness.
 */
.infinite-scroll #infinite-handle {
	float: left;
	height: 70px;
}
.infinite-scroll #infinite-handle span {
	background-color: #64a2d8;
	border-color: #64a2d8;
	color: #fff;
	display: block;
}
.infinite-scroll #infinite-handle span button {
	box-shadow: none;
	text-shadow: none;
}
#infinite-handle span::before {
	color: #fff;
}
.infinite-scroll .infinite-loader {
	margin: 0 0 42px;
}


/* =Responsive Media Queries
----------------------------------------------- */

@media screen and ( max-width: 980px ) {
	#masthead hgroup {
		margin: 0 0 40px;
	}
	#masthead hgroup,
	.main-navigation {
		clear: both;
		width: 100%;
	}
	.main-navigation a {
		display: block;
		font-weight: bold;
		margin-left: auto;
		margin-right: 3.5em;
	}
	.main-navigation ul ul {
		margin-left: auto;
		margin-right: 2em;
	}
	.custom-header-active #author-bio {
		clear: both;
		float: none;
		margin: 0 0 40px;
		width: 100%;
	}
	.single-large-thumb {
		clear: both;
		float: none;
		max-width: 100%;
		width: 100%;
		height: auto;
	}
	.single-post .no-thumbnail {
		display: none;
	}
	.single-post .entry-header {
		clear: both;
		float: none;
		width: 100%;
	}
	#content {
		margin: 0;
	}
	#secondary {
		clear: both;
		float: none;
		width: 100%;
	}
	#subsidiary .widget-column {
		clear: both;
		float: none;
		margin: 0 0 20px;
		width: 100%;
	}
}

@media screen and ( max-width: 700px ) {
	.blog .hentry,
	.archive .hentry {
		margin: 0 2% 15px 0;
		width: 49%;
	}
	.blog .hentry:nth-of-type(2n+2),
	.archive .hentry:nth-of-type(2n+2) {
		margin-right: 0;
	}
	.blog .hentry .attachment-home-thumb,
	.archive .hentry .attachment-home-thumb {
		width: 291.5px;
		height: auto;
	}
}