/*
Theme Name:  Finder
Theme URI:   https://thethemefoundry.com/wordpress-themes/finder/
Author:      The Theme Foundry
Author URI:  https://thethemefoundry.com
Description: A contemporary photoblog theme with a beautifully simple one-column layout and equally clean typography. Designed with a responsive layout that looks great on large displays, tablets and mobile devices.
Version:     201506191857
License:     GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Status: inactive
Text Domain: finder
Tags: abstract, art, artistic, artwork, black, blog, bright, classic-menu, clean, contemporary, craft, custom-background, custom-colors, custom-menu, design, editor-style, fashion, featured-images, full-width-template, light, minimal, modern, multiple-menus, one-column, photoblogging, photography, portfolio, responsive-layout, scrapbooking, simple, sophisticated, sticky-post, theme-options, translation-ready, video, white

Finder WordPress Theme, Copyright 2015 The Theme Foundry
Finder is distributed under the terms of the GNU GPL

Finder is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.

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:
----------------------------------------------------------------
1.0 Normalize
2.0 Typography
3.0 Elements
4.0 Forms
5.0 Navigation
	5.1 Links
	5.2 Menus
6.0 Accessibility
7.0 Alignments
8.0 Clearings
9.0 Widgets
10.0 Content
	10.1 Posts and pages
	10.2 Asides
	10.3 Comments
11.0 Infinite scroll
12.0 Media
	12.1 Captions
	12.2 Galleries
13.0 WordPress.com
14.0 Colors
	14.1 000
	14.2 fff
	14.3 c0c0c0
	14.4 717171
	14.5 e06a56
	14.6 fafafa
--------------------------------------------------------------*/


/*--------------------------------------------------------------
1.0 Normalize
--------------------------------------------------------------*/

html {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;

	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	margin: 0;
	font-weight: 400;

	text-rendering: optimizeLegibility;
}

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,
h2,
h3,
h4,
h5,
h6,
p,
a {
	word-wrap: break-word;
	word-break: break-word;
}

h1 {
	font-size: 50px;
	font-weight: 900;
	letter-spacing: -4px;
	text-transform: uppercase;
}

h2 {
	font-size: 30px;
	font-weight: 900;
	line-height: 1.4;
}

h3 {
	font-size: 30px;
	font-weight: 300;
}

h4 {
	font-size: 15px;
	font-weight: 900;
	letter-spacing: -1px;
	letter-spacing: -0.045em;
	text-transform: uppercase;
}

h5 {
	font-style: 15px;
}

h6 {
	font-size: 10px;
	letter-spacing: 5px;
	text-transform: uppercase;
}

mark {
	background: #ff0;
}

small {
	font-size: 80%;
}

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

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

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

figure {
	margin: 1em 40px;
}

pre {
	overflow: auto;
}

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

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

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

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

	-webkit-appearance: button;
}

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

button::-moz-focus-inner,
input::-moz-focus-inner {
	padding: 0;
	border: 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"] {
	box-sizing: content-box;

	-webkit-appearance: textfield;
}

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

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

legend {
	padding: 0;
	border: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

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

td,
th {
	padding: 0;
}

th {
	padding-bottom: 15px;
	text-align: left;
}


/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/

body,
button,
input,
select,
textarea {
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.6;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-top: 30px;
	margin-bottom: 30px;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	display: block;
	margin: 45px 0;
	font-size: 28px;
	font-weight: 700;
	line-height: 1.35;
	text-align: center;
	word-spacing: -1px;
}

address {
	margin: 0 0 30px;
}

pre {
	overflow: auto;
	max-width: 100%;
	margin-bottom: 30px;
	padding: 15px;
	font-family: "Courier New", Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace;
	line-height: 1.6;
}

code,
kbd,
tt,
var {
	font-family: "Courier New", Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace;
}

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

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

big {
	font-size: 125%;
}


/*--------------------------------------------------------------
3.0 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;
}

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

blockquote,
q {
	quotes: "" "";
}

hr {
	display: block;
	clear: both;
	max-width: 200px;
	height: 3px;
	margin: 60px auto;
	border: none;
}

ul,
ol {
	margin: 0 0 30px 30px;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 30px 30px;
}

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

*:not(.gist) table {
	width: 100%;
	margin: 30px 0;
	border-bottom: 2px solid;
	text-align: left;
}

table caption {
	margin-bottom: 30px;
}

table th,
table td {
	padding: 15px;
}

table th {
	font-weight: 500;
}

*:not(.gist) table td {
	border-top: 2px solid;
}

table td[valign="top"] {
	vertical-align: top;
}

table td [valign="bottom"] {
	vertical-align: bottom;
}


/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/

input,
form,
textarea {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

input:focus,
form:focus,
textarea:focus {
	outline: none;
}

.form-submit {
	margin-bottom: 0;
	text-align: center;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	padding: 15px;
	border: none;
	font-size: 12px;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 2px;
	text-transform: uppercase;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	border: 2px solid;
}

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

textarea {
	width: 100%;
	padding-left: 3px;
}


/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/

#masthead {
	padding: 15px 0 0;
	text-align: center;
}

@media screen and (min-width: 600px) {
	#masthead {
		padding: 45px 0;
	}
}

.site-title {
	margin: 0;
	padding: 0 15px;
	font-size: 75px;
	font-weight: 900;
	line-height: 0.9;
	letter-spacing: -6px;
	word-spacing: 6px;
	text-transform: uppercase;
}

@media screen and (min-width: 600px) {
	.site-title {
		font-size: 116px;
		letter-spacing: -8px;
	}
}

.site-title-mask .site-title {
	background: -webkit-linear-gradient(transparent, transparent), url(images/marble-pattern.png) repeat;
	background: -o-linear-gradient(transparent, transparent);
	background-position: center;
	-webkit-background-clip: text;
	background-size: 50%;
}

.js .site-title-mask .site-title {
	visibility: hidden;
}

.js.backgroundcliptext .site-title-mask .site-title {
	visibility: visible;
}

.site-title a {
	text-decoration: none;
}

.site-title-mask .site-title a {
	-webkit-text-fill-color: transparent;
}

.site-title-container.svg {
	position: relative;
}

.svg-site-title {
	position: absolute;
	top: 0;
	left: 0;
}

.svg-site-title tspan {
	font-size: 75px;
	font-weight: 900;
	line-height: 0.9;
	letter-spacing: -6px;
	word-spacing: 6px;
	text-transform: uppercase;
}

@media screen and (min-width: 600px) {
	.svg-site-title tspan {
		font-size: 116px;
		letter-spacing: -8px;
	}
}

.site-description {
	padding: 0 30px;
	line-height: 1.2;
}

#site-navigation {
	margin-top: 15px;
	font-size: 15px;
	font-weight: 500;
	text-align: center;
	letter-spacing: 0;
}

@media screen and (min-width: 600px) {
	#site-navigation {
		font-size: 12px;
		letter-spacing: 2px;
		text-transform: uppercase;
	}
}

.site-logo-link {
	display: block;
}

.site-logo-link img {
	margin: 0 auto;
}

.has-logo + #site-navigation {
	margin-top: 15px;
}

@media screen and (min-width: 600px) {
	.has-logo + #site-navigation {
		margin-top: 45px;
	}
}

#masthead,
#content {
	max-width: 940px;
	margin: 0 auto;
}

#site-sub-navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;

	-webkit-font-smoothing: subpixel-antialiased;
}

#site-sub-navigation ul li {
	line-height: 1.2;
}

#site-sub-navigation a {
	font-size: 15px;
	font-weight: 900;
	text-decoration: none;
	letter-spacing: -1px;
	letter-spacing: -0.045em;
	text-transform: uppercase;
	word-wrap: break-word;
}


/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/

a:hover,
a:focus,
a:active {
	color: inherit;
}

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


/*--------------------------------------------------------------
5.2 Menus
--------------------------------------------------------------*/

.main-navigation {
	display: block;
	float: left;
	clear: both;
	width: 100%;
	font-size: 13px;
}

.main-navigation ul {
	margin: 0;
	padding-left: 0;
	list-style: none;
}

@media screen and (min-width: 600px) {
	.main-navigation li {
		border-bottom: 2px solid;
	}
}

@media screen and (min-width: 600px) {
	.main-navigation li {
		display: inline-block;
		position: relative;
		margin-right: 30px;
		border-bottom: 0;
	}
}

.main-navigation li a {
	padding: 15px;
}

@media screen and (min-width: 600px) {
	.main-navigation li a {
		padding: 0;
	}
}

/* Remove padding from last menu item */
.main-navigation li:last-of-type {
	margin-right: 0;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

@media screen and (min-width: 600px) {
	.main-navigation ul ul {
		float: left;
		position: absolute;
		z-index: 99999;
		top: 1.5em;
		left: -999em;
		text-align: left;
	}
}

.main-navigation ul ul ul {
	top: 0;
	left: -999em;
}

@media screen and (min-width: 600px) {
	.main-navigation ul ul a {
		width: 200px;
	}
}

@media screen and (min-width: 600px) {
	.main-navigation ul ul li {
		margin-right: 0;
		padding: 15px;
		border-bottom: 2px solid;
	}
}

.main-navigation ul li:hover > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul {
	left: 100%;
}

.main-navigation .menu {
	padding: 0 30px;
}

@media screen and (max-width: 600px) {
	.main-navigation .menu {
		padding: 0;
	}
}

/* Small menu. */
.menu-toggle {
	display: none;
}

@media screen and (max-width: 600px) {
	.menu-toggle {
		width: 100%;
		margin-right: auto;
		margin-left: auto;
		padding: 15px;
		border: 0;
		border-bottom: 2px solid;
		font-size: 15px;
		letter-spacing: 0;
		text-transform: none;
	}

	.menu-toggle:hover,
	.menu-toggle:focus {
		border-bottom: 2px solid;
	}

	.menu-toggle,
	.main-navigation.toggled ul {
		display: block;
	}

	.main-navigation ul {
		display: none;
	}
}

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

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

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


/*--------------------------------------------------------------
6.0 Accessibility
--------------------------------------------------------------*/

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

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	display: block;
	clip: auto !important;
	z-index: 100000;
	top: 5px;
	left: 5px;
	width: auto;
	height: auto;
	padding: 15px 23px 14px;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	line-height: normal;
	text-decoration: none;
	/* Above WP toolbar. */
}


/*--------------------------------------------------------------
7.0 Alignments
--------------------------------------------------------------*/

.alignleft {
	display: inline;
	float: left;
	margin-right: 15px;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 15px;
}

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


/*--------------------------------------------------------------
8.0 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,
.widget-content-area:before,
.widget-content-area:after {
	display: table;
	content: "";
}

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


/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/

.widget-container-area {
	padding: 0 30px;
}

.widget-footer-area {
	width: 100%;
}

@media screen and (min-width: 940px) {
	.widget-footer-area {
		max-width: 295px;
		/* 620-30 = 590, 590/2 = 295 */
	}
}

#widget-footer-1 {
	float: left;
}

#widget-footer-2 {
	float: right;
}

.widget {
	margin: 0 0 30px;
	font-size: 13px;
}

.widget ul {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

.widget li {
	line-height: 1.8;
}

.widget_rss li {
	margin-bottom: 15px;
}

.widget_rss .widget-title a {
	text-decoration: none;
}

.widget_rss img {
	display: none;
}

.widget_tag_cloud a {
	display: inline-block;
	margin-bottom: 2px;
	padding: 8px;
	text-decoration: none;
}

.widget_calendar table th,
.widget_calendar table td {
	padding: 5px 0;
}

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

.widget_search .search-submit {
	display: none;
}


/*--------------------------------------------------------------
10.0 Content
--------------------------------------------------------------*/

.page-header {
	padding: 30px 0;
	text-align: center;
}

.page-header h1,
.page-header p {
	margin: 0;
}

#primary,
#content {
	margin-bottom: 90px;
}

.site-footer {
	margin-bottom: 45px;
	text-align: center;
}

@media screen and (min-width: 1400px) {
	.site-footer {
		position: fixed;
		bottom: 30px;
		left: 30px;
		max-width: 200px;
		margin-bottom: 0;
		text-align: left;
	}
}

.site-byline {
	margin-top: 30px;
}

.site-byline,
.site-info {
	font-size: 12px;
	font-weight: 300;
	line-height: 1.6;

	-webkit-font-smoothing: subpixel-antialiased;
}

.site-footer-infinity {
	max-height: 48px;
	padding: 3px 0;
	text-align: center;
}

#infinite-footer .hide-footer {
	display: block;
	float: right;
	padding: 3px 0;
	font-size: 11px;
	line-height: 20px;
}

.site-footer-infinity .site-byline {
	margin-top: 0;
}

.entry-title {
	line-height: 1.2;
	text-align: center;
}

.entry-title-rule {
	max-width: 250px;
	height: 3px;
	margin: 15px auto;
}

.entry-content {
	padding-right: 30px;
	padding-left: 30px;
}

@media screen and (min-width: 1400px) {
	.entry-content {
		padding-right: 0;
		padding-left: 0;
	}
}

.entry-content p {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;

	-ms-hyphens: auto;
	-webkit-hyphenate-limit-after: 2;
	-webkit-hyphenate-limit-before: 2;
	-webkit-hyphenate-limit-lines: 2;
}

.entry-title,
.entry-content p,
.entry-content ul,
.entry-content ol,
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6,
.entry-content > div,
.entry-content pre,
.entry-content table,
.entry-content dl,
.entry-content form,
.entry-content address,
.entry-content details,
#comments .comments-title,
#comments .comment-list,
#comments #respond,
.entry-meta,
.entry-footer,
.widget-content-area,
img.latex {
	max-width: 620px;
	margin-right: auto;
	margin-left: auto;
}


/*--------------------------------------------------------------
10.1 Posts and pages
--------------------------------------------------------------*/

.entry-footer {
	margin: 15px auto 45px;
	font-size: 13px;
}

.cat-links,
.tag-links {
	display: block;
}

.entry-meta {
	text-align: center;
}

.entry-meta a {
	display: block;
	font-size: 14px;
	font-weight: 500;
	text-decoration: none;
}

.entry-header-without-thumbnail {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	min-height: 300px;
	padding: 60px 30px;

	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.entry-header-without-thumbnail h1 {
	margin: 0 auto;

	-webkit-box-flex: 0;
	-webkit-flex: none;
	-ms-flex: none;
	flex: none;
}

.entry-header-without-thumbnail a {
	text-decoration: none;
}

.entry-excerpt {
	max-width: 620px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

.entry-read-more {
	display: inline-block;
	margin-top: 0;
	border-bottom: 2px solid;
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.page .entry-title {
	margin-bottom: 0;
}

.sticky {
	display: block;
}

.page-links {
	clear: both;
	margin: 0 0 30px;
}

.nav-links {
	text-align: center;
}

.nav-links .nav-previous {
	margin-right: 5px;
}

.nav-links .nav-next {
	margin-left: 5px;
}

.nav-links .nav-previous,
.nav-links .nav-next {
	display: inline-block;
}

.nav-links .nav-previous a,
.nav-links .nav-next a {
	display: block;
	overflow: hidden;
	width: 36px;
	height: 36px;
	margin-top: 30px;
	background-image: url(images/arrow.svg);
	background-repeat: none;
	white-space: nowrap;
	text-indent: -99999px;
}

.nav-links .nav-next a {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

.post-navigation {
	clear: both;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.search article {
	max-width: 620px;
	margin: 0 auto;
	border-bottom: 2px solid;
}

.search-entry-title {
	margin-top: 30px;
	margin-bottom: 30px;
	line-height: 0.9;
}

.search-entry-title a {
	font-size: 30px;
	text-decoration: none;
	letter-spacing: -1px;
}

.search .entry-summary p {
	margin-top: 0;
}

.search-read-more {
	float: right;
}


/*--------------------------------------------------------------
10.3 Comments
--------------------------------------------------------------*/

#comments {
	margin-top: 120px;
	padding-right: 30px;
	padding-left: 30px;
}

.comment-list {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

.comment-list li {
	list-style: none;
}

.comment-body {
	margin-bottom: 45px;
}

img.avatar {
	float: left;
	margin-top: 8px;
	/* 15px / 2 */
	margin-right: 15px;
	border-radius: 50%;
}

.fn,
.says,
.comment-metadata,
.comment-reply-link {
	font-size: 13px;
}

.comment-form-comment textarea {
	padding: 8px;
}

/* Hide form notes. */
.form-allowed-tags {
	display: none;
}

.bypostauthor {
	display: block;
}

.pingback .comment-body,
.trackback .comment-body {
	margin-bottom: 15px;
}

.comment-notes {
	font-size: 13px;
}

#respond input {
	width: 100%;
}


/*--------------------------------------------------------------
11.0 Infinite scroll
--------------------------------------------------------------*/

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

.infinite-scroll.neverending .site-footer {
	display: none;
}

@media screen and (min-width: 1400px) {
	.infinite-scroll.neverending .site-footer {
		display: block;
	}

	#infinite-footer {
		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;
}

#infinite-handle {
	text-align: center;
}

#infinite-handle span {
	display: inline-block;
}


/*--------------------------------------------------------------
12.0 Media
--------------------------------------------------------------*/

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

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

.finder-embed-wrapper,
.entry-content > div.wp-video {
	width: 100%;
	max-width: 100%;
}

/* Force blog images to display in full-width. */
.wp-post-image {
	width: 100%;
}


/*--------------------------------------------------------------
12.1 Captions
--------------------------------------------------------------*/

.wp-caption {
	max-width: 100%;
	margin-bottom: 30px;
	font-size: 13px;
}

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

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

.wp-caption .wp-caption-text {
	margin: 15px 0 30px;
}


/*--------------------------------------------------------------
12.2 Galleries
--------------------------------------------------------------*/

.gallery {
	margin-bottom: 30px;
}

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

.gallery-item img {
	margin-right: auto;
	margin-left: auto;
}

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

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

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

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

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

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

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

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

.gallery-caption {
	display: inline-block;
}


/*--------------------------------------------------------------
13.0 WordPress.com
--------------------------------------------------------------*/

.entry-content > div.tiled-gallery {
	max-width: 940px;
}

img#wpstats {
	display: none;
}

.sd-rating .sd-title {
	font-size: 24px;
}


/*--------------------------------------------------------------
14.0 Colors
--------------------------------------------------------------*/


/*--------------------------------------------------------------
14.1 #000
--------------------------------------------------------------*/

body,
h4,
mark,
#site-sub-navigation a,
#site-navigation a,
#site-navigation ul ul a,
#site-navigation .current_page_item ul li a,
#site-navigation .current-menu-item ul li a,
#site-navigation .current_page_ancestor ul li a,
.widget_rss .widget-title a,
.search-entry-title a,
.fn a,
.says a,
.comment-metadata a,
.comment-reply-link,
.entry-meta a,
.site-byline a,
.site-info a {
	color: #000;
}

::-webkit-input-placeholder {
	color: #000;
}

:-moz-placeholder {
	color: #000;
}

::-moz-placeholder {
	color: #000;
}

:-ms-input-placeholder {
	color: #000;
}

/* Site Header Background */
#masthead,
.entry-header-without-thumbnail {
	background-color: #000;
}

/* Text 1 */
pre,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
hr,
.entry-title-rule,
.widget_tag_cloud a {
	background-color: #000;
}

abbr,
acronym,
table,
.search article {
	border-bottom-color: #000;
}

table td {
	border-top-color: #000;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	border-color: #000;
}

@media screen and (max-width: 600px) {
	.menu-toggle {
		color: #000;
	}
}


/*--------------------------------------------------------------
14.2 fff
--------------------------------------------------------------*/

*:not(.gist) pre,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.site-title,
.site-title a,
.entry-header-without-thumbnail a,
.widget_tag_cloud a {
	color: #fff;
}

.entry-read-more {
	border-bottom-color: #fff;
}

@media screen and (min-width: 600px) {
	#site-navigation a {
		color: #fff;
	}

	.main-navigation ul ul {
		background: #fff;
	}
}

@media screen and (max-width: 600px) {
	.menu-toggle {
		background: #fff;
	}

	.main-navigation li {
		background-color: #fff;
	}
}


/*--------------------------------------------------------------
14.3 c0c0c0
--------------------------------------------------------------*/

fieldset {
	border-color: #c0c0c0;
}


/*--------------------------------------------------------------
14.4 717171
--------------------------------------------------------------*/

.site-description,
#site-navigation a:hover,
#site-navigation a:focus,
#site-navigation .current-menu-item a,
#site-sub-navigation a:hover,
#site-sub-navigation a:focus,
.entry-footer a,
.entry-footer {
	color: #717171;
}

@media screen and (max-width: 600px) {
	.menu-toggle:hover,
	.menu-toggle:focus {
		color: #717171;
	}
}


/*--------------------------------------------------------------
14.5 e06a56
--------------------------------------------------------------*/

a {
	color: #e06a56;
}


/*--------------------------------------------------------------
14.6 fafafa
--------------------------------------------------------------*/

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

@media screen and (min-width: 600px) {
	.main-navigation li,
	.main-navigation ul ul li {
		border-bottom-color: #fafafa;
	}
}

@media screen and (max-width: 600px) {
	.menu-toggle,
	.menu-toggle:hover,
	.menu-toggle:focus {
		border-bottom-color: #fafafa;
	}
}
