/**
 * Smiley project CSS 
 */

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

.wp-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() { 
	.wp-emoji {
		text-indent: 0;
		text-align: center;
		color: rgba(255,255,255,0);
		overflow: visible;
	}
}

/* @noflip */
.wp-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) {
	.wp-emoji {
		width: 1.35em;
	}
    .wp-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) {
	.wp-emoji {
		height: 1.2em;
		width: 1.38em;
	}
    .wp-emoji:before {
		width: 1.38em;
    }
}

/* individual smileys */
	/* PNGs are for IE8 fallbacks. Let's remove them some day please */
.wp-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;
}

.wp-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;
}

.wp-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;
}

.wp-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;
}

.wp-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;
}

.wp-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;
}

.wp-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;
}

.wp-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;
}

.wp-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;
}

.wp-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;
}

.wp-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;
}

.wp-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;
}

.wp-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;
}

.wp-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;
}

.wp-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;
}

.wp-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;
}
.wp-emoji-burrito, .wp-emoji-burrito:before {
	width: 1.6em;
}

.wp-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;
}

.wp-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;
}

.wp-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;
}

.wp-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;
}

.wp-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;
}

.wp-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;
}

.wp-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;
}
.wp-emoji-developer, .wp-emoji-developer:before {
	width: 1.5em;
}

.wp-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;
}
.wp-emoji-facepalm, .wp-emoji-facepalm:before {
	width: 1.4em;
}

.wp-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;
}

.wp-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;
}

.wp-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;
}

.wp-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;
}

.wp-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;
}

.wp-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;
}

.wp-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;
}

.wp-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;
}

.wp-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;
}

.wp-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;
}

.wp-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;
}

.wp-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;
}

.wp-emoji-momface:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/momface.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/momface.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() { 
	.wp-emoji-rolleyes {
		letter-spacing: -.2em;
	}

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

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

	.wp-emoji-developer, .wp-emoji-mrgreen, .wp-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;
}

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

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

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


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

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

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

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

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

#likes-other-gravatars {
	display: none;
	position: absolute;
	padding: 10px;
	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;
	display: block;
}


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

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

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

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

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


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

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

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


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


/* Hide G+ title */
.sd-gplus .sd-title {
	display: none;
}
#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/blog-plugins/loggedout-follow/../../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;
	}
}
/**
 * Styles for Jetpack related posts
 */

/* Container */

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

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

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

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

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

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

/* Related posts items (wrapping items) */

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

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

/* Related posts item */

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

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

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

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

/* Related posts item content */

div#jp-relatedposts div.jp-relatedposts-items-visual h4.jp-relatedposts-post-title,
div#jp-relatedposts div.jp-relatedposts-items p {
	font-size: 14px;
	line-height: 20px;
	margin: 0;
}

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

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

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

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

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

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

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

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

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

/**
 * Responsive
 */

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

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

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

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

}

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

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

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

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

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

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

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

.wp-playlist-caption {
	display: block;
}/**
 * 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: Widely
Theme URI: https://wordpress.com/themes/theme/widely/
Author: Themes Kingdom
Author uri: http://www.themeskingdom.com/
Description: Widely is a minimalistic theme for businesses, creatives, and individuals to showcase their portfolios or just give their content a simple, well designed home.
Version: 2.0.3-wpcom
License: GNU General Public License
License URI: license.txt
Tags: education, school, blog, journal, lifestream, photography, clean, elegant, light, modern, professional, gray, white, one-column, fluid-layout, responsive-layout, custom-background, custom-colors, custom-menu, custom-header, featured-images, infinite-scroll, post-formats, post-slider, sticky-post, translation-ready, microformats, 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.

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

/* =Webfont, thanks to FontSquirrel.com for conversion!
-------------------------------------------------------------- */
@font-face {
	font-family: 'Genericons';
	src: url(/wp-content/themes/pub/widely/font/genericons-regular-webfont.eot);
	src: url(/wp-content/themes/pub/widely/font/genericons-regular-webfont.eot?#iefix) format('embedded-opentype'),
		 url(/wp-content/themes/pub/widely/font/genericons-regular-webfont.woff) format('woff'),
		 url(/wp-content/themes/pub/widely/font/genericons-regular-webfont.ttf) format('truetype'),
		 url(/wp-content/themes/pub/widely/font/genericons-regular-webfont.svg#genericonsregular) format('svg');
	font-weight: normal;
	font-style: normal;

}

/* =Reset
-------------------------------------------------------------- */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

html {
	font-size: 62.5%; /* corrects text resizing oddly in ie6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* keeps page centred in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* prevents ios text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust: 100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}

body {
	background: #e6e6e6;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}

ol,
ul {
	list-style: none;
}

table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active { /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
	outline: 0;
}

a img {
	border: 0;
}

/* =Global
----------------------------------------------- */
body,
button,
input,
select,
textarea {
	color: #666;
	font-family: sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.5;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	color: #414141;
	font-family: sans-serif;
	font-weight: bold;
}

h1 {
	font-size: 24px;
	line-height: 30px;
}

h2 {
	font-size: 22px;
	line-height: 28px;
}

h3 {
	font-size: 20px;
	line-height: 26px;
}

h4 {
	font-size: 18px;
	line-height: 24px;
}

h5 {
	font-size: 14px;
	line-height: 22px;
}

h6 {
	font-size: 12px;
	line-height: 20px;
}

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

address,
dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	clear: both;
	color: #414141;
	font-family: arial, sans-serif;
	font-size: 16px;
	min-height: 45px;
	padding: 0 8% 0 55px;
	position: relative;
	text-transform: uppercase;
}

blockquote:before {
	background-color: #414141;
	border-radius: 50%;
	color: #fff;
	content: '\201C';
	font-family: Georgia, serif;
	font-size: 40px;
	font-weight: bold;
	height: 22px;
	left: 0;
	line-height: 1;
	padding: 10px 9px 11px 12px;
	position: absolute;
	width: 22px;
}

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 {
	border-bottom: 1px solid #e3e3e3;
	color: #454545;
	font-weight: bold;
}

th,
td {
	height: 32px;
	vertical-align: middle;
}

table caption {
	color: #5e5e5e;
	font-size: 12px;
	margin: 0;
	padding: 11px 0 9px 0;
	text-transform: uppercase;
}

button,
input,
select,
textarea {
	font-size: 100%; /* corrects font size not being inherited in all browsers */
	margin: 0; /* addresses margins set differently in ie6/7, f3/4, s5, chrome */
	vertical-align: baseline; /* improves appearance and consistency in all browsers */
	*vertical-align: middle; /* improves appearance and consistency in all browsers */
}

button,
input {
	line-height: normal; /* addresses ff3/4 setting line-height using !important in the ua stylesheet */
	*overflow: visible; /* corrects inner spacing displayed oddly in ie6/7 */
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"],
.tagcloud a,
.main-small-navigation .menu-toggle {
	border: 4px solid #ededed;
	border-color: #ededed #ededed #e5e5e5 #ededed;
	background: #e6e6e6;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: #626060;
	cursor: pointer; /* improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* corrects inability to style clickable 'input' types in ios */
	font-size: 12px;
	font-size: 1.4rem;
	line-height: 1;
	padding: 8px 20px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, .8);
	text-transform: uppercase;
}

button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.tagcloud a:hover,
.main-small-navigation .menu-toggle:hover {
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
.tagcloud a:focus,
.main-small-navigation .menu-toggle:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active,
.tagcloud a:active,
.main-small-navigation .menu-toggle:active,
.main-small-navigation .menu-toggle.toggled-on {
	-webkit-box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* addresses box sizing set to content-box in ie8/9 */
	padding: 0; /* addresses excess padding in ie8/9 */
}

input[type="search"] {
	-webkit-appearance: textfield; /* addresses appearance set to searchfield in s5, chrome */
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box; /* addresses box sizing set to border-box in s5, chrome (include -moz to future-proof) */
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none; /* corrects inner padding displayed oddly in s5, chrome on osx */
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	/* corrects inner padding and border displayed oddly in ff3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}

input[type="text"],
input[type="email"],
input[type="password"],
textarea {
	border: 4px solid #ededed;
	border-color: #ededed #ededed #e5e5e5 #ededed;
	color: #666;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
textarea:focus {
	color: #444;
}

input[type="text"],input[type="email"],
input[type="password"] {
	padding: 8px;
}

textarea {
	overflow: auto; /* removes default vertical scrollbar in ie6/7/8/9 */
	padding-left: 3px;
	vertical-align: top; /* improves readability and alignment in all browsers */
	width: 98%;
}

/* Links */
a {
	color: #414141;
	text-decoration: none;
}

a:hover,
a:focus,
a:active {
	color: #8b8b8b;
}

#respond,
.clearfix {
	*zoom: 1;
}

#respond:before,
#respond:after,
.clearfix:before,
.clearfix:after {
	display: table;
	content: "";
	line-height: 0;
}

#respond:after,
.clearfix:after {
	clear: both;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

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

/* Genericons */
.genericon {
	font: normal normal 16px/1 'Genericons';
	-webkit-font-smoothing: antialiased;
	height: 16px;
	line-height: 1;
	vertical-align: top;
	width: 16px;
}


/* =Site
----------------------------------------------- */

.site {
	background: url(/wp-content/themes/pub/widely/images/content-background.png) repeat-y scroll center center transparent;
	box-shadow: 0 0 30px rgba(100, 100, 100, 0.3);
	margin: 80px auto;
	padding: 0 45px;
	width: 960px;
}

.site-header {
	margin: 50px 0;
}

.site-header hgroup {
	display: inline-block;
	padding: 0.75em 1em;
}

.site-header .site-title {
	font-family: sans-serif;
}

.site-header .site-description {
	font-size: 16px;
}

.site-header .custom-header {
	clear: both;
	margin: 50px 0 80px;
}

.content-area {
	margin-bottom: 45px;
}

.widgets {
	background-color: #f6f6f6;
	margin: 0 -45px;
	padding: 45px;
}

.site-footer {
	font-size: 11px;
	margin-top: 15px;
	position: absolute;
}

.site-header,
.entry-header,
.entry-content,
.widget-area .widget,
.comment {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	word-wrap: break-word;
}

.page-header h1,
.entry-title,
.widget-title {
	font-family: sans-serif;
}


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

.main-navigation {
	float: right;
}

.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation > ul {
	margin-right: 10px;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	color: #4c4c4c;
	display: block;
	font-size: 13px;
	padding: 0.75em 1em;
	text-decoration: none;
}

.main-navigation ul ul {
	background-color: #ffffff;
	border: 1px solid #dddddd;
	border-radius: 2px;
	-moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	display: none;
	float: left;
	position: absolute;
	top: 2.5em;
	left: 0;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: 100%;
	top: -1px;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul ul a:hover {
	color: #dd2c2c;
}

.main-navigation ul li:hover > ul {
	display: block;
}

.main-navigation a:hover,
.main-navigation li.current_page_item a,
.main-navigation li.current_page_ancestor > a,
.main-navigation li.current-menu-item a,
.main-navigation li.current-menu-ancestor > a {
	color: #bbbbbb;
}

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

.main-small-navigation {
	margin: 20px 0;
	text-align: center;
}

.main-small-navigation .menu-toggle {
	display: inline-block;
}

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

.main-small-navigation ul {
	list-style-type: none;
	margin: 0;
}

.main-small-navigation li a {
	display: block;
	padding: 15px 0;
}


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

.sticky-icon:hover {
	cursor: help;
}

.sticky .pubdate {
	display: none;
}

.hentry {
	position: relative;
}

.single .hentry {
	min-height: 270px;
}

.page .type-page.hentry,
.archive .site-content,
.search .site-content,
.error404 .site-content,
.home.page .site-content {
	border-top: 1px solid #dcdcdc;
}

.entry-header,
.search-results .page .entry-header {
	border-top: 1px solid #dddddd;
	margin: 25px 0 30px;
	padding-top: 40px;
}

.page .type-page .entry-header,
.search-no-results .entry-header,
.error404 .entry-header,
.page-header {
	margin-bottom: 35px;
	position: relative;
	text-align: center;
	top: -20px;
}

.post:first-of-type .entry-header,
.single .entry-header,
.page .entry-header {
	border: none;
	margin-top: 0;
	padding-top: 0;
}

.post:first-of-type footer.entry-meta {
	margin-top: 0;
}

.entry-header,
.entry-content,
.entry-summary,
.search-results .page .entry-header,
.single div.entry-meta {
	float: right;
	width: 83.33333333333%;
}

.error404 .entry-header,
.error404 .entry-content,
.search-no-results .entry-header,
.search-no-results .entry-content{
	float: none;
	width: auto;
}

.page .type-page .entry-header h1,
.search-no-results .entry-header h1,
.error404 .entry-header h1,
.page-header h1 {
	background-color: #4c4c4c;
	color: #ffffff;
	display: inline-block;
	font-size: 16px;
	font-weight: normal;
	line-height: 22px;
	margin: 0;
	padding: 8px 25px;
	position: relative;
}

.entry-header h1 a {
	font-size: 26px;
	font-weight: bold;
	line-height: 28px;
}

.page-header a {
	color: #ffffff;
}

.archive .taxonomy-description {
	margin: 35px 0 0;
	text-align: left;
}

.page .entry-header,
.page .entry-content {
	float: none;
	width: auto;
}

.single div.entry-meta {
	font-size: 12px;
}

footer.entry-meta,
.search-results .page footer.entry-meta {
	color: #414141;
	float: left;
	font-size: 12px;
	font-weight: bold;
	line-height: 22px;
	margin-top: 66px;
	text-align: center;
	width: 12.5%;
}

.page footer.entry-meta {
	font-size: 12px;
	font-weight: normal;
	line-height: 22px;
	margin-top: 45px;
	text-align: left;
}

.single-attachment footer.entry-meta {
	margin-top: 90px;
}

footer.entry-meta a,
footer.entry-meta .sticky-icon {
	display: block;
	margin-bottom: 20px;
}

footer.entry-meta .genericon {
	border: 2px solid #414141;
	border-radius: 50%;
	display: block;
	margin: 0 auto;
	padding: 12px;
	text-align: center;
	text-decoration: none;
}

footer.entry-meta a:hover .genericon {
	border-color: #8b8b8b;
}

.attachment-meta {
	display: inline-block;
	margin: 6px 0 3px;
}

.sticky-icon .genericon:before {
	content: '\f308';
}

.author .genericon:before {
	content: '\f304';
}

.pubdate .genericon:before {
	content: '\f307';
}

.comments-link .genericon:before {
	content: '\f300';
}

footer.entry-meta .author,
.single-attachment .attachment footer.entry-meta .author {
	display: none;
}

.group-blog footer.entry-meta .author {
	display: inline;
}

.entry-header .attachment-post-thumbnail {
	max-width: 100%;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
	margin: 15px 0 5px;
}

.entry-content .featured-image {
	margin-bottom: 40px;
}

.entry-summary .more-link {
	font-size: 12px;
	display: block;
	padding: 10px 0;
}

#jp-post-flair,
.page-links,
.edit-link {
	clear: both;
	margin: 0 0 1.5em;
}


/* =Front page
----------------------------------------------- */

/* Featured content */
.featured-content {
	padding-bottom: 80px;
}

.blog .featured-content {
	border: none;
}

.featured-content a,
.featured-content .nivo-caption {
	display: none;
}
.featured-content a:first-of-type {
	display: block;
}

.featured-content .nivo-caption {
	bottom: 80px;
}

.home.page .type-page .entry-header {
	margin-bottom: 17px;
}

.home.page footer.entry-meta,
.home.page footer.entry-meta a {
	margin: 0;
}

.home.page .front-page-grid .hentry {
	display: inline-block;
	float: left;
	margin: 0 2.5% 50px 0;
	width: 22.5%;
}

.home.page .front-page-grid .hentry:nth-of-type(4),
.home.page .front-page-grid .hentry:nth-of-type(7) {
	margin-right: 0;
}

.home.page .front-page-grid .entry-header,
.home.page .front-page-grid .entry-summary {
	margin: 0;
	width: 100%;
}

.home.page .front-page-grid .entry-header h1 a {
	font-size: 16px;
	line-height: 20px;
}

.home.page .front-page-grid .entry-header {
	margin-bottom: 10px;
}

.home.page .front-page-grid .hentry:nth-of-type(5) {
	clear: both;
}

.home.page .front-page-grid .hentry:nth-of-type(5),
.home.page .front-page-grid .hentry:nth-of-type(6),
.home.page .front-page-grid .hentry:nth-of-type(7) {
	width: 31%;
}

.home.page .front-page-grid footer.entry-meta,
.home.page .front-page-grid .hentry:nth-of-type(5) .featured-image,
.home.page .front-page-grid .hentry:nth-of-type(6) .featured-image,
.home.page .front-page-grid .hentry:nth-of-type(7) .featured-image {
	display: none;
}


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

.entry-format {
	color: #b8b8b8;
	font-style: italic;
}

.single-format-aside .entry-title,
.single-format-quote .entry-title {
	font-size: 15px;
	margin: 0 0 1.5em;
}


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

.site-header img,
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%; /* fluid images for posts, comments, and widgets */
}

.site-header img,
.entry-content img,
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"],
img.size-full,
img.size-large {
	height: auto; /* make sure images with wordpress-added height and width attributes are scaled correctly */
}

.site-header img,
.entry-content img,
img.size-full {
	max-width: 100%;
}

.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}

.wp-caption img.wp-smiley {
	display: inline;
}

.wp-caption-text {
	margin: 0.8075em 5px;
	text-align: center;
}

.site-content .gallery {
	margin-bottom: 1.5em;
}

.site-content .gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}

.site-content .gallery dd {
	margin: 0;
}

.gallery-caption {}

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


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

.site-content .site-navigation {
	margin: 1.5em 0;
}

.site-content .nav-previous,
.image-navigation .previous-image {
	float: left;
	width: 50%;
}

.site-content .nav-next,
.image-navigation .next-image {
	float: right;
	text-align: right;
	width: 50%;
}

.paging-navigation a,
.image-navigation a,
.post-navigation a {
	background-color: #f7f7f7;
	border: 1px solid #cbcbcb;
	border-radius: 10px;
	display: inline-block;
	font-size: 12px;
	line-height: 1.5;
	padding: 8px 10px;
}

.paging-navigation a:hover,
.post-navigation a:hover {
	background-color: #eaeaea;
	color: #414141;
}

.infinite-scroll .paging-navigation {
	display: none;
}

.infinite-loader {
	display: block;
	padding-left: 50%;
}

.infinite-loader .spinner {
	margin-left: -17px;
}

#infinite-handle {
	margin-top: 20px;
	text-align: center;
}


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

.comments-area,
#respond {
	margin-top: 40px;
	position: relative;
}

.comments-area form,
.nocomments {
	float: right;
	width: 83.33333333333%;
}

.comments-area .commentlist form {
	float: none;
}

.comments-area .sep {
	background-color: #dcdcdc;
	margin: 0 0 0 16.6666666666%;
	width: 83.33333333333%;
}

.comments-title,
#respond h3 {
	background-color: #fff;
	font-size: 16px;
	position: absolute;
	text-align: right;
	text-transform: uppercase;
	top: -12px;
}

.commentlist {
	margin: 0 0 55px;
}

.commentlist .children {
	padding: 35px 0 0 80px;
	margin: 10px 0 0;
}

.commentlist > li,
.commentlist .children > li {
	list-style-type: none;
	margin-top: 55px;
	position: relative;
}

.commentlist .children > li:first-child {
	margin-top: 0;
}

.comment {
	min-height: 90px;
}

.comment footer {
	font-size: 12px;
	margin-bottom: 1.5em;
}

.comment footer div {
	display: inline;
}

.comment .says {
	display: none;
}

.comment-author .fn {
	font-style: normal;
}

.comment-meta .comment-date {
	display: block;
}

.comment-content,
.comment .reply {
	padding-left: 80px;
}

.comment-content h1,
.comment-content h2,
.comment-content h3,
.comment-content h4,
.comment-content h5,
.comment-content h6 {
	margin: 15px 0 5px;
}

.comment .avatar {
	background-color: #f5f5f5;
	border: 1px solid #dddddd;
	border-radius: 2px;
	float: left;
	margin: 0 20px 20px 0;
	padding: 4px;
}

.comment-notes,
.logged-in-as,
.comment-form-comment {
	margin: 1.5em 0;
}

.comment-notes {
	font-size: 12px;
}

.logged-in-as {
	float: left;
	font-size: 12px;
	height: 175px;
	text-transform: uppercase;
}

.nocomments {
	font-size: 12px;
	padding-top: 1.5em;
	text-transform: uppercase;
}

.comments-area form {
	position: relative;
}

.comment-form-author label,
.comment-form-email label,
.comment-form-url label {
	color: #ffffff;
	display: inline-block;
	left: 10px;
	min-width: 60px;
	position: absolute;
	top: 15px;
	z-index: 1;
}

.comments-area .required {
	color: #ff0000;
}

.comments-area .comment-form-author,
.comments-area .comment-form-email,
.comments-area .comment-form-url,
.comments-area .comment-form-comment {
	font-size: 12px;
	margin-bottom: 20px;
	position: relative;
	width: 41.25%;
}

.comments-area input[type="text"] {
	height: 45px;
	padding: 0 10px;
	position: relative;
	text-indent: 80px;
	width: 100%;
}

.comments-area input[type="text"],
.comments-area textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #4c4c4c;
	border: none;
	color: #ffffff;
	display: block;
}

.comments-area input:active,
.comments-area input:focus {
	color: #ffffff;
}

.comments-area .comment-form-comment {
	position: absolute;
	right: 0;
	top: 36px;
	width: 55%;
}

.logged-in .comments-area .comment-form-comment {
	top: 0;
}

.comment-form-comment label,
.form-allowed-tags {
	display: none;
}

.comment-form-comment textarea {
	height: 175px;
	padding: 10px;
	width: 100%;
}

.comments-area .form-submit {
	clear: both;
	float: right;
}

.bypostauthor {
}

/* WordPress.com specific */
div#respond.js {
	overflow: visible;
}

div#respond.js h3 {
	top: -28px;
}

.commentlist div#respond.js h3 {
	margin-top: 0;
	position: relative;
	text-align: left;
	top: 0;
}

.comments-area > div#respond.js form {
	width: 83.3333% !important;
}


/* =Tweets
----------------------------------------------- */

.tweet-container {
	background-color: #e5e5e5;
	margin: -45px -45px 45px;
	padding: 45px;
	position: relative;
}
.sidebars-none .tweet-container {
	margin-bottom: -45px;
}

.tweet-content {
	font-size: 20px;
	font-weight: bold;
	float: right;
	line-height: 42px;
	text-transform: uppercase;
	width: 83.33333333333%;
}

.tweet-meta {
	float: left;
	position: absolute;
	margin-top: -28px;
	text-align: center;
	top: 50%;
	width: 12.5%;
}

.tweet-meta .twitter-profile {
	background: #414141;
	border-radius: 50%;
	color: #e5e5e5;
	font-size: 25px;
	height: auto;
	padding: 15px 13px 13px 15px;
	width: auto;
}


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

.widget-area,
.error404 .widget {
	float: left;
	margin-right: 2.5%;
}

.widget-area:last-child,
.error404 .widget:last-of-type {
	margin: 0;
}

.sidebars-one .widget-area {
	width: 100%;
}

.sidebars-two .widget-area {
	width: 48.5%;
}

.sidebars-three .widget-area,
.error404 .widget {
	width: 31%;
}

.sidebars-four .widget-area {
	width: 22.5%;
}

.widget {
	margin: 0 0 1.5em;
}

.widget h1 {
	font-size: 16px;
	font-weight: bold;
	line-height: 24px;
	text-transform: uppercase;
}

.widget > ul,
.widget > ol,
.widget ul.menu {
	margin-left: 0;
}

.widget li{
	border-top: 1px solid #fcfcfc;
	border-bottom: 1px solid #e3e3e3;
	list-style-type: none;
	padding: 9px 0;
}

.widget li:first-child {
	border-top: none;
}

.widget li:last-child {
	border-bottom: none;
}

.widget .children li:first-child,
.widget .sub-menu li:first-child {
	border-top: 1px solid #fcfcfc;
}

.widget .children,
.widget .sub-menu {
	margin-top: 9px;
	border-top: 1px solid #e3e3e3;
}

.children li:last-child,
.sub-menu li:last-child {
	padding-bottom: 0;
}

/* Search widget */
form[role="search"] .submit {
	border-left: 1px solid #e8e8e8;
	display: inline-block;
	font-size: 16px;
	font-family: 'Genericons';
	height: 40px;
	margin-left: -7px;
	padding: 8px 12px;
	-webkit-font-smoothing: antialiased;
	vertical-align: top;
}

#s {
	height: 16px;
}

.error404 form[role="search"] {
	margin-bottom: 100px;
}

.sidebars-four .widget_search input[type="text"] {
	max-width: 150px;
}

/* Calendar widget */
#wp-calendar th,
#wp-calendar td {
	font-size: 12px;
	text-align: center;
	width: 32px;
}

#wp-calendar #today {
	border: 1px solid #dddddd;
}

#wp-calendar #prev {
	padding-left: 15px;
	text-align: left;
}

#wp-calendar #next {
	padding-right: 15px;
	text-align: right;
}

#wp-calendar td a {
	display: block;
	font-weight: bold;
}

.tagcloud a {
	border-radius: 20px;
	display: inline-block;
	margin: 5px;
}

.tagcloud a:hover {
	color: inherit;
}

/* Select */
.widget_archive select,
.widget_categories select {
	padding: 0.5em;
	margin-top: 0.5em;
}

/* Flickr Widget (WP.com) */
.widget_flickr #flickr_badge_uber_wrapper a {
	color: #414141 !important;
}
.widget_flickr #flickr_badge_uber_wrapper a:hover {
	color: #414141 !important;
	text-decoration: underline !important;
}
.widget_flickr #flickr_badge_wrapper {
	background-color: transparent !important;
	border: none !important;
}
.widget_flickr table {
	margin: 0 !important;
}
.widget_flickr .flickr-size-thumbnail {
	margin: 0 auto;
}
.widget_flickr .flickr-size-thumbnail br,
.widget_flickr .flickr-size-small br {
	display: none;
}
.widget_flickr .flickr-size-thumbnail img {
	display: block;
	margin-bottom: 1em;
}
.widget_flickr .flickr-size-small img {
	display: block;
	margin-bottom: 0.5em;
	max-width: 100%;
}

/* Genericons */
.site-info .twitter,
.site-info .facebook,
.site-info .google-plus,
.site-info .linkedin {
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	font: normal 16px/1 'Genericons';
	vertical-align: top;
}

/* Footer */
.site-info .twitter,
.site-info .facebook,
.site-info .google-plus,
.site-info .linkedin {
	color: #787878;
}

.site-info .twitter:hover,
.site-info .facebook:hover,
.site-info .google-plus:hover,
.site-info .linkedin:hover {
	color: #414141;
}

.site-info .credits {
	display: inline-block;
	margin-top: 2px;
}

img#wpstats {
	display: block;
	margin: 5px auto;
}

@media screen and (max-width: 1080px) {
	.site {
		margin: 80px 10px;
		width: auto;
	}

	.commentlist .children {
		padding-left: 0;
	}

	.depth-1 > .children {
		padding-left: 80px;
	}
}

@media screen and (max-width: 767px) {
	.site {
		margin-top: 20px;
		padding: 10px;
	}

	.site-header {
		margin-top: 10px;
	}

	.widgets {
		margin: 0 -10px -10px;
		padding: 10px;
	}

	.widget-area {
		float: none;
	}

	.tweet-container {
		margin: -10px -10px 10px;
		padding: 10px;
	}

	.home.page .hentry:nth-of-type(5) {
		clear: none;
	}

	.home.page .hentry,
	.home.page .hentry:nth-of-type(4),
	.home.page .hentry:nth-of-type(5),
	.home.page .hentry:nth-of-type(6),
	.home.page .hentry:nth-of-type(7),
	.sidebars-four .widget-area,
	.error404 .widget {
		margin-right: 4%;
		width: 48%;
	}
	.home.page .front-page-grid .hentry {
		width: 31%;
	}
	.home.page .front-page-grid .hentry:nth-of-type(3),
	.home.page .front-page-grid .hentry:nth-of-type(5),
	.home.page .front-page-grid .hentry:nth-of-type(6) {
		margin-right: 2.5%;
	}

	.home.page .hentry:nth-of-type(odd),
	.sidebars-three .widget-area,
	.sidebars-four .widget-area:nth-of-type(even),
	.error404 .widget:nth-of-type(2n) {
		margin-right: 0;
	}

	.home.page .hentry:first-of-type,
	.sidebars-three .widget-area {
		width: 100%;
	}
}

@media screen and (max-width: 599px) {
	.entry-header,
	.entry-content,
	.entry-summary,
	.search-results .page .entry-header,
	.single footer.entry-meta,
	.comments-area .sep,
	.comments-area form,
	.nocomments,
	.comments-area .comment-form-author,
	.comments-area .comment-form-email,
	.comments-area .comment-form-url,
	.comments-area input[type="text"],
	.comments-area .comment-form-comment,
	.comment-form-comment textarea,
	div#respond.js form {
		float: none;
		width: 100%;
	}

	footer.entry-meta,
	.tweet-meta {
		display: none;
	}

	.comments-area .sep {
		margin: 0;
	}

	div#respond.js h3 {
		margin-top: 0;
		position: relative;
		text-align: left;
		top: 0;
	}

	.comments-area .comment-form-comment {
		position: relative;
		top: auto;
	}

	.comments-area input[type="text"],
	.comment-form-comment textarea {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.comments-area .logged-in-as {
		float: none;
		margin: 18px 0;
		height: auto;
		width: auto;
	}

	.home.page .hentry,
	.home.page .hentry:nth-of-type(4),
	.home.page .hentry:nth-of-type(5),
	.home.page .hentry:nth-of-type(6),
	.home.page .hentry:nth-of-type(7),
	.sidebars-two .widget-area,
	.sidebars-four .widget-area,
	.error404 .widget,
	.tweet-content {
		margin-right: 0 !important;
		width: 100% !important;
	}

	.commentlist > li,
	.commentlist .children > li {
		border-top: 1px dashed #dcdcdc;
		margin-top: 27px;
		padding-top: 27px;
	}

	.commentlist > li:first-of-type {
		border: none;
	}

	.comment .avatar {
		display: none;
	}

	.comment-content,
	.comment .reply {
		padding: 0;
	}
}

@media screen and (max-width: 559px) {
	.theme-default .nivo-caption {
		font-size: 10px;
	}
}
/**

	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#Noticons) 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#Noticons) 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-hierarchy:before { content: "\f505"; }
.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-paintbrush:before { content: "\f506"; }
.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-sitemap:before { content: "\f507"; }
.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-xpost:before { content: "\f504"; }
.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;
}
/**

	WordAds V2! This CSS applies to all WordAds and Adsense themes

	HTML markup structure of an ad:

	<div class="wpcnt|mpb">
	<div class="wpa [wpmrec|wpwidesky|wpleaderboard]">

		<a class="wpa-about" href="http://wordpress.com/about-these-ads/" rel="nofollow">
		About these ads
		</a>

		<div class="u">
		[ad unit here]
		</div>

	</div>
	</div>

*/


/* outer container */
.wpcnt {
	text-align: center;
	line-height: 0;
}

.mpb{
	text-align: center;
	margin: 0px auto;
	width: 100%;
}

/* inner container */
.wpa, .wpadvert {				/* @todo: deprecate wpadvert */
	position: relative;
    /*overflow: hidden; */       /* this hides "about these ads" when there's no adfill */
    display: inline-block !important;
    max-width: 100%; 
    text-align: left;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.wpa.wpwidesky, .wpa.wpleaderboard{
	width: auto;
}

.wpa.top{
	min-width: 728px;
}

.wpa.wpwidesky{
	min-width: 160px;
}

.wpa.wpmrec{
	min-width: 300px;
}

.mpb .wpa{
	padding: 10px 0 0;
}

/* about these ads */
/* all the !important use is to ensure consistency */
.wpa-about{	/* @todo: deprecate wpadvert-about */
	position: absolute;
	top: 5px;
	left: 0;
	right: 0;
	display: block;
	min-width: 160px;
	/*margin-top: 5px;*/
	border-bottom: none !important;			/* some themes ad dotted underlines, that won't look nice */
	font: 10px/1 "Open Sans", Arial, sans-serif !important;
	text-align: left !important;
	text-decoration: none !important;
	opacity: 0.85;
}

.wpa-about:hover{
	text-decoration: underline !important;	/* !important necessary, since themes override this routinely */
	opacity: 1;
}

/*.wpadvert-about {
	display: block;
	padding: 0 1px;
	font: 9px/1 sans-serif;
	text-decoration: underline;
}*/


.wpa-about:hover, .wa_infobox a:hover {
	text-decoration: underline !important;	/* !important necessary, since themes override this routinely */
	color: #444;							/* !disabling since links must use the theme colors */
}

.wpa-notice {
	display: block;
	position: relative; 
	padding: 20px;
	overflow: hidden;
	border: 5px solid #efefef;
	font: 10px/1 "Open Sans", Arial, sans-serif !important;
}

/* dark theme */
body.highlander-dark .wpa-about {
	color: #ddd;
}
body.highlander-dark .wpa-about:hover {
	color: #e9e9e9;
}

/* ad unit wrapper */
.wpa .u>div, .wpadvert>div>* {	/* @todo: deprecate wpdvert */
	display: block;
	margin-top: 5px;			/* this makes "about these ads" visible */
	margin-bottom: 1em;			/* every ad should have a little space below it */
}

div.wpa>div {
	margin-top: 20px;
}

#google_ads_div_wpcom_below_post_adsafe_ad_container {
	display: block !important;
}

.wa-sponsored-link {
	font: 9px/1 sans-serif;
}
/**
 * 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;
}


/**
 * Screen Reader Text for "Icon Only" option
 */

.sharing-screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.sharing-screen-reader-text:hover,
.sharing-screen-reader-text:active,
.sharing-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 */
}


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

*/


/* 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: 'Genericons';
    src: url(/wp-content/mu-plugins/genericons/genericons/Genericons.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/genericons/Genericons.ttf) format('truetype'),
         url(/wp-content/mu-plugins/genericons/genericons/Genericons.svg#genericonsregular) format('svg');
    font-weight: normal;
    font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: "Genericons";
    src: url(/wp-content/mu-plugins/genericons/genericons/./Genericons.svg#Genericons) format("svg");
  }
}


/**
 * All Genericons
 */

.genericon {
	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: "Genericons";
	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
 */

.genericon-404:before { content: "\f423"; }
.genericon-activity:before { content: "\f508"; }
.genericon-anchor:before { content: "\f509"; }
.genericon-aside:before { content: "\f101"; }
.genericon-attachment:before { content: "\f416"; }
.genericon-audio:before { content: "\f109"; }
.genericon-bold:before { content: "\f471"; }
.genericon-book:before { content: "\f444"; }
.genericon-bug:before { content: "\f50a"; }
.genericon-cart:before { content: "\f447"; }
.genericon-category:before { content: "\f301"; }
.genericon-chat:before { content: "\f108"; }
.genericon-checkmark:before { content: "\f418"; }
.genericon-close:before { content: "\f405"; }
.genericon-close-alt:before { content: "\f406"; }
.genericon-cloud:before { content: "\f426"; }
.genericon-cloud-download:before { content: "\f440"; }
.genericon-cloud-upload:before { content: "\f441"; }
.genericon-code:before { content: "\f462"; }
.genericon-codepen:before { content: "\f216"; }
.genericon-cog:before { content: "\f445"; }
.genericon-collapse:before { content: "\f432"; }
.genericon-comment:before { content: "\f300"; }
.genericon-day:before { content: "\f305"; }
.genericon-digg:before { content: "\f221"; }
.genericon-document:before { content: "\f443"; }
.genericon-dot:before { content: "\f428"; }
.genericon-downarrow:before { content: "\f502"; }
.genericon-download:before { content: "\f50b"; }
.genericon-draggable:before { content: "\f436"; }
.genericon-dribbble:before { content: "\f201"; }
.genericon-dropbox:before { content: "\f225"; }
.genericon-dropdown:before { content: "\f433"; }
.genericon-dropdown-left:before { content: "\f434"; }
.genericon-edit:before { content: "\f411"; }
.genericon-ellipsis:before { content: "\f476"; }
.genericon-expand:before { content: "\f431"; }
.genericon-external:before { content: "\f442"; }
.genericon-facebook:before { content: "\f203"; }
.genericon-facebook-alt:before { content: "\f204"; }
.genericon-fastforward:before { content: "\f458"; }
.genericon-feed:before { content: "\f413"; }
.genericon-flag:before { content: "\f468"; }
.genericon-flickr:before { content: "\f211"; }
.genericon-foursquare:before { content: "\f226"; }
.genericon-fullscreen:before { content: "\f474"; }
.genericon-gallery:before { content: "\f103"; }
.genericon-github:before { content: "\f200"; }
.genericon-googleplus:before { content: "\f206"; }
.genericon-googleplus-alt:before { content: "\f218"; }
.genericon-handset:before { content: "\f50c"; }
.genericon-heart:before { content: "\f461"; }
.genericon-help:before { content: "\f457"; }
.genericon-hide:before { content: "\f404"; }
.genericon-hierarchy:before { content: "\f505"; }
.genericon-home:before { content: "\f409"; }
.genericon-image:before { content: "\f102"; }
.genericon-info:before { content: "\f455"; }
.genericon-instagram:before { content: "\f215"; }
.genericon-italic:before { content: "\f472"; }
.genericon-key:before { content: "\f427"; }
.genericon-leftarrow:before { content: "\f503"; }
.genericon-link:before { content: "\f107"; }
.genericon-linkedin:before { content: "\f207"; }
.genericon-linkedin-alt:before { content: "\f208"; }
.genericon-location:before { content: "\f417"; }
.genericon-lock:before { content: "\f470"; }
.genericon-mail:before { content: "\f410"; }
.genericon-maximize:before { content: "\f422"; }
.genericon-menu:before { content: "\f419"; }
.genericon-microphone:before { content: "\f50d"; }
.genericon-minimize:before { content: "\f421"; }
.genericon-minus:before { content: "\f50e"; }
.genericon-month:before { content: "\f307"; }
.genericon-move:before { content: "\f50f"; }
.genericon-next:before { content: "\f429"; }
.genericon-notice:before { content: "\f456"; }
.genericon-paintbrush:before { content: "\f506"; }
.genericon-path:before { content: "\f219"; }
.genericon-pause:before { content: "\f448"; }
.genericon-phone:before { content: "\f437"; }
.genericon-picture:before { content: "\f473"; }
.genericon-pinned:before { content: "\f308"; }
.genericon-pinterest:before { content: "\f209"; }
.genericon-pinterest-alt:before { content: "\f210"; }
.genericon-play:before { content: "\f452"; }
.genericon-plugin:before { content: "\f439"; }
.genericon-plus:before { content: "\f510"; }
.genericon-pocket:before { content: "\f224"; }
.genericon-polldaddy:before { content: "\f217"; }
.genericon-portfolio:before { content: "\f460"; }
.genericon-previous:before { content: "\f430"; }
.genericon-print:before { content: "\f469"; }
.genericon-quote:before { content: "\f106"; }
.genericon-rating-empty:before { content: "\f511"; }
.genericon-rating-full:before { content: "\f512"; }
.genericon-rating-half:before { content: "\f513"; }
.genericon-reddit:before { content: "\f222"; }
.genericon-refresh:before { content: "\f420"; }
.genericon-reply:before { content: "\f412"; }
.genericon-reply-alt:before { content: "\f466"; }
.genericon-reply-single:before { content: "\f467"; }
.genericon-rewind:before { content: "\f459"; }
.genericon-rightarrow:before { content: "\f501"; }
.genericon-search:before { content: "\f400"; }
.genericon-send-to-phone:before { content: "\f438"; }
.genericon-send-to-tablet:before { content: "\f454"; }
.genericon-share:before { content: "\f415"; }
.genericon-show:before { content: "\f403"; }
.genericon-shuffle:before { content: "\f514"; }
.genericon-sitemap:before { content: "\f507"; }
.genericon-skip-ahead:before { content: "\f451"; }
.genericon-skip-back:before { content: "\f450"; }
.genericon-skype:before { content: "\f220"; }
.genericon-spam:before { content: "\f424"; }
.genericon-spotify:before { content: "\f515"; }
.genericon-standard:before { content: "\f100"; }
.genericon-star:before { content: "\f408"; }
.genericon-status:before { content: "\f105"; }
.genericon-stop:before { content: "\f449"; }
.genericon-stumbleupon:before { content: "\f223"; }
.genericon-subscribe:before { content: "\f463"; }
.genericon-subscribed:before { content: "\f465"; }
.genericon-summary:before { content: "\f425"; }
.genericon-tablet:before { content: "\f453"; }
.genericon-tag:before { content: "\f302"; }
.genericon-time:before { content: "\f303"; }
.genericon-top:before { content: "\f435"; }
.genericon-trash:before { content: "\f407"; }
.genericon-tumblr:before { content: "\f214"; }
.genericon-twitch:before { content: "\f516"; }
.genericon-twitter:before { content: "\f202"; }
.genericon-unapprove:before { content: "\f446"; }
.genericon-unsubscribe:before { content: "\f464"; }
.genericon-unzoom:before { content: "\f401"; }
.genericon-uparrow:before { content: "\f500"; }
.genericon-user:before { content: "\f304"; }
.genericon-video:before { content: "\f104"; }
.genericon-videocamera:before { content: "\f517"; }
.genericon-vimeo:before { content: "\f212"; }
.genericon-warning:before { content: "\f414"; }
.genericon-website:before { content: "\f475"; }
.genericon-week:before { content: "\f306"; }
.genericon-wordpress:before { content: "\f205"; }
.genericon-xpost:before { content: "\f504"; }
.genericon-youtube:before { content: "\f213"; }
.genericon-zoom:before { content: "\f402"; }




/*
	Global styles for WordPress.com
*/
img.latex {
	border: none;
	vertical-align: middle;
}
.video-player {
	border: 0;
	margin: auto;
	padding: 5px;
	text-align: center;
	max-width: 100%;
}
.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;
	}
}
