/**
 * Notes CSS
 * This CSS file also affects the Notifications tab on NewDash.
 * All common css class/id have prefix "wpn-" for "WordPress Notes"
 *   "wpnt-" is the Toolbar Client, "wpnd-" is the NewDash panel
 */

/* undo core */
#wpadminbar #wp-admin-bar-notes #wpnt-notes-panel a {
	height: auto;
	display: inline;
	padding: 0;
}
#wp-admin-bar-notes * {
	position: static;
}
/* end undo core */

/* undo wpcom */
#wpadminbar #wp-admin-bar-notes #wpnt-notes-panel * {
	color: #555;
	text-shadow: none;
}
/* end undo wpcom */


/**
 * Unread counter
 */

/* give fixed size to notification toolbar item */
#wp-admin-bar-notes .ab-item {
	width: 26px;
}
#wp-admin-bar-notes > .ab-item {
	padding: 0 5px !important;
}
#wpadminbar #wp-admin-bar-notes.hover > .ab-item {
	color: #fafafa;
	background-color: #3a3a3a; /* Fallback */
	background-image: -ms-linear-gradient(bottom, #3a3a3a, #222); /* IE10 */
	background-image: -moz-linear-gradient(bottom, #3a3a3a, #222); /* Firefox */
	background-image: -o-linear-gradient(bottom, #3a3a3a, #222); /* Opera */
	background-image: -webkit-gradient(linear, left bottom, left top, from(#3a3a3a), to(#222)); /* old Webkit */
	background-image: -webkit-linear-gradient(bottom, #3a3a3a, #222); /* new Webkit */
	background-image: linear-gradient(bottom, #3a3a3a, #222); /* proposed W3C Markup */
}
#wpadminbar #wp-admin-bar-notes.wpnt-show > .ab-item {
	background: white;
}
#wp-admin-bar-notes #wpnt-notes-unread-count {
	background: none !important;
	padding: 0 2px !important;
}
#wp-admin-bar-notes #wpnt-notes-unread-count {
	margin: 4px 3px 0 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	display: inline-block;
	line-height: 2;
	height: 19px;
}

#wp-admin-bar-notes:hover #wpnt-notes-unread-count,
#wp-admin-bar-notes.hover #wpnt-notes-unread-count,
#wp-admin-bar-notes.wpnt-show #wpnt-notes-unread-count {
	color: #333;
	text-shadow: none;
}
#wp-admin-bar-notes #wpnt-notes-unread-count.wpn-read {
	background-image: -ms-linear-gradient(bottom, #4a4a4a, #959595) !important; /* IE10 */
	background-image: -moz-linear-gradient(bottom, #959595, #4a4a4a) !important; /* Firefox */
	background-image: -webkit-gradient(linear, left bottom, left top, from(#4a4a4a), to(#959595)) !important; /* old Webkit */
	background-image: -webkit-linear-gradient(bottom, #959595, #4a4a4a) !important; /* new Webkit */
	background-image: linear-gradient(bottom, #4a4a4a, #959595) !important; /* proposed W3C Markup */
	-moz-box-shadow: inset 0 0 10px rgba(0,0,0,0.8);
	-webkit-box-shadow: inset 0 0 10px rgba(0,0,0,0.8);
	box-shadow: inset 0 0 10px rgba(0,0,0,0.8);
}

#wp-admin-bar-notes.wpnt-stayopen #wpnt-notes-unread-count.wpn-read,
#wp-admin-bar-notes:hover #wpnt-notes-unread-count.wpn-read,
#wp-admin-bar-notes.wpnt-hover #wpnt-notes-unread-count.wpn-read {
	background-image: -ms-linear-gradient(bottom, #d3d3d3, #e7e7e7) !important; /* IE10 */
	background-image: -moz-linear-gradient(bottom, #e7e7e7, #d3d3d3) !important; /* Firefox */
	background-image: -webkit-gradient(linear, left bottom, left top, from(#d3d3d3), to(#e7e7e7)) !important; /* old Webkit */
	background-image: -webkit-linear-gradient(bottom, #e7e7e7, #d3d3d3) !important; /* new Webkit */
	background-image: linear-gradient(bottom, #d3d3d3, #e7e7e7) !important; /* proposed W3C Markup */
	-moz-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
	-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
	box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
}

#wp-admin-bar-notes #wpnt-notes-unread-count.wpn-unread {
	/* still, orange highlight gradient */
	background-image: -ms-linear-gradient(bottom, #f7941e, #d47300) !important;
	background-image: -moz-linear-gradient(bottom, #f7941e, #d47300) !important;
	background-image: -webkit-gradient(linear, left bottom, left top, from(#f7941e), to(#d47300)) !important;
	background-image: -webkit-linear-gradient(bottom, #f7941e, #d47300) !important;
	background-image: linear-gradient(bottom, #f7941e, #d47300) !important;

	/* plain orange fallback	*/
	background-color: #d47300 !important;

	-moz-box-shadow: inset 0 0 5px rgba(0,0,0,0.5);
	-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.5);
	box-shadow: inset 0 0 5px rgba(0,0,0,0.5);
	color: #fff !important;
	text-shadow: 0 -1px 0 #a30;
}
/* sorta-hack to fix the missing left border on the notes dropdown icon */
#wp-admin-bar-notes.hover .ab-item {
	border-left: 1px solid #555555 !important;
}

.browse-happy {
	background-color: #eee !important;
	width: 375px !important;
	height: 300px !important;
	padding: 25px !important;
}
.browse-happy img {
	width: 300px !important;
	margin: 20px !important;
}

/**
 * Noticons
 */
#wpadminbar .noticon {
	float: none;
	width: 16px !important;
	height: 16px !important;
	font: normal 16px/1 "Noticons" !important;
	text-shadow: 0 1px 5px rgba(0,0,0,0.5) !important;
	margin-top: 1px !important;
	opacity: .6;
}
.wpn-unread .noticon {
	color: #fff !important;
	opacity: 1 !important;
}
#wp-admin-bar-notes.wpnt-stayopen #wpnt-notes-unread-count.wpn-read span,
#wp-admin-bar-notes:hover #wpnt-notes-unread-count.wpn-read span,
#wp-admin-bar-notes.wpnt-hover #wpnt-notes-unread-count.wpn-read span {
	color: #555 !important;
	opacity: 1;
}



/**
 * Whole panel
 */
#wp-admin-bar-notes.wpnt-show #wpnt-notes-panel {
	display: block !important;
	margin-right: -1px; /* this pushes the menu 1px to the right, so the box border aligns with the menu number */
	height: auto !important; /* fixme: probably the JS sets the height incorrectly */
}
#wp-admin-bar-notes #wpnt-notes-panel {
	display: none;
	background: transparent;
	position: absolute;
	right: 0px;
	border: none;
	width: 400px;
	min-height: 225px !important;
}
.quicklinks #wp-admin-bar-notes #wpnt-notes-panel {
	width: 810px;
}
.quicklinks #wp-admin-bar-notes #wpnt-notes-panel.loadingIframe {
	display: block;
	background: #fff;
	width: 400px;
	-moz-box-shadow: 0 2px 8px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 2px 8px rgba(0,0,0,0.2);
	box-shadow: 0 2px 8px rgba(0,0,0,0.2);
	border: 1px solid #dfdfdf;
	border-top: none;
}
#wpnt-notes-panel.loadingIframe .wpnt-notes-panel-link .spinner {
	margin: 6px 4px 0 0;
}
#wp-admin-bar-notes .wpnt-notes-panel-header {
	padding: 14px 16px 15px 16px;
	border-bottom: 1px solid #dfdfdf;
	min-height: 14px;
}
#wp-admin-bar-notes .wpnt-notes-panel-header,
#wp-admin-bar-notes .wpnt-notes-panel-header * {
	font: normal 14px/1em Arial, Helvetica, sans-serif;
	color: #555;
}
#wp-admin-bar-notes #wpnt-notes-panel .wpn-note .wpn-note-body {
	z-index: 99998;
	display: none;
	position: absolute;
	background: #fff;
	color: #555;
	margin: 0;
	padding: 12px 14px;
	border: 1px solid #dfdfdf;
	width: 337px;
	-moz-box-shadow: 0 4px 8px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 4px 8px rgba(0,0,0,0.1);
	box-shadow: 0 4px 8px rgba(0,0,0,0.1);
	-webkit-user-select: auto; /* enable text selection that was disabled in wpcom-admin-bar.css */
}
#wp-admin-bar-notes #wpnt-notes-panel .wpn-note .wpn-note-body-empty {
	height: 100px;
}
#wp-admin-bar-notes #wpnt-notes-panel .wpnt-notes-loading {
	background-image: url('/i/loading/loading-64.gif');
	background-repeat: no-repeat;
	background-position: center center;
	height: 100px;
}
#wp-admin-bar-notes #wpnt-notes-list .wpn-note {
	border-top: 0;
	border-bottom: 1px dotted #dfdfdf;
}
#wp-admin-bar-notes #wpnt-notes-list .wpn-note:last-child {
	border-bottom: 0;
}
#wp-admin-bar-notes #wpnt-notes-list .wpn-note.wpnt-active,
#wp-admin-bar-notes #wpnt-notes-list .wpn-note-body {
	background: #fff;
}
#wp-admin-bar-notes #wpnt-notes-panel .wpn-note-summary {
	display: block;
	*padding: 5px 10px;
}
#wpnt-notes-panel .wpn-note-summary span.wpn-icon img {
	max-width: 36px;
	max-height: 36px;
}
#wp-admin-bar-notes #wpnt-notes-list .wpn-note:hover span.wpn-icon img {
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.3);
	box-shadow: 0px 1px 3px rgba(0,0,0,.3);
}
@-moz-document url-prefix() {
	#wp-admin-bar-notes #wpnt-notes-list .wpn-note:hover span.wpn-icon img {
		outline: 0 !important;
	}
}
#wp-admin-bar-notes #wpnt-notes-panel .wpn-note-summary span.wpn-icon {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	height: 54px;
	width: 54px;
}
#wp-admin-bar-notes #wpnt-notes-panel .wpn-note-summary span.wpn-icon img {
	width: 24px;
	height: 24px;
	border: 3px solid #fff;
	outline: 1px solid #dfdfdf;
	vertical-align: middle;
	background: #fff;
}
/* fixme: cheevo icon?
#wp-admin-bar-notes #wpnt-notes-panel .wpn-note-summary span.wpn-icon.theme-update img {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	border-width: 0;
	-moz-box-shadow: 0 0 3px rgba(0,0,0,0.18);
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,0.18);
	box-shadow: 0 0 3px rgba(0,0,0,0.18);
}*/
#wp-admin-bar-notes #wpnt-notes-panel .wpn-subject {
	display: table-cell;
	vertical-align: middle;
	height: 54px;
	font: normal 13px/17px Arial, Helvetica, sans-serif;
	padding: 0px 10px 0px 3px;
	overflow: hidden;
	width: 320px;
}
#wp-admin-bar-notes #wpnt-notes-list .wpn-note.wpn-read {
	background: #fff;
	color: #a6a6a6;
}
#wp-admin-bar-notes #wpnt-notes-list .wpn-note.wpn-unread {
	background: #fff;
	color: #636363;
}
#wp-admin-bar-notes #wpnt-notes-list .wpn-unread:before {
	-webkit-font-smoothing: antialiased;
	font-size: 16px;
	line-height: 1;
	font-family: "Noticons";
	content: '\f428';
	display: block;
	height: 16px;
	width: 16px;
	overflow: hidden;
	color: #008ebe;
	position: absolute;
	z-index: 1;
	left: 0px;
	margin-top: 19px;
}
#wp-admin-bar-notes #wpnt-notes-list .wpn-note.selected {
	background: #f6f6f6;
}
#wp-admin-bar-notes #wpnt-notes-list .wpn-note.wpnt-active,
#wp-admin-bar-notes #wpnt-notes-list .wpn-note:hover {
	background: #f6f6f6;
	color: #636363;
}
#wp-admin-bar-notes .wpnt-notes-panel-header {
	cursor: default;
}
#wp-admin-bar-notes #wpnt-notes-list .wpn-note {
	cursor: pointer;
}
#wp-admin-bar-notes #wpnt-notes-list .wpn-note .wpn-note-body {
	cursor: auto;
}
#wpadminbar #wp-admin-bar-notes #wpnt-notes-list .wpn-note .wpn-note-body a {
	color: #21759B;
}
#wpadminbar #wp-admin-bar-notes #wpnt-notes-list .wpn-note .wpn-note-body a b {
	color: #21759B;
	font-weight: bold;
}
#wp-admin-bar-notes #wpnt-notes-list .wpn-note .wpn-note-body a:hover {
	text-decoration: underline;
}
/*admin bar is at 99999, but there are other things above that */
.gcard {
	z-index: 10000000 !important;
}
/* retina triangle bubble connector */
#wp-admin-bar-notes #wpnt-notes-panel .wpn-note.selected:before {
	content: '\f501';
	display: block;
	width: 16px;
	height: 32px;
	font: 32px/1 "Noticons";
	overflow: hidden;
	-webkit-font-smoothing: antialiased;
	margin-left: -7.5px;
	position: absolute;
	z-index: 1;
	margin-top: 12px;
	color: #fff;
	text-indent: -5.5px;
	text-shadow: 0 4px 8px rgba(0, 0, 0, 0.1), 1px 0px 0 #dfdfdf;
}
/* fallback triangle for all IEs */
@media screen\0 {
	#wp-admin-bar-notes #wpnt-notes-panel .wpn-note.selected:before {
		text-indent: 100%;
		background: url('/i/triangle-10x20-r.png') no-repeat left center;
	}
}

#wp-admin-bar-notes .wpnt-notes-panel-link {
	float: right;
}
#wp-admin-bar-notes .wpnt-notes-panel-link a {
	color: #21759B !important;
}
#wp-admin-bar-notes .wpnt-notes-panel-link a:hover {
	text-decoration: underline !important;
}


/**
 * CSS Trim
 */
#wp-admin-bar-notes #wpnt-notes-panel .wpn-note-summary span {
	line-height: 1.4em !important;
}
#wp-admin-bar-notes #wpnt-notes-panel span.wpn-subject-title {
	white-space: nowrap;
}


/**
 * Subject icons
 */
#wp-admin-bar-notes #wpnt-notes-panel .wpn-note-summary {
	padding-left: 20px;
	display: table;
	table-layout: fixed;
	width: 380px;
	overflow: hidden;
}
#wp-admin-bar-notes #wpnt-notes-panel .wpn-note-summary {
	*background-image: none !important;
}
#wp-admin-bar-notes #wpnt-notes-panel .wpn-noticon {
	float: left;
	margin: 19px -8px 0 -4px !important;
	display: block;
}
#wp-admin-bar-notes #wpnt-notes-panel .wpn-noticon img {
	display: block;
}
/* Retina icons, no need for fallbacks at this time since we're not supporting IE7 */
.wpn-noticon:before {
	-webkit-font-smoothing: antialiased;
	display: block;
	line-height: 1em;
	font-family: "Noticons" !important;
	font-size: 16px;
	color: #b6b6b6;
	margin-left: -1px;
	margin-right: -1px;
}
/* milestones */
.wpn-like .wpn-noticon img, .wpn-like_trap .wpn-noticon img {
	display: none !important;
}
.wpn-like .wpn-noticon:before, .wpn-like_trap .wpn-noticon:before {
	content: '\f408';
}
/* milestones */
.wpn-best_liked_day_feat .wpn-noticon img {
	display: none !important;
}
.wpn-best_liked_day_feat .wpn-noticon:before {
	content: '\f806';
}
/* achievements */
.wpn-followed_milestone_achievement .wpn-noticon img,
.wpn-like_milestone_achievement .wpn-noticon img,
.wpn-achieve_automattician_note .wpn-noticon img,
.wpn-achieve_user_anniversary .wpn-noticon img
{
	display: none !important;
}
.wpn-followed_milestone_achievement .wpn-noticon:before,
.wpn-like_milestone_achievement .wpn-noticon:before,
.wpn-achieve_automattician_note .wpn-noticon:before,
.wpn-achieve_user_anniversary .wpn-noticon:before
{
	content: '\f804';
}
/* follows */
.wpn-follow .wpn-noticon img {
	display: none !important;
}
.wpn-follow .wpn-noticon:before {
	content: '\f801';
}
/* alerts */
.wpn-expired_domain_alert .wpn-noticon img {
	display: none !important;
}
.wpn-expired_domain_alert .wpn-noticon:before {
	content: '\f414';
}
.wpn-expired_domain_alert b {
	font-weight: bold !important;
}
/* reblogs */
.wpn-reblog .wpn-noticon img {
	display: none !important;
}
.wpn-reblog .wpn-noticon:before {
	content: '\f805';
}


/**
 * Note status
 */
.wpn-subject-status {
	font-style: italic;
	margin-right: 4px;
}
.wpn-subject-status-replied {
	display: inline-block;
	width: 16px !important;
	height: 16px !important;
	overflow: hidden;
	line-height: 1 !important;
	vertical-align: top;
}
.wpn-subject-status-replied:before {
	height: 16px;
	-webkit-font-smoothing: antialiased;
	content: '\f412';
	width: 16px;
	height: 16px;
	font: normal 16px/1 "Noticons" !important;
}


/**
 * Most notes
 */
#wp-admin-bar-notes #wpnt-notes-panel .wpn-note-body p, .wpn-multi-line-list-item-body {
	font: 13px/1.8em Arial, Helvetica, sans-serif !important;
}
#wp-admin-bar-notes #wpnt-notes-panel .wpn-single-line-list-header {
	margin-top: -5px !important;
	margin-bottom: 6px !important;
}
#wp-admin-bar-notes #wpnt-notes-panel .wpn-single-line-list-item {
	overflow: hidden;
	margin-bottom: 5px !important;
}
#wp-admin-bar-notes #wpnt-notes-panel .wpn-single-line-list-item-icon {
	float: left;
}
#wp-admin-bar-notes #wpnt-notes-panel .wpcom-follow-container {
	float: right;
}
#wp-admin-bar-notes #wpnt-notes-panel .wpn-comment .wpcom-follow-container {
	float: left;
}
#wp-admin-bar-notes #wpnt-notes-panel .wpn-single-line-list-item-header {
	padding: 4px 0 0 5px !important;
	float: left;
}
#wp-admin-bar-notes #wpnt-notes-panel .wpn-single-line-list-footer {
	margin-top: 1em !important;
}
#wp-admin-bar-notes .wpn-note-comment-actions {
	position: relative !important;
}
#wp-admin-bar-notes .wpn-comment-mod-waiting {
	display: block;
	position: absolute !important;
	left: 37px;
	top: 13px;
}


/**
 * Trapper note
 */
.wpn-like_trap .wpn-subject-title {
	display: inline-block;
	overflow: hidden;
	max-width: 150px;
	white-space: nowrap;
	text-overflow: ellipsis;
}


/**
 * Follow bubble
 */
#wp-admin-bar-notes div.wpcom-bubble {
	border: 1px solid #dfdfdf;
	z-index: 999999 !important;
}
#wp-admin-bar-notes div.wpcom-bubble:before {
	border-bottom-color: #dfdfdf !important;
}


/**
 * Comment notes and others
 */
#wp-admin-bar-notes #wpnt-notes-panel #wpnt-notes-list .wpn-multi-line-list-header, #wp-admin-bar-notes .wpn-big-badge-header {
	margin-top: -8px !important;
	margin-bottom: 2px !important;
}
#wp-admin-bar-notes #wpnt-notes-panel #wpnt-notes-list .wpn-multi-line-list-header a {
	font-weight: bold !important;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: bold;
	display: block !important;
}
#wp-admin-bar-notes #wpnt-notes-panel #wpnt-notes-list .wpn-multi-line-list-item {
	border-top: 1px solid #DFDFDF;
	padding: 8px 12px 6px 68px !important;
	margin-left: -11px !important;
	margin-right: -11px !important;
	position: relative !important;
}
#wp-admin-bar-notes #wpnt-notes-panel #wpnt-notes-list .wpn-multi-line-list-item-icon {
	position: absolute !important;
	left: 11px;
	top: 12px;
}
#wp-admin-bar-notes #wpnt-notes-panel  #wpnt-notes-list .wpn-comment-date a {
	color: #BBB !important;
	float: right;
}
#wp-admin-bar-notes #wpnt-notes-panel #wpnt-notes-list .wpn-multi-line-list-item-header span {
	display: inline-block;
	float: left;
	max-width: 93px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
#wp-admin-bar-notes #wpnt-notes-panel #wpnt-notes-list .wpn-multi-line-list-item-no-icon {
	/*background: #f3f3f3; */
	background: #f9f9f9;
	border-top: 1px solid #DFDFDF;
	padding: 6px 12px;
	margin-left: -11px;
	margin-right: -11px;
	padding: 8px 12px 6px 12px !important;
	position: relative;
}
.wpn-multi-line-list-item-no-icon .wpn-multi-line-list-item-header, .wpn-multi-line-list-item-no-icon .wpn-multi-line-list-item-header a {
	font-weight: bold !important;
}
#wp-admin-bar-notes #wpnt-notes-panel #wpnt-notes-list .wpn-comment {
	clear: both;
}
.wpn-comment a.wpcom-follow-rest, .wpn-comment a.wpcom-following-rest {
	margin-top: 6px !important;
	margin-left: 0 !important;
	float: left;
}
.wpn-comment .wpn-noticon {
	visibility: hidden;
}
#wp-admin-bar-notes .wpn-comment ul li, #wp-admin-bar-notes .wpn-comment ol li {
	margin-left: 2em !important;
	float: none !important;
}
#wp-admin-bar-notes .wpn-comment ul li {
	list-style: square;
}
#wp-admin-bar-notes .wpn-comment ol li {
	list-style: decimal;
}
#wp-admin-bar-notes .wpn-comment ul li:hover, #wp-admin-bar-notes .wpn-comment ol li:hover {
	background: none !important;
}
#wp-admin-bar-notes .wpn-comment-submit-waiting {
	margin: 10px 10px 0 0;
	float: right;
}


/**
 * Comment Notes
 */
/* show scrollbars when notes contents too long */
.wpn-multi-line-list-item-body .wpn-comment {
	min-height: 65px;
	max-height: 178px;
	padding-right: 12px;
	overflow: auto;
}
/* leave some space between the scrollbar and the comment text */
#wp-admin-bar-notes .wpn-comment .wpn-multi-line-list-item-body .wpn-comment p {
	margin-right: 5px;
}
/* show special scrollbars for Lion users */
.wpn-multi-line-list-item-body .wpn-comment::-webkit-scrollbar {
	-webkit-appearance: scrollbartrack-vertical;
	background: #f2f2f2;
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#f2f2f2), color-stop(100%,#f8f8f8));
	background: -webkit-linear-gradient(left, #f2f2f2 0%,#f8f8f8 100%);
	background: linear-gradient(left, #f2f2f2 0%,#f8f8f8 100%);
	border-left: 1px solid #e4e4e4;
	width: 10px;
	border-radius: 0 4px 4px 0;
}
.wpn-multi-line-list-item-body .wpn-comment::-webkit-scrollbar-thumb {
    border-radius: 8px;
    border: 2px solid #efefef;
    background-color: rgba(0, 0, 0, .3);
}
.wpn-multi-line-list-item-body .wpn-comment:hover::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .4);
}
.wpn-multi-line-list-item-body .wpn-comment img {
	max-width: 100%;
	height: auto;
}
.wpn-multi-line-list-item-body .wpn-comment blockquote {
	background: #eee;
	padding: 10px !important;
	margin: 0 5px 10px 0 !important;
	overflow: auto;
	word-break: break-word;
}
.wpn-multi-line-list-item-body .wpn-comment pre {
	word-break: break-all;
	white-space: normal;
	background: none;
	border: none;
	padding: 0;
}
.wpn-multi-line-list-item-body .wpn-comment p {
	word-wrap: break-word;
}
.wpn-note-comment-actions .wpn-approve-comment-button a {
	font-weight: bold !important;
}
.wpn-note-comment-actions {
	padding-left: 57px !important;
}
/* reply box */
.wpn-note-comment-reply {
	border-top: 1px solid #DFDFDF;
	margin-left: -68px !important;
	margin-right: -11px !important;
	padding: 2px 12px !important;
	position: relative !important;
}
.wpn-note-comment-reply h5 {
	font-weight: bold !important;
	margin-top: 3px !important;
}
a.wpn-comment-reply-button-send {
	float: left;
	margin-top: 5px !important;
	border: 1px solid #ccc !important;
	padding: 3px 10px 2px 10px !important;
	-moz-border-radius: 15px !important;
	-webkit-border-radius: 15px !important;
	border-radius: 15px !important;
	cursor: pointer;
	color: #555 !important;
	text-shadow: 0 1px 0 rgba( 255, 255, 255, 0.45 ) !important;
	text-decoration: none !important;
	line-height: 18px !important;
	background: #fefefe !important; /* Old browsers */
	background: -moz-linear-gradient(top, #fefefe 0%, #f2f2f2 100%) !important; /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(100%,#f2f2f2)) !important; /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fefefe 0%,#f2f2f2 100%) !important; /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fefefe 0%,#f2f2f2 100%) !important; /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fefefe 0%,#f2f2f2 100%) !important; /* IE10+ */
	background: linear-gradient(top, #fefefe 0%,#f2f2f2 100%) !important; /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#f2f2f2',GradientType=0 ); /* IE6-9 */
}
a.wpn-comment-reply-button-send:active {
	background: -moz-linear-gradient(top, #f2f2f2 0%, #fefefe 100%) !important; /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2f2f2), color-stop(100%,#fefefe)) !important; /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f2f2f2 0%,#fefefe 100%) !important; /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f2f2f2 0%,#fefefe 100%) !important; /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f2f2f2 0%,#fefefe 100%) !important; /* IE10+ */
	background: linear-gradient(top, #f2f2f2 0%,#fefefe 100%) !important; /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#fefefe',GradientType=0 ); /* IE6-9 */
}
a.wpn-comment-reply-button-send:focus {
	border: 1px solid #999;
	color: #222 !important;
	box-shadow: 0 0 10px rgba(33,117,155,.5);
}
.wpn-note-comment-reply-text {
	background: white !important;
	font: normal 13px/16px sans-serif !important;
	border: 1px solid #DDD !important;
	padding: 3px 4px !important;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	width: 100% !important;
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
}
a.wpn-comment-reply-button-close {
	display: block !important;
	width: 0 !important;
	height: 0 !important;
	overflow: hidden;
	text-indent: 100% !important;
	text-decoration: none !important;
}
a.wpn-comment-reply-button-close:before {
	text-indent: 0 !important;
	content: '\f406';
	font: normal 16px/1 "Noticons";
	-webkit-font-smoothing: antialiased;
	display: block !important;
	position: absolute !important;
	top: 5px !important;
	right: 7px !important;
	width: 16px !important;
	height: 16px !important;
	padding: 5px;
	color: #555555;
}
a.wpn-comment-reply-button-close:hover:before {
	color: #5fb8d4 !important;
}

/**
 * Achievements
 */
.wpn-like_milestone_achievement .wpn-icon img, 
.wpn-followed_milestone_achievement .wpn-icon img, 
.wpn-best_liked_day_feat .wpn-icon img, 
.wpn-best_followed_day_feat .wpn-icon img,
.wpn-automattician_achievement .wpn-icon img,
.wpn-achieve_user_anniversary .wpn-icon img
{
	min-height: 36px;
	min-width: 36px;
	border: 0 !important;
	outline: 0 !important;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	background: transparent !important;
}
.wpn-automattician_achievement .video-player {
	margin-bottom: 10px !important;
}
.wpn-automattician_achievement object {
	width: 337px !important;
	height: 189px !important;
}
#wp-admin-bar-notes .wpn-big-badge-badge {
	float: right;
	display: block;
	width: 128px !important;
	height: 128px !important;
	margin-top: -20px !important;
	margin-left: 10px !important;
}
#wp-admin-bar-notes .wpn-achieve_zero_hg_requests .wpn-big-badge-badge {
	width: 111px !important;
}
#wp-admin-bar-notes .wpn-automattician_achievement .wpn-big-badge-badge {
	float: none;
	width: auto !important;
	height: auto !important;
	margin-top: 0 !important;
	margin-left: 0 !important;
}
#wp-admin-bar-notes .wpn-big-badge-header {
	margin-left: -11px !important;
	padding-left: 11px !important;
	margin-right: -11px !important;
	padding-right: 11px !important;
	margin-bottom: 8px !important;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: bold !important;
	border-bottom: 1px solid #DFDFDF;
	width: 200px !important;
}
#wp-admin-bar-notes .wpn-best_followed_day_feat .wpn-big-badge-header, #wp-admin-bar-notes .wpn-best_liked_day_feat .wpn-big-badge-header {
	width: auto !important;
}

iframe#wpnt-notes-iframe {
	width: 810px;
	height: 560px;
	background: transparent;
	position: absolute;
	right: -20px;
}


/**
 * IE Hacks
 */

@media \0screen {	/* IE8 */
	#wp-admin-bar-notes {
		height: 28px !important;
	}
}

/* IE < 7 upgrade notice */
p.wpnt-ie-note {
	margin-top: 10px !important;
	background: url(/wp-content/mu-plugins/notes/images/ie-upgrade-note.gif) no-repeat left top;
	padding-left: 40px !important;
	font-size: 9pt !important;
	padding-top: 5px !important;
	height: 32px !important;
}
p.wpnt-ie-note a {
	font-size: 9pt !important;
	color: #21759B !important;
}



/**
 * 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 #dcdcde;
	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-sharing {
	margin-bottom: 1em;
}
.sd-content ul {
	padding: 0 !important;
	margin: 0 !important;
	list-style: none !important;
}

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

.sd-content ul li.share-deprecated {
	opacity: 0.5;
}

.sd-content ul li.share-deprecated a span {
	text-decoration: line-through;
}

.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;
	font-size: 12px;
	font-family: "Open Sans", sans-serif;
	font-weight: normal;
	border-radius: 3px;
	color: #656565 !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>span {
	line-height: 17px;
}
.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;
}

.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: #f6f7f7;
	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 18px/1 'social-logos';
	vertical-align: top;
	text-align: center;
}
/* text + icon styles should have relative and top position */
.sd-social-icon-text ul li a.sd-button:before {
	position: relative;
	top: 2px;
}

/* Make it look great in Chrome and Safari */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	.sd-content ul li a.sd-button:before {
		position: relative;
		top: 2px;
	}
}

.sd-social-official ul li a.sd-button:before {
	position: relative;
	top: -2px;
}
/* Make it look great in Chrome and Safari */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	.sd-social-official ul li a.sd-button:before {
		top: 0px;
	}
}

.sd-content ul li {
	margin: 0 5px 5px 0;
	padding: 0;
}
/* Add more pading on touch devices */
.jp-sharing-input-touch .sd-content ul li { padding-left: 10px; }

/* 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: -4px;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	.sd-social-icon .sd-content ul li a.share-more {
		top: 2px;
	}
}
/* Firefox specific hack to make the share more button look better on Firefox. */
@-moz-document url-prefix() {
	.sd-social-icon .sd-content ul li a.share-more {
		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: '\f607';
}

.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: '\f210';
}
.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: '\f203';
}
.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 li.share-telegram a:before,
.sd-social-text .sd-content ul li.share-telegram a:before,
.sd-content ul li.share-telegram div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-telegram a:before,
.sd-social-official .sd-content li.share-telegram a:before {
	content: '\f606';
}
.sd-social-official .sd-content li.share-telegram a:before {
	color: #0088cc;
}
.sd-social-icon .sd-content ul li.share-skype a:before,
.sd-social-text .sd-content ul li.share-skype a:before,
.sd-content ul li.share-skype div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-skype a:before {
	content: '\f220';
}
.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;
}

.sd-social-icon .sd-content ul li.share-jetpack-whatsapp a:before,
.sd-social-text .sd-content ul li.share-jetpack-whatsapp a:before,
.sd-content ul li.share-jetpack-whatsapp div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-jetpack-whatsapp a:before,
.sd-social-official .sd-content li.share-jetpack-whatsapp a:before {
	content: '\f608';
}
.sd-social-official .sd-content li.share-jetpack-whatsapp a:before {
	color: #43d854;
}
.sd-social-icon .sd-content ul li[class*='share-'].share-jetpack-whatsapp a.sd-button {
	background: #43d854;
	color: #fff !important;
}


.sd-social-icon .sd-content ul li.share-deprecated a:before,
.sd-social-icon-text .sd-content li.share-deprecated a:before,
.sd-social-official .sd-content li.share-deprecated a:before,
.sd-content ul li.share-deprecated div.option.option-smart-off a:before {
	width: 1em;
	height: 1em;
	content: "\1F6AB";
}

/* 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 */
.reddit_button iframe {
	margin-top: 1px;
}

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

.linkedin_button>span, .pinterest_button a {
	display: block !important;
}

.sd-social-official .sd-content .share-skype {
	width: 55px;
}

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: 21px;
	line-height: 16px;
}

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

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 !important;
	height: 0 !important;
}

.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: 7px;
	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: 1px;
	top: 0px\9; /* IE8 and below */
}

.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: #1877F2;
	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: #4f94d4;
	color: #fff !important;
}

.sd-social-icon .sd-content ul li[class*='share-'].share-telegram a.sd-button {
	background: #0088cc;
	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-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;
}

.sd-social-icon .sd-content ul li[class*='share-'].share-skype a.sd-button {
	background: #00AFF0;
	color: #fff !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: #f0f0f1;
	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;
}

.sd-content .share-customize-link {
	margin-top: 0em;
	line-height: 11px;
}

.sd-content .share-customize-link a {
	font-size: 11px;
	font-family: "Open Sans", sans-serif;
}
/*
	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;
}
