/*
Theme Name: Stratechery
Theme URI: http://stratechery.com/
Author: Stratechery LLC
Author URI: http://stratechery.com/
Description: Strategy. Technology. Pronunciation.
Version: 1.0.0
Text Domain: stratechery
Tags: @todo

Table of Contents:

	 0.0 - Dev.
	 1.0 - Global
	 2.0 - Grid
	 3.0 - Accessibility
	 4.0 - Site Header
	 5.0 - Links
	 6.0 - Typographic Defaults
	 7.0 - Site Footer
	 8.0 - Infinite Scroll
	 9.0 - Primary Content
	10.0 - Widgets
	11.0 - Media Elements and Embeds
	12.0 - Forms
	13.0 - Footnotes
	14.0 - Daily Updates
	15.0 - Main Navigation
	16.0 - Daily Updates Promo
	17.0 - Archives
	  z - Colors
*/

/**
 * 0.0 - Dev.
 */

/**
 * 1.0 - Global
 *
 * @link http://necolas.github.io/normalize.css/3.0.1/normalize.css
 * @link http://www.paulirish.com/2012/box-sizing-border-box-ftw/
 * @link http://caniuse.com/#search=border-box/
 * @link https://developer.mozilla.org/en-US/docs/Web/CSS/overflow-y
 */
*,
*:before,
*:after { /* Apply a natural box layout model to all elements. */
	-webkit-box-sizing: border-box; /* Android ≤ 3, iOS ≤ 4.3 */
	-moz-box-sizing: border-box; /* Firefox ≤ 28 */
	box-sizing: border-box; /* Chrome, IE 8+, Opera, Safari 5+ */
}
html {
	-ms-text-size-adjust: 100%; /* Prevent iOS text size adjust after orientation change, without disabling user zoom. */
	-webkit-text-size-adjust: 100%;
	overflow-y: scroll; /* Persistent Scrollbars */
}
body {
	margin: 0; /* Remove default margin. */
	overflow-x: hidden; /* Ensure that no unintended horizontal scrolling happens during sliding menu transitions and/or content overflows */
}
/* Declare Block Display for HTML5 Elements */
article,
aside,
details,
embed,
figcaption,
figure,
footer,
header,
main,
nav,
ruby,
section,
summary {
	display: block;
}
figure {
	margin: 0;
	max-width: 100%;
}
[hidden], /*  Address `[hidden]` styling not present in IE 8/9/10. */
template { /* Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22. */
	display: none;
}

/**
 * 2.0 - Grid
 */
.grid { /* 100% */
	margin: 0 auto;
	padding-right: 20px;
	padding-left: 30px;
	max-width: 1020px;
}
.rtl .grid {
	padding-left: 20px;
	padding-right: 30px;
}
.entry-content .grid {
	padding: 0;
}
.row {
	clear: both;
}
.grid:after,
.row:after {
	clear: both;
	content: "";
	display: table;
}
.column {
	float: left;
	padding-right: 10px;
}
.twelve, .eleven, .ten,
.nine, .eight, .seven,
.six, .five, .four,
.three, .two, .one {
	width: 100%;
}
@media only screen
and (min-width : 640px) { /* Tablets and Up */
	.site-content .column {
		padding-bottom: 1px; /* Ensure that empty content columns do not collapse the grid */
	}
	.eleven {
		width: 91.666666666667%;
		width: -webkit-calc( ( 100% / 12 ) * 11 );
		width:         calc( ( 100% / 12 ) * 11 );
	}
	.ten {
		width: 83.333333333333%;
		width: -webkit-calc( ( 100% / 12 ) * 10 );
		width:         calc( ( 100% / 12 ) * 10 );
	}
	.nine {
		width: 75%;
		width: -webkit-calc( ( 100% / 12 ) * 9 );
		width:         calc( ( 100% / 12 ) * 9 );
	}
	.eight {
		width: 66.666666666667%;
		width: -webkit-calc( ( 100% / 12 ) * 8 );
		width:         calc( ( 100% / 12 ) * 8 );
	}
	.seven {
		width: 58.333333333333%;
		width: -webkit-calc( ( 100% / 12 ) * 7 );
		width:         calc( ( 100% / 12 ) * 7 );
	}
	.six {
		width: 50%;
		width: -webkit-calc( ( 100% / 12 ) * 6 );
		width:         calc( ( 100% / 12 ) * 6 );
	}
	.five {
		width: 41.666666666667%;
		width: -webkit-calc( ( 100% / 12 ) * 5 );
		width:         calc( ( 100% / 12 ) * 5 );
	}
	.four {
		width: 33.333333333333%;
		width: -webkit-calc( ( 100% / 12 ) * 4 );
		width:         calc( ( 100% / 12 ) * 4 );
	}
	.three {
		width: 25%;
		width: -webkit-calc( ( 100% / 12 ) * 3 );
		width:         calc( ( 100% / 12 ) * 3 );
	}
	.two {
		width: 16.666666666667%;
		width: -webkit-calc( ( 100% / 12 ) * 2 );
		width:         calc( ( 100% / 12 ) * 2 );
	}
	.one {
		width: 8.333333333333%;
		width: -webkit-calc( ( 100% / 12 ) * 1 );
		width:         calc( ( 100% / 12 ) * 1 );
	}
}

/**
 * 3.0 - Accessibility
 */
.screen-reader-text {
	clip: rect( 1px, 1px, 1px, 1px );
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}
.screen-reader-text:focus {
	background: #f1f1f1;
	color: #21759b;
	clip: auto;
	display: block;
	font-size: 14px;
	font-size: 0.7rem;
	font-weight: bold;
	height: auto;
	line-height: normal;
	padding: 15px 23px 14px;
	position: absolute;
	left: 6px;
	top: 7px;
	text-decoration: none;
	text-transform: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
	-webkit-box-shadow: 0 0 2px 2px rgba( 0, 0, 0,.6);
	box-shadow: 0 0 2px 2px rgba( 0, 0, 0, .6 );
}

/**
 * 4.0 - Site Header
 */
.site-header {
	position: relative;
}
.site-title {
	margin: 0;
	padding: 0;
}
.site-title a {
	background-image: url( 'images/mobile-logo-600-82.png' );
	background-repeat: no-repeat;
	background-position: 0px 20px;
	-webkit-background-size: 75%;
	-moz-background-size: 75%;
	-o-background-size: 75%;
	background-size: 75%;
	display: block;
	height: 73px;
	text-indent: -9999em;
}
body:not(.home) .site-title a {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}
.site-description {
	clip: rect( 1px, 1px, 1px, 1px );
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}
@media only screen
and (min-width : 480px)
and (max-width : 639px) {
	.site-title a {
		height: 100px;
	}
	.menu-toggle {
		top: 30px;
		right: 30px;
	}
}
@media only screen
and (min-width : 640px) {
	.site-title a {
		background-image: url( 'images/header_large.png' );
		height: 150px;
		background-position: center center;
	}
}

/**
 * 5.0 - Links
 */
#content a,
#daily-updates a {
	-webkit-transition: all .1s linear;
	-moz-transition:    all .1s linear;
	-o-transition:      all .1s linear;
	transition:         all .1s linear;
}
a {
	background-color: transparent; /* Remove the gray background color from active links in IE 10. */
	cursor: pointer;
	text-decoration: none;
}
a:active,
a:hover,
a:focus { /* Improve readability when focused and also mouse hovered in all browsers. */
	outline: 0;
}
.entry-content a {
	font-weight: 600;
}
.entry-content h1 a,
.entry-content h2 a,
.entry-content h3 a,
.entry-content h4 a,
.entry-content h5 a,
.entry-content h6 a {
	font-weight: 400;
	text-decoration: underline;
}
a.more-link,
.page-links a {
	font-weight: 400;
}

/**
 * 6.0 - Typographic Defaults
 */
html {
	font-size: 16px;
}
body,
button,
input,
optgroup,
select,
textarea {
	font-family: "freight-sans-pro", "Arial";
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}
@media only screen
and (min-width : 800px)
and (max-width : 1024px) {
	body,
	button,
	input,
	optgroup,
	select,
	textarea {
		font-size: 17px;
		font-size: 1.0625rem;
	}
}
@media only screen
and (min-width : 1025px) {
	body,
	button,
	input,
	optgroup,
	select,
	textarea {
		font-size: 18px;
		font-size: 1.125rem;
	}
}
/* Headings */
h1, h1 a,
h2, h2 a,
h3, h3 a,
h4, h4 a,
h5, h5 a,
h6, h6 a {
	clear: both;
	font-weight: 400;
	margin: 0;
	text-transform: uppercase;
}
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
	margin-bottom: 30px;
}
h1 + p,
h2 + p,
h3 + p,
h4 + p,
h5 + p,
h6 + p {
	margin-top: 0;
}
h1 {
	font-size: 36px;
}
h2 {
	font-size: 32px;
}
h3 {
	font-size: 28px;
}
h4 {
	font-size: 20px;
}
h5 {
	font-size: 19px;
}
h6 {
	font-size: 18px;
}
/* Tables */
table {
	border-collapse: collapse;
	clear: both;
	margin: 1.75em 0;
	table-layout: fixed;
	width: 100%;
}
td,
th,
caption {
	border-style: solid;
	border-width: 1px;
	padding: 5px;
}
/* Lists */
li > ul,
li > ol {
	margin: 0;
}
ul,
ol {
	padding: 0 0 0 20px;
}
/* Horizontal Reference */
hr {
	border: none;
	clear: both;
	height: 1px;
	width: 100%;
}
/* Quotes */
blockquote {
	font-size: 15px;
	font-size: 0.9375rem;
	margin: 1.5em 0;
	padding: 1em;
}
blockquote blockquote {
	font-style: italic;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	margin: 0;
}
blockquote p:first-child {
	margin-top: 0;
}
blockquote p:last-child {
	margin-bottom: 0;
}
@media only screen
and (min-width : 800px)
and (max-width : 1024px) {
	blockquote {
		font-size: 16px;
		font-size: 1rem;
	}
}
@media only screen
and (min-width : 1025px) {
	blockquote {
		font-size: 17px;
		font-size: 1.0625rem;
	}
}


/**
 * 7.0 - Site Footer
 */
.site-footer {
	border-top-style: dotted;
	border-top-width: 1px;
	clear: both;
	font-family: Courier New, Courier, Cousine, Monospace;
	font-size: 14px;
	font-size: 0.875rem;
	margin-top: 30px;
	padding: 20px 0;
}
.site-info {
	float: left;
	width: 100%;
}
.powered-by,
.copyright {
	display: block;
	text-align: center;
}
@media only screen
and (min-width : 800px) {
	.powered-by,
	.copyright {
		display: inline-block;
		float: left;
		width: 50%;
	}
	.powered-by {
		text-align: left;
	}
	.copyright {
		text-align: right;
	}
}

/**
 * 8.0 - Infinite Scroll
 */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending #colophon {
	display: none;
}
.infinity-end.neverending #colophon {
	display: block;
}
#infinite-footer .container {
	padding-right: 10px;
	padding-left: 10px;
}
#infinite-footer .blog-info a,
#infinite-footer .blog-credits {
	font-size: 15px;
}
#infinite-footer .blog-credits a {
	font-weight: 700;
}
#infinite-footer .blog-credits a:hover {
	text-decoration: underline;
}

/**
 * 9.0 - Primary Content
 */
.byline,
.updated:not(.published) {
	display: none;
}
.multi-author-site .byline {
	display: inline-block;
}
.edit-link,
.page-links,
.comment-navigation,
.paging-navigation,
.post-navigation,
.image-navigation {
	float: left;
	font-size: 15px;
	font-size: 0.9375rem;
	clear: both;
	display: block;
	width: 100%;
}
.comment-navigation .nav-previous,
.paging-navigation .nav-previous,
.post-navigation .nav-previous,
.image-navigation .nav-previous,
.comment-navigation .nav-next,
.paging-navigation .nav-next,
.post-navigation .nav-next,
.image-navigation .nav-next {
	display: block;
	float: left;
	width: 100%;
}
@media only screen
and (min-width : 800px) {
	.comment-navigation .nav-previous,
	.paging-navigation .nav-previous,
	.post-navigation .nav-previous,
	.image-navigation .nav-previous,
	.comment-navigation .nav-next,
	.paging-navigation .nav-next,
	.post-navigation .nav-next,
	.image-navigation .nav-next {
		width: 50%;
	}
	.comment-navigation .nav-next,
	.paging-navigation .nav-next,
	.post-navigation .nav-next,
	.image-navigation .nav-next {
		text-align: right;
	}
}
.comment-navigation .nav-previous:before,
.paging-navigation .nav-previous:before,
.post-navigation .nav-previous:before,
.image-navigation .nav-previous:before {
	content: '\2190';
	margin-right: 5px;
}
.comment-navigation .nav-next:after,
.paging-navigation .nav-next:after,
.post-navigation .nav-next:after,
.image-navigation .nav-next:after {
	content: '\2192';
	margin-left: 5px;
}
#content {
	padding-top: 30px;
}
article {
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	margin-bottom: 30px;
}
.entry-title {
	line-height: 1;
}
.entry-meta {
	font-size: 15px;
	font-size: 0.9375rem;
	font-style: italic;
}
.page-links {
	margin: 1em 0;
}
article:not(.category-articles) .entry-title {
	font-size: 20px;
	text-decoration: underline;
}

/**
 * 10.0 - Widgets
 */
#secondary {
	display: none;
	font-size: 14px;
	font-size: 0.875rem;
}
.widget {
	margin-bottom: 30px;
}
.widget-title {
	font-size: 15px;
	font-size: 0.9375rem;
	margin-bottom: 15px;
}
.widget ul,
.widget ol,
.widget li {
	list-style: none;
	margin: 0;
	padding: 0;
}
.widget_recent_entries li,
.widget_recent_comments li,
.widget_rss li {
	margin-bottom: 15px;
}
@media only screen
and (min-width : 640px) {
	#secondary {
		display: block;
	}
	.widget-area {
		padding-left: 30px;
	}
}

/**
 * 11.0 - Media Elements and Embeds
 */
img {
	border: 0; /* Remove border when inside link element in IE 8/9/10 */
	height: auto; /* Ensure proper vertical scaling when images are responsively reduced horizontally */
	max-width: 100%; /* Ensure that images do not overflow their containers */
}
audio,
canvas,
progress,
video {
	display: inline-block; /* Correct `inline-block` display not defined in IE 8/9 */
	vertical-align: baseline; /* Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera. */
}
audio:not([controls]) {
	display: none; /* Prevent modern browsers from displaying `audio` without controls */
	height: 0; /* Remove excess height in iOS 5 devices. */
}
svg:not(:root) {
	overflow: hidden; /* Correct overflow not hidden in IE 9/10/11. */
}
audio,
canvas,
embed,
iframe,
object,
video {
	clear: both;
	max-width: 100%; /* Ensure that embeds do not overflow their containers */
}
video { /* fluid html5 videos, see http://css-tricks.com/NetMag/FluidWidthVideo/Article-FluidWidthVideo.php */
	width: 100% !important;
	height: auto !important;
}
.alignleft {
	display: inline;
	float: left;
	margin: 0 1.5em 1.5em 0;
}
.alignright {
	display: inline;
	float: right;
	margin: 0 0 1.5em 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}
.wp-caption {
	margin-bottom: 1.75em;
	margin-top: 1.75em;
}
.wp-caption-text {
	font-size: 15px;
	font-size: 0.9375rem;
	font-style: italic;
	line-height: 1.3;
}

/**
 * 12.0 - Forms
 */
button,
input,
optgroup,
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 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
	overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
	text-transform: none;
}
/**
 * Ensure that long items in selects don't break out of their containers
 */
select {
	max-width: 100%;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button; /* 2 */
	cursor: pointer; /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
	cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
	line-height: normal;
}
/**
 * Addresses excess padding in IE8/9
 */
input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
#page input[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box; /* 2 */
	box-sizing: content-box;
	padding: .5em;
	border-style: solid;
	border-width: 1px;
}
/* Remove focus outline on search inputs. */
#page input[type="search"]:focus {
	outline: none;
}
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
	border: 0; /* 1 */
	font-weight: 400;
	padding: 0; /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
	display: block;
	overflow: auto; /* Remove default vertical scrollbar in IE 8/9/10/11. */
	vertical-align: top; /* Improves readability and alignment in all browsers */
}
/**
 * Better input width handling.
 *
 * 1. Get rid of ugly input shadow on iPad.
 * 2. Get rid of ugly input shadow on mobile Firefox.
 */
#page input:not([type=submit]):not([type=button]):not([type=reset]):not([type=file]),
#page textarea {
	-webkit-appearance: none; /* 1 */
	-moz-appearance: none; /* 2 */
}
/**
 * Hide WordPress Search Submit
 */
.search-submit {
	display: none;
}

/**
 * 13.0 - Footnotes
 */
.footnotes {
	border-top-style: dotted;
	border-top-width: 1px;
	padding-top: 1em;
}
.bigfoot-footnote__container {
	font-size: 16px;
	font-size: 1rem;
}

/**
 * 14.0 - Daily Updates
 */
#daily-updates {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	padding: 20px 0;
}
#daily-updates h1,
#daily-updates .entry-meta,
#daily-updates .entry-title,
#daily-updates .entry-title a {
	clear: none;
	float: none;
	font-size: 16px;
	margin: 0;
	text-transform: none;
}
#daily-updates .row > h1 {
	margin-bottom: 5px;
}
#daily-updates .entry-meta {
	font-size: 14px;
	font-style: normal;
}
#daily-updates + .site-footer {
	border-top: none;
	margin-top: 0;
}
.single #daily-updates {
	margin-top: 30px;
}
.home #daily-updates .row div:nth-last-of-type(-n+3) {
	display: none;
}
@media only screen
and (min-width : 640px) {
	#daily-updates .hentry {
		float: left;
		width: 100%;
		margin-bottom: 5px;
	}
	#daily-updates .entry-meta,
	#daily-updates .entry-title {
		display: block;
		float: left;
		width: 80%;
		line-height: 1.3;
	}
	#daily-updates .entry-meta {
		width: auto;
		margin-right: 10px;
		line-height: 1.4;
	}
	.home #daily-updates .row div:nth-last-of-type(-n+3) {
		display: block;
	}
}

/**
 * 15.0 - Main Navigation
 */
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}
.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.main-navigation li {
	float: left;
	position: relative;
	width: 100%;
}
.main-navigation a {
	display: block;
	text-decoration: none;
}
.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999;
}
.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}
.main-navigation ul ul a {
	width: 200px;
}
.main-navigation + .widget-area {
	display: none;
}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled div > .nav-menu,
.main-navigation.toggled + .widget-area {
	display: block;
}
.menu-toggle {
	border-width: 1px;
	border-style: dotted;
	margin: 0 auto;
	position: absolute;
	line-height: 1.5;
	display: block;
	padding: 0;
	top: 17px;
	right: 17px;
	z-index: 100000;
}
.menu-toggle span {
	display: block;
	padding: 5px 10px;
}
@media only screen
and (min-width : 640px) {
	.main-navigation {
		display: none;
	}
}
.toggled #primary-menu {
	display: none;
}

/**
 * 16.0 - Daily Updates Promo
 */
.daily-updates-promo {
	padding: .5em 1em;
	margin: 1em 0 0;
	font-size: .95em;
}

/**
 * 17.0 - Archives
 */


/**
 * z - Colors
 */
body {
	background-color: white;
}
body,
button,
input,
optgroup,
select,
textarea,
.infinite-scroll #infinite-footer .blog-info a {
	color: #1c1c1c;
}
a,
a:hover {
	color: #faa634;
}
h1, h1 a,
h2, h2 a,
h3, h3 a,
h4, h4 a,
h5, h5 a,
h6, h6 a {
	color: #333;
}
.entry-content h1 a,
.entry-content h2 a,
.entry-content h3 a,
.entry-content h4 a,
.entry-content h5 a,
.entry-content h6 a {
	color: #faa634;
}
.entry-meta,
.entry-meta a,
.more-link,
.page-links a,
.entry-footer,
.entry-footer a,
.nav-links a,
.widget-area,
.widget-area a,
.wp-caption-text,
.site-footer a {
	color: #8e8e8e;
}
.infinite-scroll #infinite-footer .blog-credits {
	color: rgb( 110, 110, 110 );
}
.entry-meta a:hover,
.page-links a:hover,
.entry-footer a:hover,
.nav-links a:hover,
.widget-area a:hover,
.site-footer a:hover,
.infinite-scroll #infinite-footer .blog-info a:hover,
.infinite-scroll #infinite-footer .blog-credits a,
.widget a.memberful-rss-notice {
	color: #faa634;
}
.widget-title,
.widget-title a {
	color: #111;
}
article,
body:not(.home) .site-title a {
	border-bottom-color: #fea634;
}
.footnotes,
.site-footer {
	border-top-color: #fea634;
}
td,
th,
caption {
	border-color: #cecece;
}
/* Horizontal Reference */
hr {
	background-color: #ddd;
}
blockquote,
.daily-updates-promo {
	background: #fffaf0;
}
#page input[type="search"] {
	border-color: #ccc;
}
#page input[type="search"]:focus {
	border-color: #8e8e8e;
}
#daily-updates {
	background-color: #fffaf0;
	border-color: #fea634;
}
.menu-toggle {
	background-color: #fffaf0;
	border-color: #fea634;
	color: black;
}