<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: Reddle
Theme URI: https://wordpress.com/themes/reddle/
Description: Everything about Reddle's minimal design elegantly adapts to how you want to use your blog and what you want to use it for. Want to use your blog for a simple one-column link blog? A two-column business site with a custom header and no posts? Reddle can do that too &amp;mdash; and look good doing it too.
Version: 1.3.5
Author: Automattic
Author URI: https://wordpress.com/themes/
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: reddle
Tags: custom-colors, red, white, one-column, right-sidebar, two-columns, fixed-layout, fluid-layout, responsive-layout, custom-background, custom-header, custom-menu, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready
*/

/* =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;
	line-height: 1;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
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;
}


/* =Structure
----------------------------------------------- */

body {
	padding: 0 21%;
}
#page {
	margin: 0 auto;
}
.fixed #page {
	max-width: 1120px;
}
#content {
	margin: 0 9.464285714286%;
}
#colophon {
	clear: both;
}
.widget-area {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}


/* Two columns, content on the left */
body.fluid.secondary,
body.fixed.secondary {
	padding: 0 7%;
}
.fixed.secondary #page {
	max-width: 1120px;
}
.secondary #primary {
	float: left;
	margin: 0 -51.25% 0 0;
	width: 100%;
}
.secondary #content {
	margin: 0 51.25% 0 9.464285714286%;
}
#main .widget-area {
	float: right;
	margin-right: 9.464285714286%;
	width: 33.571428571429%;
}
#main .widget-area .widget {
	margin: 0 0 0 24.202127659574%; /* This creates the column between the vertical rule and the widgets */
}

/* Full-width */
.error404 #page #content,
.image-attachment #content {
	margin: 0 9.464285714286%;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-top: .5em;
	margin-right: 1.615em;
}
.alignright {
	display: inline;
	float: right;
	margin-top: .5em;
	margin-left: 1.615em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: .5em auto;
}


/* =Global
----------------------------------------------- */

body,
button,
input,
select,
textarea {
	color: #111;
	font-size: 13px;
	font-size: 1.3rem;
	font-family: Verdana, sans-serif;
	line-height: 1.615;
}
body {
	background: #eee url(images/reddle-texture.png) repeat-x fixed bottom;
}
#page {
	background: #fff;
}

/* Headings */
h1,h2,h3,h4,h5,h6 {
	clear: both;
}
h1,
h2 {
	font-family: Georgia, "Bitstream Charter", serif;
	font-size: 20px;
	font-size: 2rem;
	line-height: 1.05;
	margin-bottom: 0.15em;
	padding-top: .85em;
}
h3 {
	font-size: 16px;
	font-size: 1.6rem;
	color: #777;
	font-family: Georgia, "Bitstream Charter", serif;
	font-style: italic;
	line-height: 1.3125;
}
h4,
h5,
h6 {
	color: #777;
	font-size: 11px;
	font-size: 1.1rem;
	letter-spacing: 0.05em;
	line-height: 1.9091;
	text-transform: uppercase;
}
h5 {
	font-size: 10px;
}
h6 {
	font-size: 9px;
}
hr {
	background-color: #ddd;
	border: 0;
	height: 1px;
	margin-bottom: 1.615em;
}

/* Text elements */
p {
	margin-bottom: 1.615em;
}
ul, ol {
	margin: 0 0 1.615em 3.23em;
}
ul {
	list-style: square;
}
ol {
	list-style: decimal;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style-type: decimal;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
	margin-left: 1.615em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.615em 1.615em;
}
b, strong {
	font-weight: bold;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	color: #777;
	margin: 0 1.615em;
}
blockquote em, blockquote i, blockquote cite {
}
address {
	margin-bottom: 1.615em;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1.615;
	margin-bottom: 1.93846153846154em;
	padding: 0.96923076923077em 1.93846153846154em;
	overflow-x: scroll;
}
code, kbd, tt, var {
	font: 13px 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.615em;
	width: 100%;
}
th {
	font-size: 12px;
	line-height: 2.1;
}
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"] {
		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 */
}
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],
textarea {
	color: #777;
	border: 1px solid #ddd;
}
input[type=text]:focus,
input[type=email]:focus,
textarea:focus {
	color: #111;
}
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%;
}
input[type=text],
input[type=email] {
	padding: 3px;
}

/* Links */
a {
	color: #b12930;
	text-decoration: none;
}
a:visited {
	color: #b12930;
}
a:focus,
a:active,
a:hover {
	text-decoration: underline;
}

/* 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
----------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

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


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

#masthead {
}
#masthead &gt; .site-branding {
	padding: 5.4em 16.867469879518% 3.23em;
	text-align: center;
}
#site-title {
	border-bottom: 1px solid #ddd;
	display: inline-block;
	font-family: Georgia, "Bitstream Charter", serif;
	font-size: 21px;
	font-size: 2.1rem;
	line-height: 1.15;
	padding: 0 2.954209748892% .275em;
}
#site-title a:hover,
#site-title a:focus,
#site-title a:active {
	color: #000;
	text-decoration: none;
}
#site-description {
	color: #777;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	font-size: 1.1rem;
	letter-spacing: 0.05em;
	line-height: 1.52727272727274;
	padding: 0.382em 0;
	text-transform: uppercase;
}


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

#access {
	background: #000;
	clear: both;
	display: block;
	float: left;
	margin: 0 auto 3.23em;
	width: 100%;
}
#access .menu-toggle {
	background: transparent;
	border: 0;
	color: #eee;
	display: none;
	line-height: 3.23em;
	margin: 0 auto;
	padding: 0 28px;
	width: 100%;
}
#access ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
#access li {
	float: left;
	position: relative;
}
#access a {
	color: #eee;
	border-bottom: .375em solid #444;
	display: block;
	line-height: 3.23em;
	margin: 0 1px 0 0;
	padding: 0 28px;
	text-decoration: none;
}
#access ul ul {
	background: #b12930;
	border-top: 1px solid #a41c23;
	-webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:    0 3px 3px rgba(0, 0, 0, 0.2);
	box-shadow:         0 3px 3px rgba(0, 0, 0, 0.2);
	display: none;
	float: left;
	position: absolute;
		top: 3.5em;
		left: 0;
	z-index: 99999;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	border: none;
	color: #ffe8ef;
	margin: 0;
	padding: 0 28px;
	width: 200px;
	height: auto;
}
#access ul ul li {
	border-bottom: 1px solid #a41c23;
}
#access li:hover &gt; a {
	border-color: #b12930;
	color: #fff;
}
#access ul ul :hover &gt; a {
	background: #ac242b;
	color: #fff;
}
#access ul ul a:hover {
}
#access ul li:hover &gt; ul {
	display: block;
}
#access li.current_page_item a,
#access li.current-menu-item a {
	border-color: #b12930;
}

@media (max-width: 768px) {	
	#access ul {
		display: none;
	}
	#access .menu-toggle,
	#access.toggled ul {
		display: block;
	}
	#access li {
		float: none;
	}
	#access ul ul {
		background: transparent !important;
		border-top: 0;
		-webkit-box-shadow: none;
		-moz-box-shadow:    none;
		box-shadow:         none;
		float: none;
		left: auto;
		margin-left: 28px;
		position: relative;
		right: auto;
		top: auto;
	}
	#access ul ul a {
		box-sizing: border-box;
		color: #eee;
		width: 100%;
	}
	#access ul ul a:hover,
	#access ul ul :hover &gt; a {
		background: transparent !important;
		color: #eee;
	}
	#access ul ul li {
		border-bottom-color: #444;
	}
	#access ul ul ul {
		border-top: 1px solid #444;
		left: auto;
		right: auto;
	}
	#access.toggled .nav-menu {
		border-top: .375em solid #444;
	}
}


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

#main {
	clear: both;
	padding: 3.23em 0 0;
}
#main:before,
#main:after {
	content: "";
	display: table;
}
#main:after {
	clear: both;
}
.page-header {
	margin: 0 0 3.23em;
}
.page-title {
	color: #777;
	font-family: Verdana, serif;
	font-size: 11px;
	font-size: 1.1rem;
	font-weight: normal;
	letter-spacing: 0.05em;
	line-height: 1.52727272727274;
	text-transform: uppercase;
}
.page-title span {
}
.taxonomy-description {
	margin: 1.615em 0 0;
}
.hentry {
	margin: 0 0 3.23em;
	position: relative;
}
.single .hentry,
.page .hentry {
	margin: 0 0 1.615em;
}
.entry-header {
	position: relative;
}
.entry-title {
	font-family: Georgia, "Bitstream Charter", serif;
	font-size: 21px;
	font-size: 2.1rem;
	line-height: 1.15;
	margin: 0 50px 0 0;
	padding: 0;
}
.entry-title a {
}
.entry-title a:hover,
.entry-title a:focus,
.entry-title a:active {
	color: #000;
	text-decoration: none;
}
.entry-meta abbr {
	border: none;
	cursor: text;
}
.byline {
	font-style: italic;
}
.byline a {
	border-bottom: 1px solid #ddd;
	color: #777;
}
.single-author .byline {
	display: none;
}
.byline a:hover,
.byline a:focus,
.byline a:active {
	border-color: #b12930;
	color: #b12930;
	text-decoration: none;
}
.entry-header .sep {
	color: #ccc;
}
.entry-header .entry-meta {
	color: #777;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 2.1;
}
.entry-header .entry-date {
	font-size: 11px;
	font-size: 1.1rem;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}
.entry-header .entry-date a,
.entry-header .entry-date a:visited {
	color: #777;
	text-decoration: none;
}
.entry-content,
.entry-summary {
	margin: 0.8075em 0 0 0;
}
.entry-content h1 {
	border-bottom: 1px solid #ddd;
	padding-bottom: 1.05em;
}
.entry-content blockquote {
	position: relative;
}
.entry-content blockquote:before {
	color: #111;
	content: 'â€œ';
	font-family: Georgia, "Bitstream Charter", serif;
	font-size: 94px;
	font-size: 9.4rem;
	line-height: 1;
	position: absolute;
		top: -.15em;
		left: -.67em;
}
.post-password-required input[type="password"] {
	margin: 1.615em 0;
	width: 100%;
}
.page-link {
	clear: both;
	margin: 0 0 1.615em;
	word-spacing: 0.5em;
}
.page-link b {
	color: #111;
}
.page-link a {
}
footer.entry-meta {
	clear: both;
	padding: .5em 0;
}
.taxonomy-links,
.edit-link {
	background: #eee;
	color: #777;
	display: table;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 2.1;
	margin: 1px 0 0;
	padding: 0 .75em;
}
.taxonomy-links + .taxonomy-links {
	margin-top: 1px;
}
.taxonomy-links a,
.edit-link a {
	color: #444;
	font-style: italic;
}
.taxonomy-links a:hover,
.taxonomy-links a:focus,
.taxonomy-links a:active {
	color: #b12930;
	text-decoration: none;
}
.edit-link a:hover,
.edit-link a:focus,
.edit-link a:active {
	color: #b12930;
	text-decoration: none;
}
.comments-link {
	font-family: Georgia, "Bitstream Charter", serif;
	font-size: 16px;
	font-size: 1.6rem;
	font-style: italic;
	line-height: 1.4;
	margin: 0;
	position: absolute;
		top: -.05em;
		right: 1.315em;
}
.comments-link a {
	background: #eee;
	color: #777;
	display: inline-block;
	min-width: 2em;
	padding: 0.05em .1em;
	text-align: center;
}
.comments-link a:before {
	border-color: transparent transparent transparent #eee;
	border-style: solid;
	border-width: 0px 10px 10px 10px;
	content: '';
	position: absolute;
		bottom: -10px;
		left: .3em;
}
.comments-link a:hover,
.comments-link a:focus,
.comments-link a:active {
	background: #b12930;
	color: #fff;
	text-decoration: none;
}
.comments-link a:hover:before,
.comments-link a:focus,
.comments-link a:active {
	border-color: transparent transparent transparent #b12930;
}
.no-reply {
	visibility: hidden;
}
.date-link {
	height: 0;
	margin: 0;
}

/* =Infinite Scroll
----------------------------------------------- */
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll #nav-below, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending #colophon { /* 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 #colophon {
	display: block;
}

#infinite-footer .blog-info a {
	color: #b12930;
	font-family: Georgia, "Bitstream Charter", serif;
}

/* Datestamps */
.permalink .sep,
.permalink-sep {
	display: none;
}
footer .permalink,
.image-attachment #content footer .permalink {
	background: #000;
	border-radius: 50%;
	color: #eee;
	font-family: Georgia, "Bitstream Charter", serif;
	font-style: italic;
	line-height: 1;
	margin: 0 0 0 -27px; /* Shuffle the datestamp over half it's fixed width */
	position: absolute;
		top: -1.2em;
		left: -11.674008810573%; /* and position it on the edge of the fluid page  */
	text-align: center;
	width: 55px;
	height: 55px;
}
.secondary footer .permalink {
	left: -24.090909090909%; /* and position it on the edge of the fluid page  */
}
footer .permalink .month {
	display: block;
	font-size: 12px;
	padding: 10px 0 0;
}
footer .permalink .day {
	display: block;
	font-size: 18px;
	padding: 4px 0 0;
}
footer .permalink:hover,
footer .permalink:focus,
footer .permalink:active {
	color: #b12930;
	color: #fff;
	text-decoration: none;
}
/*.logged-in .permalink {
	display: none;
}*/

/* Sticky Posts */
.sticky .footer .permalink,
.sticky .entry-meta {
	display: none;
}
.sticky {
	border: 1px solid #ddd;
	padding: 1.615em 1.615em 0;
}

/* Featured Image */
.entry-image {
	background: #000;
	margin: 0 0 1.615em;
	overflow: hidden;
}
.entry-image img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
}

/* Format-Aside */
.indexed .format-aside .entry-title {
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}
.indexed .format-aside .entry-header {
	display: none;
}
.indexed .format-aside .entry-content {
}
.indexed .format-aside .comments-link {
	display: none;
}
.indexed .format-aside .taxonomy-links {
	display: none;
}


/* Format-Image */
.indexed .format-image .entry-header,
.indexed .format-image .entry-summary {
	background: #000;
	color: #eee;
}
.indexed .format-image .entry-image {
		margin: 0;
}
.indexed .format-image .entry-image img {
	padding: 0 0 0.9em;
}
.indexed .format-image .entry-header {
	padding: 0.9em 1.615em 0;
}
.indexed .format-image a:hover,
.indexed .format-image a:focus,
.indexed .format-image a:active {
	color: #eee;
}
.indexed .format-image .comments-link {
		top: .7em;
}
.indexed .format-image .entry-summary {
	margin: 0;
	padding: 1.615em;
}
.indexed .format-image .entry-summary p {
	margin: 0;
}
.indexed .format-image footer.entry-meta {
	padding: 0;
}
.indexed .format-image .taxonomy-links,
.indexed .format-image .edit-link {
	background: #000;
	margin-top: 1px;
}
.indexed .format-image .taxonomy-links a,
.indexed .format-image .edit-link a {
	color: #aaa;
}
.indexed .format-image .taxonomy-links a:hover,
.indexed .format-image .taxonomy-links a:focus,
.indexed .format-image .taxonomy-links a:active,
.indexed .format-image .edit-link a:hover,
.indexed .format-image .edit-link a:focus,
.indexed .format-image .edit-link a:active {
	color: #eee;
}

/* Error 404 */
.error404 .entry-content {
	margin: 1.615em 0 6.46em;
}
.error404 .entry-content #s {
	font-size: 16px;
	width: 100%;
}
.error404 .entry-content #searchsubmit {
	display: none;
}


/* =Attachments
----------------------------------------------- */

.image-attachment div.entry-meta {
	float: left;
}
.image-attachment nav {
	float: right;
	margin: 0 0 1.615em;
}
#page .image-attachment #content nav a {
	font-family: Verdana, sans-serif;
	font-size: 13px;
	font-size: 1.3rem;
	font-style: normal;
	line-height: 1.615;
}
.image-attachment .entry-attachment {
	clear: both;
}
.image-attachment .entry-attachment img {
	display: block;
	height: auto;
	margin: 0 auto 0.875em;
}


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

#masthead img,
.entry-content img,
.comment-content img,
.widget img,
.post-format-content img,
.entry-image img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
#masthead img,
.entry-content img,
.widget img,
img[class*="align"],
img[class*="wp-image-"],
.post-format-content img,
.entry-image img {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
#masthead img
img.size-full {
	max-width: 100%;
	width: auto; /* Prevent stretching of full-size images with height and width attributes in IE8 */
}
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
p img,
.wp-caption {
	border: none;
}
.wp-caption {
	border: 1px solid #ddd;
	max-width: 99.6%;
}
.wp-caption.aligncenter,
.wp-caption.alignleft,
.wp-caption.alignright {
	margin-bottom: 1.615em;
}
.wp-caption img {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}
.wp-caption-text {
	color: #777;
	font-size: 10px;
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
#content .gallery {
	margin-bottom: 1.615em;
}
#content .gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
#content .gallery dd {
	margin: 0;
}
#content .gallery-columns-4 .gallery-item {
}
#content .gallery-columns-4 .gallery-item img {
}
.gallery-caption {
}

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


/* =Navigation
-------------------------------------------------------------- */

#content nav {
	margin: 0 0 3.23em;
	overflow: hidden;
}
#content nav a {
	font-family: Georgia,"Bitstream Charter",serif;
	font-size: 16px;
	font-size: 1.6rem;
	font-style: italic;
	line-height: 1.3125;
}
#content nav .nav-previous {
	float: left;
	width: 50%;
}
#content nav .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#nav-above {
	display: none;
}
.paged #nav-above {
	display: block;
}


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

#secondary {
	position: relative;
	margin-bottom: 3.6em;
}
.widget-area {
	font-size: 12px;
	font-size: 1.2rem;
	overflow: hidden;
}
#main .widget-area .widget + .widget {
	margin-top: 1.615em;
}
.widget-title {
	color: #777;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	font-size: 1.1rem;
	letter-spacing: 0.05em;
	line-height: 1.9091;
	text-transform: uppercase;
}
.widget &gt; ul {
	margin: 0 0 0 1.1em;
}
.widget-title a {
}
.widget li a {
}

/* Primary Sidebar */
#secondary {
	border-left: 1px solid #ddd;
}
/* Secondary Sidebar */
#tertiary {
	border-left: 1px solid transparent; /* The optional secondary sidebar gets a little more minimal with a little less attention drawn to it */
}
#tertiary .widget {
}

/* Search Widget */
.widget_search {
	margin-bottom: 1.615em;
}

/* Tag Cloud Widget */
.widget_tag_cloud {
	line-height: 1.35;
	margin-bottom: 1.615em;
}
.widget_tag_cloud a {
}

/* Calendar Widget */
#wp-calendar {
	margin: 0 0 1.615em;
	width: 100%;
}
#wp-calendar caption {
	color: #777;
	padding: 0.45em 0;
	text-align: center;
}
#wp-calendar thead th {
	font-weight: bold;
	text-align: center;
}
#wp-calendar tbody td {
	background: #eee;
	border: 1px solid #fff;
	color: #777;
	padding: 0.45em 0;
	text-align: center;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot td {
	padding: 0.45em 0 0;
}
#wp-calendar tfoot #next {
	text-align: right;
}


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

#comments-title {
	color: #777;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	font-size: 1.1rem;
	letter-spacing: 0.05em;
	line-height: 1.9091;
	text-transform: uppercase;
}
.commentlist,
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist {
	padding: 3.23em 0 0;
}
.comment {
	margin: 0 0 3.23em;
	position: relative;
}
.comment + .comment {
	border-top: 1px dashed #ddd;
	padding: 3.23em 0 0;
}
.comment .avatar,
.image-attachment .commentlist &gt; .comment .avatar {
	border-radius: 50%;
	margin: 4px 0 0 -23px; /* Shuffle over half it's fixed width */
	position: absolute;
		top: -1.2em;
		left: -11.674008810573%; /* and position it on the edge of the fluid page  */
}
.comment .comment-author:before,
.image-attachment .commentlist &gt; .comment .comment-author:before { /* Webkit won't correctly round the corners of images so we'll add another element behind our avatars with CSS */
	background: #000;
	border-radius: 50%;
	content: '';
	display: block;
	margin: 0 0 0 -27px; /* Shuffle over half it's fixed width */
	position: absolute;
		top: -1.2em;
		left: -11.674008810573%; /* and position it on the edge of the fluid page  */
	width: 55px;
	height: 55px;
}
.secondary .comment .avatar,
.secondary .comment-author:before {
	left: -24.090909090909%; /* and position it on the edge of the fluid page  */
}
.comment .comment-author .fn {
	font-family: Georgia, "Bitstream Charter", serif;
	font-size: 20px;
	font-size: 2rem;
	line-height: 1.05;
	margin-bottom: 0.15em;
	font-style: normal;
}
.comment-meta {
	color: #777;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 2.1;
}
.comment-time {
	color: #777;
	font-size: 11px;
	font-size: 1.1rem;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}
.comment-time:before {
	content: 'â€” ';
}
.comment-time:hover,
.comment-time:focus,
.comment-time:active {
	color: #b12930;
	text-decoration: none;
}
.comment-content {
		margin: 0.8075em 0 0;
}
.pingback {
	border: 1px dashed #ddd;
	border-width: 1px 0;
	margin: 0 0 3.23em;
	padding: 2.4225em 0 0.8075em;
}
.pingback + .pingback {
	border-top: none;
	margin-top: -3.23em;
}
.reply {
}
.nocomments {
	color: #777777;
	font-size: 11px;
	font-size: 1.1rem;
	letter-spacing: 0.05em;
	margin: 0 0 3.9em;
	text-transform: uppercase;
}
.nocomments:before {
	content: "â€” ";
}

/* Child comments */
.commentlist .children {
	border-top: 1px dashed #ddd;
	padding: 3.23em 0 0 0;
}
.commentlist .children .children {
	padding-left: 37px;
}
#content .children .comment .avatar {
	margin: 2px 0 0 2px;
	top: -.25em;
	left: 0;
}
#content .children .comment-author:before { /* Webkit won't correctly round the corners of images so we'll add another element behind our avatars with CSS */
	margin: 0 0 0;
	top: -.25em;
	left: 0;
	width: 27px;
	height: 27px;
}
.commentlist .children .comment &gt; footer,
.commentlist .children .comment-content,
.commentlist .children .reply {
	margin-left: 52px;
}

/* Post author highlighting */
.bypostauthor &gt; .comment .fn {
	font-style: italic;
}

/* Comment form */
#respond {
	border-top: 1px dashed #ddd;
	padding: 3.23em 0 1.615em;
}
.children
#reply-title {
	color: #111;
	font-family: Georgia, "Bitstream Charter", serif;
	font-size: 20px;
	font-size: 2rem;
	line-height: 1.05;
	margin-bottom: 0.15em;
	font-style: normal;
}
#respond p {
	position: relative;
}
.comment-notes,
.logged-in-as {
	margin-top: 1.615em;
}
#respond input[type="text"] {
	float: left;
	margin-right: 1em;
}
.comment-form-comment label {
	display: none;
}
#respond textarea {
	margin-bottom: -1.2em;
}
.form-allowed-tags {
	font-size: 11px;
	color: #777;
}
.form-allowed-tags code {
	font-size: 10px;
}


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

#colophon {
	border-top: 1px solid #ddd;
	margin: 1.615em 0;
	padding: 1.615em 0;
}
#supplementary {
	border-bottom: 1px solid #ddd;
	margin: 0 0 1.615em;
	padding: 0 9.464285714286% 3.23em;
	overflow: hidden;
}

/* Two Footer Widget Areas */
#supplementary.two .widget-area {
	float: left;
	margin-right: 3.083700440529%;
	width: 48.458149779736%;
}
#supplementary.two .widget-area + .widget-area {
	margin-right: 0;
}

/* Three Footer Widget Areas */
#supplementary.three .widget-area {
	float: left;
	margin-right: 3.083700440529%;
	width: 31.277533039648%;
}
#supplementary.three .widget-area + .widget-area + .widget-area {
	margin-right: 0;
}

#site-info {
	color: #777777;
	font-family: Verdana,sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.75;
	padding: 1.615em 9.464285714286%;
	text-align: center;
}
img#wpstats {
	background: #fff;
	border-radius: 50%;
	display: block;
	margin: 0 auto 1.615em;
	padding: 3px;
}


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

@media (max-width: 900px) {
	body,
	body.fluid.secondary,
	body.fixed.secondary {
		padding: 0 7%;
	}
	#page #primary {
		float: none;
		margin: 0;
	}
	#page #content {
		margin: 0 9.464285714286%;
	}
	#page footer .permalink,
	.secondary .comment .avatar,
	.secondary .comment-author:before {
	    left: -12.114537444934%;
	}
	#page #main .widget-area {
		background: #000;
		color: #ccc;
		border: none;
		float: left;
		margin-right: 0 !important;
		margin: 0;
		padding: 1.615em 9.464285714286% 3.23em;
		overflow: hidden;
		width: 100%;
	}
	#page #main .widget-area .widget {
		margin: 0%;
	}
	#wp-calendar caption {
		color: #ccc;
	}
	#wp-calendar tbody td {
		background: #333;
		border-color: #000;
		color: #ccc;
	}
	#colophon,
	#supplementary {
		background: #000;
		border-color: #333;
		color: #ccc;
	}
	#page #supplementary .widget-area {
		background: #000;
		color: #ccc;
		border: none;
		float: left;
		margin-right: 0;
		margin: 0;
		padding: 1.615em 0 0;
		overflow: hidden;
		width: 100%;
	}
}
@media (max-width: 450px) {
	body,
	body.fluid.secondary,
	body.fixed.secondary {
		padding: 0;
	}
	#page .alignleft {
		clear: both;
		display: block;
		float: none;
		margin: .5em auto;
	}
	#page .alignright {
		clear: both;
		display: block;
		float: none;
		margin: .5em auto;
	}
	#page .aligncenter {
		clear: both;
		display: block;
		margin: .5em auto;
	}
	#page footer .permalink {
		display: none;
	}
	.comment footer {
		margin-left: 42px;
	}
	#page .comment .avatar,
	#page .comment-author:before {
		left: 0;
	}
}


/* =WP.com
----------------------------------------------- */

.widget_authors &gt; ul {
	list-style: none;
	margin: 0;
}
.widget_authors &gt; ul ul {
	margin-bottom: 1.615em;
}
.widget_recent_comments td {
	vertical-align: middle;
}
#page #flickr_badge_wrapper {
	border: none;
}
.comment .comment-likes {
	margin: 0 0 1.615em;
}</pre></body></html>