/* =Resets
-------------------------------------------------------------- */

div.sharedaddy ul, 
div.sharedaddy li {
	margin: 0;
	padding: 0;
	list-style: none;
	border: none;
	background: none;
}

div.sharedaddy, 
#content div.sharedaddy, 
#main div.sharedaddy {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 12px;
	clear: both;
}

div.sharedaddy, 
div.sharedaddy div {
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
}

div.sharedaddy h3,
#content div.sharedaddy h3,
#main div.sharedaddy h3,
#primary div.sharedaddy h3 {
	font-size: 12px;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	margin: 3px 0;
	padding: 0;
	text-transform: none;
	letter-spacing: 0;
	line-height: 1;
	font-weight: bold;
	width: 15.625%; /* 100px / 640px */ float: left;
	position: static;
	background: none;
	border: none;
}

.rtl div.sharedaddy h3, 
.rtl #content div.sharedaddy h3,
.rtl #main div.sharedaddy h3,
.rtl #primary div.sharedaddy h3 {
	float: right;
	text-align: right;
}

div.sharedaddy ul, 
div.sharedaddy li {
	margin: 0 !important;
	padding: 0 !important;
	text-indent: 0;
}

div.sharedaddy li::before {
	content: "";
}

div.sharedaddy div.sharing-clear {
	margin: 0 !important;
	padding: 0 !important;
}

div.sharedaddy div.pd-rating {
	margin: 0;
	min-height: 23px;
}

div.sharedaddy a, 
div.sharedaddy a:link, 
div.sharedaddy a:visited {
	font-style: normal;
}

/* ClearFix trick */

div.sharedaddy:before, 
div.sharedaddy:after,
div.sharedaddy .sd-block:before, 
div.sharedaddy .sd-block:after,
div.sharedaddy ul:before, 
div.sharedaddy ul:after {
	content: "\0020";
	display: block;
	height: 0;
	overflow: hidden;
}

div.sharedaddy:after,
div.sharedaddy .sd-block:after,
div.sharedaddy ul:after {
	clear: both;
}

div.sharedaddy,
div.sharedaddy .sd-block,
div.sharedaddy ul {
	zoom: 1;
}


/* =Base Styles
-------------------------------------------------------------- */

div.sharedaddy div.sd-block {
	border-top: 1px solid #ddd;
	border-top: 1px solid rgba(0,0,0,.13);
	padding: 10px 0 5px;
	margin: 0;
	width: 100%;
}

div.sharedaddy.sharedaddy-dark .sd-block {
	border-top-color: #222;
	border-top-color: rgba(50,50,50,.5);
}

div.sharedaddy .sd-content {
	width: 82.125%; /* 530px / 640px */ 
	float: right;
	margin: -2px 0 0 0;
}

div.sharedaddy .sd-content ul {
	margin: 0;
}

div.sharedaddy .sd-content li {
	float: left;
	margin: 0 5px 5px 0 !important;
	display: block;
}

.rtl div.sharedaddy .sd-content {
	float: right;
}

.rtl div.sharedaddy .sd-content li {
	float: right;
	margin: 0 0 5px 5px !important;
}

/* Base Button .sd-button */

div.sharedaddy a.sd-button {
	margin: 0;
	padding: 0;
	display: inline-block;
	background: #efefef;
	background: -moz-linear-gradient(top, #f7f7f7 0%, #efefef 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(100%,#efefef));
	background: -webkit-linear-gradient(top, #f7f7f7 0%,#efefef 100%);
	background: -o-linear-gradient(top, #f7f7f7 0%,#efefef 100%);
	background: -ms-linear-gradient(top, #f7f7f7 0%,#efefef 100%);
	background: linear-gradient(top, #f7f7f7 0%,#efefef 100%);
	border-radius: 3px;
	border: 1px solid #ddd !important;
	box-shadow: inset 0 1px 0 #fff;
	color: #000 !important;
	text-decoration: none;
	line-height: 1;
	font-size: 12px;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: normal;
}

div.sharedaddy a.sd-button:hover {
	color: #000;
	text-shadow: 0 1px 0 #fff;
	border-color: #ccc;
	background: #eee;
	background: -moz-linear-gradient(top, #efefef 0%, #eee 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#efefef), color-stop(100%,#eee));
	background: -webkit-linear-gradient(top, #efefef 0%,#eee 100%);
	background: -o-linear-gradient(top, #efefef 0%,#eee 100%);
	background: -ms-linear-gradient(top, #efefef 0%,#eee 100%);
	background: linear-gradient(top, #efefef 0%,#eee 100%);
}

div.sharedaddy a.sd-button:active {
	background-color: #efefef;
	box-shadow: inset 0 -1px 0 #fff;
	border-color: #ddd;
}

a.sd-button > span {
	padding: 4px 8px;
	display: block;
	opacity: .8;
	line-height: 1.5em;
	text-shadow: none;
}

a.sd-button:hover span {
	opacity: 1;
}

.sd-button span.share-count {
	font-size: 90%;
	color: #666;
	margin-left: 5px;
	line-height: 1;
}

.rtl .sd-button span.share-count {
	margin-right: 5px;
}

/* Button Style Options */

.sd-social-icon-text a.sd-button > span,
a.sd-button > span {
	padding: 1px 5px 1px 23px;
	background-position: 2px center;
	background-repeat: no-repeat;
}

.sd-social-icon a.sd-button > span {
	padding: 3px;
	width: 16px;
	height: 16px;
	text-indent: -9999px;
	background-position: center center;
	background-repeat: no-repeat;
}

.sd-social-text a.sd-button > span {
	background: none !important;
	padding-left: 5px
}

.sd-social-official li {
	height: 21px;
}

div.sharedaddy .no-text {
	width: 21px;
	height: 21px;
}

div.sharedaddy .no-text a {
	text-decoration: none;
}

div.sharedaddy .no-icon a span, div.sharedaddy li.no-icon div a span {
	padding-left: 5px;
	background-image: none;
}

.rtl .sd-social-icon-text a.sd-button > span,
.rtl a.sd-button > span {
	padding: 3px 23px 3px 5px;
	background-position: 98% center;
}

.rtl .sd-social-text a.sd-button > span {
	padding-left: 0;
	padding-right: 5px
}

.rtl div.sharedaddy .no-icon a span, .rtl div.sharedaddy li.no-icon div a span {
	padding-left: 0;
	padding-right: 5px
}


/* Sharedaddy Module in /sharing/sharing.css */

/* Ratings Alignment
-------------------------------------------------------------- */
div.sharedaddy .sd-rating .pd-rating {
	width: 82.125%; /* 530px / 640px */ 
	float: right;
	margin: 0;
}


/* =Like Module
-------------------------------------------------------------- */

div.sharedaddy .wpl-likebox,
#main div.sharedaddy .wpl-likebox,
#content div.sharedaddy .wpl-likebox {
	margin-right: 0 !important;
	margin-left: 0 !important;
	padding-right: 0 !important;
	padding-left: 0 !important;
}

.wpl-likebox .sd-content {
	margin: -2px 0 0 0;
}

div.sharedaddy .wpl-button {
	float: left;
	margin: 0 5px 0 0;
}

div.sharedaddy .wpl-count {
	line-height: 1;
	padding: 5px;
	text-align: left;
	margin: 0;
	font-size: 12px;
}

div.sharedaddy ul.wpl-avatars,
.wpl-likebox {
	margin: 0 -2px 0 0 !important;
	padding-top: 8px !important;
	overflow: hidden;
}

div.sharedaddy ul.wpl-avatars li {
	width: 32px;
	height: 32px;
}

div.sharedaddy ul.wpl-avatars li a {
	margin: 0 2px 0 0;
	border-bottom: none !important;
	display: block;
}

div.sharedaddy ul.wpl-avatars li a img {
	background: none;
	border: none;
	margin: 0 !important;
	padding: 0 !important;
	position: static;
}

div.sharedaddy .wpl-button a.sd-button span {
	padding: 1px 5px 1px 2px;
	text-shadow: none;
}

div.sharedaddy .wpl-button a.sd-button span:before {
	color: #2EA2CC;
	font-family: "Noticons";
	content: '\2605';
	font-size: 16px;
	line-height: 0;
	text-shadow: 0 1px 0 #fff;
	position: relative;
	top: 3px;
}

div.sharedaddy .wpl-button a.sd-button.liked {
	background: #FEFFCE;
	border: 1px solid #F3E389;
	box-shadow: inset 0 1px 0 #fff;
	cursor: default;
}

div.sharedaddy .wpl-button a.sd-button.liked span {
	opacity: 1;
}

.rtl div.sharedaddy .wpl-button {
	float: right;
	margin: 0 0 0 5px;
}

.rtl div.sharedaddy #wpl-count {
	text-align: right;
}

.rtl div.sharedaddy ul.wpl-avatars, 
.rtl .wpl-likebox {
	margin: 0 0 0 -2px !important;
}

.rtl div.sharedaddy .wpl-button a.sd-button span {
	padding: 3px 5px;
	background-position: right center;
}

#wpl-mustlogin {
	width: 80%;
	max-width: 312px;
	padding: 15px;
	position: absolute;
	z-index: 1001;
	text-shadow: none;
	background-color: #fff;
	color: #333;
	border: 1px solid #ccc;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 0px 2px 8px #ccc;
	-webkit-box-shadow: 0px 2px 8px #ccc;
	box-shadow: 0px 2px 8px #ccc;
	-webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0px 2px 8px rgba(0, 0, 0, .2);
	box-shadow: 0px 2px 8px rgba(0, 0, 0, .2);
}

#wpl-mustlogin p {
	margin: 0;
	text-shadow: none;
	color: #333;
}

#wpl-mustlogin label, #wpl-mustlogin a {
	text-shadow: none;
	color: #333;
}

#wpl-mustlogin input[type="text"], 
#wpl-mustlogin input[type="password"] {
	width: 98.5%;
	text-shadow: none;
	border: 1px solid #ccc;
	background: #fff;
	color: #333;
}

#wpl-mustlogin {
	line-height: 14px !important;
	font-size: 11px;
	clear: left;
	margin-top: 5px;
	background: #f0f0f0;
	padding: 10px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

#wpl-mustlogin a {
	color: #888;
	text-decoration: underline;
}

#wpl-mustlogin p {
	margin: 5px 0;
	padding: 0
}

#wpl-mustlogin input.input {
	padding: 2px;
	background: #fff;
	font-size: 11px;
	font-family: inherit;
	border: 1px solid #ccc;
	-moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1) inset;
	-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1) inset;
	line-height: 12px;
}

#wpl-mustlogin input#wp-submit {
	border: 1px solid #ccc;
	font-size: 11px;
	background: #fafafa repeat-x;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 2px 4px !important;
	line-height: 12px;
}

#wpl-mustlogin label {
	position: relative;
	cursor: text;
}

#wpl-mustlogin label span {
	position: absolute;
	top: 0px;
	left: 5px;
	padding: 0 !important;
}

.rtl #wpl-mustlogin {
	margin-left: 0;
	margin-right: -120px;
}

.rtl #wpl-mustlogin {
	clear: right
}

.rtl #wpl-mustlogin label span {
	left: auto;
	right: 5px
}

/* 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 div.sd-content {
	width: 100%;
	float: none;
}

div.sharedaddy.sd-rating-enabled .sd-like h3 {
	display: block;
}

div.sharedaddy.sd-rating-enabled .sd-like div.sd-content {
	width: 82.125%; /* 530px / 640px */ 
	float: right;
}

div.sharedaddy.sd-sharing-enabled .sd-like h3 {
	display: block;
}

div.sharedaddy.sd-sharing-enabled .sd-like div.sd-content {
	width: 82.125%; /* 530px / 640px */ 
	float: right;
}

.rtl div.sharedaddy.sd-rating-enabled .sd-like div.sd-content {
	float: left
}

.rtl div.sharedaddy.sd-sharing-enabled .sd-like div.sd-content {
	float: left
}

/* =Theme-specific fixes
-------------------------------------------------------------- */

/* Shelf */

div.sharedaddy .wpl-likebox {
	position: static !important;
	bottom: auto !important;
}
/**
 * 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: 2px 2px !important;
}
#wp-admin-bar-notes #wpnt-notes-unread-count {
	margin: 0 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
#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 {
	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: 5px !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/fresh-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: "\00B7";
	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: '\25B6';
	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 {
	display: none !important;
}
.wpn-like .wpn-noticon:before {
	content: '\2605';
}
/* milestones */
.wpn-best_liked_day_feat .wpn-noticon img {
	display: none !important;
}
.wpn-best_liked_day_feat .wpn-noticon:before {
	content: 's';
}
/* 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: 'a';
}
/* follows */
.wpn-follow .wpn-noticon img {
	display: none !important;
}
.wpn-follow .wpn-noticon:before {
	content: 'F';
}
/* alerts */
.wpn-expired_domain_alert .wpn-noticon img {
	display: none !important;
}
.wpn-expired_domain_alert .wpn-noticon:before {
	content: 'A';
}
.wpn-expired_domain_alert b {
	font-weight: bold !important;
}
/* reblogs */
.wpn-reblog .wpn-noticon img {
	display: none !important;
}
.wpn-reblog .wpn-noticon:before {
	content: 'r';
}


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


/**
 * 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: 'X';
	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-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;
	max-width: auto;
}


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



#wpadminbar {
	overflow: visible !important;
}
body, #wpadminbar, #wp-admin-bar-notes, #notes-panel {
	background: transparent !important;
}
#wpadminbar, #wpadminbar .quicklinks > ul > li {
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
}
#wp-admin-bar-notes #wpnt-notes-panel {
	background: #fff;
	right: 20px;
	min-height: 98px;
	padding: 0 !important;
	margin: 0 !important;
	-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;
}
#wp-admin-bar-notes #wpnt-notes-panel .wpn-note .wpn-note-body {
	-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);
}

#wpadminbar div.wpcom-bubble, div.wpcom-bubble {
	width: 210px;
	background: white;
	border-radius: 5px;
	box-shadow: inset -3px -3px 5px rgba( 0, 0, 0, 0.05 ), 0 1px 2px rgba( 0, 0, 0, 0.3 );
	position: absolute;
	top: 32px;
	padding: 10px 16px;
	z-index: 999;
	cursor: default;
	opacity: 0;
	display: none;
}

	#wpadminbar div.wpcom-bubble:after,
	#wpadminbar div.wpcom-bubble:before,
	div.wpcom-bubble:after,
	div.wpcom-bubble:before {
		border: solid transparent;
		content: ' ';
		height: 0;
		left: 50%;
		margin-left: -8px;
		position: absolute;
		width: 0;
	}
	
	#wpadminbar div.wpcom-bubble:after,
	div.wpcom-bubble:after {
		border-width: 8px;
		border-bottom-color: #fff;
		top: -16px;
	}
	
	#wpadminbar div.wpcom-bubble:before,
	div.wpcom-bubble:before {
		border-width: 8px;
		border-bottom-color: #eee;
		top: -17px;
	}

	#wpadminbar div.wpcom-bubble.fadein, div.wpcom-bubble.fadein {
		display: block;
		opacity: 1;
		-webkit-animation-fill-mode: forwards;
		-webkit-backface-visibility: none;
	    -webkit-animation-name: reset, fadein;
	    -webkit-animation-duration: .25s;
	    -webkit-animation-timing-function: ease-in;
	}
		@-webkit-keyframes fadein {
			0% {
			    opacity: 0;
			}
			100% {
			    opacity: 1;
			}
		}

#wpadminbar div.wpcom-bubble div.bubble-txt, div.wpcom-bubble div.bubble-txt {
	line-height: 1.5;
	font-size: 13px;
	color: #555;
	text-shadow: none;
}

#wpadminbar div.wpcom-bubble div a, #wpadminbar div.wpcom-bubble div span,
div.wpcom-bubble div a, div.wpcom-bubble div span {
	display: inline;
	padding: 0;
	margin: 0;
	color: #1e8cbe;
	text-shadow: none;
	line-height: 100%;
}

#wpadminbar div.wpcom-bubble div a:hover, div.wpcom-bubble div a:hover {
	color: #f1831e;
}
