/*
Theme Name: Chalkboard - WordPress.com
Theme URI: https://wordpress.com/themes/chalkboard/
Description: A whimsical theme emulating a classic school chalkboard, complete with a bottom-resting eraser and chalk.
Version: 2.4.1
Author: Edward R. Jenkins
Author URI: http://www.edwardrjenkins.com
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* =Reset
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centred in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust: 100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
body {
	background: #fff;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
ol, ul {
	list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a:focus {
	outline: thin dotted;
}
a:hover,
a:active { /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
	outline: 0;
}
a img {
	border: 0;
}


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

body,
button,
input,
select,
textarea {
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-size: 2.0rem;
	line-height: 1.6;
	-ms-word-wrap: break-word;
	word-wrap:     break-word;
}
body.sidebar-active {
	font-size: 20px;
	font-size: 2.0rem;
}
body {
	background: #f1eedc;
	color: #eee;
}

/* Headings */
h1,h2,h3,h4,h5,h6 {
	clear: both;
	font-family: 'Gloria Hallelujah', Arial, Helvetica, sans-serif;
	margin: 1.3em 0 .3em;
}
h1 {
	font-size: 48px;
	font-size: 4.8rem;
	margin: 0 0 .3em;
}
h2 {
	font-size: 42px;
	font-size: 4.2rem;
}
h3 {
	font-size: 36px;
	font-size: 3.6rem;
}
h4 {
	font-size: 24px;
	font-size: 2.4rem;
}
h5 {
	font-size: 20px;
	font-size: 2.0rem;
}
h6 {
	font-size: 18px;
	font-size: 1.8rem;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.6em;
}

/* Text elements */
p {
	margin-bottom: 1.6em;
}
ul, ol {
	margin: 0 0 1.6em 3em;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
	margin-left: 1.6em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.6em 1.6em;
}
b, strong {
	font-weight: bold;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	border-left: 5px solid #f5f5f5;
	font-style: italic;
	margin: 0 1.6em;
	padding: 0 0 0 1.6em;
}
address {
	font-style: italic;
	margin: 0 0 1.6em;
}
pre {
	background: rgba(255,255,255,.2);
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	padding: 1em 1.6em;
	overflow: auto;
	max-width: 100%;
}
code, kbd, tt, var {
	font: 18px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	color: #333;
	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.6em;
	width: 100%;
}
td {
	padding: 5px 7px;
}
tr.alternate {
	background: rgba(255,255,255,.1);
}
th {
	border-bottom: 5px solid #f5f5f5;
	font-weight: bold;
	padding: 5px 7px;
}
button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
	*vertical-align: middle; /* Improves appearance and consistency in all browsers */
}
button,
input {
	line-height: normal; /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
	*overflow: visible;  /* Corrects inner spacing displayed oddly in IE6/7 */
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid #ccc;
	border-color: #ccc #ccc #bbb #ccc;
	border-radius: 3px;
	background: #e6e6e6;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.5), inset 0 15px 17px rgba(255,255,255,0.5), inset 0 -5px 12px rgba(0,0,0,0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.5), inset 0 15px 17px rgba(255,255,255,0.5), inset 0 -5px 12px rgba(0,0,0,0.05);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.5), inset 0 15px 17px rgba(255,255,255,0.5), inset 0 -5px 12px rgba(0,0,0,0.05);
	color: rgba(0,0,0,.8);
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
	font-size: 12px;
	font-size: 1.4rem;
	line-height: 1;
	padding: .7em 1.6em .6em;
	text-shadow: 0 1px 0 rgba(255,255,255,.8);
}
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa #bbb;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.8), inset 0 15px 17px rgba(255,255,255,0.8), inset 0 -5px 12px rgba(0,0,0,0.02);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.8), inset 0 15px 17px rgba(255,255,255,0.8), inset 0 -5px 12px rgba(0,0,0,0.02);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.8), inset 0 15px 17px rgba(255,255,255,0.8), inset 0 -5px 12px rgba(0,0,0,0.02);
}
button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb #bbb;
	-webkit-box-shadow: inset 0 -1px 0 rgba(255,255,255,0.5), inset 0 2px 5px rgba(0,0,0,0.15);
	-moz-box-shadow: inset 0 -1px 0 rgba(255,255,255,0.5), inset 0 2px 5px rgba(0,0,0,0.15);
	box-shadow: inset 0 -1px 0 rgba(255,255,255,0.5), inset 0 2px 5px rgba(0,0,0,0.15);
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* Addresses box sizing set to content-box in IE8/9 */
	padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}
input[type=text],
input[type=email],
input[type=password],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
textarea:focus {
	color: #111;
}
input[type=text],
input[type=email],
input[type=password] {
	padding: 5px;
	position: relative;
		top: 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: #fff;
}
a:visited {
	color: #fff;
}
a:hover,
a:focus,
a:active {
	color: #fff;
}

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

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


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

#page {
	background: #000 url('images/chalk2.jpg') repeat;
	background-size: 360px auto;
	border-radius: 10px;
	display: block;
	box-shadow: 5px 5px 20px rgba(0,0,0,.5) inset;
	margin: 0 auto;
	padding: 15px 100px 5px;
	max-width: 960px;
	z-index: 10;
}
.wrapper {
	background: #855e42 url('images/woodtexture.jpg');
	background-size: 225px auto;
	border-radius: 10px;
	box-shadow: 5px 2px 15px rgba(0,0,0,.4);
	display: block;
	margin: 40px auto;
	max-width: 1170px;
	padding: 40px;
}
#main:before,
#main:after {
	content: "";
	display: table;
}
#main:after {
	clear: both;
}
#primary {
	float: none;
	margin: 0;
}
.sidebar-active #primary {
	float: left;
	margin: 0 -25% 0 0;
	width: 100%;
}
#content,
body.page-template-nosidebar-page-php #content,
body.single-attachment #content {
	margin: 0;
}
.sidebar-active #content {
	margin: 0 35% 0 0;
}
#secondary { /* Sidebar 1 */
	float: right;
	overflow: hidden;
	width: 25%;
}
#tertiary { /* Footer sidebars */
	clear: both;
}
.site-footer {
	clear: both;
	width: 100%;
}
#colophon {
	background: url('images/boardbottom-new.png') no-repeat center bottom;
	background-size: 100%;
	clear: both;
	display: block;
	font-family: 'Gloria Hallelujah', Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	margin: 50px auto -8px;
	max-width: 800px;
	text-align: center;
	width: 100%;
	min-height: 126px;
}


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

#masthead {
	font-family: 'Gloria Hallelujah', Arial, Helvetica, sans-serif;
	margin: 0 0 3.2em;
}
#masthead:before,
#masthead:after {
	content: "";
	display: table;
}
#masthead:after {
	clear: both;
}
#masthead img {
	display: block;
	margin: 15px auto;
}
.site-title {
	font-size: 250%;
	font-weight: bold;
	line-height: 1.25;
	margin: .67em 0 5px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}
.site-title a {
	color: #fff;
	text-decoration: none;
}
.site-description {
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: normal;
	margin: 0 0 1.6em;
	text-align: center;
}


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

.main-navigation {
	clear: both;
	display: block;
	float: left;
	text-align: center;
	width: 100%;
}
.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.main-navigation li {
	display: inline;
	position: relative;
}
.main-navigation a {
	display: inline-block;
	font-size: 19px;
	font-size: 1.9rem;
	line-height: 2em;
	padding: 3px 1em;
	text-align: center;
	text-decoration: none;
}
.main-navigation ul ul {
	background: url('images/chalk.png');
	border: 5px solid #f5f5f5;
	border-radius: 5px;
	-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-webkit-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: 1.6em;
		left: 0;
	z-index: 99999;
}
.main-navigation ul ul ul {
	left: 100%;
	top: -6px;
}
.main-navigation ul ul a {
	line-height: 1.5;
	text-align: left;
	width: 170px;
}
.main-navigation ul ul li {
}
.main-navigation li:hover > a {
	opacity: .8;
}
.main-navigation ul ul :hover > a {
}
.main-navigation ul ul a:hover {
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	display: block;
}
.main-navigation li.current_page_item a,
.main-navigation li.current-menu-item a {
	text-decoration: underline;
}

/* Small menu */
.menu-toggle {
	border: 5px solid #fff;
	border-radius: 10px;
	cursor: pointer;
	display: block;
	font-family: "Gloria Hallelujah", Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-size: 2.0rem;
	margin: 0 auto;
	text-align: center;
	width: 125px;
}
.main-small-navigation .menu {
	display: none;
}


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

.sticky.hentry {
	border: 1px solid #f5f5f5;
	border-radius: 15px;
	margin: 0 0 1.6em;
	padding: 30px;
}
.sticky.hentry:after,
.archive .hentry:last-of-type:after,
.search .hentry:last-of-type:after {
	display: none;
}
.hentry {
	margin: 0;
}
.hentry:after,
#tertiary:before {
	background: url('images/postseparator2.png') no-repeat center bottom;
	background-size: 335px auto;
	clear: both;
	content: "";
	display: block;
	margin: 0 0 1.6em;
	width: 100%;
	height: 85px;
}
.entry-title {
	font-size: 41px;
	font-size: 4.1rem;
	text-align: center;
}
.entry-title a {
	text-decoration: none;
}
.entry-content {
	font-family: "Roboto", Arial, Helvetica, sans-serif;
	overflow: hidden;
}
.entry-meta {
	clear: both;
	color: rgba(255,255,255,.9);
	font-family: 'Gloria Hallelujah', Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-size: 1.8rem;
	font-style: italic;
	text-align: center;
}
.entry-meta a {
	color: rgba(255,255,255,.9);
}
.byline {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.entry-content,
.entry-summary {
	margin: 1.6em 0 0;
}
.page-links {
	clear: both;
	margin: 0 0 1.6em;
}
.page-title {
	font-size: 24px;
	font-size: 2.4rem;
	margin: 0 0 1.6em;
}
.single-attachment .attachment img {
	display: block;
	margin: 0 auto;
}
.single-attachment .entry-caption {
	text-align: center;
}
.edit-link {
	clear: both;
	display: block;
}


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

.format-link .entry-title {
	display: none;
}


/* =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 {
	border: 1px solid #ccc;
	margin-bottom: 1.6em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 1.2% auto 0;
	max-width: 97%;
}
.widget .wp-caption {
	max-width: 99%;
}
.wp-caption-text {
	font-family: "Gloria Hallelujah", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-size: 1.8rem;
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
.site-content .gallery {
	margin-bottom: 1.6em !important;
}
.gallery-caption {
}
.site-content .gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.site-content .gallery dd {
	margin: 0;
}
.site-content .gallery-columns-4 .gallery-item {
}
.site-content .gallery-columns-4 .gallery-item img {
}

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


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

#nav-above {
	display: none;
}
.site-content .site-navigation {
	margin: 1.6em 0;
	overflow: hidden;
}
.site-content .site-navigation a {
	font-family: "Gloria Hallelujah", Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.site-content .nav-previous {
	float: left;
	width: 50%;
}
.site-content .nav-next,
.next-image {
	float: right;
	text-align: right;
	width: 50%;
}

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

.comment-content {
	font-size: 16px;
	font-size: 1.6rem;
}
.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
}
.form-allowed-tags,
.form-allowed-tags code {
	font-size: 14px;
	font-size: 1.4rem;
}
h2.comments-title {
	font-size: 36px;
	font-size: 3.6rem;
}
#commentform .required {
	display: inline-block;
	margin-left: -5px;
	color: #c4513f;
	font-weight: bold;
}
h2.comments-title {
	margin: .8em 0;
	padding: 0 20px;
	text-align: center;
}
h3#comments {
	padding: 0 20px;
}
li.comment {
	min-height: 100px;
}
li.comment,
li.pingback,
li.trackback {
	padding: 15px 10px;
	clear: both;
}
ol.commentlist,
ul.commentlist {
	list-style: none;
	margin: 0;
	padding: 0;
}
ol.commentlist li.alt,
ul.commentlist li.alt {
	background-color: rgba(255,255,255,.1);
}
ol.commentlist ul.children,
ul.commentlist ul.children {
	list-style: none;
	margin: 10px 0 0 0;
}
ol.commentlist ul.children li,
ul.commentlist ul.children li {
	list-style: none;
	border-bottom: 0 none;
}
ul.commentlist > li.comment > ul.children,
ol.commentlist > li.comment > ul.children {
	padding-left: 100px;
}
ul.children {
	padding: 0;
}
ul.children .comment-author {
	float: none;
	width: auto;
	border-right: 0 none;
	margin: 0;
	min-height: 0;
	clear: left;
}
ul.children .comment-author cite.fn {
	font-weight: bold;
	width: auto;
	float: none;
}
ul.children .comment-content,
ul.children .comment-content .comment-meta,
ul.children .reply {
	padding-left: 0;
}
.avatar {
	float: left;
	margin-right: 10px;
}
.comment-content,
.comment-content .comment-meta,
.reply {
	padding-left: 220px;
}
.comment-author {
	width: 200px;
	float: left;
	margin-right: 20px;
	min-height: 100px;
}
.comment-author cite.fn {
	display: block;
	float: left;
	font-family: "Gloria Hallelujah", Arial, Helvetica, sans-serif;
	font-weight: bold;
	width: 140px;
	word-wrap: break-word;
}
ul.children .comment-author cite.fn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-size: 1.8rem;
	font-style: normal;
}
.comment-form-comment label {
	display: block;
	width: 85px;
	float: left;
	font-weight: bold;
}
.commentmetadata a {
	color: #aaa;
	font-size: 14px;
	font-size: 1.4rem;
	margin-bottom: 5px;
	text-decoration: none;
	text-transform: uppercase;
}
.nocomments {
	font-family: "Gloria Hallelujah", Arial, Helvetica, sans-serif;
	margin-bottom: 0;
	text-align: center;
}
.says {
	display: none;
}
#reply-title small {
	float: right;
}
#reply-title a {
	text-decoration: none;
}
.comment-reply-link {
	color: #aaa;
	font-size: 14px;
	font-size: 1.4rem;
	text-decoration: none;
}


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

#tertiary:before,
#tertiary:after {
	content: "";
	display: table;
}
#tertiary:after {
	clear: both;
}
.widget-left,
.widget-middle,
.widget-right {
	float: left;
	margin-right: 5%;
	overflow: hidden;
	width: 30%;
}
.widget-right {
	margin-right: 0;
}
.widget {
	font-family: "Roboto", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	margin: 0 0 1.6em;
}
.widget-title {
	font-family: "Gloria Hallelujah", Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-size: 2.4rem;
}

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

/* Search widget */
#searchsubmit {
	display: none;
}

/* Calendar widget */
#wp-calendar td,
#wp-calendar th,
#wp-calendar caption {
	padding: 2px;
	text-align: center;
}
#wp-calendar caption {
	font-weight: bold;
}


/* =Infinite Scroll
----------------------------------------------- */

/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll #nav-above, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll #nav-below,
.infinite-scroll.neverending #colophon { /* Theme Footer (when set to scrolling) */
	display: none;
}
.infinite-scroll #infinite-footer .container {
	background: url('images/chalk2.jpg');
	color: #fff;
}
#infinite-footer .blog-info a,
#infinite-footer .blog-credits a {
	color: #fff;
}

/* 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-handle span {
	border: 5px solid #fff;
	border-radius: 10px;
	display: block;
	font-family: "Gloria Hallelujah", Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-size: 2.0rem;
	margin: 0 auto 5px;
	text-align: center;
	width: 125px;
}
.infinite-loader {
	color: #fff;
	margin: 10px auto 32px;
	width: 28px;
}


/* =Retina Media Queries
----------------------------------------------- */

@media only screen and (-webkit-min-device-pixel-ratio: 2),
       only screen and (-moz-min-device-pixel-ratio: 2),
       only screen and (-o-min-device-pixel-ratio: 2/1),
       only screen and (min-device-pixel-ratio: 2) {

	#colophon {
		background: url('images/boardbottom-new-2x.png') no-repeat center bottom;
		background-size: 100%;
	}
}


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

@media only screen and ( max-width: 900px ) {
	.widget-left,
	.widget-middle,
	.widget-right,
	#secondary {
		clear: both;
		float: none;
		margin: 0;
		width: 100%;
	}
	.sidebar-active #content {
		margin: 0;
	}
}
@media only screen and ( max-width: 800px ) {
	body {
		font-size: 18px;
		font-size: 1.8rem;
	}
	.wrapper {
		padding: 20px;
	}
	#page {
		padding: 30px 30px 0;
	}
	.entry-title {
		font-size: 28px;
		font-size: 2.8rem;
	}
	.site-title {
		font-size: 36px;
		font-size: 3.6rem;
	}
	#colophon,
	.entry-meta,
	.entry-content {
		font-size: 14px;
		font-size: 1.4rem;
	}
	#colophon {
		max-width: 100%;
	}
	.comment-author {
		width: auto;
		clear: both;
		float: none;
		min-height: auto;
	}
	.comment-author cite.fn {
		width: auto;
	}
	.comment-content,
	.comment-content .comment-meta,
	.reply {
		padding-left: 0;
	}
	.commentmetadata {
		clear: both;
		width: auto;
	}
	ul.commentlist > li.comment > ul.children,
	ol.commentlist > li.comment > ul.children {
		padding-left: 50px;
	}
}