/**
 * Smiley project CSS 
 */

/* generic emoji styles */
.emoji, .emoji:before {
	display: inline-block !important; /* shouldn't have been necessary, but some themes set this to static */
}

.emoji {
	position: relative !important; /* shouldn't have been necessary, but some themes set this to static */
	vertical-align: bottom;

	/* this will be a line-height tall wrapper for vertically centering the smiley */
	width: 1.375em;
	overflow: hidden;
	white-space: nowrap;	
	text-indent: 9999px;
	min-height: 1.2em; /* for really small lineheights */
}

/* Firefox does weird things with text-indent and selection */
@-moz-document url-prefix() { 
	.emoji {
		text-indent: 0;
		text-align: center;
		color: rgba(255,255,255,0);
		overflow: visible;
	}
}

/* @noflip */
.emoji:before {
	/* vertically center the smiley */
	position: absolute;
	content: "";
	
	/* height/width for IE, Firefox and non-webkit browsers */
	height: 1.25em;
	width: 1.375em;
	margin-top: -0.625em; /* minus half the height of the smiley */

	left: 0;
	top: 50%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% 100%;
}

/* WebKit specific hacks */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	.emoji {
		width: 1.35em;
	}
    .emoji:before {
		height: 1.4em;
		width: 1.35em;
		margin-top: -0.7em; /* minus half the height of the smiley */
    }
}

/* IE specific hacks */
@media screen and (min-width:0\0) {
	.emoji {
		height: 1.2em;
		width: 1.38em;
	}
    .emoji:before {
		width: 1.38em;
    }
}

/* individual smileys */
	/* PNGs are for IE8 fallbacks. Let's remove them some day please */
.emoji-smile:before {
	background-image: url(../wp-content/mu-plugins/smileyproject/default/ie/smile.png);
	background-image: url(../wp-content/mu-plugins/smileyproject/default/smile.svg), none;
}

.emoji-wink:before {
	background-image: url(../wp-content/mu-plugins/smileyproject/default/ie/wink.png);
	background-image: url(../wp-content/mu-plugins/smileyproject/default/wink.svg), none;
}

.emoji-bigsmile:before {
	background-image: url(../wp-content/mu-plugins/smileyproject/default/ie/bigsmile.png);
	background-image: url(../wp-content/mu-plugins/smileyproject/default/bigsmile.svg), none;
}

.emoji-heart:before {
	background-image: url(../wp-content/mu-plugins/smileyproject/default/ie/heart.png);
	background-image: url(../wp-content/mu-plugins/smileyproject/default/heart.svg), none;
}

.emoji-neutral:before {
	background-image: url(../wp-content/mu-plugins/smileyproject/default/ie/neutral.png);
	background-image: url(../wp-content/mu-plugins/smileyproject/default/neutral.svg), none;
}

.emoji-uneasy:before {
	background-image: url(../wp-content/mu-plugins/smileyproject/default/ie/uneasy.png);
	background-image: url(../wp-content/mu-plugins/smileyproject/default/uneasy.svg), none;
}

.emoji-lol:before {
	background-image: url(../wp-content/mu-plugins/smileyproject/default/ie/lol.png);
	background-image: url(../wp-content/mu-plugins/smileyproject/default/lol.svg), none;
}

.emoji-sad:before {
	background-image: url(../wp-content/mu-plugins/smileyproject/default/ie/sad.png);
	background-image: url(../wp-content/mu-plugins/smileyproject/default/sad.svg), none;
}

.emoji-cry:before {
	background-image: url(../wp-content/mu-plugins/smileyproject/default/ie/cry.png);
	background-image: url(../wp-content/mu-plugins/smileyproject/default/cry.svg), none;
}

.emoji-evilgrin:before {
	background-image: url(../wp-content/mu-plugins/smileyproject/default/ie/evilgrin.png);
	background-image: url(../wp-content/mu-plugins/smileyproject/default/evilgrin.svg), none;
}

.emoji-twisted:before {
	background-image: url(../wp-content/mu-plugins/smileyproject/default/ie/twisted.png);
	background-image: url(../wp-content/mu-plugins/smileyproject/default/twisted.svg), none;
}

.emoji-evil:before {
	background-image: url(../wp-content/mu-plugins/smileyproject/default/ie/evil.png);
	background-image: url(../wp-content/mu-plugins/smileyproject/default/evil.svg), none;
}

.emoji-surprised:before {
	background-image: url(../wp-content/mu-plugins/smileyproject/default/ie/surprised.png);
	background-image: url(../wp-content/mu-plugins/smileyproject/default/surprised.svg), none;
}

.emoji-tongue:before {
	background-image: url(../wp-content/mu-plugins/smileyproject/default/ie/tongue.png);
	background-image: url(../wp-content/mu-plugins/smileyproject/default/tongue.svg), none;
}

.emoji-angry:before {
	background-image: url(../wp-content/mu-plugins/smileyproject/default/ie/angry.png);
	background-image: url(../wp-content/mu-plugins/smileyproject/default/angry.svg), none;
}

.emoji-burrito:before {
	background-image: url(../wp-content/mu-plugins/smileyproject/default/ie/burrito.png);
	background-image: url(../wp-content/mu-plugins/smileyproject/default/burrito.svg), none;
}
.emoji-burrito, .emoji-burrito:before {
	width: 1.6em;
}

.emoji-wordpress:before {
	background-image: url(../wp-content/mu-plugins/smileyproject/default/ie/wordpress.png);
	background-image: url(../wp-content/mu-plugins/smileyproject/default/wordpress.svg), none;
}

.emoji-mindblown:before {
	background-image: url(../wp-content/mu-plugins/smileyproject/default/ie/mindblown.png);
	background-image: url(../wp-content/mu-plugins/smileyproject/default/mindblown.svg), none;
}

.emoji-mindblown-alt:before {
	background-image: url(../wp-content/mu-plugins/smileyproject/default/ie/mindblown-alt.png);
	background-image: url(../wp-content/mu-plugins/smileyproject/default/mindblown-alt.svg), none;
}

.emoji-martini:before {
	background-image: url(../wp-content/mu-plugins/smileyproject/default/ie/martini.png);
	background-image: url(../wp-content/mu-plugins/smileyproject/default/martini.svg), none;
}

.emoji-whiterussian:before {
	background-image: url(../wp-content/mu-plugins/smileyproject/default/ie/whiterussian.png);
	background-image: url(../wp-content/mu-plugins/smileyproject/default/whiterussian.svg), none;
}

.emoji-star:before {
	background-image: url(../wp-content/mu-plugins/smileyproject/default/ie/star.png);
	background-image: url(../wp-content/mu-plugins/smileyproject/default/star.svg), none;
}

.emoji-developer:before {
	background-image: url(../wp-content/mu-plugins/smileyproject/default/ie/developer.png);
	background-image: url(../wp-content/mu-plugins/smileyproject/default/developer.svg), none;
}
.emoji-developer, .emoji-developer:before {
	width: 1.5em;
}

.emoji-facepalm:before {
	background-image: url(../wp-content/mu-plugins/smileyproject/default/ie/facepalm.png);
	background-image: url(../wp-content/mu-plugins/smileyproject/default/facepalm.svg), none;
}
.emoji-facepalm, .emoji-facepalm:before {
	width: 1.4em;
}

.emoji-bear:before {
	background-image: url(../wp-content/mu-plugins/smileyproject/default/ie/bear.png);
	background-image: url(../wp-content/mu-plugins/smileyproject/default/bear.svg), none;
}

.emoji-mrgreen:before {
	background-image: url(../wp-content/mu-plugins/smileyproject/default/ie/mrgreen.png);
	background-image: url(../wp-content/mu-plugins/smileyproject/default/mrgreen.svg), none;
}

.emoji-arrow:before {
	background-image: url(../wp-content/mu-plugins/smileyproject/default/ie/arrow.png);
	background-image: url(../wp-content/mu-plugins/smileyproject/default/arrow.svg), none;
}

.emoji-confused:before {
	background-image: url(../wp-content/mu-plugins/smileyproject/default/ie/confused.png);
	background-image: url(../wp-content/mu-plugins/smileyproject/default/confused.svg), none;
}

.emoji-cool:before {
	background-image: url(../wp-content/mu-plugins/smileyproject/default/ie/cool.png);
	background-image: url(../wp-content/mu-plugins/smileyproject/default/cool.svg), none;
}

.emoji-idea:before {
	background-image: url(../wp-content/mu-plugins/smileyproject/default/ie/idea.png);
	background-image: url(../wp-content/mu-plugins/smileyproject/default/idea.svg), none;
}

.emoji-blush:before {
	background-image: url(../wp-content/mu-plugins/smileyproject/default/ie/blush.png);
	background-image: url(../wp-content/mu-plugins/smileyproject/default/blush.svg), none;
}

.emoji-oops:before {
	background-image: url(../wp-content/mu-plugins/smileyproject/default/ie/oops.png);
	background-image: url(../wp-content/mu-plugins/smileyproject/default/oops.svg), none;
}

.emoji-rolleyes:before {
	background-image: url(../wp-content/mu-plugins/smileyproject/default/ie/rolleyes.png);
	background-image: url(../wp-content/mu-plugins/smileyproject/default/rolleyes.svg), none;
}

.emoji-exclaim:before {
	background-image: url(../wp-content/mu-plugins/smileyproject/default/ie/exclaim.png);
	background-image: url(../wp-content/mu-plugins/smileyproject/default/exclaim.svg), none;
}

.emoji-question:before {
	background-image: url(../wp-content/mu-plugins/smileyproject/default/ie/question.png);
	background-image: url(../wp-content/mu-plugins/smileyproject/default/question.svg), none;
}

.emoji-kitten:before {
	background-image: url(../wp-content/mu-plugins/smileyproject/default/ie/kitten.png);
	background-image: url(../wp-content/mu-plugins/smileyproject/default/kitten.svg), none;
}


/* to enable text-selection of smileys in Firefox, we can't use text-indent or overflow to hide the text, so letterspace it instead */
@-moz-document url-prefix() { 
	.emoji-rolleyes {
		letter-spacing: -.2em;
	}

	.emoji-oops, .emoji-idea, .emoji-confused {
		letter-spacing: -.25em;
	}

	.emoji-burrito, .emoji-arrow, .emoji-bear, .emoji-star {
		letter-spacing: -.3em;
	}

	.emoji-developer, .emoji-mrgreen, .emoji-facepalm {
		letter-spacing: -.35em;
	}

}




/**
 * 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;
}


/* 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%;
	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;
	background-color: #000;
	border-width: 0;
	opacity: 0.88;
	filter: alpha(opacity=88);
	box-shadow: 0 0 10px black;
	min-width: 130px;
	z-index: 1000;
}

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

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

#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;
	position: absolute;
	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;
}


/* 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;
}

#bit, #bit * {
	*zoom: 1;
}

#bit {
	font: normal 13px "Helvetica Neue", sans-serif;
	_display: none;
}

.loggedout-follow-shelf {
	position: fixed;
	right: 40%;
	z-index: 100;
	bottom: -300px;
}

.loggedout-follow-normal {
	position: fixed;
	z-index: 100;
	bottom: -300px;
	right: 10px;
}

.loggedout-follow-typekit {
	margin-right: 4.5em;
	position: fixed;
	z-index: 100;
	bottom: -300px;
	right: 10px;
}

#bit a.bsub {
	display: block;
	overflow: hidden;
	padding: 0 10px 0 8px;
	float: right;
	text-decoration: none !important;
	line-height: 28px;
	font: normal 13px/28px "Helvetica Neue", sans-serif;
	color: #CCC;
	text-shadow: #444 0 -1px 0;
	letter-spacing: normal;
	border: 0;

	background-color: #464646;
	background-image: -ms-linear-gradient(bottom, #464646, #3f3f3f 5px);
	background-image: -moz-linear-gradient(bottom, #3f3f3f, #464646 5px);
	background-image: -o-linear-gradient(bottom, #464646, #3f3f3f 5px);
	background-image: -webkit-gradient(linear, left bottom, left top, from(#464646), to(#3f3f3f));
	background-image: -webkit-linear-gradient(bottom, #3f3f3f, #464646 5px);
	background-image: linear-gradient(bottom, #464646, #3f3f3f 5px);

	-webkit-box-shadow: 0 -1px 5px rgba(0,0,0,0.20);
	-moz-box-shadow: 0 -1px 5px rgba(0,0,0,0.20);
	-o-box-shadow: 0 -1px 5px rgba(0,0,0,0.20);
	-ms-box-shadow: 0 -1px 5px rgba(0,0,0,0.20);
	box-shadow: 0 -1px 5px rgba(0,0,0,0.20);

	outline-style: none;
	outline-width: 0;
}

#bit a.bsub {
	-moz-border-radius: 2px 2px 0 0;
	-webkit-border-radius: 2px 2px 0 0;
	-o-border-radius: 2px 2px 0 0;
	-ms-border-radius: 2px 2px 0 0;
	border-radius: 2px 2px 0 0;
}

#bit a.bsub span {
	background: url(../wp-content/mu-plugins/admin-bar/wpcom-admin-bar-icons.png) 0 -77px no-repeat;
	padding-left: 20px;
	padding-right: 6px;
}

#bit a:hover span, #bit a.bsub.open span {
	color: #ffffff !important;
	background-position: 0 -117px;
}

#bit a.bsub.open {
	background: #333;
}

#bitsubscribe {
	background: #464646;
	color: #fff;
	padding: 15px;
	width: 200px;
	margin-top: 27px;
	-moz-border-radius: 2px 0 0 0;
	-webkit-border-radius: 2px 0 0 0;
	-o-border-radius: 2px 0 0 0;
	-ms-border-radius: 2px 0 0 0;
	border-radius: 2px 0 0 0;
	*float: right;
	*margin-right: -68px;
}

div#bitsubscribe.open {
	-webkit-box-shadow: 0 0 8px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 0 8px rgba(0,0,0,0.5);
	-o-box-shadow: 0 0 8px rgba(0,0,0,0.5);
	-ms-box-shadow: 0 0 8px rgba(0,0,0,0.5);
	box-shadow: 0 0 8px rgba(0,0,0,0.5);
}

#bitsubscribe div {
	overflow: hidden;
}

#bit h3, #bit #bitsubscribe h3 {
	margin: 0 0 .5em 0 !important;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	text-shadow: 0 1px 0 #333;
	font-size: 20px;
	color: #fff;
	text-align: left;
}

#bit #bitsubscribe p {
	margin: 0 0 1em 0;
	*margin: 0 0 0 0;
	font: 15px/1.3em "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	text-shadow: 0 1px 0 #333;
	color: #fff;
}

#bitsubscribe p a {
	margin: 20px 0 0;
	color: #fff;
	text-decoration: underline;
}

#bit #bitsubscribe p.bit-follow-count {
	font-size: 13px;
}

#bitsubscribe input[type=submit] {
	padding: 2px 20px;
	background: #333; /* Old browsers */
	background: -moz-linear-gradient(top, #333 0%, #111 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#333), color-stop(100%,#111)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #333 0%,#111 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #333 0%,#111 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #333 0%,#111 100%); /* IE10+ */
	background: linear-gradient(top, #333 0%,#111 100%);
	color: #ccc;
	text-shadow: 0 1px 0 #000;
	border: 1px solid #282828;
	-moz-border-radius: 11px;
	-webkit-border-radius: 11px;
	border-radius: 11px;
	-moz-box-shadow: inset 0 1px 0 #444;
	-webkit-box-shadow: inset 0 1px 0 #444;
	box-shadow: inset 0 1px 0 #444;
	text-decoration: none;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	*margin: 1em 0 1em 0;
}

#bitsubscribe input[type=submit]:hover {
	background: #222; /* Old browsers */
	background: -moz-linear-gradient(top, #333 0%, #222 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#333), color-stop(100%,#222)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #333 0%,#222 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #333 0%,#222 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #333 0%,#222 100%); /* IE10+ */
	background: linear-gradient(top, #333 0%,#222 100%);
	color: #fff;
	-moz-box-shadow: inset 0 1px 0 #4f4f4f;
	-webkit-box-shadow: inset 0 1px 0 #4f4f4f;
	box-shadow: inset 0 1px 0 #4f4f4f;
	text-decoration: none;
}

#bitsubscribe input[type=submit]:active {
	background: #111; /* Old browsers */
	background: -moz-linear-gradient(top, #111 0%, #222 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#111), color-stop(100%,#222)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #111 0%,#222 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #111 0%,#222 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #111 0%,#222 100%); /* IE10+ */
	background: linear-gradient(top, #111 0%,#222 100%);
	color: #aaa;
	-moz-box-shadow: inset 0 -1px 0 #333;
	-webkit-box-shadow: inset 0 -1px 0 #333;
	box-shadow: inset 0 -1px 0 #333;
	text-decoration: none;
}

#bitsubscribe input[type=text],
#bitsubscribe input[type=email] {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	background: #eee;
	border: 1px solid #ccc;
	border-radius: 3px;
	font: 15px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	height: auto;
	padding: 1px 2px;
	width: 95%;
}

#bitsubscribe input[type=text]:focus,
#bitsubscribe input[type=email]:focus {
	border: 1px solid #000;
}

#bitsubscribe.open {
	display: block;
}

#bsub-subscribe-button {
	text-align: center;
	margin: 0 auto;
}

/*
Confirmation
=============================== */

#bitsubscribe #lof-readerpromo p {
	color: #ccc;
}

#bitsubscribe #lof-followpublicize {
	border-top: 1px solid #3c3c3c;
	margin-bottom: .5em;
}

#bitsubscribe #lof-followpublicize h3 {
	font-size: 13px;
	padding-top: 1em;
	margin-bottom: 1em !important;
}

#bitsubscribe #lof-followpublicize p.lof-followpublicize-twitter,
#bitsubscribe #lof-followpublicize p.lof-followpublicize-facebook {
	background: #555;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: inset 0 1px 1px #333;
	-webkit-box-shadow: inset 0 1px 1px #333;
	-o-box-shadow: inset 0 1px 1px #333;
	-ms-box-shadow: inset 0 1px 1px #333;
	box-shadow: inset 0 1px 1px #333;
	margin-bottom: .5em;
	overflow: hidden;
}
#bitsubscribe #lof-followpublicize p.lof-followpublicize-twitter {
	padding: 10px 10px 5px;
}

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

#bitsubscribe #bsub-credit {
	text-align: center;
	font: normal 11px "Helvetica Neue", sans-serif;
	padding: 7px 0;
	margin:0 0 -15px;
	border-top: 1px solid #3c3c3c;
}

#bitsubscribe #bsub-credit a {
	color: #aaa;
	text-shadow: 0 1px 0 #262626;
	background: none;
	text-decoration: none;
}

#bitsubscribe #bsub-credit a:hover {
	color: #fff;
	background: none;
}

@media (max-width: 800px) {
	#bit, #bit a.bsub {
		display:none;
	}
}

@media (min-device-width: 768px) {
	#bit, #bit a.bsub {
		display: block;
	}
}
/**
 * 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;
}/**
 * MP6 hacks, CSS that's either WPCOM specific or otherwise not suitably for MP6 proper
 */


/* Replace Omnisearch PNG search icon with a dashicon */
#wpadminbar div.ab-item form#adminbarsearch input.adminbar-search-input {
	background-image: none;
	position: relative;
	z-index: 30;
}


/* Show globe icon next to blog */
#wpadminbar #wp-admin-bar-blog > .ab-item:before {
	position: relative;
	top: 2px;
	content: '\f319';
}

/* If a blavatar is present, move it left to cover the globe */
#wpadminbar #wp-admin-bar-blog > .ab-item {
	position: relative;
}
#wpadminbar #wp-admin-bar-blog > .ab-item img.avatar {
	position: absolute;
	z-index: 1;
	left: 12px;
	top: 10px;
}

/* @noflip */
#wpadminbar.rtl #wp-admin-bar-blog > .ab-item img.avatar {
	right: 12px;
}

/* Make sure the margin around the WordPress logo is a bit relaxed, and the WordPress icon aligns to the sidebar icons */
#wpadminbar ul#wp-admin-bar-root-default>li#wp-admin-bar-newdash {
	margin: 0 8px 0 -1px;
}

/* @noflip */
#wpadminbar.rtl ul#wp-admin-bar-root-default>li#wp-admin-bar-newdash {
	margin: 0 -1px 0 -8px;
}


/* Fix omnisearch lineheight */
#wpadminbar>#wp-toolbar>#wp-admin-bar-top-secondary input.adminbar-search-input.search-input-focus {
	border: none;
	text-shadow: none;
	box-shadow: none;
	line-height: 1;
	background: #ccc;
	background: rgba(255,255,255,.7);
}

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

/* Override white color on blog title */
body.admin-color-mp6-light #wpadminbar ul li#wp-admin-bar-blog > .ab-item {
	color: #333;
}

/* Updated message fixes */
body.admin-color-mp6-light #wpadminbar>#wp-toolbar>#wp-admin-bar-top-secondary span.noticon {
	color: #eee;
}

div.updated p,
div.error p {
	position: relative;
}

div.updated .noticon-close,
div.error .noticon-close {
	font-size: 28px;

	height: 28px;
	width: 28px;

	position: absolute;
	right: 0;
	top: -1px;
}

/* Fix taller MP6 v2 toolbar. Merge this into mu-plugins/wpcom-admin-bar.css after MP6 v2 launch */
@media screen and ( max-width: 782px ) {

	.mp6 #wpadminbar li#wp-admin-bar-follow > a,
	.mp6 #wpadminbar li#wp-admin-bar-blog > a,
	.mp6 #wpadminbar li#wp-admin-bar-topicpress > a,
	.mp6 #wpadminbar li#wp-admin-bar-wpr-reblog > a,
	/* These next lines are necessary for when users opt out to the responsive styles */
	.mp6 #wpadminbar li#wp-admin-bar-dbg > div,			
	.mp6 #wpadminbar li#wp-admin-bar-my-account > a
	{
		line-height: 46px !important;
	}
	
	/* Notes only shown when users opt out to the responsive styles */
	body.mp6 #wpadminbar #wp-admin-bar-notes #wpnt-notes-unread-count {
		margin: 13px 3px 0 3px !important;
	}

	.mp6 #wpadminbar li#wp-admin-bar-blog > a.ab-item:before {
		top: 13px;
	}
	
	#wpadminbar #wp-admin-bar-blog > .ab-item img.avatar {
		top: 17px;
	}

}

/* Fix toolbar hover color temporarily. Post launch, remove from /wp-content/mu-plugins/admin-bar/wpcom-admin-bar.css */
.admin-color-mp6 #wpadminbar ul li#wp-admin-bar-blog.hover > .ab-item, .mp6 #wpadminbar ul li#wp-admin-bar-blog.hover > .ab-item, .admin-color-mp6 #wpadminbar .quicklinks #wp-admin-bar-my-account-with-avatar.hover .ab-display-name, .mp6 #wpadminbar .quicklinks #wp-admin-bar-my-account-with-avatar.hover .ab-display-name, .admin-color-mp6 #wpadminbar .quicklinks #wp-admin-bar-my-account-no-avatar.hover .ab-display-name, .mp6 #wpadminbar .quicklinks #wp-admin-bar-my-account-no-avatar.hover .ab-display-name, .admin-color-mp6 #wpadminbar .quicklinks #wp-admin-bar-my-account.hover .ab-display-name, .mp6 #wpadminbar .quicklinks #wp-admin-bar-my-account.hover .ab-display-name {
	color: inherit !important;
}

/* add style for reader link in /wp-admin/ leftbar */

/* Reader icon in left-bar */
.icon16.icon-reader:before,
#adminmenu .menu-icon-reader div.wp-menu-image:before,
ul#adminmenu .toplevel_page_reader div.wp-menu-image:before{
     content: '\f116';
}

/* Don't show the Edit icon in the admin bar */
#wpadminbar #wp-admin-bar-edit > .ab-item:before {
	display: none;
}

/* 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;
}/*
Theme Name: Expound
Theme URI: https://wordpress.org/themes/expound
Author: Konstantin Kovshenin
Author URI: https://kovshenin.com
Description: An awesome magazine theme for your news site. Responsive layout, post thumbnails support, featured posts and more.
Version: 1.6-wpcom
License: GNU General Public License
License URI: license.txt
Tags: black, blue, bright, white, light, one-column, two-columns, right-sidebar, fluid-layout, custom-header, flexible-header, custom-background, featured-images, custom-menu, post-formats, sticky-post, translation-ready, full-width-template, clean, custom-colors, infinite-scroll, magazine, news, professional, responsive-layout, rtl-language-support

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Expound is based on Underscores https://underscores.me/, (C) 2012-2013 Automattic, Inc.

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


/* =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 https://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,
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 {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
}

/* Headings */
h1,h2,h3,h4,h5,h6 {
	clear: both;
}
h1,
h2,
h3 {
	font-family: Georgia, "Times New Roman", serif;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

/* Text elements */
p {
	margin-bottom: 1.5em;
}
ul, ol {
	margin: 0 0 1.5em 3em;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.5em;
}
b, strong {
	font-weight: bold;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 1.5em;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	padding: 1.6em;
	overflow: auto;
	max-width: 100%;
}
code, kbd, tt, var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}
figure {
	margin: 0;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
th {
	font-weight: bold;
}
th,
td {
	vertical-align: middle;
}
img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

/* links */
a {
	color: #117bb8;
}
a:active {
	color: #117bb8;
}
a:hover {
	color: #3a3a3a;
}

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 */
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {

}
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {

}
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 {

}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* Addresses box sizing set to content-box in IE8/9 */
	padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	-moz-box-sizing:    content-box;
	box-sizing:         content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"] {
	padding: 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%;
}
input,
textarea {
	font: 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 100%;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button-primary,
a.button-primary,
.wpm-button-primary,
a.wpm-button-primary {
	display: inline-block;
	background: #117bb8;
	color: #fff;
	text-decoration: none;
	padding: 10px;
	border: none;
	font-weight: 300;
	cursor: pointer;
	font-size: 100%;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.button-primary:hover,
a.button-primary:hover,
.wpm-button-primary:hover,
a.wpm-button-primary:hover,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
.button-primary:focus,
a.button-primary:focus,
.wpm-button-primary:focus,
a.wpm-button-primary:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active,
.button-primary:active,
a.button-primary:active,
.wpm-button-primary:active,
a.wpm-button-primary:active {
	background: #138bcf;
}
.button,
a.button,
.wpm-button,
a.wpm-button {
	display: inline-block;
	background: #3a3a3a;
	color: white;
	text-decoration: none;
	padding: 10px;
}
.button:hover,
a.button:hover,
.wpm-button:hover,
a.wpm-button:hover {
	background: #474747;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin: 0 20px 20px 0;
}
.alignright {
	display: inline;
	float: right;
	margin: 0 0 20px 20px;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 20px auto;
}
.alignnone {
	clear: both;
	display: block;
	margin: 20px 0;
}

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

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

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

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

body {
	background: #333;
	font: 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
}
pre,
code,
kbd,
tt,
var {
	font: 12px/20px Consolas, Monaco, Lucida Console, monospace;
}
pre {
	margin-bottom: 20px;
	padding: 15px 20px;
	background: #f5f5f5;
	overflow: auto;
	max-width: 100%;
}


/* =Container
----------------------------------------------- */

#page {
	background: white;
	width: 1020px;
	margin: 40px auto;
}
.site-main {
	float: left;
	width: 100%;
	clear: both;
}
#primary {
	float: left;
	width: 740px;
	margin-right: 10px;
}


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

.site-header .site-branding {
	position: relative;
}
.site-title-group {
	margin: 50px 40px 50px 40px;
}
.site-title {
	font-size: 34px;
	line-height: 34px;
}
.site-title a {
	text-decoration: none;
	color: #3a3a3a;
}
.site-title a:hover {
	color: #117bb8;
}
.site-title a {
	display: block;
}
.site-description {
	font: 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	color: #878787;
}
.expound-custom-header,
.expound-custom-header img {
	display: block;
	float: left;
	position: absolute;
	width: 100%;
	top: 0;
}


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

.navigation-main {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}
.navigation-main ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.navigation-main li {
	float: left;
	position: relative;
}
.navigation-main a {
	display: block;
	text-decoration: none;
}
.navigation-main ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	display: none;
	float: left;
	position: absolute;
		top: 1.5em;
		left: 0;
	z-index: 99999;
}
.navigation-main ul ul ul {
	left: 100%;
	top: 0;
}
.navigation-main ul ul a {
	width: 200px;
}
.navigation-main ul ul li {
}
.navigation-main li:hover > a {
}
.navigation-main ul ul :hover > a {
}
.navigation-main ul ul a:hover {
}
.navigation-main ul li:hover > ul {
	display: block;
}
.navigation-main li.current_page_item a,
.navigation-main li.current-menu-item a {
}

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

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

@media screen and (max-width: 600px) {
	.menu-toggle,
	.main-small-navigation ul.nav-menu.toggled-on {
		display: block;
	}

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

.main-small-navigation > ul {
	display: none;
}
.main-small-navigation ul ul {
	display: block;
}
.main-small-navigation .menu-toggle {
	background: #474747;
}
.main-small-navigation ul {
	margin: 0;
	list-style: none;
}
.main-small-navigation a {
	display: block;
	color: white;
	padding: 10px 40px;
	text-decoration: none;
}
.main-small-navigation li {
	background: #3a3a3a;
}
.main-small-navigation li:hover {
	background: #474747;
}
.main-small-navigation ul ul a {
	padding-left: 60px;
}
.main-small-navigation ul ul ul a {
	padding-left: 80px;
}
.main-small-navigation ul > .current_page_item,
.main-small-navigation ul > .current-menu-item {
	background: #117bb8;
}
.navigation-main {
	background: #3a3a3a;
}
.navigation-main ul {
	margin: 0 30px;
}
.navigation-main a {
	color: white;
	padding: 10px;
	position: relative;
}
.navigation-main li {
	background: #3a3a3a;
}
.navigation-main li:hover {
	background: #474747;
}
.navigation-main ul > .current_page_item,
.navigation-main ul > .current-menu-item,
.navigation-main ul > .current-post-ancestor,
.navigation-main ul > .current-menu-ancestor,
.navigation-main ul > .current-menu-parent,
.navigation-main ul > .current-post-parent {
	background: #117bb8;
}
.navigation-main ul > .current_page_item:hover,
.navigation-main ul > .current-menu-item:hover,
.navigation-main ul > .current-post-ancestor:hover,
.navigation-main ul > .current-menu-ancestor:hover,
.navigation-main ul > .current-menu-parent:hover,
.navigation-main ul > .current-post-parent:hover {
	background: #138bcf;
}
.navigation-main ul > .current_page_item:hover a:after,
.navigation-main ul > .current-menu-item:hover a:after,
.navigation-main ul > .current-post-ancestor:hover a:after,
.navigation-main ul > .current-menu-ancestor:hover a:after,
.navigation-main ul > .current-menu-parent:hover a:after,
.navigation-main ul > .current-post-parent:hover a:after {
	border-top-color: #138bcf;
}
.navigation-main ul > .current_page_item ~ .current_page_item a,
.navigation-main ul > .current-menu-item ~ .current-menu-item a,
.navigation-main ul > .current-post-ancestor ~ .current-post-ancestor a,
.navigation-main ul > .current-menu-parent ~ .current-menu-parent a,
.navigation-main ul > .current-post-parent ~ .current-post-parent a {
	background: #3a3a3a;
}
.navigation-main ul > .current_page_item ~ .current_page_item a:hover,
.navigation-main ul > .current-menu-item ~ .current-menu-item a:hover,
.navigation-main ul > .current-post-ancestor ~ .current-post-ancestor a:hover,
.navigation-main ul > .current-menu-parent ~ .current-menu-parent a:hover,
.navigation-main ul > .current-post-parent ~ .current-post-parent a:hover {
  background: #474747;
}
.navigation-main ul > .current_page_item a:after,
.navigation-main ul > .current-menu-item a:after,
.navigation-main ul > .current-post-ancestor a:after,
.navigation-main ul > .current-menu-parent a:after,
.navigation-main ul > .current-post-parent a:after {
	content: '';
	font-size: 0px;
	line-height: 0%;
	width: 0px;
	border-top: 6px solid #117bb8;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	position: absolute;
	bottom: -6px;
	left: 50%;
	margin-left: -6px;
	z-index: 9995;
}
.navigation-main ul > .current_page_item ~ .current_page_item a:after,
.navigation-main ul > .current-menu-item ~ .current-menu-item a:after,
.navigation-main ul > .current-post-ancestor ~ .current-post-ancestor a:after,
.navigation-main ul > .current-menu-parent ~ .current-menu-parent a:after,
.navigation-main ul > .current-post-parent ~ .current-post-parent a:after,
.navigation-main ul ul li a:after {
	content: '';
	border: none !important;
}
.navigation-main ul ul {
	margin: 0;
	top: 40px;
	z-index: 9990;
}
.navigation-main ul.social {
	padding: 0;
	list-style: none;
	float: right;
	margin-right: 36px;
	/* -4px bc of padding */
}
.navigation-main ul.social li:hover {
	background: none;
}
.navigation-main ul.social li a {
	width: 24px;
	padding-left: 0;
	padding-right: 0;
	background: url(../wp-content/themes/pub/expound/images/social.png) 0 50% no-repeat;
	color: transparent;
	text-indent: -9999px;
	padding-left: 4px;
	opacity: 0.2;
}
.navigation-main ul.social li a:hover {
	opacity: 0.5;
}
.navigation-main ul.social li.twitter a {
	background-position: -205px 50%;
}
.navigation-main ul.social li.facebook a {
	background-position: -12px 50%;
}
.navigation-main ul.social li.feed a {
	background-position: -108px 50%;
}
.navigation-main ul.social li.vkontakte a {
	background-position: -59px 50%;
}
.navigation-main ul.social li.google-plus a {
	background-position: -157px 50%;
}
.site-header .menu-toggle {
	background: #3a3a3a;
	color: white;
	font: 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	padding: 10px 22px;
	margin: 0;
}
.site-header .menu-toggle:hover {
	background: #474747;
}
.site-header .menu-toggle:before {
	content: '\2261';
	font-size: 14px;
	margin-right: 10px;
}


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

.sticky {
}
.hentry {
	margin: 0 0 1.5em;
}
.byline {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
.site-intro {
	padding-top: 40px;
	padding-bottom: 20px;
	padding-left: 40px;
	padding-right: 40px;
	background: #ffffff url(../wp-content/themes/pub/expound/images/absurdidad.png) 0 0 repeat;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 20px;
	line-height: 28px;
}
.page-header {
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 40px;
	padding-right: 40px;
	background: #ffffff url(../wp-content/themes/pub/expound/images/absurdidad.png) 0 0 repeat;
}
.page-header h1 {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 20px;
	line-height: 28px;
}
.page-header p {
	margin-bottom: 0;
	margin-top: 10px;
}
.featured-content-secondary {
	padding-top: 40px;
	padding-bottom: 20px;
	padding-left: 30px;
	padding-right: 30px;
	overflow: hidden;
}
.widget_recent_entries .entry-thumbnail,
.widget_recent_entries .entry-thumbnail img {
	float: left;
}
.widget_recent_entries .has-post-thumbnail .entry-title {
	margin-left: 60px;
}
.single .site-content .related-content {
	overflow: hidden;
	padding-left: 20px;
	padding-top: 20px;
	border-bottom: solid 1px #ddd;
}
.single .site-content .related-content .related-content-title {
	font-size: 16px;
	margin-bottom: 0px;
	margin-left: 20px;
}
.single .site-content .related-content article {
	float: left;
	width: 220px;
	margin: 0 0 0 20px;
	padding: 20px 0;
	border: none;
}
.single .site-content .related-content .entry-title {
	font-size: 13px;
	line-height: 18px;
	margin: -4px 0 0 0;
	padding: 0;
	clear: none;
	font: 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
}
.single .site-content .related-content .entry-thumbnail,
.single .site-content .related-content .entry-thumbnail img {
	float: left;
}
.single .site-content .related-content .has-post-thumbnail .entry-title {
	margin-left: 60px;
}
.site-content .entry-content h1,
.site-content .comment-content h1,
#tinymce h1 {
	font-size: 34px;
	line-height: 44px;
}
.site-content .entry-content h2,
.site-content .comment-content h2,
#tinymce h2 {
	font-size: 20px;
	line-height: 28px;
}
.site-content .entry-content h3,
.site-content .comment-content h3,
#tinymce h3 {
	font-size: 16px;
	line-height: 18px;
	color: #606060;
}
.site-content .entry-content h1,
.site-content .comment-content h1,
#tinymce h1,
.site-content .entry-content h2,
.site-content .comment-content h2,
#tinymce h2,
.site-content .entry-content h3,
.site-content .comment-content h3,
#tinymce h3 {
	margin-bottom: 10px;
	margin-top: 40px;
}
.site-content .entry-content hr,
.site-content .comment-content hr,
#tinymce hr {
	background-color: #ddd;
	border: 0;
	height: 1px;
	margin-bottom: 20px;
}
.site-content .entry-content table,
.site-content .comment-content table,
#tinymce table {
	margin-bottom: 20px;
}
.site-content .entry-content th,
.site-content .comment-content th,
#tinymce th,
.site-content .entry-content td,
.site-content .comment-content td,
#tinymce td {
	padding: 8px 8px;
	border-bottom: solid 1px #dddddd;
}
.site-content .entry-content tr:hover td,
.site-content .comment-content tr:hover td,
#tinymce tr:hover td {
	background: #f7f7f7;
}
.site-content .entry-content ul,
.site-content .comment-content ul,
#tinymce ul,
.site-content .entry-content ol,
.site-content .comment-content ol,
#tinymce ol {
	margin-bottom: 20px;
}
.site-content .entry-content blockquote,
.site-content .comment-content blockquote,
#tinymce blockquote {
	margin-left: -40px;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 20px;
	padding-bottom: 1px;
	padding-right: 20px;
	padding-left: 80px;
	background: #f7f7f7;
	position: relative;
	display: inline-block;
}
.site-content .entry-content blockquote:before,
.site-content .comment-content blockquote:before,
#tinymce blockquote:before {
	content: '\0201C';
	font-family: Georgia, 'Times New Roman', serif;
	font-size: 50px;
	position: absolute;
	left: 40px;
	top: 32px;
	color: #aaa;
}
.site-content .entry-content blockquote cite:before,
.site-content .comment-content blockquote cite:before,
#tinymce blockquote cite:before {
	content: '\02014  ';
}
.entry-title a {
	text-decoration: none;
}
.single .site-content .entry-title {
	font-size: 44px;
	line-height: 54px;
	margin-bottom: 20px;
}
.site-content article {
	border-bottom: solid 1px #ddd;
	padding-left: 40px;
	margin: 0;
	padding-top: 40px;
	padding-bottom: 40px;
}
.site-content .entry-title {
	font-size: 20px;
	line-height: 28px;
}
.site-content .entry-title a {
	color: #3a3a3a;
}
.site-content .entry-title a:hover {
	color: #117bb8;
}
.site-content .entry-meta {
	font-size: 12px;
	line-height: 15px;
	color: #aaa;
	margin-top: 15px;
}
.site-content .entry-meta a {
	color: #aaa;
	text-decoration: none;
}
.site-content .entry-meta a:hover {
	color: #117bb8;
}
.site-content .entry-content,
.site-content .entry-header,
.site-content .entry-summary {
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}
.site-content .entry-header .entry-meta {
	font-size: 12px;
}
.site-content .entry-header .entry-meta .author {
	color: #3a3a3a;
	font-weight: 600;
}
.blog .site-content .has-post-thumbnail .entry-thumbnail,
.archive .site-content .has-post-thumbnail .entry-thumbnail,
.search .site-content .has-post-thumbnail .entry-thumbnail {
	float: left;
}
.blog .site-content .has-post-thumbnail .entry-thumbnail img,
.archive .site-content .has-post-thumbnail .entry-thumbnail img,
.search .site-content .has-post-thumbnail .entry-thumbnail img {
	float: left;
}
.blog .site-content .has-post-thumbnail .entry-title,
.archive .site-content .has-post-thumbnail .entry-title,
.search .site-content .has-post-thumbnail .entry-title {
	clear: none;
	margin-top: -5px;
}
.blog .site-content .has-post-thumbnail .entry-meta,
.archive .site-content .has-post-thumbnail .entry-meta,
.search .site-content .has-post-thumbnail .entry-meta {
	clear: none;
}
.blog .site-content .has-post-thumbnail .entry-meta:after,
.archive .site-content .has-post-thumbnail .entry-meta:after,
.search .site-content .has-post-thumbnail .entry-meta:after {
	display: table;
	content: '';
	line-height: 0;
	clear: both;
}
.blog .site-content .has-post-thumbnail .entry-header,
.archive .site-content .has-post-thumbnail .entry-header,
.search .site-content .has-post-thumbnail .entry-header,
.blog .site-content .has-post-thumbnail .entry-summary,
.archive .site-content .has-post-thumbnail .entry-summary,
.search .site-content .has-post-thumbnail .entry-summary,
.blog .site-content .has-post-thumbnail .entry-meta,
.archive .site-content .has-post-thumbnail .entry-meta,
.search .site-content .has-post-thumbnail .entry-meta {
	margin-left: 240px;
}
.featured-content article {
	padding-top: 40px;
	padding-bottom: 40px;
	margin: 0;
	padding-left: 40px;
	padding-right: 40px;
	border-bottom: solid 1px #ddd;
}
.featured-content .entry-title {
	font-size: 20px;
	line-height: 28px;
}
.featured-content .entry-title a {
	color: #3a3a3a;
}
.featured-content .entry-title a:hover {
	color: #117bb8;
}
.featured-content .has-post-thumbnail .entry-thumbnail,
.featured-content .has-post-thumbnail .entry-thumbnail a,
.featured-content .has-post-thumbnail .entry-thumbnail img {
	float: left;
}
.featured-content .has-post-thumbnail .entry-thumbnail {
	width: 50%;
}
.featured-content .has-post-thumbnail .entry-thumbnail a {
	margin-right: 10px;
}
.featured-content .has-post-thumbnail .entry-thumbnail img {
	width: 100%;
}
.featured-content .has-post-thumbnail .entry-title {
	clear: none;
	margin-top: -5px;
}
.featured-content .has-post-thumbnail .entry-header,
.featured-content .has-post-thumbnail .entry-summary,
.featured-content .has-post-thumbnail .entry-meta {
	margin-left: 50%;
	padding-left: 10px;
}
.featured-content .has-post-thumbnail .entry-summary:after {
	display: table;
	content: '';
	line-height: 0;
	clear: both;
}
.featured-content-secondary {
	margin-top: -1px;
	background: #fff url(../wp-content/themes/pub/expound/images/absurdidad.png) 0 0 repeat;
}
.featured-content-secondary article {
	margin-left: 10px;
	margin-right: 10px;
	width: 220px;
	float: left;
}
.featured-content-secondary .entry-thumbnail {
	margin-bottom: 20px;
}
.featured-content-secondary .entry-title {
	font-size: 20px;
	line-height: 28px;
}
.featured-content-secondary .entry-title a {
	color: #3a3a3a;
}
.featured-content-secondary .entry-title a:hover {
	color: #117bb8;
}
article:hover .entry-thumbnail img {
	opacity: 0.9;
}
article:hover .entry-title a {
	color: #117bb8;
}
.entry-thumbnail {
	position: relative;
}
.entry-thumbnail img {
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
	max-width: 100%;
	height: auto;
}
.entry-thumbnail-category {
	position: absolute;
	left: -6px;
	top: 8px;
	background: #3a3a3a;
	padding: 2px 8px;
	font-size: 8px;
	text-transform: uppercase;
	color: #777;
}
.entry-thumbnail-category:hover {
	background: #117bb8;
}
.entry-thumbnail-category:hover:before {
	border-top: 6px solid #0d5c89;
}
.entry-thumbnail-category a {
	color: white;
	text-decoration: none;
}
.entry-thumbnail-category:before {
	content: '';
	font-size: 0px;
	line-height: 0%;
	width: 0px;
	border-top: 6px solid #212121;
	border-left: 6px solid transparent;
	position: absolute;
	left: 0px;
	top: 24px;
}


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

.site-content [class*="navigation"] {
	margin: 0 0 1.5em;
	overflow: hidden;
}
[class*="navigation"] .nav-previous {
	float: left;
	width: 50%;
}
[class*="navigation"] .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
.navigation-paging,
.navigation-post {
	padding-left: 40px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 10px;
	background: #f7f7f7;
}


/* =Asides
----------------------------------------------- */

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}


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

.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.5em;
	max-width: 100%;
}
.wp-caption {
	border: none;
}
.wp-caption .wp-caption-text {
	max-width: 98%;
	width: 100%;
	display: block;
	background: #efefef;
	border: solid 1px #efefef;
	margin: 0;
	padding: 5px;
	color: #999;
}
.wp-caption img,
.wp-caption img[class*="wp-image-"] {
	border: solid 1px #ccc;
	padding: 5px;
	margin: 0;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
.site-content .gallery {
	margin-bottom: 1.5em !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%;
}


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

.comments-area {
	padding-left: 40px;
	margin-top: 40px;
}
.comments-area .comments-title {
	font-size: 20px;
	line-height: 28px;
}
.comments-area .comment-list {
	list-style: none;
	padding: 0;
	margin: 40px 0 0 0;
}
.comments-area ul.children {
	list-style: none;
	padding-left: 56px;
	margin: 0;
}
.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
}
.comments-area article {
	margin: 0;
	padding: 20px 0 32px 0;
	/* added 12 due to avatar top: 12 */

	border-top: solid 1px #ddd;
	border-bottom: none;
}
.comments-area .comment-content h1 {
	font-size: 16px;
}
.comments-area .comment-content h2,
.comments-area .comment-content h3,
.comments-area .comment-content h4,
.comments-area .comment-content h5,
.comments-area .comment-content h6 {
	font-size: 13px;
}
.comments-area .comment-content h1,
.comments-area .comment-content h2,
.comments-area .comment-content h3,
.comments-area .comment-content h4,
.comments-area .comment-content h5 {
	margin: 20px 0;
}
.comments-area .comment-content blockquote {
	background: none;
}
.comments-area .comment-content,
.comments-area .reply,
.comments-area li.comment #respond {
	margin-left: 56px;
}
.comments-area footer {
	margin-bottom: 20px;
}
.comments-area footer .comment-author,
.comments-area footer .comment-meta {
	display: inline-block;
}
.comments-area footer cite {
	font-style: normal;
}
.comments-area footer .says {
	display: none;
}
.comments-area footer .comment-author {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 20px;
	line-height: 28px;
}
.comments-area footer .comment-author a {
	text-decoration: none;
	color: #3a3a3a;
}
.comments-area footer .comment-author a:hover {
	color: #117bb8;
}
.comments-area footer .comment-author .avatar {
	position: relative;
	top: 12px;
	margin-right: 10px;
	border-radius: 50%;
}
.comments-area footer .comment-meta {
	margin-left: 4px;
}
.comments-area footer .comment-meta,
.comments-area footer .comment-meta a {
	color: #aaa;
	text-decoration: none;
	font-size: 12px;
}
.comments-area footer .comment-meta:hover,
.comments-area footer .comment-meta a:hover {
	color: #117bb8;
}
.comments-area #respond {
	border-top: solid 1px #ddd;
	padding-top: 40px;
}
.comments-area #reply-title {
	font-size: 20px;
	line-height: 28px;
}
#commentform label {
	display: block;
}
#commentform label .required {
	color: red;
}


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

#secondary {
	float: right;
	width: 260px;
	margin-left: 10px;
	overflow: hidden;
}
.widget {
	margin: 0 0 1.5em;
}
.widget-area {
	padding-top: 41px;
}
.widget-area .widget {
	margin-bottom: 40px;
	margin-right: 40px;
}
.widget-area .widget ul {
	list-style: none;
	margin-left: 0;
}
.widget-area .widget ul li {
	padding-bottom: 8px;
}
.widget-area .widget-title {
	font-size: 16px;
	margin-bottom: 20px;
}
.widget-area .widget-title a {
	color: #3a3a3a;
}
.widget-area .widget-title a:hover {
	color: #117bb8;
}
.widget-area .widget_recent_entries .post-date {
	color: #aaa;
}
.widget-area .widget_twitter a {
	color: #3a3a3a;
	text-decoration: none;
}
.widget-area .widget_twitter a:hover {
	color: #117bb8;
}
.widget-area .widget_twitter .timesince {
	color: #aaa;
}
.widget-area .widget_twitter .tweets li {
	padding: 20px 0;
	border-bottom: solid 1px #f7f7f7;
}
.widget-area .widget_twitter .tweets li:last-child {
	border-bottom: none;
}
.sd-rating,
.pd-rating {
	display: block;
	margin: 0 0 10px;
	padding: 0;
	height: 25px;
	overflow: hidden;
}
script[src*="rating"] + br,
.pd-rating + br {
	display: none;
}
h3.sd-title {
	display: none !important;
	margin: 0 !important;
	padding: 0 !important;
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
	-webkit-margin-start: 0;
	-webkit-margin-end: 0;
}

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

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

.widget.widget_calendar table {
	margin-bottom: 20px;
}
.widget.widget_calendar th,
.widget.widget_calendar td {
	padding: 8px 8px;
	border-bottom: solid 1px #ddd;
}
.widget.widget_calendar tr:hover td {
	background: #f7f7f7;
}
.widget.widget_calendar #today {
	font-weight: bold;
}

/* Full-width Template */
.expound-full-width #secondary {
	display: none;
}
.expound-full-width #primary {
	width: 1020px;
	margin-right: 0;
}
.expound-full-width .site-content article {
	padding-right: 40px;
}
.expound-full-width .navigation-paging,
.expound-full-width .navigation-post {
	padding-right: 40px;
}
.expound-full-width .comments-area {
	padding-right: 40px;
}


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

/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .navigation-paging, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
	display: block;
}
.infinite-loader {
	margin: 20px auto;
	width: 34px;
	height: 34px;
}
#infinite-handle {
	margin-top: 20px;
	text-align: center;
}
#infinite-handle span {
	background-color: #117bb8;
	border: 0;
	color: #fff;
	display: inline-block;
	vertical-align: top;
}
#infinite-handle span:hover {
	background-color: #333;
}


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

.site-footer {
	clear: both;
	padding: 40px 40px;
	color: #aaaaaa;
}
.site-footer a {
	color: #aaaaaa;
}
.site-footer a:hover {
	color: #117bb8;
}


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

@media (max-width: 1080px) {
	#page {
		width: 960px;
	}
	#primary {
		width: 680px;
	}
	.expound-full-width #primary {
		width: 960px;
	}
	.featured-content-secondary {
		padding-top: 20px;
		padding-bottom: 0;
		padding-left: 40px;
		padding-right: 40px;
	}
	.featured-content-secondary article {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.featured-content-secondary .entry-thumbnail {
		float: left;
		margin-bottom: 0;
	}
	.featured-content-secondary .has-post-thumbnail .entry-header,
	.featured-content-secondary .has-post-thumbnail .entry-summary {
		margin-left: 240px;
	}
	.featured-content-secondary .has-post-thumbnail .entry-title {
		clear: none;
		margin-top: -5px;
	}
	.single .site-content .related-content article {
		width: 200px;
	}
}
@media (max-width: 1020px) {
	#page {
		width: 900px;
	}
	#primary {
		width: 620px;
	}
	.expound-full-width #primary {
		width: 900px;
	}
	.single .site-content .related-content article {
		width: 180px;
	}
}
@media (max-width: 960px) {
	#page {
		width: 840px;
	}
	#primary {
		width: 560px;
	}
	.expound-full-width #primary {
		width: 840px;
	}
	.single .site-content .related-content article {
		width: 160px;
	}
}
@media (max-width: 900px) {
	#page {
		width: 87%;
	}
	#primary {
		width: 100%;
		margin-right: 0;
	}
	#secondary {
		width: 100%;
		margin-left: 0;
	}
	.expound-full-width #primary {
		width: 100%;
	}
	.featured-content .has-post-thumbnail .entry-thumbnail {
		width: 220px;
	}
	.featured-content .has-post-thumbnail .entry-thumbnail a {
		margin-right: 0;
	}
	.featured-content .has-post-thumbnail .entry-header,
	.featured-content .has-post-thumbnail .entry-summary {
		margin-left: 240px;
		padding-left: 0;
	}
	.site-content article {
		padding-right: 40px;
	}
	.widget-area .widget {
		margin-left: 40px;
	}
	.comments-area {
		padding-right: 40px;
	}
}
@media (max-width: 700px) {
	.featured-content .has-post-thumbnail .entry-thumbnail,
	.featured-content-secondary .has-post-thumbnail .entry-thumbnail,
	.has-post-thumbnail .entry-thumbnail {
		float: left;
		display: block;
		width: 100%;
		margin-bottom: 30px;
	}
	.featured-content .has-post-thumbnail .entry-header,
	.featured-content .has-post-thumbnail .entry-summary,
	.featured-content-secondary .has-post-thumbnail .entry-header,
	.featured-content-secondary .has-post-thumbnail .entry-summary,
	.blog .site-content .has-post-thumbnail .entry-header,
	.blog .site-content .has-post-thumbnail .entry-summary,
	.blog .site-content .has-post-thumbnail .entry-meta,
	.archive .site-content .has-post-thumbnail .entry-header,
	.archive .site-content .has-post-thumbnail .entry-summary,
	.archive .site-content .has-post-thumbnail .entry-meta,
	.search .site-content .has-post-thumbnail .entry-header,
	.search .site-content .has-post-thumbnail .entry-summary,
	.search .site-content .has-post-thumbnail .entry-meta {
		margin-left: 0;
		clear: both;
	}
	.single .site-content .entry-title,
	.site-content .entry-content h1,
	.site-content .comment-content h1 {
		font-size: 28px;
		line-height: 38px;
	}
	.single .site-content .related-content {
		padding-bottom: 20px;
		padding-left: 40px;
		padding-right: 40px;
	}
	.single .site-content .related-content .related-content-title {
		margin-left: 0;
	}
	.single .site-content .related-content article {
		width: 100%;
		padding: 20px 0 0 0;
		margin: 0;
	}
	.single .site-content .has-post-thumbnail .entry-thumbnail {
		width: 50px;
		margin-bottom: 0;
	}
}
@media (max-width: 600px) {
	#page {
		width: 85%;
	}
}
/**

	Noticons

	Noticons are vector icons embedded in a font for use across wp.com.
	To use, reference this stylesheet in your project. See instructions in example.html

*/


/* IE8 and below use EOT and allow cross-site embedding. 
   IE9 uses WOFF which is base64 encoded to allow cross-site embedding.
   So unfortunately, IE9 will throw a console error, but it'll still work.
   When the font is base64 encoded, cross-site embedding works in Firefox */
@font-face {
  font-family: "Noticons";
  src: url(../i/noticons/Noticons.eot);
  src: url(../i/noticons/Noticons.eot#iefix) format("embedded-opentype"),
	   url(data:application/font-woff;charset=utf-8;base64,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),
       url(../i/noticons/Noticons.woff) format("woff"),
       url(../i/noticons/Noticons.ttf) format("truetype"),
       url(../i/noticons/Noticons.svg) format("svg");
  font-weight: normal;
  font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: "Noticons";
    src: url(../i/noticons/Noticons.svg) format("svg");
  }
}


/**
 * All noticons
 */

.noticon {
	font-size: 16px;
	vertical-align: top;
	text-align: center;
	-moz-transition: color .1s ease-in 0;
	-webkit-transition: color .1s ease-in 0;
	display: inline-block;
	font-family: "Noticons";
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: 1;
	text-decoration: inherit;
	text-transform: none;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	speak: none;
}


/**
 * Individual icons
 */

.noticon-404:before { content: "\f423"; }
.noticon-add:before { content: "\f8b3"; }
.noticon-akismet:before { content: "\f8d2"; }
.noticon-art:before { content: "\f8b4"; }
.noticon-aside:before { content: "\f101"; }
.noticon-atsign:before { content: "\f814"; }
.noticon-attachment:before { content: "\f416"; }
.noticon-audio:before { content: "\f109"; }
.noticon-automattic:before { content: "\f815"; }
.noticon-automattic-blip:before { content: "\f817"; }
.noticon-automattic-ring:before { content: "\f816"; }
.noticon-bold:before { content: "\f471"; }
.noticon-book:before { content: "\f444"; }
.noticon-bullhorn:before { content: "\f8a5"; }
.noticon-bullseye:before { content: "\f8a0"; }
.noticon-cart:before { content: "\f447"; }
.noticon-category:before { content: "\f301"; }
.noticon-chat:before { content: "\f108"; }
.noticon-checkmark:before { content: "\f418"; }
.noticon-close:before { content: "\f405"; }
.noticon-close-alt:before { content: "\f406"; }
.noticon-cloud:before { content: "\f426"; }
.noticon-cloud-download:before { content: "\f440"; }
.noticon-cloud-upload:before { content: "\f441"; }
.noticon-code:before { content: "\f462"; }
.noticon-codepen:before { content: "\f216"; }
.noticon-cog:before { content: "\f445"; }
.noticon-collapse:before { content: "\f432"; }
.noticon-colors:before { content: "\f8a7"; }
.noticon-comment:before { content: "\f300"; }
.noticon-compact:before { content: "\f807"; }
.noticon-day:before { content: "\f305"; }
.noticon-digg:before { content: "\f221"; }
.noticon-document:before { content: "\f443"; }
.noticon-dot:before { content: "\f428"; }
.noticon-downarrow:before { content: "\f502"; }
.noticon-draggable:before { content: "\f436"; }
.noticon-dribbble:before { content: "\f201"; }
.noticon-dropbox:before { content: "\f225"; }
.noticon-dropdown:before { content: "\f433"; }
.noticon-dropdown-left:before { content: "\f434"; }
.noticon-edit:before { content: "\f411"; }
.noticon-ellipsis:before { content: "\f476"; }
.noticon-eventbrite:before { content: "\f8a6"; }
.noticon-expand:before { content: "\f431"; }
.noticon-external:before { content: "\f442"; }
.noticon-facebook:before { content: "\f203"; }
.noticon-facebook-alt:before { content: "\f204"; }
.noticon-fastforward:before { content: "\f458"; }
.noticon-features:before { content: "\f8a8"; }
.noticon-feed:before { content: "\f413"; }
.noticon-flag:before { content: "\f468"; }
.noticon-flickr:before { content: "\f211"; }
.noticon-follow:before { content: "\f801"; }
.noticon-following:before { content: "\f803"; }
.noticon-fonts:before { content: "\f8b5"; }
.noticon-foursquare:before { content: "\f226"; }
.noticon-fullscreen:before { content: "\f474"; }
.noticon-gallery:before { content: "\f103"; }
.noticon-gift:before { content: "\f8a4"; }
.noticon-github:before { content: "\f200"; }
.noticon-googleplus:before { content: "\f206"; }
.noticon-googleplus-alt:before { content: "\f218"; }
.noticon-gravatar:before { content: "\f8d0"; }
.noticon-gridview:before { content: "\f808"; }
.noticon-heart:before { content: "\f461"; }
.noticon-help:before { content: "\f457"; }
.noticon-hide:before { content: "\f404"; }
.noticon-home:before { content: "\f409"; }
.noticon-image:before { content: "\f102"; }
.noticon-info:before { content: "\f455"; }
.noticon-instagram:before { content: "\f215"; }
.noticon-italic:before { content: "\f472"; }
.noticon-jetpack:before { content: "\f8d3"; }
.noticon-key:before { content: "\f427"; }
.noticon-layouts:before { content: "\f8a9"; }
.noticon-leftarrow:before { content: "\f503"; }
.noticon-lightbulb:before { content: "\f8a1"; }
.noticon-link:before { content: "\f107"; }
.noticon-linkedin:before { content: "\f207"; }
.noticon-linkedin-alt:before { content: "\f208"; }
.noticon-localization:before { content: "\f8b2"; }
.noticon-location:before { content: "\f417"; }
.noticon-lock:before { content: "\f470"; }
.noticon-mail:before { content: "\f410"; }
.noticon-maximize:before { content: "\f422"; }
.noticon-menu:before { content: "\f419"; }
.noticon-milestone:before { content: "\f806"; }
.noticon-minimize:before { content: "\f421"; }
.noticon-month:before { content: "\f307"; }
.noticon-next:before { content: "\f429"; }
.noticon-notice:before { content: "\f456"; }
.noticon-notification:before { content: "\f800"; }
.noticon-path:before { content: "\f219"; }
.noticon-pause:before { content: "\f448"; }
.noticon-phone:before { content: "\f437"; }
.noticon-picture:before { content: "\f473"; }
.noticon-pinned:before { content: "\f308"; }
.noticon-pinterest:before { content: "\f209"; }
.noticon-pinterest-alt:before { content: "\f210"; }
.noticon-play:before { content: "\f452"; }
.noticon-plugin:before { content: "\f439"; }
.noticon-pocket:before { content: "\f224"; }
.noticon-polldaddy:before { content: "\f217"; }
.noticon-portfolio:before { content: "\f460"; }
.noticon-previous:before { content: "\f430"; }
.noticon-price:before { content: "\f8b0"; }
.noticon-print:before { content: "\f469"; }
.noticon-promoted:before { content: "\f812"; }
.noticon-quote:before { content: "\f106"; }
.noticon-reader:before { content: "\f8a2"; }
.noticon-reader-alt:before { content: "\f8a3"; }
.noticon-reblog:before { content: "\f805"; }
.noticon-reddit:before { content: "\f222"; }
.noticon-refresh:before { content: "\f420"; }
.noticon-reply:before { content: "\f412"; }
.noticon-reply-alt:before { content: "\f466"; }
.noticon-reply-single:before { content: "\f467"; }
.noticon-rewind:before { content: "\f459"; }
.noticon-rightarrow:before { content: "\f501"; }
.noticon-search:before { content: "\f400"; }
.noticon-send-to-phone:before { content: "\f438"; }
.noticon-send-to-tablet:before { content: "\f454"; }
.noticon-share:before { content: "\f415"; }
.noticon-show:before { content: "\f403"; }
.noticon-skip-ahead:before { content: "\f451"; }
.noticon-skip-back:before { content: "\f450"; }
.noticon-skype:before { content: "\f220"; }
.noticon-spam:before { content: "\f424"; }
.noticon-spike:before { content: "\f811"; }
.noticon-standard:before { content: "\f100"; }
.noticon-star:before { content: "\f408"; }
.noticon-status:before { content: "\f105"; }
.noticon-stop:before { content: "\f449"; }
.noticon-stumbleupon:before { content: "\f223"; }
.noticon-subscribe:before { content: "\f463"; }
.noticon-subscribed:before { content: "\f465"; }
.noticon-summary:before { content: "\f425"; }
.noticon-tablet:before { content: "\f453"; }
.noticon-tag:before { content: "\f302"; }
.noticon-time:before { content: "\f303"; }
.noticon-title:before { content: "\f8b6"; }
.noticon-top:before { content: "\f435"; }
.noticon-trapper:before { content: "\f810"; }
.noticon-trash:before { content: "\f407"; }
.noticon-trophy:before { content: "\f804"; }
.noticon-tumblr:before { content: "\f214"; }
.noticon-twitter:before { content: "\f202"; }
.noticon-types:before { content: "\f8b1"; }
.noticon-unapprove:before { content: "\f446"; }
.noticon-unfollow:before { content: "\f802"; }
.noticon-unsubscribe:before { content: "\f464"; }
.noticon-unzoom:before { content: "\f401"; }
.noticon-uparrow:before { content: "\f500"; }
.noticon-user:before { content: "\f304"; }
.noticon-vaultpress:before { content: "\f8d1"; }
.noticon-video:before { content: "\f104"; }
.noticon-vimeo:before { content: "\f212"; }
.noticon-warning:before { content: "\f414"; }
.noticon-website:before { content: "\f475"; }
.noticon-week:before { content: "\f306"; }
.noticon-wordads:before { content: "\f813"; }
.noticon-wordpress:before { content: "\f205"; }
.noticon-youtube:before { content: "\f213"; }
.noticon-zoom:before { content: "\f402"; }


/**
 * Deprecated noticon names
 */

.noticon-like:before { content: "\f408"; }
.geolocation-chip .noticon {
  display: inline-block;
  vertical-align: middle;
}

.geolocation-chip {
  margin-bottom: 1em;
}/**
 * Post Reblogging not in the Reader
 */


.reblogger-note img.avatar {
	float: left;
	padding: 0;
	border: 0;
}

.reblogger-note-content {
	margin: 0 0 20px;
}

.wpcom-reblog-snapshot .reblog-from img {
	margin: 0 .5em 0 0;
	padding: 0;
	border: 0;
}

.wpcom-reblog-snapshot .reblogger-note img.avatar {
	float: left;
	padding: 0;
	border: 0;
	margin: 0 .5em 0 0;
}

.wpcom-reblog-snapshot {
	margin-bottom: 1em;
}

.wpcom-reblog-snapshot p.reblog-from {
	margin: 0 0 1em 0;
}

.wpcom-reblog-snapshot p.reblogger-headline {
	line-height: 32px;
	margin: 0 0 1em 0;
}

.wpcom-reblog-snapshot .reblogged-content {
	margin: 0 0 1em 0;
}


/* Old reblog styles */
.reblog-post .wpcom-enhanced-excerpt-content {border-left: 3px solid #eee; padding-left: 15px; }
.reblog-post ul.thumb-list         { display: block; list-style: none; margin: 2px 0; padding: 0; clear: both; }
.reblog-post ul.thumb-list li      { display: inline; margin: 0; padding: 0 1px; border: 0; }
.reblog-post ul.thumb-list li a    { margin: 0; padding: 0; border: 0; }
.reblog-post ul.thumb-list li img  { margin: 0; padding: 0; border: 0; }

.reblog-post .wpcom-enhanced-excerpt { clear: both; }

.reblog-post .wpcom-enhanced-excerpt address,
.reblog-post .wpcom-enhanced-excerpt li,
.reblog-post .wpcom-enhanced-excerpt h1,
.reblog-post .wpcom-enhanced-excerpt h2,
.reblog-post .wpcom-enhanced-excerpt h3,
.reblog-post .wpcom-enhanced-excerpt h4,
.reblog-post .wpcom-enhanced-excerpt h5,
.reblog-post .wpcom-enhanced-excerpt h6,
.reblog-post .wpcom-enhanced-excerpt p { font-size: 100% !important; }

.reblog-post .wpcom-enhanced-excerpt blockquote,
.reblog-post .wpcom-enhanced-excerpt pre,
.reblog-post .wpcom-enhanced-excerpt code,
.reblog-post .wpcom-enhanced-excerpt q { font-size: 98% !important; }


/* Reblogged post */
.reblog-from img {
	margin: 0 10px 0 0;
	vertical-align: middle;
	padding: 0;
	border: 0;
}

.reblog-source {
	font-weight: bold;
}

/* Optional notes */
.wpcom-reblog-snapshot .reblogger-note {
	border-bottom: 1px solid #ddd;
	border-bottom: 1px solid rgba(0,0,0,.1);
	margin: 0 0 1em 0;
	padding: 0 0 1em 0;
	overflow: hidden;
}

.wpcom-reblog-snapshot p.reblogger-headline {
	line-height: 32px;
	margin: 0 0 1em 0;
}

.wpcom-reblog-snapshot .reblogger-note-content {
	margin: 0;
	padding: 0;
}

body .wpcom-reblog-snapshot .reblogger-note-content blockquote {
	font-style: normal;
	font-weight: normal;
	font-size: 1em;
	margin: 0;
	padding: 0;
	position: relative;
	border: none;
}

.wpcom-reblog-snapshot .reblogger-note-content blockquote p:last-child {
	margin-bottom: 0;
}
/**
 * Sharedaddy Base Styles
 * 
 * Contains styles for modules, containers, buttons
 */


/* 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;
}

body.highlander-light h3.sd-title:before {
	border-top: 1px solid rgba(0,0,0,.2);
}

body.highlander-dark h3.sd-title:before {
	border-top: 1px solid rgba(255,255,255,.4);
}


/* Sharing services list */
.sd-content ul {
	padding: 0 !important;
	margin: 0 0 .7em 0 !important;
	list-style: none !important;
}

.sd-content ul li {
	display: inline;
}

.sd-block.sd-gplus {
	margin: 0 0 .5em 0;
}

.sd-gplus .sd-content {
	font-size: 12px;
}


/* Buttons */
.sd-social-icon .sd-content ul li a.sd-button,
.sd-social-text .sd-content ul li a.sd-button,
.sd-content ul li a.sd-button,
.sd-content ul li .option a.share-ustom,	/* Ugh. */
.sd-content ul li.preview-item div.option.option-smart-off a,
.sd-content ul li.advanced a.share-more,
.sd-social-icon-text .sd-content ul li a.sd-button,
.sd-social-official .sd-content>ul>li>a.sd-button,
#sharing_email .sharing_send,
.sd-social-official .sd-content>ul>li .digg_button >a {		/* official Digg button no longer works, needs cleaning */
	text-decoration: none !important;
	display: inline-block;
	margin: 0 5px 5px 0;
	font-size: 12px;
	font-family: "Open Sans", sans-serif;
	font-weight: normal;
	border-radius: 3px;
	color: #777 !important;
	background: #f8f8f8;
	border: 1px solid #cccccc;
	box-shadow: 0 1px 0 rgba(0,0,0,.08);
	text-shadow: none;
	line-height: 23px;
	padding: 1px 8px 0px 5px;
}

.sd-social-text .sd-content ul li a.sd-button span,
.sd-content ul li a.sd-button>span,
.sd-content ul li .option a.share-ustom span,	/* Ugh. */
.sd-content ul li.preview-item div.option.option-smart-off a span,
.sd-content ul li.advanced a.share-more span,
.sd-social-icon-text .sd-content ul li a.sd-button>span,
.sd-social-official .sd-content>ul>li>a.sd-button span,
.sd-social-official .sd-content>ul>li .digg_button >a span {		/* official Digg button no longer works, needs cleaning */
	line-height: 23px;
}



/* Our gray buttons should be smaller when seen with the official ones */
.sd-social-official .sd-content>ul>li>a.sd-button,
.sd-social-official .sd-content .sharing-hidden .inner>ul>li>a.sd-button,
.sd-social-official .sd-content>ul>li .digg_button>a,
.sd-social-official .sd-content .sharing-hidden .inner>ul>li .digg_button>a {
	line-height: 17px;
	box-shadow: none; /* No shadow on gray buttons between the official ones */
	vertical-align: top;
}

.sd-social-official .sd-content>ul>li>a.sd-button:before,
.sd-social-official .sd-content>ul>li .digg_button>a:before,
.sd-social-official .sd-content .sharing-hidden .inner>ul>li>a.sd-button:before,
.sd-social-official .sd-content .sharing-hidden .inner>ul>li .digg_button>a:before {
	margin-bottom: -1px;
	top: 0;
}

.sd-social-icon .sd-content ul li a.sd-button:hover,
.sd-social-icon .sd-content ul li a.sd-button:active,
.sd-social-text .sd-content ul li a.sd-button:hover,
.sd-social-text .sd-content ul li a.sd-button:active,
.sd-social-icon-text .sd-content ul li a.sd-button:hover,
.sd-social-icon-text .sd-content ul li a.sd-button:active,
.sd-social-official .sd-content>ul>li>a.sd-button:hover,
.sd-social-official .sd-content>ul>li>a.sd-button:active,
.sd-social-official .sd-content>ul>li .digg_button>a:hover,
.sd-social-official .sd-content>ul>li .digg_button>a:active {
	color: #555;
	background: #fafafa;
	border: 1px solid #999999;
}

.sd-social-icon .sd-content ul li a.sd-button:active,
.sd-social-text .sd-content ul li a.sd-button:active,
.sd-social-icon-text .sd-content ul li a.sd-button:active,
.sd-social-official .sd-content>ul>li>a.sd-button:active,
.sd-social-official .sd-content>ul>li .digg_button>a:active {
	box-shadow: inset 0 1px 0 rgba(0,0,0,.16);
}


/* All icons */
.sd-content ul li a.sd-button:before {
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font: normal 16px/1 'Genericons';
	vertical-align: top;
	position: relative;
	top: 3px;
	text-align: center;
}

.sd-content ul li {
	margin: 0 !important;
	padding: 0;
}

/* Text + icon & Official */
.sd-social-icon-text .sd-content ul li a span,
.sd-social-official .sd-content ul li a.sd-button span,
.sd-content ul li.preview-item a.sd-button span {
	margin-left: 3px;
}
.sd-content ul li.preview-item.no-icon a.sd-button span {
	margin-left: 0;
}

/* Text only */
.sd-social-text .sd-content ul li a:before,
.sd-content ul li.no-icon a:before {
	display: none;
}
body .sd-social-text .sd-content ul li.share-custom a span,
body .sd-content ul li.share-custom.no-icon a span {
	background-image: none;
	background-position: -500px -500px !important;	/* hack to work around !important inline style */
	background-repeat: no-repeat !important;
	padding-left: 0;
	height: 0;
	line-height: inherit;
}

.sd-social-icon .sd-content ul li a.share-more {
	position: relative;
	top: 2px;
}
.sd-social-icon .sd-content ul li a.share-more span {
	margin-left: 3px;
}


/* Individual icons */
.sd-social-icon .sd-content ul li.share-print a:before,
.sd-social-text .sd-content ul li.share-print a:before,
.sd-content ul li.share-print div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-print a:before,
.sd-social-official .sd-content li.share-print a:before {
	content: '\f469';
}
.sd-social-icon .sd-content ul li.share-digg a:before,
.sd-social-text .sd-content ul li.share-digg a:before,
.sd-content ul li.share-digg div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-digg a:before,
.sd-social-official .sd-content li.share-digg a:before {
	content: '\f221';
}
.sd-social-icon .sd-content ul li.share-email a:before,
.sd-social-text .sd-content ul li.share-email a:before,
.sd-content ul li.share-email div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-email a:before,
.sd-social-official .sd-content li.share-email a:before {
	content: '\f410';
}
.sd-social-icon .sd-content ul li.share-linkedin a:before,
.sd-social-text .sd-content ul li.share-linkedin a:before,
.sd-content ul li.share-linkedin div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-linkedin a:before {
	content: '\f207';
}
.sd-social-icon .sd-content ul li.share-twitter a:before,
.sd-social-text .sd-content ul li.share-twitter a:before,
.sd-content ul li.share-twitter div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-twitter a:before {
	content: '\f202';
}
.sd-social-icon .sd-content ul li.share-reddit a:before,
.sd-social-text .sd-content ul li.share-reddit a:before,
.sd-content ul li.share-reddit div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-reddit a:before {
	content: '\f222';
}
.sd-social-icon .sd-content ul li.share-tumblr a:before,
.sd-social-text .sd-content ul li.share-tumblr a:before,
.sd-content ul li.share-tumblr div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-tumblr a:before {
	content: '\f214';
}
.sd-social-icon .sd-content ul li.share-stumbleupon a:before,
.sd-social-text .sd-content ul li.share-stumbleupon a:before,
.sd-content ul li.share-stumbleupon div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-stumbleupon a:before {
	content: '\f223';
}
.sd-social-icon .sd-content ul li.share-pocket a:before,
.sd-social-text .sd-content ul li.share-pocket a:before,
.sd-content ul li.share-pocket div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-pocket a:before {
	content: '\f224';
}
.sd-social-icon .sd-content ul li.share-pinterest a:before,
.sd-social-text .sd-content ul li.share-pinterest a:before,
.sd-content ul li.share-pinterest div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-pinterest a:before {
	content: '\f209';
}
.sd-social-icon .sd-content ul li.share-google-plus-1 a:before,
.sd-social-text .sd-content ul li.share-google-plus-1 a:before,
.sd-content ul li.share-google-plus-1 div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-google-plus-1 a:before {
	content: '\f218';
}
.sd-social-icon .sd-content ul li.share-facebook a:before,
.sd-social-text .sd-content ul li.share-facebook a:before,
.sd-content ul li.share-facebook div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-facebook a:before {
	content: '\f204';
}
.sd-social-icon .sd-content ul li.share-press-this a:before,
.sd-social-text .sd-content ul li.share-press-this a:before,
.sd-content ul li.share-press-this div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-press-this a:before,
.sd-social-official .sd-content li.share-press-this a:before {
	content: '\f205';
}
.sd-social-official .sd-content li.share-press-this a:before {
	color: #2ba1cb;
}
.sd-social-icon .sd-content ul a.share-more:before,
.sd-social-text .sd-content ul a.share-more:before,
.sd-content ul li.advanced a.share-more:before,
.sd-social-icon-text .sd-content a.share-more:before,
.sd-social-official .sd-content a.share-more:before {
	content: '\f415';
}
.sd-social-official .sd-content a.share-more:before {
	color: #2ba1cb;
}


/* Share count */
.share-count {
	background: #2ea2cc;
	color: #fff;
	-moz-border-radius: 10px;
	border-radius: 10px;
	display: inline-block;
	text-align: center;
	font-size: 10px;
	padding: 1px 3px;
	line-height: 1;
}


/* Official buttons */
.sd-social-official .sd-content ul, .sd-social-official .sd-content ul li {
	line-height: 25px !important;
}

.sd-social-official .sd-content>ul>li>a.sd-button span {
	line-height: 1;
}

.sd-social-official .sd-content ul:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.sd-social-official .sd-content li.share-press-this a {
	margin: 0 0 5px 0;
}

.sd-social-official .sd-content ul>li {
	display: block;
	float: left;
	margin: 0 10px 5px 0 !important;
	height: 25px;
}
.sd-social-official .sd-content .pocket_button iframe {
	width: 98px;
}

.sd-social-official .sd-content .twitter_button iframe {
	width: 96px;
}


/* Individual official buttons */
.stumbleupon_button iframe, .reddit_button iframe {
	margin-top: 1px;
}

.pocket_button iframe, .googleplus1_button iframe, .pinterest_button, .twitter_button, .like_button iframe, .linkedin_button>span {
	margin: 0 !important;
}

body .sd-social-official li.share-print ,
body .sd-social-official li.share-email a, 
body .sd-social-official li.share-custom a,
body .sd-social-official li a.share-more,
body .sd-social-official li.share-digg a,
body .sd-social-official li.share-press-this a
{
	position: relative;
	top: 0;
}


/* Custom icons */
body .sd-social-icon .sd-content li.share-custom>a {
	padding: 2px 3px 0 3px;
	position: relative;
	top: 4px;
}

body .sd-social-icon .sd-content li.share-custom a span,
body .sd-social-icon-text .sd-content li.share-custom a span,
body .sd-social-text .sd-content li.share-custom a span,
body .sd-social-official .sd-content li.share-custom a span,
body .sd-content ul li.share-custom a.share-icon span
{
	background-size: 16px 16px;
	background-repeat: no-repeat;
	margin-left: 0;
	padding: 0 0 0 19px; 
	display: inline-block;
	height: 16px;
	line-height: 16px;
}

body .sd-social-icon .sd-content li.share-custom a span {
	width: 0;	
}

body .sd-content li.share-custom a:hover span {
}

body .sd-social-icon .sd-content li.share-custom a span {
	padding-left: 16px !important;
}


/* Overflow Sharing dialog */
.sharing-hidden .inner {
	position: absolute;
	z-index: 2;
	border: 1px solid #ccc;
	padding: 15px;
	background: #fff;
	box-shadow: 0px 5px 20px rgba(0,0,0,.2);
	margin-top: 5px;
	max-width: 400px;
}

.sd-social-official .sd-content .sharing-hidden ul>li.share-end {
	clear: both;
	margin: 0;
	height: 0;
}

.sharing-hidden .inner:before, .sharing-hidden .inner:after {
	position: absolute;
	z-index: 1;
	top: -8px;
	left: 20px;
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 8px solid #ccc;
	content: "";
	display: block;
}

.sharing-hidden .inner:after {
	z-index: 2;
	top: -7px;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 8px solid #fff;
}

.sharing-hidden ul {
	margin: 0;
}


/**
 * Special colorful look for "Icon Only" option
 */

.sd-social-icon .sd-content ul li[class*='share-'] a,
.sd-social-icon .sd-content ul li[class*='share-'] a:hover,
.sd-social-icon .sd-content ul li[class*='share-'] div.option a {
	border-radius: 50%;
	-webkit-border-radius: 50%;
	border: 0;
	box-shadow: none;
	padding: 8px;
	position: relative;
	top: -2px;
	line-height: 1;
	width: auto;
	height: auto;
}

.sd-social-icon .sd-content ul li[class*='share-'] a.sd-button>span,
.sd-social-icon .sd-content ul li[class*='share-'] div.option a span {
	line-height: 1;
}

.sd-social-icon .sd-content ul li[class*='share-'] a:hover,
.sd-social-icon .sd-content ul li[class*='share-'] div.option a:hover {
	border: none;
	opacity: .6;
}

.sd-social-icon .sd-content ul li[class*='share-'] a.sd-button:before {
	top: 0;
}

.sd-social-icon .sd-content ul li[class*='share-'] a.sd-button.share-custom {
	padding: 8px 8px 6px 8px;
	top: 5px;
}

.sd-social-icon .sd-content ul li a.sd-button.share-more {
	margin-left: 10px;
}

.sd-social-icon .sd-content ul li:first-child a.sd-button.share-more {
	margin-left: 0;
}


.sd-social-icon .sd-button span.share-count {
	position: absolute;
	bottom: 0;
	right: 0;
	border-radius: 0;
	background: #555;
	font-size: 9px;
}

/* Special look colors */
.sd-social-icon .sd-content ul li[class*='share-'] a.sd-button {
	background: #e9e9e9;
	margin-top: 2px;
	text-indent: 0;
}

.sd-social-icon .sd-content ul li[class*='share-'].share-tumblr a.sd-button {
	background: #2c4762;
	color: #fff !important;
}

.sd-social-icon .sd-content ul li[class*='share-'].share-facebook a.sd-button {
	background: #3b5998;
	color: #fff !important;
}

.sd-social-icon .sd-content ul li[class*='share-'].share-stumbleupon a.sd-button {
	background: #ea4b24;
	color: #fff !important;
}

.sd-social-icon .sd-content ul li[class*='share-'].share-twitter a.sd-button {
	background: #00acee;
	color: #fff !important;
}

.sd-social-icon .sd-content ul li[class*='share-'].share-pinterest a.sd-button {
	background: #ca1f27;
	color: #fff !important;
}

.sd-social-icon .sd-content ul li[class*='share-'].share-digg a.sd-button {
	color: #555555 !important;
}

.sd-social-icon .sd-content ul li[class*='share-'].share-press-this a.sd-button {
	background: #1e8cbe;
	color: #fff !important;
}

.sd-social-icon .sd-content ul li[class*='share-'].share-linkedin a.sd-button {
	background: #0077b5;
	color: #fff !important;
}

.sd-social-icon .sd-content ul li[class*='share-'].share-google-plus-1 a.sd-button {
	background: #dd4b39;
	color: #fff !important;
}

.sd-social-icon .sd-content ul li[class*='share-'].share-pocket a.sd-button {
	background: #ee4056;
	color: #fff !important;
}

.sd-social-icon .sd-content ul li[class*='share-'].share-reddit a.sd-button {
	background: #cee3f8;
	color: #555555 !important;
}




/**
 * Sharing Email Dialog
 */

#sharing_email {
	width: 342px;
	position: absolute;
	z-index: 1001;
	border: 1px solid #ccc;
	padding: 15px;
	background: #fff;
	box-shadow: 0px 5px 20px rgba(0,0,0,.2);
	text-align: left;
}

div.sharedaddy.sharedaddy-dark #sharing_email {
	border-color: #fff;
}

#sharing_email .errors {
	color: #fff;
	background-color: #771a09;
	font-size: 12px;
	padding: 5px 8px;
	line-height: 1;
	margin: 10px 0 0 0;
}

#sharing_email label {
	font-size: 12px;
	color: #333;
	font-weight: bold;
	display: block;
	padding: 0 0 4px 0;
	text-align: left;
	text-shadow: none;
}

#sharing_email form {
	margin: 0;
}

#sharing_email input[type="text"], #sharing_email input[type="email"] {
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	border: 1px solid #ccc;
	margin-bottom: 1em;
	background: #fff;
	font-size: 12px;
	color: #333;
	max-width: none;
	padding: 1px 3px;
}

#sharing_email .sharing_cancel {
	padding: 0 0 0 1em;
	font-size: 12px;
	text-shadow: none;
}

#sharing_email .recaptcha {
	width: 312px;
	height: 123px;
	margin: 0 0 1em 0;
}
/**

	Genericons Helper CSS

*/


/**
 * The font was graciously generated by Font Squirrel (https://www.fontsquirrel.com). We love those guys.
 */

@font-face {
    font-family: 'Genericons';
    src: url(../wp-content/mu-plugins/genericons/font/genericons-regular-webfont.eot);
}

@font-face {
    font-family: 'Genericons';
    src: url(data:application/font-woff;charset=utf-8;base64,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) format('woff'),
         url(../wp-content/mu-plugins/genericons/font/genericons-regular-webfont.ttf) format('truetype'),
         url(../wp-content/mu-plugins/genericons/font/genericons-regular-webfont.svg) format('svg');
    font-weight: normal;
    font-style: normal;
}


/**
 * All Genericons
 */

.genericon {
	display: inline-block;
	width: 16px;
	height: 16px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 16px;
	line-height: 1;
	font-family: 'Genericons';
	text-decoration: inherit;
	font-weight: normal;
	font-style: normal;
	vertical-align: top;
}

/**
 * IE7 and IE6 hacks
 */

.genericon {
	*overflow: auto;
	*zoom: 1;
	*display: inline;
}

/**
 * Individual icons
 */

/* Post formats */
.genericon-standard:before {        content: '\f100'; }
.genericon-aside:before {           content: '\f101'; }
.genericon-image:before {           content: '\f102'; }
.genericon-gallery:before {         content: '\f103'; }
.genericon-video:before {           content: '\f104'; }
.genericon-status:before {          content: '\f105'; }
.genericon-quote:before {           content: '\f106'; }
.genericon-link:before {            content: '\f107'; }
.genericon-chat:before {            content: '\f108'; }
.genericon-audio:before {           content: '\f109'; }

/* Social icons */
.genericon-github:before {          content: '\f200'; }
.genericon-dribbble:before {        content: '\f201'; }
.genericon-twitter:before {         content: '\f202'; }
.genericon-facebook:before {        content: '\f203'; }
.genericon-facebook-alt:before {    content: '\f204'; }
.genericon-wordpress:before {       content: '\f205'; }
.genericon-googleplus:before {      content: '\f206'; }
.genericon-linkedin:before {        content: '\f207'; }
.genericon-linkedin-alt:before {    content: '\f208'; }
.genericon-pinterest:before {       content: '\f209'; }
.genericon-pinterest-alt:before {   content: '\f210'; }
.genericon-flickr:before {          content: '\f211'; }
.genericon-vimeo:before {           content: '\f212'; }
.genericon-youtube:before {         content: '\f213'; }
.genericon-tumblr:before {          content: '\f214'; }
.genericon-instagram:before {       content: '\f215'; }
.genericon-codepen:before {         content: '\f216'; }
.genericon-polldaddy:before {       content: '\f217'; }
.genericon-googleplus-alt:before {  content: '\f218'; }
.genericon-path:before {            content: '\f219'; }
.genericon-skype:before {           content: '\f220'; }
.genericon-digg:before {            content: '\f221'; }
.genericon-reddit:before {          content: '\f222'; }
.genericon-stumbleupon:before {     content: '\f223'; }
.genericon-pocket:before {          content: '\f224'; }
.genericon-dropbox:before {         content: '\f225'; }

/* Meta icons */
.genericon-comment:before {         content: '\f300'; }
.genericon-category:before {        content: '\f301'; }
.genericon-tag:before {             content: '\f302'; }
.genericon-time:before {            content: '\f303'; }
.genericon-user:before {            content: '\f304'; }
.genericon-day:before {             content: '\f305'; }
.genericon-week:before {            content: '\f306'; }
.genericon-month:before {           content: '\f307'; }
.genericon-pinned:before {          content: '\f308'; }

/* Other icons */
.genericon-search:before {          content: '\f400'; }
.genericon-unzoom:before {          content: '\f401'; }
.genericon-zoom:before {            content: '\f402'; }
.genericon-show:before {            content: '\f403'; }
.genericon-hide:before {            content: '\f404'; }
.genericon-close:before {           content: '\f405'; }
.genericon-close-alt:before {       content: '\f406'; }
.genericon-trash:before {           content: '\f407'; }
.genericon-star:before {            content: '\f408'; }
.genericon-home:before {            content: '\f409'; }
.genericon-mail:before {            content: '\f410'; }
.genericon-edit:before {            content: '\f411'; }
.genericon-reply:before {           content: '\f412'; }
.genericon-feed:before {            content: '\f413'; }
.genericon-warning:before {         content: '\f414'; }
.genericon-share:before {           content: '\f415'; }
.genericon-attachment:before {      content: '\f416'; }
.genericon-location:before {        content: '\f417'; }
.genericon-checkmark:before {       content: '\f418'; }
.genericon-menu:before {            content: '\f419'; }
.genericon-refresh:before {         content: '\f420'; }
.genericon-minimize:before {        content: '\f421'; }
.genericon-maximize:before {        content: '\f422'; }
.genericon-404:before {             content: '\f423'; }
.genericon-spam:before {            content: '\f424'; }
.genericon-summary:before {         content: '\f425'; }
.genericon-cloud:before {           content: '\f426'; }
.genericon-key:before {             content: '\f427'; }
.genericon-dot:before {             content: '\f428'; }
.genericon-next:before {            content: '\f429'; }
.genericon-previous:before {        content: '\f430'; }
.genericon-expand:before {          content: '\f431'; }
.genericon-collapse:before {        content: '\f432'; }
.genericon-dropdown:before {        content: '\f433'; }
.genericon-dropdown-left:before {   content: '\f434'; }
.genericon-top:before {             content: '\f435'; }
.genericon-draggable:before {       content: '\f436'; }
.genericon-phone:before {           content: '\f437'; }
.genericon-send-to-phone:before {   content: '\f438'; }
.genericon-plugin:before {          content: '\f439'; }
.genericon-cloud-download:before {  content: '\f440'; }
.genericon-cloud-upload:before {    content: '\f441'; }
.genericon-external:before {        content: '\f442'; }
.genericon-document:before {        content: '\f443'; }
.genericon-book:before {            content: '\f444'; }
.genericon-cog:before {             content: '\f445'; }
.genericon-unapprove:before {       content: '\f446'; }
.genericon-cart:before {            content: '\f447'; }
.genericon-pause:before {           content: '\f448'; }
.genericon-stop:before {            content: '\f449'; }
.genericon-skip-back:before {       content: '\f450'; }
.genericon-skip-ahead:before {      content: '\f451'; }
.genericon-play:before {            content: '\f452'; }
.genericon-tablet:before {          content: '\f453'; }
.genericon-send-to-tablet:before {  content: '\f454'; }
.genericon-info:before {            content: '\f455'; }
.genericon-notice:before {          content: '\f456'; }
.genericon-help:before {            content: '\f457'; }
.genericon-fastforward:before {     content: '\f458'; }
.genericon-rewind:before {          content: '\f459'; }
.genericon-portfolio:before {       content: '\f460'; }
.genericon-heart:before {           content: '\f461'; }
.genericon-code:before {            content: '\f462'; }
.genericon-subscribe:before {       content: '\f463'; }
.genericon-unsubscribe:before {     content: '\f464'; }
.genericon-subscribed:before {      content: '\f465'; }
.genericon-reply-alt:before {       content: '\f466'; }
.genericon-reply-single:before {    content: '\f467'; }
.genericon-flag:before {            content: '\f468'; }
.genericon-print:before {           content: '\f469'; }
.genericon-lock:before {            content: '\f470'; }
.genericon-bold:before {            content: '\f471'; }
.genericon-italic:before {          content: '\f472'; }
.genericon-picture:before {         content: '\f473'; }
.genericon-fullscreen:before {      content: '\f474'; }

/* Generic shapes */
.genericon-uparrow:before {         content: '\f500'; }
.genericon-rightarrow:before {      content: '\f501'; }
.genericon-downarrow:before {       content: '\f502'; }
.genericon-leftarrow:before {       content: '\f503'; }





/*
	Global styles for WordPress.com
*/
img.latex {
	border: none;
	vertical-align: middle;
}
.video-player {
	border: 0;
	margin: auto;
	padding: 5px;
	text-align: center;
}
.wpvidavee_title {
	font-family: Tahoma,Arial,sans-serif;
	font-size: 10px;
	font-weight: bold;
	line-height: 12px;
	padding: 2px 5px;
	text-align: left;
}
.wpvidavee_footer {
	font-family: Tahoma,Arial,sans-serif;
	font-size: 9px;
	line-height: 11px;
	padding: 2px 5px;
	text-align: right;
}
.wpvidavee_footer a {
	text-decoration: none;
}
.wpvidavee_p {
	color: red;
}
.hidden {
	display: none;
}
.possibly-related {
	clear: both;
}
.screen-reader-text {
	position: absolute;
	left: -1000em;
}
.comment object,
.comment embed,
.embed-vimeo iframe,
.embed-youtube iframe {
	max-width: 100%; /* avoid videos being too wide */
}

/**
 * Simple Homepage Experiment
 */

.simple-homepage-experiment #header,
.simple-homepage-experiment #footer,
.simple-homepage-experiment #landingpage {
	display: none !important;
}
.simple-homepage-experiment .simple-homepage {
	display: block !important;
}

.simple-homepage-experiment .simple-homepage {
	background: #f5f5f5;
}

/**
 * Typography
 */

.simple-homepage-experiment body,
.simple-homepage-experiment td,
.simple-homepage-experiment p,
.simple-homepage-experiment div,
.simple-homepage-experiment input,
.simple-homepage-experiment label {
	font-family: "Open Sans", "Helvetica", sans-serif !important;
	font-size: 14px;
	line-height: 1.5;
	outline: none;
}

.simple-homepage-experiment input[type=checkbox] {
	margin: 0;
}

.simple-homepage-experiment h2,
.simple-homepage-experiment h3 {
	text-align: center;
}

.simple-homepage-experiment h2 {
	font-family: "Open Sans", "Helvetica", sans-serif !important;
	font-size: 18px !important;
	color: #464646;

	margin-bottom: 16px;
}

.simple-homepage-experiment h3 {
	color: #898989;
	font-size: 14px !important;
	text-transform: none !important;
	letter-spacing: 0 !important;
}

.simple-homepage-experiment a {
	color: #1e8cbe;
	text-decoration: none;
}

.simple-homepage-experiment a:hover {
	color: #005684;
}

/**
 * Layout
 */

body.simple-homepage-experiment {
	background: #f1f1f1;
}

body.simple-homepage-experiment#h4home #lang-guess {
	margin-top: 85px;
	padding: 15px;

	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
}

.simple-homepage {
	display: none;
}

body.simple-homepage-experiment .simple-homepage {
	display: block;
}

.simple-homepage-experiment h1 {
	margin: 50px auto 50px auto;
	padding-left: 85px;
	height: 75px;
	width: 305px;
	color: #737373;

	font-size: 43px !important;
	font-weight: 100;
	line-height: 75px;
	text-shadow: 0 1px 0 #fff;

	background: transparent url(../wp-content/themes/h4/i/simple-homepage/wp-logo-1x.png) no-repeat !important;
}

.simple-homepage-experiment .content {
	max-width: 910px;
	margin: auto;
}

.simple-homepage-experiment .box {
	background: #fff;
	width: 43.4065934%;
	height: 280px;
	padding: 35px;
	float: left;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;

	-moz-box-shadow:    0px 2px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 2px 3px rgba(0,0,0,0.2);
	box-shadow:         0px 2px 3px rgba(0,0,0,0.2);
}

.simple-homepage-experiment .box:hover {
	-moz-box-shadow:    0px 2px 5px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.3);
	box-shadow:         0px 2px 5px rgba(0,0,0,0.3);

}

.simple-homepage-experiment .or {
	width: 45px;
	height: 45px;
	margin: 100px 20px;

	float: left;

	color: rgba( 0, 0, 0, 0.2);
	text-shadow: 0 1px 1px #f1f1f1, 0 0 0 #aaa,
				 0 4px 1px #f1f1f1;

	font-size: 14px;
	font-weight: bold;
	letter-spacing: 2px;
	line-height: 45px;
	text-align: center;
	text-transform: uppercase;

	border-radius: 50%;
	border: 8px rgba( 0, 0, 0, 0.1 ) solid;
}

.simple-homepage-experiment .sign-up {
	text-align: center;
}

.simple-homepage-experiment .big-ass-blue-button {
	margin: 20px auto;
	padding: 12px 40px;

	display: inline-block;

	color: #fff !important;
	font-size: 24px;
	text-decoration: none;
	text-shadow:  0px -1px 1px rgba(0,0,0,0.32);

	border-radius: 4px;

	background-color: #0aa1ce;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(10, 161, 206)), to(rgb(0, 136, 181)));
	background-image: -webkit-linear-gradient(top, rgb(10, 161, 206), rgb(0, 136, 181));
	background-image: -moz-linear-gradient(top, rgb(10, 161, 206), rgb(0, 136, 181));
	background-image: -o-linear-gradient(top, rgb(10, 161, 206), rgb(0, 136, 181));
	background-image: -ms-linear-gradient(top, rgb(10, 161, 206), rgb(0, 136, 181));
	background-image: linear-gradient(top, rgb(10, 161, 206), rgb(0, 136, 181));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#0aa1ce', EndColorStr='#0088b5');

	border: 1px solid #0088b5;

	box-shadow:	inset 0px 1px 1px rgba(255,254,254,0.5),
				0 1px 1px rgba(0,0,0,0.3);
}

.simple-homepage-experiment .big-ass-blue-button:hover {
	color: #fff;

	background-color: #4eb5d5;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(78, 181, 213)), to(rgb(0, 136, 181)));
	background-image: -webkit-linear-gradient(top, rgb(78, 181, 213), rgb(0, 136, 181));
	background-image: -moz-linear-gradient(top, rgb(78, 181, 213), rgb(0, 136, 181));
	background-image: -o-linear-gradient(top, rgb(78, 181, 213), rgb(0, 136, 181));
	background-image: -ms-linear-gradient(top, rgb(78, 181, 213), rgb(0, 136, 181));
	background-image: linear-gradient(top, rgb(78, 181, 213), rgb(0, 136, 181));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#4eb5d5', EndColorStr='#0088b5');
}

.simple-homepage-experiment .big-ass-blue-button:active {
	background: #0aa1ce;
	box-shadow:	inset 0px -1px 1px rgba(255,254,254,0.2);
}

.simple-homepage-experiment .login input[type=text],
.simple-homepage-experiment .login input[type=password] {
	display: block;
	width: 90%;
	margin: 0 0 10px 0;
	padding: 10px 15px 10px 35px;

	color: #898989;
	font-size: 14px;
	font-weight: 200;

	border-radius: 3px;

	background: #FCFCFC url(../wp-content/themes/h4/i/simple-homepage/login-sprite-1x.png) no-repeat;

	border: 1px solid #BFBFBF;

	-moz-box-shadow:    inset 0px 1px 3px rgba(0,0,0,0.15);
	-webkit-box-shadow: inset 0px 1px 3px rgba(0,0,0,0.15);
	box-shadow:         inset 0px 1px 3px rgba(0,0,0,0.15);
}

.simple-homepage-experiment .login input:focus {
	background: #fff url(../wp-content/themes/h4/i/simple-homepage/login-sprite-1x.png) no-repeat;
	color: #444;
	border: 1px #aaa solid;
}

.simple-homepage-experiment .login input[type=text] {
	background-position: -3px -3px;
}

.simple-homepage-experiment .login input[type=password] {
	background-position: -3px -57px;
}

.simple-homepage-experiment#h4home #wrapper button.login-button {
	float: right !important;
	padding: 5px 20px !important;
	margin: 20px 0 !important;
	border-radius: 3px !important;
	border: 1px #bbb solid !important;

	color: #464646 !important;
	font-size: 15px !important;
	line-height: 1.6 !important;
	text-transform: none !important;
	letter-spacing: 0 !important;

	text-shadow:         0px 1px 1px #fff !important;
	box-shadow:	inset 0px 1px 1px rgba(255,254,254,0.8),
				0 1px 2px rgba(0,0,0,0.1)  !important;

	background-color: #eaeaea !important;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(234, 234, 234)), to(rgb(201, 201, 201))) !important;
	background-image: -webkit-linear-gradient(top, rgb(234, 234, 234), rgb(201, 201, 201)) !important;
	background-image: -moz-linear-gradient(top, rgb(234, 234, 234), rgb(201, 201, 201)) !important;
	background-image: -o-linear-gradient(top, rgb(234, 234, 234), rgb(201, 201, 201)) !important;
	background-image: -ms-linear-gradient(top, rgb(234, 234, 234), rgb(201, 201, 201)) !important;
	background-image: linear-gradient(top, rgb(234, 234, 234), rgb(201, 201, 201)) !important;
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#eaeaea', EndColorStr='#c9c9c9')  !important;
}

.simple-homepage-experiment#h4home #wrapper .login-button:hover {
	background-color: #fcfcfc !important;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(252, 252, 252)), to(rgb(202, 202, 202))) !important;
	background-image: -webkit-linear-gradient(top, rgb(252, 252, 252), rgb(202, 202, 202)) !important;
	background-image: -moz-linear-gradient(top, rgb(252, 252, 252), rgb(202, 202, 202)) !important;
	background-image: -o-linear-gradient(top, rgb(252, 252, 252), rgb(202, 202, 202)) !important;
	background-image: -ms-linear-gradient(top, rgb(252, 252, 252), rgb(202, 202, 202)) !important;
	background-image: linear-gradient(top, rgb(252, 252, 252), rgb(202, 202, 202)) !important;
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#fcfcfc', EndColorStr='#cacaca') !important;
}

.simple-homepage-experiment#h4home #wrapper .login-button:active {
	background: #eaeaea  !important;
	box-shadow: 0 -1px 1px rgba(255,255,255,0.8)  !important;
}

.simple-homepage-experiment .forgot-password {
	display: block;
	margin: 17px 0 4px 0;

	float: left;
	clear: left;

	font-size: 12px;
}

.simple-homepage-experiment .remember-me {
	float: left;
	clear: left;
	margin: 0;
}

.simple-homepage-experiment .remember-me label {
	font-size: 12px;
	color: #1e8cbe;
}

.simple-homepage-experiment .remember-me label:hover {
	color: #005684;
}

.simple-homepage-experiment .footer {
	position: fixed;
		bottom: 20px;
		right: 0;
		left: 0;
	color: #898989;

	font-size: 11px;
	clear: both;
	text-align: center;
}

.simple-homepage-experiment .footer .automattic {
	margin: 0 3px;
	width: 127px;
	height: 13px;

	background: url(../wp-content/themes/h4/i/simple-homepage/automattic-1x.png) no-repeat;
	text-indent: -999999px;
	display: inline-block;
	vertical-align: text-bottom;
}

.simple-homepage-experiment .clear {
	clear: both;
}

/**
 * Retina CSS
 */

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 144dpi) {

	.simple-homepage-experiment h1 {
		background: transparent url(../wp-content/themes/h4/i/simple-homepage/wp-logo-2x.png) no-repeat !important;
		background-size: 74px 74px;
	}

	.simple-homepage-experiment .footer .automattic {
		background: url(../wp-content/themes/h4/i/simple-homepage/automattic-2x.png) no-repeat;
		background-size: 127px 11px;
	}

	.simple-homepage-experiment .login input[type=text],
	.simple-homepage-experiment .login input[type=password] {
		background: #FCFCFC url(../wp-content/themes/h4/i/simple-homepage/login-sprite-2x.png) no-repeat;
		background-size: 40px 96px;
	}

	.simple-homepage-experiment .login input:focus {
		background: #fff url(../wp-content/themes/h4/i/simple-homepage/login-sprite-2x.png) no-repeat;
		background-size: 40px 96px;
	}

}

/**
 * Responsive CSS
 */

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

	.simple-homepage-experiment .or {
		clear: both;
		float: none;
		margin: 20px auto;
	}

	.simple-homepage-experiment .box {
		clear: both;
		margin: auto 20px;
		float: none;
		width: auto;
	}

	.simple-homepage-experiment .login {
		margin-bottom: 30px;
	}

	.simple-homepage-experiment .footer {
		position: relative;
		padding-top: 30px;
	}
}

@media screen and (max-height: 580px) {

	.simple-homepage-experiment .footer {
		position: relative;
		padding-top: 30px;
		margin-top: 50px;
	}
}div[class^="gr_custom_container"] {
	/* customize your Goodreads widget container here*/
	border: 1px solid gray;
	border-radius:10px;
	padding: 10px 5px 10px 5px;
	background-color: #FFF;
	color: #000;
}

div[class^="gr_custom_container"] a {
	color: #000;
}

h2[class^="gr_custom_header"] {
	/* customize your Goodreads header here*/
	display: none;
}
div[class^="gr_custom_each_container"] {
	/* customize each individual book container here */
	width: 100%;
	clear: both;
	margin-bottom: 10px;
	overflow: auto;
	padding-bottom: 4px;
	border-bottom: 1px solid #aaa;
}
div[class^="gr_custom_book_container"] {
	/* customize your book covers here */
	float: right;
	overflow: hidden;
	height: 60px;
	margin-left: 4px;
	width: 39px;
}
div[class^="gr_custom_author"] {
	/* customize your author names here */
	font-size: 10px;
}
div[class^="gr_custom_tags"] {
	/* customize your tags here */
	font-size: 10px;
	color: gray;
}
div[class^="gr_custom_review"] {
}
div[class^="gr_custom_rating"] {
	display: none;
}