img.wp-smiley {
	border: none !important;
	box-shadow: none !important;
	height: 1em !important;
	width: 1em !important;
	margin: 0 .05em 0 .1em !important;
	vertical-align: -0.1em !important;
	background: none !important;
	padding: 0 !important;
}/**
 * Like Button toolbar button, loading text & container styles
 *
 * @todo: doesn't look like "style.css" is used anymore.
 */


/* Master container */
#jp-post-flair {
	padding-top: .5em;
}

/* Overall Sharedaddy block title */
div.sharedaddy,
#content div.sharedaddy,
#main div.sharedaddy {
	clear: both;
}

div.sharedaddy h3.sd-title {
	margin: 0 0 1em 0;
	display: inline-block;
	line-height: 1.2;
	font-size: 9pt;
	font-weight: bold;
}

div.sharedaddy h3.sd-title:before {
	content: "";
	display: block;
	width: 100%;
	min-width: 30px;
	border-top: 1px solid #ddd;
	margin-bottom: 1em;
}


/* Toolbar */
#wpadminbar li#wp-admin-bar-admin-bar-likes-widget {
	width: 61px;
	overflow: hidden;
}

#wpadminbar iframe.admin-bar-likes-widget {
	width: 61px;
	height: 28px;
	min-height: 28px;
	border-width: 0px;
	position: absolute;
	top: 0;
}

div.jetpack-likes-widget-wrapper {
	width: 100%;
	min-height: 50px;	/* Previous height, 60px */
	position: relative; /* Need to abs position placeholder and iframe so there isn't a jarring jump */
}

div.jetpack-likes-widget-wrapper .sd-link-color {
	font-size: 12px;
}

div.jetpack-likes-widget-wrapper.slim-likes-widget {
	width: 1px; /* initial default */
	min-height: 0;
}

#likes-other-gravatars {
	display: none;
	position: absolute;
	padding: 10px 10px 12px 10px;
	background-color: #2e4453;
	border-width: 0;
	box-shadow: 0 0 10px #2e4453;
	box-shadow: 0 0 10px rgba(46,68,83,.6);
	min-width: 130px;
	z-index: 1000;
}

#likes-other-gravatars * {
	line-height: normal;
}

#likes-other-gravatars .likes-text {
	color: white;
	font-size: 12px;
	padding-bottom: 8px;
}

#likes-other-gravatars ul,
#likes-other-gravatars li {
	margin: 0;
	padding: 0;
	text-indent: 0;
	list-style-type: none;
}

#likes-other-gravatars li::before {
	content: "";
}

#likes-other-gravatars ul.wpl-avatars {
	overflow: auto;
	display: block;
	max-height: 190px;
}

#likes-other-gravatars ul.wpl-avatars li {
	width: 32px;
	height: 32px;
	float: left;
	margin: 0 5px 5px 0;
}

#likes-other-gravatars ul.wpl-avatars li a {
	margin: 0 2px 0 0;
	border-bottom: none !important;
	display: block;
}

#likes-other-gravatars ul.wpl-avatars li a img {
	background: none;
	border: none;
	margin: 0 !important;
	padding: 0 !important;
	position: static;
}

div.sd-box {
	border-top: 1px solid #ddd;
	border-top: 1px solid rgba(0,0,0,.13);
}

.entry-content .post-likes-widget, .post-likes-widget,
.comment-likes-widget {
	margin: 0;
	border-width: 0;
	display: block;
}


/* Loading text */
.post-likes-widget-placeholder {
	margin: 0;
	border-width: 0;
	position: relative;
}

.post-likes-widget-placeholder .button {
	display: none;	/* Let's not show a dummy like button, let's just make a great button experience once it's loaded */
}

.post-likes-widget-placeholder .button span {
}

.post-likes-widget-placeholder .loading {
	color: #999;
	font-size: 12px;
}

.slim-likes-widget .post-likes-widget {
	width: auto;
	float: none;
}


/* Like Special cases (display on it's own) */
div.sharedaddy.sd-like-enabled .sd-like h3 {
	display: none;
}

div.sharedaddy.sd-like-enabled .sd-like .post-likes-widget {
	width: 100%;
	float: none;
	position: absolute; /* Need to abs position placeholder and iframe so there isn't a jarring jump */
	top: 0;
}

.comment-likes-widget {
	width: 100%;
}


/* Make ratings block. @todo: make !important unnecessary by removing inline style */
.pd-rating {
	display: block !important;
}


/* Hide G+ title */
.sd-gplus .sd-title {
	display: none;
}
/**
 * Styles for Jetpack related posts
 */

/* Container */

div#jp-relatedposts {
	display: none;
	padding-top: 1em;
	margin: 1em 0;
	position: relative;
}

div.jp-relatedposts:after {
	content: '';
	display: block;
	clear: both;
}

/* Headline above related posts section, labeled "Related" */

div#jp-relatedposts h3.jp-relatedposts-headline {
	margin: 0 0 1em 0;
	display: inline-block;
	float: left;
	font-size: 9pt;
	font-weight: bold;
	font-family: inherit;
}

div#jp-relatedposts h3.jp-relatedposts-headline em:before {
	content: "";
	display: block;
	width: 100%;
	min-width: 30px;
	border-top: 1px solid #ddd;
	border-top: 1px solid rgba(0,0,0,.2);
	margin-bottom: 1em;
}

div#jp-relatedposts h3.jp-relatedposts-headline em {
	font-style: normal;
	font-weight: bold;
}

/* Related posts items (wrapping items) */

div#jp-relatedposts div.jp-relatedposts-items {
	clear: left;
}

div#jp-relatedposts div.jp-relatedposts-items-visual {
	margin-right: -20px;
}

/* Related posts item */

div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post {
	float: left;
	width: 33%;
	margin: 0 0 1em; /* Needs to be same as the main outer wrapper for Related Posts */
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

div#jp-relatedposts div.jp-relatedposts-items-visual .jp-relatedposts-post {
	padding-right: 20px;
	/*cursor: pointer;*/
	filter: alpha(opacity=80);
	-moz-opacity: .8;
	opacity: .8;
}

div#jp-relatedposts div.jp-relatedposts-items div.jp-relatedposts-post:hover .jp-relatedposts-post-title a {
	text-decoration: underline;
}

div#jp-relatedposts div.jp-relatedposts-items div.jp-relatedposts-post:hover {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

/* Related posts item content */

div#jp-relatedposts div.jp-relatedposts-items-visual h4.jp-relatedposts-post-title,
div#jp-relatedposts div.jp-relatedposts-items p {
	font-size: 14px;
	line-height: 20px;
	margin: 0;
}
div#jp-relatedposts div.jp-relatedposts-items-visual div.jp-relatedposts-post-nothumbs {
	position:relative;
}
div#jp-relatedposts div.jp-relatedposts-items-visual div.jp-relatedposts-post-nothumbs a.jp-relatedposts-post-aoverlay {
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	display:block;
}

div#jp-relatedposts div.jp-relatedposts-items p {
	margin-bottom: 0;
}

div#jp-relatedposts div.jp-relatedposts-items-visual h4.jp-relatedposts-post-title {
	text-transform: none;
	margin: 0;
	font-family: inherit;
	display: block;
	max-width: 100%;
}

div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a {
	font-size: inherit;
	font-weight: normal;
	text-decoration: none;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a:hover {
	text-decoration: underline;
}

div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post img.jp-relatedposts-post-img,
div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post span {
	display: block;
	max-width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}

div#jp-relatedposts div.jp-relatedposts-items-visual .jp-relatedposts-post img.jp-relatedposts-post-img,
div#jp-relatedposts div.jp-relatedposts-items-visual .jp-relatedposts-post span {
	max-width: 100%;
}

div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-context {
	opacity: .6;
}

/* Behavior when there are thumbnails in visual mode */
div#jp-relatedposts div.jp-relatedposts-items-visual div.jp-relatedposts-post-thumbs p.jp-relatedposts-post-excerpt {
	display: none;
}

/* Behavior when there are no thumbnails in visual mode */
div#jp-relatedposts div.jp-relatedposts-items-visual div.jp-relatedposts-post-nothumbs p.jp-relatedposts-post-excerpt {
	overflow: hidden;
}
div#jp-relatedposts div.jp-relatedposts-items-visual div.jp-relatedposts-post-nothumbs span {
	margin-bottom: 1em;
}

/**
 * Responsive
 */

@media only screen and (max-width: 640px) {

	div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post {
		width: 50%;
	}

	div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post:nth-child(3n) {
		clear: left;
	}

	div#jp-relatedposts div.jp-relatedposts-items-visual {
		margin-right: 20px;
	}

}

@media only screen and (max-width: 320px) {

	div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post {
		width: 100%;
		clear: both;
		margin: 0 0 1em;
	}

}
/**
 * Add text colors to the playlist shortcode light color scheme.
 * 
 * Core ticket: https://core.trac.wordpress.org/ticket/27562
 */

.wp-playlist-light {
	color: #000;
}

.wp-playlist-light .wp-playlist-item {
	color: #333;
}

.wp-playlist-light .wp-playlist-playing {
	background: #fff;
	color: #000;
}

.wp-playlist-dark .wp-playlist-item .wp-playlist-caption {
	color: #fff;
}

.wp-playlist-caption {
	display: block;
}/*
* Text Widget Styles
*
* Global styles to help fix common display issues on WordPress.com
* that could happen with the Rich Text Widget, introduced in WordPress 4.8.
*/

.widget.widget_text {
	word-wrap: break-word;
}

.widget.widget_text ul,
.widget.widget_text ol {
	margin-bottom: 1em;
	margin-left: .875em;
	padding-left: .875em;
}

.widget.widget_text li ul,
.widget.widget_text li ol {
	margin-top: 0;
	margin-bottom: 0;
	padding-bottom: 0;
	padding-top: 0;
}

.widget.widget_text ul {
	list-style: disc outside none;
}

.widget.widget_text ol {
	list-style: decimal outside none;
}

.widget.widget_text ul li,
.widget.widget_text ol li {
	border: 0;
	list-style: inherit;
	margin: 0;
	padding: 0;
	text-align: left;
}

.widget.widget_text ul li:before {
	content: "";
}

.widget.widget_text p {
	margin-bottom: 1em;
}
/**
 * MP6 hacks, CSS that's either WPCOM specific or otherwise not suitably for MP6 proper
 */

/* Invert stats sparkline on light theme */
body.admin-color-mp6-light li#wp-admin-bar-stats img {
	filter: invert(100%);
	-webkit-filter: invert(100%);
}

/* Fix dashicons priority so Japanese users can use the toolbar. Should long term be fixed in whatever plugin that forces all fonts to be Arial */
i.mce-i-bold, i.mce-i-italic, i.mce-i-bullist, i.mce-i-numlist, i.mce-i-blockquote, i.mce-i-alignleft, i.mce-i-aligncenter, i.mce-i-alignright, i.mce-i-link, i.mce-i-unlink, i.mce-i-wp_more, i.mce-i-strikethrough, i.mce-i-spellchecker, i.mce-i-fullscreen, i.mce-i-wp_fullscreen, i.mce-i-wp_adv, i.mce-i-underline, i.mce-i-alignjustify, i.mce-i-forecolor, i.mce-i-pastetext, i.mce-i-pasteword, i.mce-i-removeformat, i.mce-i-charmap, i.mce-i-outdent, i.mce-i-indent, i.mce-i-undo, i.mce-i-redo, i.mce-i-help, i.mce-i-wp_help, i.mce-i-wp-media-library, i.mce-i-ltr, i.mce-i-wp_page, .mce-close {
	font: normal 20px/1 'dashicons' !important;
}

.dashicons, .dashicons-before:before {
	font-family: 'dashicons' !important;
}

.noticon {
	font-family: "Noticons" !important;
}.bbp-staff-role {
	color: #f1831e;
}

.bbp-a8c-reply {
	background: #e9eff3 !important;
	border: 1px solid #c8d7e1;
	width: 98% !important;
}/*
Theme Name: Clean Home
Theme URI: https://wordpress.com/themes/clean-home/
Description: A clean looking, minimal design, offering two widgets areas and four color schemes. This theme also features custom background and header functionality. With a traditional look, yet a modern finish, plus several customizations options Clean Home comes as a flexible option for your site.
Version: 1.2.1-wpcom
Author: Mid Mo Design
License: GNU General Public License v2 or later
Text Domain: cleanhome
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: custom-colors, white, red, black, blue, yellow, tan, light, dark, fixed-layout, two-columns, right-sidebar, custom-background, custom-header, custom-menu, infinite-scroll, theme-options, sticky-post, translation-ready, rtl-language-support, blog, design, journal, professional, seasonal, bright, clean, colorful, earthy, elegant, geometric, minimal, modern, simple, traditional
Status: inactive

The CSS, XHTML and design is released under the GPL.
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var, ol, ul, li,
fieldset, form, label, legend {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}
body {
	line-height: 1;
	color: black;
	background: transparent;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


/* Structure */

body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1.7em;
}
hr {
	margin-top: 35px;
	border: 0;
	border-top: 1px dotted #ccc;
	width: 620px;
	color: #fff;
	clear: both;
}
#wrapper {
	width: 900px;
	margin: 30px auto 140px;
	padding: 30px 30px 0;
	background: #fff;
	background: rgba(255,255,255,0.88);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.header {
	float: left;
	width: 900px;
	border-bottom: 1px dotted #ccc;
	margin: 0;
}
#logo {
	float: left;
	width: auto;
	padding: 18px 0 34px 0;
}
#logo a {
	color: #ca1e00;
	font-size: 60px;
	font-weight: 600;
	text-decoration: none;
	border-bottom: none;
	letter-spacing: -2px;
	text-rendering: optimizeLegibility;
}
#logo h2 {
	font-size: 18px;
	font-weight: 200;
	padding: 12px 4px 0 0;
}
#header-image {
	clear: both;
	border-top: 6px solid #333;
	margin-bottom: 10px;
}
#header-image a {
	border: none;
}
#blurb em {
	font-style: italic;
}


/* Links */

.header a,
#blurb a,
.content a,
#sidebar a,
#footer a {
	border-bottom: 1px dotted #000;
	text-decoration: none;
	color: #000;
	font-weight: 600;
}
.header a:hover,
#blurb a:hover,
#sidebar a:hover,
#footer a:hover,
.content a:hover {
	color: #ca1e00;
	border-bottom: 1px dotted #ca1e00;
}
#sidebar a:hover {
	background-color: #f7f7f7;
	background-color: rgba(255,255,255,0.5);
}


/* Menu */

#nav {
	float: right;
	width: auto;
	padding: 12px 0 0;
}
#nav ul {
	height: 50px;
	margin-bottom: 2px;
}
#nav li {
	text-align: center;
	float: left;
	display: inline;
	width: auto;
}
#nav li a {
	font-size: 18px;
	font-weight: 400;
	display: block;
	padding: 15px;
	border-bottom: none;
}
#nav li a:hover {
	background-color: #f7f7f7;
	border-bottom: none;
}
#nav li {
	position: relative;
}
#nav ul ul {
	display: none;
	position: absolute;
	top: 100%;
	right: 0;
	z-index: 99999;
	float: none;
	height: auto;
	width: 150px;
	-webkit-box-shadow: -1px 1px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: -1px 1px 3px rgba(0,0,0,0.2);
	box-shadow: -1px 1px 3px rgba(0,0,0,0.2);
}
#nav ul ul a {
	width: 120px;
	background: #efefef;
	font-size: 15px;
	text-align: right;
	padding: 10px 15px;
}
#nav ul ul ul {
	right: 100%;
	top: 0;
}
#nav ul li:hover > ul {
	display: block;
}
#nav ul li.current_page_item > a,
#nav ul li.current_page_parent > a,
#nav ul li.current_page_ancestor > a,
#nav ul li.current-cat > a,
#nav ul li.current-menu-ancestor > a,
#nav ul li.current-menu-item > a {
	background: #f6f6f6;
	color: #bbb;
}


/* Content */

#blurb {
	font-family: Georgia, serif;
	height: auto;
	border-bottom: 1px dotted #ccc;
	width: 100%;
	float: left;
	padding: 35px 0;
	font-size: 32px;
	font-weight: 400;
	line-height: 120%;
}
.content {
	width: 620px;
	float: left;
	border-right: 1px dotted #ccc;
	padding: 0 0 30px 0;
	min-height: 420px;
	overflow: hidden;
}
.hentry {
	padding: 0 30px 0 0;
}
.hentry p {
	margin: 14px 0 14px 0;
}
.hentry em {
	font-style: italic;
}
.hentry h2 {
	font-family: Georgia, serif;
	font-size: 24px;
	margin: 25px 0 10px 0;
	font-weight: normal;
}
.hentry h1,
.hentry h1 a,
div.attachment h1,
div.attachment h1 a {
	font-family: Georgia, serif;
	font-size: 28px;
	margin: 30px 0 10px 0;
	font-weight: normal;
	line-height: 32px;
}
.hentry h3,
.hentry h4 {
	font-family: Georgia, serif;
	font-size: 20px;
	margin: 15px 0 10px 0;
	font-weight: normal;
}
.hentry h4 {
	font-size: 18px;
}
.hentry .indent {
	padding-left: 10px;
}
.hentry .indent p {
	padding-left: 10px;
}
.hentry small {
	font-size: 11px;
}
.hentry small a {
	font-weight: normal;
}
.hentry .alignright,
.navigation .alignright {
	float: right;
	margin-left: 10px;
}
.navigation .alignright {
	margin-right: 10px;
}
.hentry .alignleft,
.navigation .alignleft {
	float: left;
	margin-right: 10px;
}
.hentry .aligncenter {
	margin: 0 auto;
	display: block;
}
.hentry abbr {
	font-weight: normal
}
.hentry ul {
	list-style: circle;
	margin: 0 0 0 25px;
}
.hentry ol {
	list-style: decimal;
	margin: 0 0 0 30px;
}
.hentry .wp-caption {
	background: #f7f7f7;
	border: 1px solid #ddd;
	margin-top: 10px;
	margin-bottom: 10px;
	max-width: 100%;
	text-align: center;
	padding: 5px 5px 0;
}
.hentry .wp-caption-text {
	margin: 0;
	font-size: smaller;
}
.hentry .wp-caption a,
.hentry .wp-caption a:hover {
	border-bottom: 0;
}
.hentry blockquote,
.comment blockquote {
	color: #777;
	border-left: 5px solid #ccc;
	margin: 15px 30px 0 10px;
	padding-left: 20px;
}
.hentry pre {
	font-family: Courier;
	font-size: 12px;
	letter-spacing: -1px;
	margin: 14px 0 14px 0;
}
.hentry .message ul {
	margin: 12px 0 0;
}
.hentry .message {
	display: none;
	background: #0f67a1;
	margin-top: 10px;
	padding: 20px;
	color: #fff;
}
.sticky .hentry-date {
	display: none;
}
.sticky hr {
	border-top: 12px solid #a0daf5;
}
.hentry table {
	margin: 10px 0;
	width: 100%;
}
.hentry th {
	border-bottom: 2px solid rgba(0,0,0,0.5);
	font-weight: bold;
	text-align: left;
}
.hentry th,
.hentry td {
	padding: 5px 10px;
	vertical-align: top;
}
.hentry table img {
	margin: 0;
	padding: 0;
	border-width: 1px;
}
.hentry td {
	background: #fafafa;
	border-bottom: 1px solid #dadada;
}
.hentry tr:nth-child(2n+1) td {
	background: #eee;
}
.hentry tr:hover td {
	background: #ddd;
}
body.single .navigation {
	border-top: 1px dotted #ccc;
	margin: 30px 30px 0;
	padding-top: 10px;
}
body.single .nav-above {
	border-top: none;
	margin: 5px 10px 60px;
	color: #666;
}
body.single .nav-above a {
	color: #666;
	border-color: #666;
}
.hentry .hentry-meta {
	color: #666;
}
.hentry .hentry-meta a {
	color: #555;
}
.hentry .hentry-meta a:hover {
	color: #000;
	border-bottom: 1px solid;
}
table th,
table td {
	padding: 3px 5px;
}
.gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
.hentry img,
body.attachment .navigation img {
	background: #eee;
	border: 3px solid #ddd;
	margin: 0px 0px 5px;
	padding: 5px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.hentry img.wp-smiley {
	background: transparent;
	border: none;
	margin: 0;
	padding: 0;
}
.hentry .wp-caption img {
	border-width: 1px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	height: auto;
	padding: 1px;
	margin: 0;
	max-width: 98%;
	color: #666;
}
.gallery a,
.gallery a:hover {
	border: none;
}
.gallery a:hover img,
body.attachment .navigation a:hover img {
	background: #333;
	border-color: #222 !important;
}


/* Comments */

#comments h3,
#comments h4 {
	font-family: Georgia, serif;
	font-size: 24px;
	margin: 35px 0 5px;
	font-weight: normal;
}
#comments h4 {
	font-size: 28px
}
#comments cite {
	font-family: Georgia, serif;
	font-size: 18px;
	font-weight: normal;
	color: #555;
	border-bottom: 1px dotted #ccc;
	margin-left: 5px;
	font-size: 14px;
}
#comments cite a {
	font-weight: normal;
	font-size: 15px;
	margin-right: 5px;
}
#comments em {
	font-style: italic;
	text-align: right;
}
#comments .avatar {
	float: left;
	padding-right: 5px;
}
#comments ol.commentlist li {
	margin-top: 20px;
	border: 1px dotted #ccc;
	border-right: 0;
	padding: 10px 5px 20px 10px;
	min-height: 110px;
}
#comments p {
	margin: 10px 20px 0;
	width: auto;
}
#comments span {
	display: none;
}
#comments .reply {
	margin: 10px 20px;
}
#comments .comment-author {
	margin-bottom: 20px;
}
#comments .comment-meta {
	float: right;
	margin-top: -40px;
}
#comments ul.formlist {
	margin: 20px auto;
	width: 375px;
}
#comments ul.formlist li {
	display: block;
	margin: 10px 0 0;
}
#comments ul.formlist p {
	margin: 10px 0 0;
	text-align: center;
}
#comments ul.children {
	margin-left: 30px;
}
#comments .bypostauthor.comment {
	background: #dff2f8;
}
#comments .comment {
	background: #fff;
	background: rgba(255,255,255,0.8);
}
#comments input {
	width: 370px;
	font-size: 14px;
	font-weight: normal;
}
#comments input[type="text"] {
	background: #f5f5f5;
	color: #666;
	padding: 8px;
}
#comments input[type="text"]:focus {
	background: #fff;
	color: #333;
}
#comments textarea {
	background: #f5f5f5;
	color: #666;
	width: 370px;
	font-size: 13px;
	font-weight: normal;
	padding: 8px;
}
#comments textarea:focus {
	background: #fff;
	color: #333;
}
#comments input#submit {
	text-align: center;
	background: #f5f5f5;
	border: 1px solid #aaa;
	color: #000;
	font-family: Georgia, serif;
	font-weight: normal;
	font-size: 20px;
	width: 386px;
}
#comments input#submit:hover {
	background: #ccc;
	cursor: pointer;
}
#comments input#submit:active {
	background: #8cac0b;
	border: 1px solid #5c7205;
	color: #D9EB95;
}
#respond {
	text-align: center
}
.comment-form-comment label,
.form-allowed-tags {
	display: none;
}
#reply-title {
	font-size: 28px;
	text-align: left;
}
#comments .comment-form-author label,
#comments .comment-form-email label,
#comments .comment-form-url label {
	display: block;
}


/* Sidebar */

#sidebar {
	width: 250px;
	float: right;
	margin: 0 0 25px 0;
}
#sidebar .block {
	padding: 25px 0 0;
}
#sidebar h3 {
	padding: 0 0 3px 0;
	font-size: 18px;
}
#sidebar .block ul {
	border-bottom: 1px dotted #ccc;
}
#sidebar .block ul .children {
	border: 0;
	padding: 0 0 0 8px;
}
#sidebar .block li {
	border-top: 1px dotted #ccc;
}
#sidebar .block li a {
	background: transparent url(/wp-content/themes/pub/clean-home/images/bullet_black.gif) no-repeat scroll 6px 10px;
	font-size: 13px;
	font-weight: normal;
	padding: 2px 0 2px 15px;
	display: block;
	border-bottom: none;
}
#sidebar .block li a:hover {
	background: #f7f7f7 url(/wp-content/themes/pub/clean-home/images/bullet_red.gif) no-repeat scroll 6px 52%;
	background: rgba(255,255,255,0.5) url(/wp-content/themes/pub/clean-home/images/bullet_red.gif) no-repeat scroll 6px 52%;
}
#sidebar .widget_search label {
	display: block;
	padding: 25px 0 3px 0;
	font-size: 18px;
	border-bottom: 1px dotted #ccc;
	margin: 0 0 5px;
}
#sidebar .widget_recent_comments li {
	background: transparent url(/wp-content/themes/pub/clean-home/images/bullet_black.gif) no-repeat scroll 6px 52%;
	padding: 2px 0 2px 15px;
}
#sidebar .widget_recent_comments li a,
#sidebar .widget_recent_comments li a:hover {
	background: none;
	border-bottom: 1px dotted #000;
	text-decoration: none;
	color: #000;
	font-weight: 600;
}
#sidebar .widget_recent_comments li a:hover {
	color: #e12000;
	border-bottom: 1px dashed #e12000;
	background-color: #f7f7f7;
	background-color: rgba(255,255,255,0.5);
}
#sidebar .widget_tag_cloud h3 {
	margin: 0 0 8px;
	border-bottom: 1px dotted #ccc;
}
#sidebar .widget_text h3,
#sidebar .calendar h3 {
	border-bottom: 1px dotted #ccc;
	margin-bottom: 8px;
}
#sidebar .calendar h3 {
	display: none;
}
#sidebar #wp-calendar {
	width: 95%;
	text-align: center;
}
#sidebar #wp-calendar caption,
#sidebar #wp-calendar td,
#sidebar #wp-calendar th {
	text-align: center;
}
#sidebar #wp-calendar caption {
	font-size: 18px;
	padding: 25px 0 3px 0;
}
#sidebar #wp-calendar th {
	font-weight: bold;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
}
#sidebar #wp-calendar tfoot td {
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
}
#blurb .tweets {
	font-size: 22px;
}


/* Footer */

#footer {
	width: 900px;
	clear: both;
	border-top: 1px dotted #cccccc;
	text-align: center;
	padding: 30px 0 0;
}
#wpstats {
	display: block;
	margin: 10px auto 0;
}

/* Attachments */

body.attachment .content {
	width: 100%;
	border-right: none;
}
body.attachment .attachment-image img {
	margin: 20px auto 0;
	display: block;
	border: none;
	border-top: 6px solid #222;
	padding: 0;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	background: transparent;
}
body.attachment #wrapper .attachment small + a {
	border-bottom: none;
}
body.attachment .navigation {
	width: 620px;
	margin: 0 auto 20px;
	border: none;
	overflow: hidden;
}
body.attachment .navigation a {
	border: none;
}


/* =Infinity Styles
-------------------------------------------------------------- */

.infinite-scroll #wrapper:after {
	clear: both;
	content: '';
	display: block;
}
.infinite-scroll #wpstats {
	clear: both;
}
.infinite-scroll #content .infinite-wrap {
	border-top: none;
	padding-top: 0;
}
/* Loader */
.infinite-loader {
	margin: 30px auto 0;
	width: 24px;
}
/* Load More Posts Button */
#infinite-handle {
	margin: 30px 0 0;
	text-align: center;
}
#infinite-handle span {
	font-weight: bold;
}
/* Dark Scheme */
.color-dark #infinite-handle span,
.color-dark #infinite-handle span:before {
	color: #fff;
}
.color-dark #infinite-handle span:hover,
.color-dark #infinite-handle span:hover:before {
	color: #AA1A00;
}
/* Snowy Scheme */
.color-snowy #infinite-handle span {
	background: #98DEF3;
	border-color: #98DEF3;
	color: #000;
}
.color-snowy #infinite-handle span:before {
	color: #000;
}
.color-snowy #infinite-handle span:hover {
	background: #98DEF3;
}
.color-snowy #infinite-handle span:hover,
.color-snowy #infinite-handle span:hover:before {
	color: #0092BE;
}
/* Sunny Scheme */
.color-sunny #infinite-handle span {
	background: #F1EBA3;
	border-color: #F1EBA3;
	color: #000;
}
.color-sunny #infinite-handle span:before {
	color: #000;
}
.color-sunny #infinite-handle span:hover {
	background: #F1EBA3;
}
.color-sunny #infinite-handle span:hover,
.color-sunny #infinite-handle span:hover:before {
	color: #856D0E;
}
/* Match the style of links in the infinite footer to the theme style */
#infinite-footer .blog-info a,
#infinite-footer .blog-credits a {
	color: #000;
	font-weight: bold;
}
#infinite-footer .blog-info a:hover,
#infinite-footer .blog-credits a:hover {
	color: #ca1e00;
}
/* Dark Scheme */
.color-dark #infinite-footer .container {
	background: rgba( 0, 0, 0, .8);
	border-color: rgba(50, 50, 50, .8);
}
.color-dark #infinite-footer .blog-credits {
	color: #d5d5d5;
}
.color-dark #infinite-footer .blog-info a,
.color-dark #infinite-footer .blog-credits a {
	color: #ddd;
}
.color-dark #infinite-footer .blog-info a:hover,
.color-dark #infinite-footer .blog-credits a:hover {
	color: #AA1A00;
}
/* Snowy Scheme */
.color-snowy #infinite-footer .container {
	background: rgba( 204, 235, 245, .8);
	border-color: rgba(0, 0, 0, .13);
}
.color-snowy #infinite-footer .blog-credits {
	color: #000;
}
.color-snowy #infinite-footer .blog-info a,
.color-snowy #infinite-footer .blog-credits a {
	color: #000;
}
.color-snowy #infinite-footer .blog-info a:hover,
.color-snowy #infinite-footer .blog-credits a:hover {
	color: #0092BE;
}
/* Sunny Scheme */
.color-sunny #infinite-footer .container {
	background: rgba( 240, 234, 176, .8);
	border-color: rgba(0, 0, 0, .13);
}
.color-sunny #infinite-footer .blog-credits {
	color: #000;
}
.color-sunny #infinite-footer .blog-info a,
.color-sunny #infinite-footer .blog-credits a {
	color: #000;
}
.color-sunny #infinite-footer .blog-info a:hover,
.color-sunny #infinite-footer .blog-credits a:hover {
	color: #856D0E;
}
/* Elements to hide */
.infinite-scroll .navigation,
.infinite-scroll.neverending #footer {
	display: none;
}
/* Restore the footer when IS is finished */
.infinity-end.neverending #footer {
	display: block;
}
