@import url(6cb7109231d8cd1afecb10a8b4613a87ce504007.css) ;
/**
 * 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(d1554a99eb74168562f8c63383d2bb44d28620b8.png) ;
	background-image: url(65324131dab9d80022d2348d797cec11f510658d.svg) , none;
}

.wp-emoji-wink:before {
	background-image: url(c4817686da29a07123703cb6170652e52b798301.png) ;
	background-image: url(523d7eeef904758585843c469cb0c1db4087e7e8.svg) , none;
}

.wp-emoji-bigsmile:before {
	background-image: url(d3bf287da1400659d1fc2458f51b5743cc14c8b5.png) ;
	background-image: url(255930ad93acb0e4d909b2e7334305a5bc381a28.svg) , none;
}

.wp-emoji-heart:before {
	background-image: url(81f4bc94768440e8d2444289f49eab2312a402e9.png) ;
	background-image: url(4e088200c66b565af167ec2d1797eb0d90da01d3.svg) , none;
}

.wp-emoji-neutral:before {
	background-image: url(56ae0470c71bebcefa57c7a47402e56fdcb6c548.png) ;
	background-image: url(238cdea991a28eb4740e0dd297dd52dc38b81e36.svg) , none;
}

.wp-emoji-uneasy:before {
	background-image: url(2ce7731724678b2433a76befdb69d81087251bc8.png) ;
	background-image: url(61b9a5844b53922fc1cd5d3eb82e36ec0fe3ea09.svg) , none;
}

.wp-emoji-lol:before {
	background-image: url(510ccb379a97068a60f12ba4fbccfa1a3ac8c7e7.png) ;
	background-image: url(d5eefd569b4d17298d89f2fb57adad7306181df0.svg) , none;
}

.wp-emoji-sad:before {
	background-image: url(45adfceaaee22bdaf6d3a6bed03f14dd1beccf42.png) ;
	background-image: url(7a353116d933fc35048f1e112db1ffe487237525.svg) , none;
}

.wp-emoji-cry:before {
	background-image: url(5fb03b7765dad52d090e7e52a0c1e43f190114de.png) ;
	background-image: url(a34ddb5294f2cf98f3b661cdcb8c562feadd78b4.svg) , none;
}

.wp-emoji-evilgrin:before {
	background-image: url(2cf829521d2ac8d2879d7b59886340461b51b771.png) ;
	background-image: url(29daf28f83acb27cd1b4e22be7e17b2bfa7248b0.svg) , none;
}

.wp-emoji-twisted:before {
	background-image: url(812a1300debbc7a58085be8ff253beaf9fd78768.png) ;
	background-image: url(3d45fd136fa8343c87a59f2f5aa98fe7eb919aba.svg) , none;
}

.wp-emoji-evil:before {
	background-image: url(712b0d540b8e4a136e9cc8b0c3a55edeb6a7df54.png) ;
	background-image: url(202d871328cb9c261492499db0d60bd18666cab6.svg) , none;
}

.wp-emoji-surprised:before {
	background-image: url(bb0ba2b0d258e15b01a15243415a293c413a13c5.png) ;
	background-image: url(c449b4b8cb0de34b7d06d78ac3d8fa4832c63711.svg) , none;
}

.wp-emoji-tongue:before {
	background-image: url(69ce3065759726682295ffb7d24485d7f77136ec.png) ;
	background-image: url(cfe0819482f4c1c1ae5cc98846d28ef08ac5add5.svg) , none;
}

.wp-emoji-angry:before {
	background-image: url(9aa11fce8dbbcb261fa671c85d44fd61ee8a90ee.png) ;
	background-image: url(669dc63cb950ccd9a562d33fcfbc904b7b0e1458.svg) , none;
}

.wp-emoji-burrito:before {
	background-image: url(c8959a68f2728d59068b491922c9313199ae1330.png) ;
	background-image: url(d833dbeb94d044379ace6cb4cc40dc831f84f7c8.svg) , none;
}
.wp-emoji-burrito, .wp-emoji-burrito:before {
	width: 1.6em;
}

.wp-emoji-wordpress:before {
	background-image: url(218f46068f544284d758747e2f518ee26884bdf6.png) ;
	background-image: url(d944c66db042227c7d26df41305b6f4379906c14.svg) , none;
}

.wp-emoji-mindblown:before {
	background-image: url(02a493436e469143af08bc492064497717240be0.png) ;
	background-image: url(959553e7c8c6d3dab3394a6c353db31bda287c63.svg) , none;
}

.wp-emoji-mindblown-alt:before {
	background-image: url(31b41fd7bfc00764a06c88215800b384356e2b28.png) ;
	background-image: url(4b6a0c15d23267a498d12402bdc09efaf2fc1f55.svg) , none;
}

.wp-emoji-martini:before {
	background-image: url(b9eaa7b95b815e9811c467dad66eaefdb68a594a.png) ;
	background-image: url(af7586ee61ee7e2ffc6b5f8ac0e22388c1cca7a6.svg) , none;
}

.wp-emoji-whiterussian:before {
	background-image: url(101d1782eab0394b8913d759f88219a85abb6a5f.png) ;
	background-image: url(89e747a5ec3ae337c1b2622a7e567be00c1c3bd0.svg) , none;
}

.wp-emoji-star:before {
	background-image: url(4a74bff89d026a4125f0456a3bedb851455a44d4.png) ;
	background-image: url(c8217a0b73dae958a90536ca05d0eea69dc827c8.svg) , none;
}

.wp-emoji-developer:before {
	background-image: url(c91a0d90bffe53bf1df3bce0bfced35c5605dd35.png) ;
	background-image: url(da363917c704ad51f0bdf60fe9ea1931ecfce68b.svg) , none;
}
.wp-emoji-developer, .wp-emoji-developer:before {
	width: 1.5em;
}

.wp-emoji-facepalm:before {
	background-image: url(11e6b210bf67b0a7942102611ec1efabcfdf0ebb.png) ;
	background-image: url(250a51c2ccc602095eb010f000bbb346464c0770.svg) , none;
}
.wp-emoji-facepalm, .wp-emoji-facepalm:before {
	width: 1.4em;
}

.wp-emoji-bear:before {
	background-image: url(f99c3f78abcd772f96a5eb676aa613ee9cf65d81.png) ;
	background-image: url(fc505955b91f8e74911faffb0b6ae7c2e70fbb8b.svg) , none;
}

.wp-emoji-mrgreen:before {
	background-image: url(f01b4995c8830697cbf68d099926c3111d7ea5e1.png) ;
	background-image: url(5831649edbcbc70b592de89130948594302b2e28.svg) , none;
}

.wp-emoji-arrow:before {
	background-image: url(d96594ee1310c5e7366c520a9d57b78ea4e86a06.png) ;
	background-image: url(b8e8e761a6fff56ac7aa6f72201009c0b8410034.svg) , none;
}

.wp-emoji-confused:before {
	background-image: url(b9aa398dda67c2f5f9f8ad30445ccd0c78034df4.png) ;
	background-image: url(cbaf7c0ae4f86d2a44a43f3c92f68d6acc97e713.svg) , none;
}

.wp-emoji-cool:before {
	background-image: url(63bcd0e44527575110f636e9bb52ca9076c65fd8.png) ;
	background-image: url(801d75d4bbf7e4e457902e883a5e1309d908f421.svg) , none;
}

.wp-emoji-idea:before {
	background-image: url(eab93325357ada5820958f38b3c655b17dd7ffdc.png) ;
	background-image: url(f93690b3e7b156f3d6b9d407184271d1d2dddabf.svg) , none;
}

.wp-emoji-blush:before {
	background-image: url(e6663763cbae66a9c3dcbb30b06220e75f7118ed.png) ;
	background-image: url(995250b8c62f3e0dfdc65a190ca39d1066ffbb1f.svg) , none;
}

.wp-emoji-oops:before {
	background-image: url(e0629628b48669354c59bb3c90892bc21359cde3.png) ;
	background-image: url(ec90182ebf4d97ae8e89d616a964d0cc326f3a75.svg) , none;
}

.wp-emoji-rolleyes:before {
	background-image: url(ccefc5f62b7416af0e3cc02ebeca314f8a0ed5b3.png) ;
	background-image: url(155f65ee95624632db4da433d5a57e3a04b8995a.svg) , none;
}

.wp-emoji-exclaim:before {
	background-image: url(4b9d20f575023e3878381f6d283866555aeb9053.png) ;
	background-image: url(b46950cae6ef2ef2fd51c72d585f542387e32f2d.svg) , none;
}

.wp-emoji-question:before {
	background-image: url(8b1530f957b2342ee08d8de7a6f71041b51985d3.png) ;
	background-image: url(b9c98b50dcfe50c567bde1111cd5927378cb0f3c.svg) , none;
}

.wp-emoji-kitten:before {
	background-image: url(095976f087922e5a27942482a7efb3b1926dcafb.png) ;
	background-image: url(189c67e3a89fac02b31c0ebafb7273a5ec6eccab.svg) , none;
}

.wp-emoji-momface:before {
	background-image: url(7d4144fed66d9827b2be810cb45544f1137f16ad.png) ;
	background-image: url(111331e2770f79e4e08e52d2430ad94e89ed0089.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 10px 12px 10px;
	background-color: #2e4453;
	border-width: 0;
	box-shadow: 0 0 10px #2e4453;
	box-shadow: 0 0 10px rgba(46,68,83,.6);
	min-width: 130px;
	z-index: 1000;
}

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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


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

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

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


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


/* Hide G+ title */
.sd-gplus .sd-title {
	display: none;
}


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

#bit {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	_display: none;
}

/* @noflip */
.rtl #bit {
	font-family: tahoma, Arial, sans-serif;
}

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

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

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

#bit a.bsub {
	display: block;
	overflow: hidden;
	padding: 0 10px 0 8px;
	float: right;
	text-decoration: none !important;
	line-height: 28px;
	font-weight: normal;
	font-size: 13px;
	color: #CCC;
	letter-spacing: normal;
	border: 0;
	background-color: #324155;
	-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 {
	padding-right: 6px;
}

#bit a.bsub span:before{
	content: '\f801';
	color: #00AADC;
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font: normal 16px/1 'Noticons';
	margin: 0 5px 4px 0;
	vertical-align: middle;
}

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

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

#bitsubscribe {
	background: #324155;
	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;
}

#bitsubscribe a {
	color: #d2dee6;
}

#bit h3, #bit #bitsubscribe h3 {
	margin: 0 0 .5em 0 !important;
	font-size: 20px;
	line-height: 1.313;
	color: #D2DEE6;
	text-align: left;
	font-family: 'Merriweather', serif;
	font-weight: bold;
}

#bit h3 label{
	color: #D2DEE6;
	font-family: 'Merriweather', serif;
	font-size: 20px;
}

#bit #bitsubscribe p {
	margin: 0 0 1em 0;
	*margin: 0 0 0 0;
	font-size: 14px;
	line-height: 1.45em;
	font-weight: 300;
	color: #fff;
}

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

#bit #bitsubscribe p.bit-follow-count {
	font-size: 13px;
	color: #D2DEE6;
	margin-top: -8px;
}

#bitsubscribe input[type=submit] {
  border-style: solid;
  border-width: 1px 1px 2px;
  color: #fff;
  cursor: pointer;
  display: block;
  margin: 0;
  outline: 0;
  overflow: hidden;
  padding: .75em;
  text-overflow: ellipsis;
  text-decoration: none;
  vertical-align: top;
  white-space: nowrap;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.8) inset;
  -moz-box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.8) inset;
  box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.8) inset;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: color 0.1s ease-in-out, background-color 0.1s ease-in-out;
  -moz-transition: color 0.1s ease-in-out, background-color 0.1s ease-in-out;
  -o-transition: color 0.1s ease-in-out, background-color 0.1s ease-in-out;
  transition: color 0.1s ease-in-out, background-color 0.1s ease-in-out;
  background: #00aadc;
  border-color: #0090bb;
  border-top-color: #0099c6;
  border-bottom-color: #0088b0;
  color: #fff;
  -webkit-box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.15) inset;
  -moz-box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.15) inset;
  box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.15) inset;
  width:100%;
  text-shadow: none;
  font-size: 1em;

}

#bitsubscribe input[type=submit]:hover {
	background: #33bbe3;
	border-color: #2b9ec0;
	border-bottom-color: #2895b5;
	box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.15) inset;
}

#bitsubscribe input[type=submit]:active {
	border-width: 2px 1px 1px;
}

#bitsubscribe input[type=text],
#bitsubscribe input[type=email] {
	background: #f4f8fA;
	border: 1px solid #d2dee6;
	border-radius: 0;
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
	font-size: 13px;
	font-weight: 300;
	line-height: 1.2;
	height: auto;
	padding: 5px 6px;
	width: 100%;
	box-sizing: border-box;
	/* @noflip */
	direction: ltr;
}

#bitsubscribe input::-webkit-input-placeholder {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
}

#bitsubscribe input::-moz-placeholder {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
}

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

#bsub-subscribe-button input {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif !important;
}

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


#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 {
	overflow: hidden;
}
#bitsubscribe #lof-followpublicize p.lof-followpublicize-facebook {
	border: 1px solid #242f3d;
}

/*
Error
=============================== */

#bit #bitsubscribe p#loggedout-follow-error {
	background: #E8F0F5;
	border-left: 3px solid #DD3D36;
	font-size: 12px;
	font-weight: 1.4em;
	padding: 10px;
	color: #DD3D36;
}

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

#bitsubscribe #bsub-credit {
	text-align: center;
	font-weight: normal;
	font-size: 11px;
	line-height: 1.313;
	padding: 0 0 7px 0;
	margin:0 0 -15px;
	border-top: 1px solid #3c3c3c;
}

#bitsubscribe #bsub-credit a {
	color: #90AEC2;
	background: none;
	text-decoration: none;
}

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

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

@media (min-device-width: 768px) {
	#bit, #bit a.bsub {
		display: block;
	}
}
/**
 * Add text colors to the playlist shortcode light color scheme.
 * 
 * Core ticket: https://core.trac.wordpress.org/ticket/27562
 */

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

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

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

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

.wp-playlist-caption {
	display: block;
}/**
 * MP6 hacks, CSS that's either WPCOM specific or otherwise not suitably for MP6 proper
 */

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

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

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

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

.bbp-a8c-reply {
	background: #e9eff3 !important;
	border: 1px solid #c8d7e1;
	width: 98% !important;
}/*
Theme Name: zBench
Theme URI: http://zww.me/archives/25131
Description: A clean, feature-packed, light-gray coloured design with multiple layouts, slick looking search box in the header and a smooth flowing easy to navigate dropdown menu.
Author: zwwoooo
Author URI: http://zww.me/
Version: 1.3-wpcom
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: zbench
Tags: gray, white, dark, light, one-column, two-columns, three-columns, left-sidebar, right-sidebar, two-columns, fixed-layout, right-sidebar, white, custom-header, custom-menu, rtl-language-support, light, sticky-post, translation-ready, custom-background, theme-options, full-width-template, blog, clean, faded, futuristic, minimal, modern, tech
Status: inactive
*/

/* CSS reset */
body,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,a,img,dl,dt,dd,ol,ul,li,fieldset,form,legend,table,tbody,tfoot,thead,tr,th,td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	list-style: none;
}
a {
	text-decoration: none;
	color: #333;
}
a:hover {
	text-decoration: underline;
	color: #4a630f;
}


/* Wrappers */
body {
	/* background: #454546; */
	background: #f7f7f7;
}
body, input, textarea {
	font-family: Tahoma, sans-serif;
}


/* Header */
#header {
	width: 100%;
	height: 51px;
	background: #454546;
	font-family: sans-serif;
}
#header_inner {
	width: 100%;
	max-width: 960px;
	min-width: 300px;
	margin: 0 auto;
}
* html #header_inner { /* Hack to force IE6 to use fixed width */
	width: 960px;
}

/* Navigation */
.nav {
	float: left;
	position: relative;
	top: 20px;
	/*width: 690px;*/
	z-index: 9999;
}
.nav li {
	float: left;
	position: relative;
	background: #333;
	border-left: 1px solid #555;
	border-top: 1px solid #555;
	border-right: 1px solid #555;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	margin: 0 8px 0 0;
	-moz-border-radius-topleft: 6px;
	-khtml-border-top-left-radius: 6px;
	-webkit-border-top-left-radius: 6px;
	border-top-left-radius: 6px;
	-moz-border-radius-topright: 6px;
	-khtml-border-top-right-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	border-top-right-radius: 6px;
}
.nav li.current-menu-item,
.nav li.current_page_item,
.nav li.current-menu-item:hover,
.nav li.current_page_item:hover {
	background: #f7f7f7;
}
.nav li.current-menu-item > a,
.nav li.current_page_item > a {
	color: #333;
	text-shadow: 1px 1px 1px #ddd;
}
.nav li a {
	display: block;
	color: #abaaaa;
	padding: 0 10px;
}
.nav li.current-menu-item:hover > a,
.nav li.current_page_item:hover > a {
	color: #333;
}
.nav li:hover,
.nav li.sfhover {
	background: #3a3a3a;
}
.nav li:hover a,
.nav li.sfhover a {
	color: #fff;
	text-decoration:none;
}


/* Dropdown */
.nav li ul {
	z-index:10;
	position: absolute;
	display: none;
	width: 150px;
	background: #454546;
	-moz-box-shadow: 4px 5px 29px #666;
	-khtml-box-shadow: 4px 5px 29px #666;
	-webkit-box-shadow: 4px 5px 29px #666;
	box-shadow: 4px 5px 29px #666;
}
.nav li:hover ul,
.nav li.sfhover ul {
	display: block;
	top: 30px;
	border-top: none;
}
.nav li li {
	z-index: 20;
	width: 150px;
	margin: 0;
	padding: 0;
	-moz-border-radius: 0;
	-khtml-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	height: auto;
	line-height: auto;
}
.nav li li.current-menu-item,
.nav li li.current_page_item,
.nav li li.current-menu-item:hover {
	background: #3a3a3a;
}
.nav li li.current-menu-item a,
.nav li li.current_page_item a {
	color: #abaaaa;
	text-shadow: none;
}
.nav li:hover li a,
.nav li.sfhover li a {
	color: #abaaaa;
	width: 130px;
	margin: 0;
	padding: 0 10px;
}
.nav li:hover li:hover a,
.nav li.sfhover li.sfhover a {
	color: #fff;
}
/* Flyout */
.nav li:hover li ul,
.nav li.sfhover li ul {
	left: -999em;
}
.nav li li:hover ul,
.nav li li.sfhover ul {
	z-index: 30;
	left: 0;
	top: -1px;
	margin: 0 0 0 150px;
}
.nav li:hover li:hover li a,
.nav li.sfhover li.sfhover li a {
	color: #abaaaa;
}
.nav li:hover li:hover li:hover a,
.nav li.sfhover li.sfhover li.sfhover a {
	color: #fff;
}
/* Third level */
.nav li:hover li:hover li ul,
.nav li.sfhover li.sfhover li ul {
	left: -999em;
}
.nav li:hover li:hover li:hover ul,
.nav li.sfhover li.sfhover li.sfhover ul {
	z-index: 50;
	left: 0;
}
.nav li:hover li:hover li:hover li a,
.nav li.sfhover li.sfhover li.sfhover li a {
	color: #abaaaa;
}
.nav li:hover li:hover li:hover li:hover a,
.nav li.sfhover li.sfhover li.sfhover li.sfhover a {
	color: #fff;
}


/* Search */
#search-form {
	float: right;
	width: 231px;
	height: 28px;
	background: #fff; /* Used to style button hover */
	position: relative;
	top: 37px;
	right: 0;
	/* Curve's */
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	/* Shadow */
	-moz-box-shadow: 2px 2px 5px #777;
	-khtml-box-shadow: 2px 2px 5px #777;
	-webkit-box-shadow: 2px 2px 5px #777;
	box-shadow: 2px 2px 5px #777;
}
#search-form #s {
	float: left;
	background: #565657;
	width: 187px;
	height: 26px;
	line-height: 26px;
	border: none;
	outline: none;
	margin: 0;
	padding: 0 5px;
	color: #ddd;
	border: 1px solid #999;
	border-right: none;
	/* Top left curves */
	-moz-border-radius-topleft: 6px;
	-khtml-border-top-left-radius: 6px;
	-webkit-border-top-left-radius: 6px;
	border-top-left-radius: 6px;
	/* Bottom left curves */
	-moz-border-radius-bottomleft: 6px;
	-khtml-border-bottom-left-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	border-bottom-left-radius: 6px;
}
#search-form #search-submit {
	float: left;
	background: #565657 url(2dcf9656d3fba84b973151947e6a785a81cc5031.gif)  0 -20px; /* Need background colour for IE6/7 bug */
	width: 33px;
	height: 28px;
	border: none;
	outline: none;
	margin: 0;
	padding: 0;
	border: 1px solid #999;
	text-indent: -999em;
	font-size: 0; /* Hack to make indent work in IE7 */
	display: block; /* Hack to make indent work in IE */
	line-height: 0; /* Hack to make indent work in IE6 */
	/* Top rigth curves */
	-moz-border-radius-topright: 6px;
	-khtml-border-top-right-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	border-top-right-radius: 6px;
	/* Bottom right curves */
	-moz-border-radius-bottomright: 6px;
	-khtml-border-bottom-right-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	border-bottom-right-radius: 6px;
}
#search-form #search-submit:hover {
	opacity: 0.9;
	cursor: pointer;
}

/* Content */
#content {
	width: 100%;
	max-width:960px;
	min-width:300px;
	margin:0 auto;
}
* html #content { /* Hack to force IE6 to use fixed width */
	width: 960px;
}

/* Title */
#title {
	width: 100%;
	margin: 30px auto 20px auto;
	overflow: hidden;
}
#title h1 {
	float: left;
	line-height: 35px;
	margin: 0 0 0 10px;
	padding: 0;
	text-shadow: 1px 1px 1px #999;
	font-size: 28px;
}
#title h1 a {
	color: #222;
}
#title h1 a:hover {
	text-decoration: none;
}
#content #title p {
	float: left;
	line-height: 18px;
	margin: 10px 0 0 20px;
	padding: 0;
	color: #222;
	font-family: Georgia, 'Times New Roman', sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-shadow: 0 1px 0 #fff;
}
#top {
	display: none;
}
/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: Georgia, "Times New Roman", Times,serif;
	font-weight: bold;
	color: #555;
	margin:0 0 18px 0;
}
h1 {
	font-size: 24px;
	line-height: 30px;
}
h2 {
	font-size: 20px;
	line-height: 26px;
}
h3 {
	font-size: 16px;
	line-height: 24px;
}
h4 {
	font-size: 14px;
	line-height: 20px;
}
h5 {
	font-size: 14px;
	line-height: 20px;
}
h6 {
	font-size: 14px;
	line-height: 20px;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: #333;
}


/* Page templates */
body.attachment-jpeg #maincontent,
body.attachment-png #maincontent,
body.attachment-gif #maincontent,
body.page-template-fullwidth-page-php #maincontent,
body.page-template-fullwidth-page-php .sep,
body.attachment.page #maincontent {
	width: 100%;
}
body.attachment-jpeg #maincontent_inner,
body.attachment-png #maincontent_inner,
body.attachment-gif #maincontent_inner,
body.page-template-fullwidth-page-php #maincontent_inner {
	width: 100%;
}
.attachment-jpeg #maincontent  p.comments-closed,
.attachment-png #maincontent  p.comments-closed,
.attachment-gif #maincontent  p.comments-closed,
.page-template-fullwidth-page-php p.comments-closed,
.attachment-jpeg #maincontent #comments,
.attachment-png #maincontent #comments,
.attachment-gif #maincontent#comments,
.page-template-fullwidth-page-php #comments {
	width: 100%;
}
.hentry.attachment div.attachment img {
	display: block;
	margin: 0 auto 30px auto;
}
.archives-title {
	margin: 10px 0;
	background: #f0f0f0;
	border: 1px solid #ccc;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}
.archives-title div {
	padding: 7px 10px;
	border: 1px solid #fff;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}
.archives-title h2 {
	font-family: Georgia, 'Times New Roman', serif;
	font-size: 18px;
	margin: 0;
	padding: 0;
}

/* Main Content area */
#maincontent {
	font-family: Tahoma, sans-serif;
	font-size: 12px;
	width: 67%;
}
.sidebar-content #maincontent {
	float: right;
	margin-left: 20px;
}
.content-sidebar-sidebar #maincontent,
.content-sidebar #maincontent {
	float: left;
	margin: 0 20px 0 0;
}
.sidebar-sidebar-content #maincontent {
	float: right;
	margin: 0 0 0 20px;
}
.sidebar-content-sidebar #maincontent {
	float: left;
	margin: 0 20px 0 0;
	width: 75%;
}
.sidebar-content-sidebar #maincontent_inner {
	width: 67%;
	float: right;
}

/* Post title */
h2.title {
	border-bottom: 1px solid #fff;
	font-size: 16px;
	text-shadow: 1px 1px 1px #aaa;
	margin: 10px 0 0 0;
	padding: 2px 10px;
}
h2.title a {
	color: #445566;
}
h2.title a:hover {
	color: #4a630f;
	text-decoration: none;
}
.post {
	overflow: hidden; /* To prevent images from blowing out the side */
	margin: 0 0 50px 0;
}
.aside {
	padding: 10px;
	background: #f3f2f2;
	border: 1px solid #eee;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}
.aside .sep {
	display: none;
}
/* Sticky posts */
.sticky {
	margin: 10px 0;
	background: #f0f0f0;
	border: 1px solid #ccc;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}
.sticky h2,
.sticky h2 a {
	color: #FF4E00;
	margin: 0;
}
.sticky .sep {
	border: none;
	background:none;
}
/* Post thumbnails */
.post img.attachment-post-thumbnail {
	float: right;
	border: 1px solid #ccc;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	padding: 4px;
	background: #fff;
}
/* Post info */
.post-info {
	border-top: 1px solid #ddd;
	line-height: 18px;
	color: #999;
	margin: 0 0 18px 0;
	padding: 2px 12px;
}
.post-info div {
	background: url(2dcf9656d3fba84b973151947e6a785a81cc5031.gif)  no-repeat 0 -55px;
	padding: 0 0 0 18px;
}
.post-info span.comments-meta {
	float: right;
	background: url(2dcf9656d3fba84b973151947e6a785a81cc5031.gif)  no-repeat 0 -177px;
	padding: 0 8px 0 19px;
}
/* Seperator */
.sep {
	width: 100%;
	border-top: 1px solid #fff;
	background: #ddd;
	font-size: 0;
	height: 1px;
}
* html .sep {
	height: 2px;
	margin: 0 0 -1px 0;
}
/* the_content output */
.content {
	overflow: hidden;
	margin:0 0 0 10px;
}
/* Post content */
#maincontent .content a {
	text-decoration: underline;
}
#maincontent .content a:hover {
	text-decoration: none;
}
#content,
#content textarea,
#content input[type=text],
#content input[type=email] {
	font-family: Tahoma, sans-serif;
	font-size: 12px;
	color: #242424;
	line-height: 22px;
}
#content p,
#content li
#content blockquote {
	margin: 0 0 18px 0;
}
#content blockquote {
	-moz-box-shadow: 4px 5px 29px #ddd;
	-khtml-box-shadow: 4px 5px 29px #ddd;
	-webkit-box-shadow: 4px 5px 29px #ddd;
	box-shadow: 4px 5px 29px #ddd;
}
#content ul,
#content ol  {
	margin: 10px 0;
}
#content .post .content ul,
#content .post .content ol {
	padding-left: 1em;
}
#content ol  {
	margin-left: .5em;
}
#content ul li,
#content ol li {
	margin: 4px 0 4px 20px;
	line-height: 16px;
}
#content ul li {
	list-style: disc;
}
#content ol  li {
	list-style: decimal;
}
#content #maincontent blockquote {
	background: #fff;
	-khtml-border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	margin: 30px 20px 30px 30px;
	padding: 20px 20px 10px 20px;
}
#content #maincontent blockquote p {
	color: #666;
	font-style: italic;
	margin: 0 0 10px 0;
}
/* Post content */
.alignleft {
	float: left;
	margin: 5px 20px 5px 5px;
}
.alignright {
	float: right;
	margin: 5px 5px 5px 20px;
}
.aligncenter {
	display: block;
	margin: 5px auto;
}
#content  .wp-caption {
	border: 1px solid #ccc;
	background: #fff;
	height: auto;
	max-width: 99%;
	padding: 0;
	clear: both;
}
#content p.wp-caption-text {
	font-size: 12px;
	text-align: center;
	line-height: 14px;
	color: #666;
	margin: 0;
	padding: 5px 10px;
	margin:0;
}
#content .wp-caption img {
	display: block;
	border: none;
	height: auto;
	margin: 5px auto 0 auto;
	max-width: 98%;
	padding: 0;
}
.gallery-caption {}
/* Tables */
#content table {
	background: #fff;
	border: 2px solid #ccc;
	border-collapse: collapse;
	margin: 5px 0 10px 5px;
}
#content th,
#content td {
	border: 1px solid #ccc;
	padding: 3px 10px;
	text-align: left;
	vertical-align: top;
}
#content tr.even td{
	background: #f7f7f7;
}
#content th {
	background: #edeff0;
}
#content code {
	background: #333;
	color: #ddd;
}
#content pre {
	font-size: 12px;
	width: 95%;
	line-height: 16px;
	overflow: auto;
	font-family: monospace;
	color: #555;
	background: #fafafa;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 15px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 0 5px 16px 5px;
	margin: 0 0 20px 0;
}


/* Pagination */
.pagination {
	margin: 40px 0 0 0;
	padding: 5px 0;
	border-top: 1px solid #ccc;
}
.pagination a,
.pagination span {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	padding: 0 10px;
}
.pagination a {
	color: #047;
}
.pagination .pagination-current {
	font-weight: bold;
}


/* Post meta */
.post-meta {
	padding: 15px 0;
	margin: 0 0 0 10px;
}
.post-meta a {
	color: #999;
}
.post-meta a:hover {
	color: #666;
}
.post-meta .categories {
	background: url(2dcf9656d3fba84b973151947e6a785a81cc5031.gif)  0 -139px no-repeat;
	padding: 0 0 0 20px;
}
.post-meta .tags {
	background: url(2dcf9656d3fba84b973151947e6a785a81cc5031.gif)  0 -97px no-repeat;
	padding: 0 0 5px 20px;
	margin: 0 0 0 10px;
}

/* Next and previous posts links */
.next-prev-links {
	margin: 0 0 0 10px;
	padding: 25px 0 40px 0;
	color: #047;
}
.next-prev-links a {
	color: #047;
}
.next-prev-links .nav-previous {
	float: left;
}
.next-prev-links .nav-next {
	float: right;
}

/* Comments */
p.comments-closed {
	width: 100%;
	text-align: right;
	border-bottom: none;
	text-shadow: 1px 1px 1px #aaa;
	color: #445566;
	font-size: 16px;
}
#comments {
	float: left;
	margin: 0 0 15px 0;
	padding: 0;
	border-bottom: 1px solid #fff;
	min-height: 1px;
	width: 100%;
}
#comments a {
	color: #047;
}
#respond {
	float: left;
	margin: 30px 0 0 0;
	padding: 0;
}
#content .commentlist li {
	list-style: none;
	margin: 10px 0 0 0;
	padding: 10px;
	background: #fdfcfc;
	border: 1px solid #eeecec;
	border-radius: 8px;
	-khtml-border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	word-wrap: break-word;
}
#content .commentlist .pingback p {
	margin: 0;
}
#content .commentlist li ul li {
	background: #f7f7f7;
}
.comment-body {
	padding: 0 0 9px;
}
#content #maincontent #comments blockquote {
	padding: 10px;
	margin: 10px;
}
#content .commentlist li img.avatar {
	float: right;
	margin: 0 5px 0 10px;
	padding: 4px;
	border: 1px solid #E6E6E6;
	background: #fff;
}
.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
}
.commentlist p {
	font-weight: normal;
	text-transform: none;
}
.commentmetadata {
	font-weight: normal;
}
.comment-form-comment label {
	display: block;
}
/* Reply buttons */
#content .reply a,
#content .reply a:visited {
	background: #fff;
	font-size: 12px;
	font-weight: normal;
	color: #047;
	text-decoration: none;
	margin: 0;
	padding: 2px 5px 3px 5px;
	border: 1px solid #ccc;
	border-radius: 10px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
#content .reply a:hover {
	background: #047;
	color: #fff;
	text-decoration: none;
	border: 1px solid #010126;
}
/* Comment meta */
.commentmetadata, .commentmetadata a {
	display: block;
}
/* Styling for alternate comments */
.thread-alt {
	background: #f7fcfe;
}
.depth-1 {
	border: 1px solid #fff;
}
#content .commentlist li.alt {
		background: #f9f9f9;
}
#comments code {
	background: none;
	color: #000;
}
.bypostauthor {}
/* Comment form */
#respond input[type=text] {
	border: 1px solid #e6e6e6;
	-khtml-border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	float: left;
	margin-right: 10px;
	padding: 4px 10px;
}
#content p.comment-form-comment {
	margin-bottom: 0;
}
#content p.comment-form-comment label {
	display: none;
}
#commentform textarea {
	background: #fff;
	-khtml-border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	border: 1px solid #e6e6e6;
	margin:0;
	padding: 10px;
	width: 90%;
}
body.attachment #commentform textarea {
	width: 895px;
}
/* Submit button */
#commentform #submit {
	background: #fff;
	font-size: 14px;
	color: #047;
	text-decoration: none;
	margin: 0;
	padding: 6px 14px 7px 14px;
	border: 1px solid #ccc;
	-khtml-border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
#commentform #submit:hover {
	background: #047;
	color: #fff;
	text-decoration: none;
	border: 1px solid #010126;
	cursor: pointer;
}
.comment object,
.comment embed {
	margin: 1em 0;
}

/* Sidebar */
#sidebar {
	overflow: hidden;
}
.sidebar-sidebar-content #sidebar,
.content-sidebar-sidebar #sidebar,
.content-sidebar #sidebar {
	margin:0;
}
.sidebar-content-sidebar #sidebar-left {
	float: left;
	width: 33%;
	overflow: hidden;
}
.sidebar-content-sidebar  #sidebar-two .sidebar-border {
	margin: 0 20px 0 0;
}
.sidebar-sidebar-content #featured-widget-area,
.content-sidebar-sidebar #featured-widget-area {
}
.sidebar-sidebar-content #primary-widget-area,
.content-sidebar-sidebar #primary-widget-area {
	margin: 20px 0 0 0;
	width: 46%;
	float: left;
}
.sidebar-sidebar-content #secondary-widget-area,
.content-sidebar-sidebar #secondary-widget-area {
	margin: 20px 0 0 0;
	width: 47%;
	float: right;
}
.sidebar {
	padding: 10px 0 0 0;
	overflow:auto;
	font-family: tahoma, sans-serif;
	font-size: 12px;
	position: relative;
}
* html #sidebar-two {
	width:230px;
}
* html #sidebar {
	float: left;
}
*html .sidebar-sidebar-content #sidebar,
*html .content-sidebar-sidebar #sidebar,
* html .content-sidebar #sidebar {
	float: right;
}
* html #sidebar .sidebar_inner {
	width: 100%;
}
.active {
	background: #f2f2f2;
	border: 1px solid #ccc;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}
.active .sidebar-inner {
	padding: 20px 10px 10px 10px;
	border: 1px solid #fff;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	overflow: hidden;
	position: relative; /* Haslayout bug fix */
}
/* RSS Feed */
.sidebar #rssfeed {
	z-index: 1;
	position:absolute;
	top:-10px;
	left:50%;
	margin: 12px 0 0 -33px;
	width: 66px;
	height: 20px;
	text-indent: -999em;
}
.sidebar #rssfeed a {
	display: block;
	background: url(2dcf9656d3fba84b973151947e6a785a81cc5031.gif)  0 0;
	width: 66px;
	height: 20px;
}
.sidebar #rssfeed a:hover {
	opacity: 0.7;
}
/* Links */
.sidebar a {
	color: #555;
	text-shadow: 0 1px 0 #fafafa;
}
.sidebar a:hover {
	color: #999;
}
.sidebar h3 {
	background: url(395ac1f326b806b387cfb870891934956f16a786.png)  repeat-x left bottom;
	color: #445566;
	font-size: 16px;
	line-height: 30px;
	margin: 0;
	padding: 0 5px 2px;
	text-shadow: 1px 1px 1px #aaa;
}
.widget ul,
.textwidget {
	padding: 0 5px;
}
.widget ul ul {
	padding: 0;
}
/* Specific widgets */
.widget_flickr table {
	background-color: transparent !important;
	border: 0 !important;
	margin-left: 0 !important;
}
#content .widget_flickr td {
	border: 0;
}
#content .widget_flickr tr {
	background: none !important;
}
#vodpod_recent_videos {
	position: relative;
	left: 50px;
}
#wp-calendar {
	table-layout: fixed;
	width: 96.5%;
}
.content-sidebar-sidebar #content #primary-widget-area #wp-calendar th,
.content-sidebar-sidebar #content #primary-widget-area #wp-calendar td,
.content-sidebar-sidebar #content #secondary-widget-area #wp-calendar th,
.content-sidebar-sidebar #content #secondary-widget-area #wp-calendar td,
.sidebar-sidebar-content #content #primary-widget-area #wp-calendar th,
.sidebar-sidebar-content #content #primary-widget-area #wp-calendar td,
.sidebar-sidebar-content #content #secondary-widget-area #wp-calendar th,
.sidebar-sidebar-content #content #secondary-widget-area #wp-calendar td {
	padding: 2px 1px;
}
#wp-calendar a {
	text-decoration: underline;
}
#wp-calendar #next {
	text-align: right;
}
.widget_twitter a {
	display: inline !important;
}
#vodpod_recent_videos {
	margin: 0 auto !important;
	position: static !important;
}
#content .sidebar .widget_recent_comments li a {
	display: inline;
}

/* List items */
#content .sidebar li {
	list-style:none;
	line-height: 20px;
	background: #f2f2f2 url(f75a926a61a9b4b516f83f2822c9b795bb5f6d01.gif)  no-repeat;
	margin: 0;
	padding: 0 0 0 15px;
}
#content .sidebar li:hover {
	background: url(f75a926a61a9b4b516f83f2822c9b795bb5f6d01.gif)  no-repeat -300px 0;
}
#content .sidebar li a:hover {
	text-decoration: none;
}
#content .sidebar li ul {
	background: #f2f2f2;
	position: relative;
	left: -15px;
	margin: 0;
	padding: 0;
}
#content .sidebar li li {
	background: #f2f2f2 url(f75a926a61a9b4b516f83f2822c9b795bb5f6d01.gif)  no-repeat;
	margin: 0 0 0 15px;
	padding: 0 0 0 15px;
}

/* Sub-footer - contains widgeted area */
#sub-footer {
	width: 100%;
	float: left;
}
#sub-footer .sidebar {
	width: 23%;
	margin: 0 1%;
	float: left;
}

/* Footer */
#footer {
	float: left;
	width: 100%;
	height:45px;
	background: #454546;
	margin: 20px 0 -5px 0;
	font-family: Tahoma, sans-serif;
	font-size: 12px;
	color: #aaa;
	position: relative;
}
#footer div {
	width: 100%;
	max-width: 960px;
	min-width:300px;
	margin: 4px auto 0 auto;
}
* html #footer div { /* Hack to force IE6 to use fixed width */
	width: 960px;
}
#footer a {
	border-bottom: 1px dashed #aaa;
	color: #aaa;
}
#footer a:hover {
	color: #f2f2f2;
	text-decoration:none;
}
#footer #top-link {
	float: right;
	margin: 0 100px 0 0;
	color: #f2f2f2;
	font-size: 14px;
	border: none;
}
#footer #top-link:hover {
	color: #fff;
	border: none;
}

/* Stats image */
img#wpstats {
	display: block;
	clear: both;
}


/***************
 * Print Style *
 ***************/
@media print {
	body,
	pre,
	ins {
		background: none !important;
	}
	#sidebar-two,
	#sidebar,
	#sub-footer,
	#search-form,
	.nav,
	#respond,
	.post-info,
	.aside .sep {
		display: none;
	}
	#header {
		height: 4px;
	}
	#maincontent,
	.sep {
		max-width: 100% !important;
		width: 100% !important;
	}
	#content,
	#comments,
	#maincontent,
	#maincontent_inner {
		max-width: 100% !important;
		width: 100% !important;
	}
	.archives-title {
		background: #fff !important;
	}
	.sticky {
		background: #f0f0f0;
	}
	#content code {
		background: #efefef;
	}
	#content pre {
		background: #efefef;
	}
	#footer {
		border-top: 2px solid #ccc;
		background: #fff;
	}
	#footer div {
		width: 100% !important;
		max-width: 100% !important;
		text-align: center;
	}
}
img.emoji {
	border: none !important;
	box-shadow: none !important;
	height: 1em !important;
	width: 1em !important;
	margin: 0 .05em 0 .1em !important;
	vertical-align: -0.1em !important;
	background: none !important;
	padding: 0 !important;
}/**

	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(164d44c31802c37ae0643211e97b7203f1d6bb56.eot)  format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Noticons";
  src: url(8115971b44095dc900251242fef2760e6994b920.)  format("woff"), url(e68eb1fb001de6332fb82e60f5396d825c477788.ttf)  format("truetype"), url(2bbc586f9157c158db86f9bac41943f84b8edc6f.svg)  format("svg");
  font-weight: normal;
  font-style: normal;
}

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


/**
 * All noticons
 */

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


/**
 * Individual icons
 */

.noticon-404:before { content: "\f423"; }
.noticon-activity:before { content: "\f508"; }
.noticon-add:before { content: "\f8b3"; }
.noticon-add-media:before { content: "\f8d9"; }
.noticon-akismet:before { content: "\f8d2"; }
.noticon-anchor:before { content: "\f509"; }
.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-bell:before { content: "\f8d4"; }
.noticon-bold:before { content: "\f471"; }
.noticon-book:before { content: "\f444"; }
.noticon-bug:before { content: "\f50a"; }
.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-download:before { content: "\f50b"; }
.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-ghost:before { content: "\f8d5"; }
.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-handset:before { content: "\f50c"; }
.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-horizon:before { content: "\f8d8"; }
.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-medium:before { content: "\f8d6"; }
.noticon-menu:before { content: "\f419"; }
.noticon-microphone:before { content: "\f50d"; }
.noticon-milestone:before { content: "\f806"; }
.noticon-minimize:before { content: "\f421"; }
.noticon-minus:before { content: "\f50e"; }
.noticon-month:before { content: "\f307"; }
.noticon-move:before { content: "\f50f"; }
.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-plus:before { content: "\f510"; }
.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-rating-empty:before { content: "\f511"; }
.noticon-rating-full:before { content: "\f512"; }
.noticon-rating-half:before { content: "\f513"; }
.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-shuffle:before { content: "\f514"; }
.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-spotify:before { content: "\f515"; }
.noticon-squarespace:before { content: "\f8d7"; }
.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-twitch:before { content: "\f516"; }
.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-videocamera:before { content: "\f517"; }
.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 .75em 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 {
	margin-bottom: 0;
	font-size: .8em;
	line-height: 1;
}

.reblog-source .more-words {
	color: #668eaa; //darken( $gray, 10% )
}

.wpcom-reblog-snapshot .reblog-post {
	box-shadow: 0 0 0 1px 
		rgba( 46, 68, 83, .1 ) inset, 0 1px 1px 
		rgba( 46, 68, 83, .05 ); //gray-dark
	border-radius: 4px;
	padding: 24px;
}

/* Optional notes */
.wpcom-reblog-snapshot .reblogger-note {
	margin: 0 0 1em 0;
	overflow: hidden;
}

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

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

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

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


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


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

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

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

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

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


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

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

.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-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 */
.sd-social .sd-button .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 .fb-share-button > span {
	vertical-align: top !important;
}

.sd-social-official .sd-content .pocket_button iframe {
	width: 98px;
}


/* Individual official buttons */
.googleplus1_button .g-plus {
	vertical-align: top !important;
}

.stumbleupon_button iframe, .reddit_button iframe {
	margin-top: 1px;
}

.pocket_button iframe, .googleplus1_button iframe, .pinterest_button, .twitter_button, .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: 10px;
	background: #fff;
	box-shadow: 0px 5px 20px rgba(0,0,0,.2);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	margin-top: 5px;
	max-width: 400px;
}

.sharing-hidden .inner ul{
	margin: 0 !important;
}

.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;
	margin-bottom: 0;
}

.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;
}
#jetpack-source_f_name {
	display: none!important;
	position: absolute !important;
	left: -9000px;
}

#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(b77f1b55f6f4315bcd7b5be04fc2ddf66b5cb27c.eot) ;
  src: url(815c2569737deafc92fc187097e81ccae5b2cd31.eot)  format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Genericons";
  src: url(456f03c07c6a6043647988ec6ff76be0761676f3.)  format("woff"), url(750dea7dcf72a34374be631d3a9a34092fe1128b.ttf)  format("truetype"), url(77e5a6c3274384c58541f1204ebe5ebe421b42c0.svg)  format("svg");
  font-weight: normal;
  font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: "Genericons";
    src: url(77e5a6c3274384c58541f1204ebe5ebe421b42c0.svg)  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;
}


/**
 * Helper classes
 */

.genericon-rotate-90 {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}

.genericon-rotate-180 {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}

.genericon-rotate-270 {
	-webkit-transform: rotate(270deg);
	-moz-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	-o-transform: rotate(270deg);
	transform: rotate(270deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

.genericon-flip-horizontal {
	-webkit-transform: scale(-1, 1);
	-moz-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	-o-transform: scale(-1, 1);
	transform: scale(-1, 1);
}

.genericon-flip-vertical {
	-webkit-transform: scale(1, -1);
	-moz-transform: scale(1, -1);
	-ms-transform: scale(1, -1);
	-o-transform: scale(1, -1);
	transform: scale(1, -1);
}


/**
 * 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%;
}
.hidden {
	display: none;
}
.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 */
}


/**
 * Layout
 */

.simple-homepage {
	display: none;
}
