/*
Theme Name: Fiore
Theme URI: http://carolinethemes.com/2013/07/08/fiore/
Author: Caroline Moore
Author URI: http://carolinemoore.net/
Description: A light, feminine theme in vintage colors, with support for post formats, a fixed toggle sidebar, and a responsive layout for small screens.
Version: 1.1
License: GNU General Public License
License URI: license.txt
Tags: one-column, orange, blue, fixed-width, custom-header, custom-background, translation-ready, rtl-language-support, custom-menu

This theme, like WordPress, is licensed under the GPL.

Fiore WordPress Theme, (C) 2013 Caroline Moore
Fiore is based on Underscores http://underscores.me/, (C) 2012-2013 Automattic, Inc.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/


/* =Genericons
-------------------------------------------------------------- */

/**
 * The font was graciously generated by Font Squirrel (http://www.fontsquirrel.com).
 * We love those guys.
 */
	@font-face {
		font-family: 'Genericons';
		src: url('font/genericons-regular-webfont.eot');
		src: url('font/genericons-regular-webfont.eot?#iefix') format('embedded-opentype'),
			url('font/genericons-regular-webfont.woff') format('woff'),
			url('font/genericons-regular-webfont.ttf') format('truetype'),
			url('font/genericons-regular-webfont.svg#genericonsregular') format('svg');
		font-weight: normal;
		font-style: normal;
}


/* =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
----------------------------------------------- */

html {
	height: 100%;
}
body {
	background-color: #f4eedf;
	border-left: 20px solid #e47f53;
	min-height: 100%;
}
body,
button,
input,
select,
textarea {
	color: #666;
	font-family: Rufina, Baskerville, "Times New Roman", serif;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
}

/* Headings */
h1,h2,h3,h4,h5,h6 {
	clear: both;
	font-family: Rufina, Baskerville, "Times New Roman", serif;
	margin: 0 0 .75em;
}
h1 {
	color: #e47f53;
	font-size: 28px;
	font-size: 2.8rem;
}
h2 {
	color: #e47f53;
	font-size: 24px;
	font-size: 2.4rem;
}
h3 {
	color: #b2cdc8;
	font-size: 20px;
	font-size: 2.0rem;
}
h4 {
	color: #b2cdc8;
	font-size: 18px;
	font-size: 1.8rem;
}
h5 {
	color: #999;
	font-size: 16px;
	font-size: 1.6rem;
	letter-spacing: 1px;
	text-transform: uppercase;
}
h6 {
	color: #999;
	font-size: 14px;
	font-size: 1.4rem;
	letter-spacing: 1px;
	text-transform: uppercase;
}
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 {
	list-style: disc;
}
ol {
	list-style: decimal;
}
li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	border-bottom: 1px dashed rgba(202,191,123,.4);
	font-weight: bold;
	margin-bottom: .75em;
	padding-bottom: .75em;
}
dd {
	margin: 0 1.5em 1.5em;
}
b, strong {
	font-weight: bold;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	color: #999;
	font-size: 20px;
	font-size: 2.0rem;
	margin: 0 1.5em;
	text-shadow: 1px 1px 1px rgba(255,255,255,.8);
}
blockquote blockquote {
	margin-right: 0;
}
address {
	font-style: italic;
	margin: 0 0 1.5em;
}
pre {
	background: rgba(0,0,0,.03);
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	padding: 1.6em;
	overflow: auto;
	max-width: 100%;
}
code, kbd, tt, var {
	font: 14px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
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 {
	margin: 0 0 1.5em;
	width: 100%;
}
th {
	border-bottom: 1px dashed rgba(202,191,123,.4);
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
}
td,
th {
	padding: 7px 5px;
}
tr.alternate {
	background: rgba(0,0,0,.01);
}
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 #aaa;
	border-color: #eee #eee #999 #eee;
	border-radius: 3px;
	background: #999;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), inset 0 15px 17px rgba(255, 255, 255, 0.2), inset 0 -5px 12px rgba(0, 0, 0, 0.03);
	-moz-box-shadow:    inset 0 1px 0 rgba(255, 255, 255, 0.2), inset 0 15px 17px rgba(255, 255, 255, 0.2), inset 0 -5px 12px rgba(0, 0, 0, 0.03);
	box-shadow:         inset 0 1px 0 rgba(255, 255, 255, 0.2), inset 0 15px 17px rgba(255, 255, 255, 0.2), inset 0 -5px 12px rgba(0, 0, 0, 0.03);
	color: rgba(255,255,255,.9);
	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;
	letter-spacing: 1px;
	line-height: 1;
	padding: .6em 1em .3em;
	text-transform: uppercase;
}
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #eee #ddd #999 #ddd;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), inset 0 15px 17px rgba(255, 255, 255, 0.3), inset 0 -5px 12px rgba(0, 0, 0, 0.01);
	-moz-box-shadow:    inset 0 1px 0 rgba(255, 255, 255, 0.3), inset 0 15px 17px rgba(255, 255, 255, 0.3), inset 0 -5px 12px rgba(0, 0, 0, 0.01);
	box-shadow:         inset 0 1px 0 rgba(255, 255, 255, 0.3), inset 0 15px 17px rgba(255, 255, 255, 0.3), inset 0 -5px 12px rgba(0, 0, 0, 0.01);
}
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.3), inset 0 2px 5px rgba(0, 0, 0, 0.15);
	-moz-box-shadow:    inset 0 -1px 0 rgba(255, 255, 255, 0.3), inset 0 2px 5px rgba(0, 0, 0, 0.15);
	box-shadow:         inset 0 -1px 0 rgba(255, 255, 255, 0.3), 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 */
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	-moz-box-sizing:    content-box;
	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"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 0;
	border-left: 5px solid rgba(153,153,153,.8);
	font-size: 14px;
	font-size: 1.4rem;
	min-height: 22px;
	outline: none;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	border-left: 5px solid rgba(153,153,153,1);
	color: #111;
	outline: none;
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"] {
	padding-left: 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: #e47f53;
	text-decoration: none;
}
a:visited {
	color: #e47f53;
}
a:hover,
a:focus,
a:active {
	border-bottom: 1px dotted #e47f53;
	color: #e47f53;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin: .75em 1.5em .75em 0;
}
.alignright {
	display: inline;
	float: right;
	margin: .75em 0 .75em 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: .75em auto;
}

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

.screen-reader-text:hover,
.screen-reader-text:active,
.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-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 */
}

/* Clearing */
.clear:before,
.clear:after,
[class*="content"]:before,
[class*="content"]:after,
[class*="site"]:before,
[class*="site"]:after {
	content: '';
	display: table;
}

.clear:after,
[class*="content"]:after,
[class*="site"]:after {
	clear: both;
}


/* =Layout
----------------------------------------------- */

#page {
	background: url('images/line-2x.png') repeat-y;
	background-size: 2px auto;
	background-position: left top;
	margin: 0 0 0 248px;
	width: 800px;
	min-height: 100%;
	z-index: 1;
}
#main,
#masthead {
	margin-left: -150px;
}
#secondary {
	background: #f9f5ec url('images/polkadots-2x.png');
	background-size: 10px auto;
	box-shadow: 1px 1px 3px rgba(0,0,0,.1);
	margin: 0;
	min-height: 100%;
	padding: 50px 20px 20px;
	position: fixed;
		top: 0;
		left: -284px;
	width: 190px;
	z-index: 1;
}
#sidebar-button {
	background: #e47f53;
	cursor: pointer;
	display: block;
	position: fixed;
		top: 0;
		left: 0;
	visibility: visible;
	width: 40px;
	height: 100%;
	z-index: 1;
}
.sidebar-icon {
	margin-top: 46px;
}
.sidebar-icon,
.sidebar-icon:before,
.sidebar-icon:after {
	background: rgba(255,255,255,.5);
	clear: both;
	content: "";
	display: block;
	margin: 0 auto;
	-webkit-transition: .2s background ease-in-out;
	-moz-transition: .2s background ease-in-out;
	transition: .2s background ease-in-out;
	width: 20px;
	height: 3px;
	z-index: 2;
}
.sidebar-icon {
	position: relative;
		top: 62px;
}
.sidebar-icon:before,
.sidebar-icon:after {
	position: absolute;
}
.sidebar-icon:before {
	top: -6px;
}
.sidebar-icon:after {
	top: 6px;
}
#sidebar-button:hover .sidebar-icon,
#sidebar-button:hover .sidebar-icon:after,
#sidebar-button:hover .sidebar-icon:before {
	background: #fff;
	-webkit-transition: .2s background ease-in-out;
	-moz-transition: .2s background ease-in-out;
	transition: .2s background ease-in-out;
}
.site-main .widget-area ul,
.site-main .widget-area ol,
.site-main .widget-area li {
	list-style: none;
	margin: 0;
	padding: 0;
}
.site-main .widget-area li {
	border-bottom: 1px dashed rgba(202,191,123,.4);
	padding: 5px;
}
.site-main .widget-area ul li:last-of-type {
	border-bottom: 0;
}
.widget-column {
	float: left;
	padding: 3.15%;
	width: 27%;
}
.widget-column:last-of-type {
	margin-right: 0;
}


/* =Header
----------------------------------------------- */

.site-header {
	margin-top: 20px;
	margin-bottom: .75em;
	min-height: 180px;
}
.site-header hgroup {
	margin-top: 30px;
	margin-left: 175px;
	position: relative;
	z-index: 0;
}
.site-header hgroup:before {
	background: url('images/fleurette-2x.png') no-repeat;
	background-size: auto 200px;
	content: "";
	display: block;
	position: absolute;
		top: -60px;
		left: -150px;
	width: 170px;
	height: 200px;
	z-index: -1;
}
.site-title {
	font-size: 42px;
	font-size: 4.2rem;
	font-weight: bold;
	line-height: 1;
	margin: 0 0 5px;
}
.site-title a {
	border: 0;
	text-shadow: 1px 1px 1px #fff;
}
.site-description {
	color: #999;
	font-size: 14px;
	font-size: 1.4rem;
	letter-spacing: 1px;
	margin: 0;
	text-transform: uppercase;
}
.site-description:before {
	content: "\02014";
	display: inline;
	margin-right: 5px;
}
.site-description:after {
	content: "\02014";
	display: inline;
	margin-left: 5px;
}


/* =Menu
----------------------------------------------- */

.navigation-main {
	clear: both;
	display: block;
	float: left;
	margin-left: 175px;
	margin-bottom: 1.5em;
}
.navigation-main ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.navigation-main li {
	float: left;
	position: relative;
}
.navigation-main a {
	border: 0 none;
	display: block;
	font-size: 12px;
	font-size: 1.2rem;
	letter-spacing: 1px;
	padding: 10px 5px 5px 0;
	text-decoration: none;
	text-transform: uppercase;
}
.navigation-main a:before,
.navigation-main a:after {
	content: "-";
	display: inline-block;
	margin-right: 3px;
	margin-left: 3px;
}
.navigation-main a:hover {
	border: 0 none;
	color: rgba(228,127,83,.7);
}
.navigation-main ul ul {
	background: #f9f5ec url('images/polkadots-2x.png');
	background-size: 10px auto;
	-webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
	-moz-box-shadow:    0px 2px 2px rgba(0, 0, 0, 0.1);
	box-shadow:         0px 2px 2px rgba(0, 0, 0, 0.1);
	float: left;
	opacity: 0;
	position: absolute;
		top: 1.7em;
		left: 0;
	transition: .3s all ease-in-out;
	-webkit-transition: .3s all ease-in-out;
	-moz-transition: .3s all ease-in-out;
	-o-transition: .3s all ease-in-out;
	visibility: hidden;
	z-index: 99999;
}
.navigation-main ul ul:before {
	border-top: 10px solid transparent;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #f9f5ec;
	content: "";
	display: block;
	margin-bottom: -20px;
	position: relative;
		left: 15px;
		top: -17px;
	width: 0;
	height: 0;
}
.navigation-main li li a:not(:only-child):after {
    content: "\00BB";
    display: inline-block;
    margin-left: 5px;
}
.navigation-main ul ul ul:before {
	display: none;
}
.navigation-main ul ul ul {
	left: 100%;
	top: 0;
}
.navigation-main ul ul a {
	background: transparent;
	border-bottom: 1px dashed rgba(202,191,123,.4);
	color: #e47f53;
	font-size: 14px;
	font-size: 1.4rem;
	letter-spacing: 0;
	margin: 0;
	padding: 10px;
	text-transform: none;
	width: 140px;
}
.navigation-main ul ul a:before,
.navigation-main ul ul a:after {
	content: "";
	display: none;
}
.navigation-main ul ul li:last-of-type a {
	border: none;
}
.navigation-main ul ul li {
}
.navigation-main li:hover > a {
}
.navigation-main ul ul :hover > a {
	border-bottom: 1px dashed rgba(202,191,123,.4);
	color: rgba(228,127,83,.7);
}
.navigation-main ul ul a:hover {
}
.navigation-main ul li:hover > ul {
	display: block;
	opacity: 1;
	top: 2em;
	transition: .3s all ease-in-out;
	-webkit-transition: .3s all ease-in-out;
	-moz-transition: .3s all ease-in-out;
	-o-transition: .3s all ease-in-out;
	visibility: visible;
}
.navigation-main ul li:hover > ul ul {
	top: 0;
}
.navigation-main li.current_page_item a,
.navigation-main li.current-menu-item a {
	color: rgba(228,127,83,.7);
}


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

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

@media screen and ( max-width: 730px ) {
	.menu-toggle,
	.main-small-navigation ul.nav-menu.toggled-on {
		display: block;
		position: relative;
		z-index: 10;
	}

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


/* =Content
----------------------------------------------- */

.sticky {
}
.hentry {
	margin: 0 0 4.5em;
	min-height: 100px;
	position: relative;
}
.single-attachment .hentry {
	margin-bottom: 0;
}
.byline {
	display: none;
}
.single .byline,
.group-blog .byline {
	border-bottom: 1px dashed rgba(202,191,123,.4);
	display: block;
	padding: 7px 0;
}
.entry-content,
.entry-summary {
	float: right;
	position: relative;
	width: 775px;
}
.gallery-icon a:hover {
	border: 0 none;
}
.entry-meta {
	color: #999;
	float: left;
	font-size: 12px;
	font-size: 1.2rem;
	letter-spacing: 1px;
	margin-left: -25px;
	margin-bottom: 1.5em;
	position: relative;
	text-align: right;
	text-transform: uppercase;
	width: 150px;
}
.entry-meta span:last-of-type {
	border: 0;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
	width: 100%;
}
.entry-date {
	color: #e47f53;
}
.entry-date,
.cat-links,
.tags-links,
.edit-link,
.comments-link,
.comment-link,
.trackback-link,
.full-size-image,
.gallery-return,
.post-format-link {
	border-bottom: 1px dashed rgba(202,191,123,.4);
	display: block;
	padding: 5px 0;
	width: 100%;
}
.byline a,
.cat-links a,
.tags-links a,
.edit-link a,
.comments-link a,
.comment-link a,
.trackback-link a,
.full-size-image a,
.gallery-return a,
.post-format-link a {
	border-bottom: 1px dashed transparent;
	color: #999;
}
.byline a:hover,
.cat-links a:hover,
.edit-link a:hover,
.comments-link a:hover,
.comment-link a:hover,
.trackback-link a:hover,
.full-size-image a:hover,
.gallery-return a:hover,
.post-format-link a:hover {
	border-bottom: 1px dashed #999;
	color: #999;
}
a.comment-link,
a.trackback-link {
	color: #999;
}
.tags-links,
.tags-links a {
	color: #cabf7b;
}
.tags-links a:hover {
	border-bottom: 1px dashed #cabf7b;
	color: #cabf7b;
}
.page-header {
	color: #999;
	margin: 0 3em 0 175px;
}
.entry-header {
	margin-bottom: 1.5em;
}
.entry-title {
	background: #e47f53;
	background-image: url('images/thicklines-2x.png');
	background-size: 30px auto;
	box-shadow: -1px 1px 4px rgba(0,0,0,.15);
	color: #fff;
	display: inline-block;
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1.2;
	min-width: 100px;
	margin: 0 0 0 147px;
	padding: 12px 27px;
	position: relative;
	text-shadow: 1px 1px 1px rgba(0,0,0,.2);
}
.entry-title a {
	border-bottom: 0;
	color: #fff;
}
.entry-title a:hover {
	border-bottom: 0;
}
.entry-title:after {
	background: url('images/ribbon-sprite-2x.png') no-repeat;
	background-position: 0 -104px;
	background-size: auto 155px;
	box-shadow: 2px 1px 3px rgba(0,0,0,.15);
	content: "";
	display: block;
	position: absolute;
		top: -3px;
		left: -47px;
	width: 50px;
	height: 50px;
	z-index: -1;
}
.site-content .hentry:nth-of-type(2n) .entry-title {
	background-image: url('images/polkadots-2x.png');
	background-size: 10px auto;
	background-color: #c1dbdb;
}
.site-content .hentry:nth-of-type(2n) .entry-title:after {
	background-position: 0 0;
}
.site-content .hentry:nth-of-type(3n) .entry-title {
	background-image: url('images/lines-2x.png');
	background-size: 40px auto;
	background-color: #cabf7b;
}
.site-content .hentry:nth-of-type(3n) .entry-title:after {
	background-position: 0 -52px;
}
.page-title {
	color: rgba(202,191,123,.7);
	font-size: 16px;
	font-size: 1.6rem;
	letter-spacing: 1px;
	margin-top: 0;
	text-transform: uppercase;
}
.page-title a {
	border: 0;
	color: rgba(202,191,123,.6);
}
.page-header {
	margin-bottom: 1.5em;
}
.taxonomy-description {
	font-size: 14px;
	font-size: 1.4rem;
}

/* 404 page */
.error404.post,
.no-results.post {
	margin-bottom: 3em;
}
.error404.post .widget {
	float: left;
	margin-top: 1.5em;
	margin-right: 4%;
	width: 22%;
}
.error404.post .widget:last-of-type {
	margin-right: 0;
}


/* =Post Formats
----------------------------------------------- */

.format-aside .entry-title,
.format-quote .entry-title,
.format-link .entry-title,
.format-status .entry-title {
	display: none;
}
.format-aside .entry-content {
	color: #e47f53;
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: bold;
	text-shadow: 1px 1px 1px rgba(255,255,255,.8);
}
.post-format-link:before {
	display: inline-block;
	font-family: Genericons;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: .75;
	margin: 0 5px 0 0;
	-webkit-font-smoothing: antialiased;
}
.format-aside .post-format-link:before {
	content: "\f101";
}
.format-image .post-format-link:before {
	content: '\f102';
}
.format-gallery .post-format-link:before {
	content: '\f103';
}
.format-video .post-format-link:before {
	content: '\f104';
}
.format-status .post-format-link:before {
	content: '\f105';
}
.format-quote .post-format-link:before {
	content: '\f106';
}
.format-link .post-format-link:before {
	content: '\f107';
}
.format-chat .post-format-link:before {
	content: '\f108';
}
.format-audio .post-format-link:before {
	content: '\f109';
}


/* =Media
----------------------------------------------- */

.site-header img,
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
.site-header img,
.entry-content img,
.comment-content img[height],
img[class*="align"],
img[class*="wp-image-"],
.widget 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 {
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}
.wp-caption-text {
	border-left: 5px solid rgba(202,191,123,.2);
	color: #999;
	font-size: 14px;
	font-size: 1.4rem;
	padding-left: 15px;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0
}
.site-content .gallery {
	margin-bottom: 1.5em;
}
.gallery-caption {
	border: 0;
	font-size: 14px;
	font-size: 1.4rem;
	font-style: italic;
	padding: 0;
}
.site-content .gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.gallery dt {
	border-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}
.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 [class*="navigation"] {
	letter-spacing: 1px;
	float: left;
	font-size: 12px;
	font-size: 1.2rem;
	margin-left: -25px;
	overflow: hidden;
	text-transform: uppercase;
	width: 150px;
}
.site-content [class*="navigation"] a {
	border: 0;
	display: inline-block;
	text-decoration: none;
}
[class*="navigation"] .previous {
	clear: both;
	width: 100%;
}
[class*="navigation"] .next {
	clear: both;
	margin-top: 5px;
	text-align: right;
	width: 100%;
}
.site-content .navigation-comment {
	float: none;
	margin: .75em 0;
	width: 100%;
}
.site-content .navigation-comment .next {
	float: right;
	margin: 0;
}


/* =Comments
----------------------------------------------- */

.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
}
#comments {
	margin: 1.5em 1.5em 3em 175px;
}
#respond {
	margin: 3em 0 1.5em;
}
#reply-title,
.comments-title {
	color: rgb(202,191,123,.7);
	font-size: 18px;
	font-size: 1.8rem;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.form-allowed-tags,
.form-allowed-tags code {
	color: #999;
	font-size: 11px;
	font-size: 1.1rem;
}
.no-comments {
	color: rgba(202,191,123,.6);
	letter-spacing: 1px;
	margin: 1.5em 0;
	text-align: center;
	text-transform: uppercase;
}
.comment-list {
	list-style: none;
	margin: 0;
	padding: 0;
}
.comment-list ol.children,
.comment-list ul.children {
	list-style: none;
}
.comment-list .avatar {
	float: left;
	margin: 0 10px 10px 0;
}
.comment-list .edit-link {
	border: 0;
	clear: none;
	float: right;
	font-size: 12px;
	font-size: 1.2rem;
	margin-top: -2.25em;
	text-transform: uppercase;
	width: auto;
}
.pingback .edit-link,
.trackback .edit-link {
	margin-top: -.3em;
}
#cancel-comment-reply-link {
	float: right;
}
.comment-meta {
	font-size: 12px;
	font-size: 1.2rem;
	margin: 0 0 1.5em;
	text-transform: uppercase;
}
.comment-meta a {
	color: #999;
}
cite.fn {
	font-style: normal;
}
.comment-content,
.pingback,
.trackback,
.reply {
	font-size: 14px;
	font-size: 1.4rem;
}
li.pingback,
li.trackback {
	border-top: 1px dashed rgba(202,191,123,.4);
	clear: both;
	margin-top: 1.5em;
	padding-top: 1.5em;
	position: relative;
}
li.pingback p,
li.trackback p {
	margin: 0;
}
li.comment {
	border-top: 1px dashed rgba(202,191,123,.4);
	margin-top: 1.5em;
	padding-top: 1.5em;
	position: relative;
}

/* Comment form */
.comment-form-author,
.comment-form-email,
.comment-form-url,
.comment-form-comment {
	position: relative;
}
.comment-form-author input,
.comment-form-email input,
.comment-form-url input {
	float: right;
	width: 80%;
}
.comment-form-comment textarea {
	clear: both;
}
.comment-subscription-form {
	margin-bottom: 0;
}


/* =Widgets
----------------------------------------------- */

.widget {
	font-size: 14px;
	font-size: 1.4rem;
	margin: 0 0 1.5em;
}
.first,
.second,
.third {
	float: left;
	margin-right: 5%;
	width: 30%;
}
.third {
	margin-right: 0;
}
.widget-title {
	color: #999;
	font-size: 18px;
	font-size: 1.8rem;
}
/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Search widget */
.widget_search .submit {
	display: none;
}


/* =Footer
----------------------------------------------- */

.site-info {
	font-size: 12px;
	font-size: 1.2rem;
	letter-spacing: 1px;
	margin: -1.5em 0 50px 25px;
	text-transform: uppercase;
}
.site-info,
.site-info a {
	border: 0;
	color: #999;
}


/* =Jetpack: Infinite Scroll
----------------------------------------------- */

/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .navigation-paging, /* 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;
}
#infinite-footer .container {
	background: #f4eedf;
	border: none;
	position: relative;
		left: -36px;
}
#infinite-footer .blog-credits,
#infinite-footer .blog-credits a,
#infinite-footer .blog-credits a:hover,
#infinite-footer .blog-info a,
#infinite-footer .blog-info a:hover {
	color: #e47f53;
	text-decoration: none;
}
#infinite-handle {
	margin-left: 175px;
	min-height: 35px;
	padding: 0 0 30px;
}
#infinite-handle span {
	background: #e47f53;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.infinite-loader {
	margin: -5px 0 30px 175px;
	width: 34px
}
.sharedaddy:before,
.sharedaddy:after {
	content: "";
	display: table;
}
.sharedaddy:after {
	clear: both;
}


/* =Responsive Layout Media Queries
----------------------------------------------- */

@media screen and ( max-width: 1130px ) {
	#page {
		background-position: 0 top;
		width: 650px;
	}
	.entry-content,
	.entry-summary {
		float: right;
		position: relative;
		width: 625px;
	}
}

@media screen and ( max-width: 930px ) {
	#page {
		background-position: 0 top;
		margin: 0 0 0 200px;
		width: 500px;
	}
	.entry-content,
	.entry-summary {
		float: right;
		position: relative;
		width: 475px;
	}
}

@media screen and ( max-width: 730px ) {
	body {
		border: 0;
	}
	#page {
		background: none;
		margin: 0 auto;
		width: 100%;
	}
	#main,
	#masthead {
		clear: both;
		margin: 40px 25px 0;
		width: auto;
	}
	.navigation-main {
		margin: 0 auto;
	}
	.hentry {
		margin-bottom: 1.5em;
	}
	.entry-content,
	.entry-summary,
	.page-header,
	#comments {
		clear: both;
		float: none;
		margin: 0;
		width: 100%;
	}
	#masthead hgroup {
		margin: 3em 0 1.5em;
	}
	#masthead hgroup:before {
		top: -70px;
		left: -20px;
		opacity: .2;
		z-index: -1;
	}
	.entry-meta {
		border-bottom: 1px dashed rgba(202,191,123,.4);
		clear: both;
		float: none;
		margin: 0 0 1.5em;
		position: relative;
			top: auto;
			left: auto;
		width: 100%;
	}
	.entry-title {
		display: block;
		margin: 0 -25px;
		width: auto;
	}
	.entry-title:after {
		display: none;
	}
	.site-content [class*="navigation"] {
		clear: both;
		float: none;
		margin: 1.5em 0;
		width: 100%;
	}
	[class*="navigation"] .previous {
		clear: none;
		float: left;
		width: 48%;
	}
	[class*="navigation"] .next {
		clear: none;
		float: right;
		margin: 0;
		text-align: right;
		width: 48%;
	}
	.site-info {
		clear: both;
		float: none;
		margin: 0 0 50px 25px;
		text-align: left;
	}
	.comment-form-author input,
	.comment-form-email input,
	.comment-form-url input {
		float: right;
		width: 65%;
	}
	#secondary {
		box-shadow: none;
		display: none;
		margin: 0;
		padding: 20px;
		position: relative;
			top: 40px;
			left: 0;
		width: auto;
	}
	.admin-bar #secondary {
		top: 86px;
	}
	#sidebar-button {
		margin: 0;
		top: 0;
		width: 100%;
		height: 40px;
	}
	.admin-bar #sidebar-button {
		top: 46px;
	}
	.sidebar-icon {
		margin: 0 auto;
		top: 20px;
		left: auto;
	}
}
