@import url("https://fonts.googleapis.com/css?family=Lato:300,400,700,900,300italic,400italic,700italic,900italic");
@import url("https://fonts.googleapis.com/css?family=Domine&text=“");

/* @group General Styles */

.diff-added {
	background: #FFC0CB;
}

#livepress-connection {
	position: fixed;
	top: 0;
	display: none;
	background: #FF0;
}

.oortle-diff-inserted-block,
.oortle-diff-inserted {
	display: none;
}

.oortle-diff-removed-block,
.oortle-diff-removed,
.oortle-diff-changed {
}

.oortle-tweet {
	font-family: Georgia, serif;
	font-size: 120%;
	color: #085258;
	border: 2px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-box-shadow: 10px 10px 5px #888;
	border-radius: 8px;
	list-style-type: none;
	margin: 3px;
	padding: 0;
	background-color: #8ADEE2;
	overflow: auto;
	padding: .5em;
	vertical-align: middle;
	background-color: #91E5E7;
}

.oortle-tweet-avatar {
	padding-right: .5em;
	float: left;
}

/* Used to style livepress meta markup in all windows */

.jScrollPaneContainer {
	border: 1px solid #DFDFDF;
}

/*override styles in load-styles.php so we don't need negative margins */
#lp-dashboard .inside, #lp-dashboard .inside p {
	margin: 0;
}

#lp-dashboard .inside {
	padding: 0;
}

.lp-results {
	position: relative;
	overflow: auto;
	height: auto;
}

.lp-comments-hint {
	color: #606060;
	position: relative;
	top: 20px;
	text-align: center;
	width: 100%;
}

.bar-text {
	color: #777;
	text-transform: uppercase;
	font-size: 10px;
}

.bar-number {
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	font-size: 10px;
	background: #286681;
	padding: 2px 3px;
	color: #fff;
	margin-right: 4px;
}

.count-update {
	display: block;
	position: absolute;
	top: 0;
	text-align: center;
	width: 2em;
	background-color: #d54e21;
	color: #fff;
	font-size: 9px;
	font-weight: 600;
	margin: 6px 0 0 2px;
	vertical-align: top;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	z-index: 26;

}

.admin-color-light .count-update {
	background-color: #d64e07;
}

.admin-color-blue .count-update {
	background-color: #d54e21;
}

.admin-color-coffee .count-update {
	background-color: #9ea476;
}

.admin-color-ectoplasm .count-update {
	background-color: #d46f15;
}

.admin-color-midnight .count-update {
	background-color: #69a8bb;
}

.admin-color-ocean .count-update {
	background-color: #aa9d88;
}

.admin-color-sunrise .count-update {
	background-color: #ccaf0b;
}

.blogging-tools-tabs li {
	position: relative;
}

.blogging-tools-tabs li .count-update {
	right: 3px;
	display: none;
}

/* odd items */
.odd {
	background: #f9f9f9;
}

/* configure panel area */
.lp-pane .configure {
	border-top: 1px solid #dfdfdf;
	padding: 10px;
	background: #f1f1f1 url(../img/shadow_bottom.png) bottom left repeat-x;
	margin: 0;
}

/* @group Update Area */
#livepress-canvas .update-count {
	padding: 5px;
}

.livepress-meta {
	margin-right: 5px;
	margin-bottom: 0;
	min-height: 30px;
}

.livepress-update-format-newstyle .livepress-meta {
	background-color: #f5f5f5;
	border: 1px solid #dedede;
}

.twitter-tweet + p {
	display: none;
}

.livepress-update.pinned-first-live-update .livepress-meta > strong,
.livepress-update.pinned-first-live-update .livepress-update-header-timestamp,
.livepress-update.pinned-first-live-update .livepress-update-author,
.livepress-update.pinned-first-live-update .live-update-livetags,
.livepress-update.pinned-first-live-update .live-update-authors {
	display: none;
}

.livepress-update.pinned-first-live-update div.livepress-update-inner-wrapper.lp_avatar_shown {
	margin-left: auto;
}

/* Needs #post_content_livepress to be more specialized than #content img */
.livepress-meta img,
#post_content_livepress .livepress-meta img,
body#tinymce .livepress-meta img {
	vertical-align: top;
	width: 30px;
	height: 30px;
	float: left;
	margin-right: 5px;
}

.livepress-meta .wp-caption img,
#post_content_livepress .livepress-meta .wp-caption img,
body#tinymce .livepress-meta .wp-caption img {
	width: auto;
	height: auto;
}

.livepress-byline,
.livepress-timestamp-option,
.livepress-live-tags,
.lp-authorID {
	display: none;

}

.livepress-newform .livepress-update-header {
	position: relative;
	left: inherit;
}

.livepress-update-show-author .livepress-byline,
.livepress-update-show-time .livepress-timestamp-option,
.livepress-update-show-tags .livepress-live-tags {
	display: block;
}

.live-author-gravatar img {
	width: 48px;
	height: 48px;
	padding: 4px;
	clear: both;
}

.livepress-meta .livepress-update-header {
	font-weight: bold;
	display: block;
}

.livepress-update-header-timestamp {
	float: right;
	margin-top: -20px;
	color: #888;
}

.livepress-update-header-timestamp a,
.livepress-update-header-timestamp a:visited,
.livepress-update-header-timestamp a:active,
.livepress-update-header-timestamp a:hover,
.livepress-update-header-timestamp a:focus {
	color: #888;
}

.livepress-update-author {
	font-size: 14px;
	font-weight: bold;
}

.live-update-authors {
	font-weight: bold;
	font-style: italic;
	padding-bottom: 15px;
	padding-top: 10px;
	position: absolute;
	top: 0;
	margin-left: -60px;
}

.livepress-update-show-avatar div.livepress-update,
.livepress-update-show-avatar div.livepress-old-update {
	padding-left: 60px;
}

.livepress-update-show-avatar .livepress-update .lp-simul-raw,
.livepress-update-show-avatar .livepress-old-update .lp-simul-raw {
	margin-left: -60px;
}

.live-update-authors .live-author-name {
	display: none;
}

div.livepress-update-inner-wrapper {
	padding-top: 10px;
}

div.livepress-update-inner-wrapper.lp_avatar_shown {
	margin-left: 80px;
	min-height: 90px;
}

div.livepress-update-header > input,
div.livepress-byline > input {
	padding: 5px;
	margin: 1px 0px 1px 0px;
	border: 1px solid #aaa;
	font-family: sans-serif;
	line-height: 18px;
}

div.livepress-live-tags {
	float: left;
	text-align: left;
	width: 40%;
}

div.livepress-byline {
	width: 50%;
	text-align: right;
	margin-bottom: 5px;
	float: right;
}

div.livepress-update-header > input {
	width: 100%;
}

.inside div.livepress-update-header > input {
	width: 98.6%;
}

.live-update-livetags {
	margin: 0;
	float: right;
}

.live-update-livetag,
.live-update-tagcontrol {
	margin-right: 6px;
	border: 1px solid #000;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #eee;
	cursor: pointer;
	font-size: .7em;
}

.livepress-meta abbr.livepress-timestamp {
	padding: 1px 0;
	border-bottom: none;
	font-size: 10px;
	text-transform: uppercase
}

#post_content_livepress .livepress-meta a {
	border-bottom: none;
}

.live-update-tag-control {
	background-color: #f5f5f5;
	border: 1px solid #dedede;
	margin-bottom: 15px;
	width: 100%;
	padding: 0;
}

.live-update-tagcontrol.active {
	background-color: #9CCA95;
}

.live-update-tag-title {
	font-size: 12px;
	font-weight: bold;
	margin-right: 10px;
	margin-left: 5px;
	width: 90px;
	float: left;
}

/* live updates main pages (fixes floating issue) */
.livepress-update,
.livepress-old-update {
	display: block;
	clear: both;
	position: relative;
	padding: 20px 0 1px 0;
	border-top: 1px solid #F0F0F0;
	border-bottom: 1px solid transparent;
	z-index: 10;
	margin-bottom: 20px;
}

.livepress-update-raw {
	padding: 0;
	border-top: 0;
	border-bottom: 0;
	margin-bottom: 5px;
}

.livepress-update-raw .lp-share {
	display: none;
	z-index: 99999;
}

.livepress-update-raw:hover .lp-share {
	display: block;
}

.livepress-update-raw:hover {
	background-color: #f9f9f9;
}

#post_content_livepress {
	border-bottom: 1px solid #F0F0F0;
}

.lp-bar br {
	display: none;
}

.livepress-update:first-child,
.livepress-old-update:first-child {
	padding-top: 0;
	border-top: none;
}

.livepress-update.livepress-has-avatar,
.livepress-old-update.livepress-has-avatar {
	min-height: 40px;
}

/* remove oembed admin-facing dashicon stuff on frontend */
.livepress-old-update .wpview-wrap .wpview-selection-before,
.livepress-update .wpview-wrap .wpview-selection-before,
.livepress-update .wpview-wrap .wpview-body .toolbar,
.livepress-old-update .wpview-wrap .wpview-body .toolbar {
	display: none;
}

/* Images shouldn't be on the same line as meta header */
.livepress-old-update a img, .livepress-update a img.avatar {
	display: block;
	box-shadow: none;
	-webkit-box-shadow: none;
}

/* @group Inline Tweets */

.lp-inline-tweet {
	float: none;
	overflow: visible;
	position: relative;
	line-height: 30px;
	height: auto;
	clear: both;
	display: block;
	margin: 15px;
	font-family: Georgia, Times, "Times New Roman", serif;
}

.lp-inline-tweet span.tweet-body {
	float: none;
	padding: 10px 20px;
	font-size: 1.25em;
	color: #333;
	font-style: italic;
	border: 1px solid #ebebeb;
	display: block;
	background: #fff;
	moz-box-shadow: 3px 3px 3px #bcbcbc;
	-webkit-box-shadow: 3px 3px 3px #bcbcbc;
	box-shadow: 3px 3px 3px #bcbcbc;
}

.lp-inline-tweet span.byline {
	margin-top: -1px;
	margin-left: 40px;
	padding-left: 25px;
	display: block;
	background: url(../img/commentbubble_tail.png) top left no-repeat;
}

.lp-inline-tweet span.author a:link, .lp-inline-tweet span.author a:visited {
	text-decoration: none;
}

.lp-inline-tweet .intents {
	margin-left: 20px;
}

.lp-inline-tweet .intents a, .lp-inline-tweet .intents a:link, .lp-inline-tweet .intents a:visited {
	color: #ababab;
	text-transform: uppercase;
	font-family: Lucida Grande, Verdana, sans-serif;
	font-size: 10px;
	text-decoration: none;
	margin-right: 15px;
}

.lp-inline-tweet .intents a:hover {
	color: #333;
}

/* @end */

/* @end */

/*Dashboard styles*/
#lp-dashboard .inside h3 {
	background: none;
	cursor: auto;
	font-size: 1.25em;
	font-weight: bold;
	padding: 7px 10px;
}

#lp-switch-panel {

}

#lp-hidden-tweets {
	display: none;
}

/* @end */

/* @group Alerts and Errors */

#pausedmsg {
	z-index: 150;
	width: 100%;
	text-align: center;
	font-style: italic;
	background: #fefaca;
	background: rgba(254, 248, 180, 0.7);
	color: #434343;
	font-size: 10px;
	padding: 2px;
	moz-box-shadow: 0 3px 4px #dedede;
	-webkit-box-shadow: 0 3px 4px #dedede;
	box-shadow: 0 3px 4px #dedede;
}

#post-body-content #pausedmsg {
	border-left: 1px solid #DFDFDF;
}

span.warning {
	display: block;
	text-indent: 20px;
	background: url(../img/warning_icon.png) top left no-repeat;
	font-weight: bold;
}

#lp-pane-errors {
	display: none;
	background-color: #fed7cc;
	margin: 0;
	padding: 3px 0;
	color: #555;
}

#lp-pane-errors p {
	padding: 3px;
	padding-left: 25px;
	margin: 0 !important;
}

x#lp-pane-errors p.lp-pane-error {
	background: url(../img/warning_icon.png) 5px 4px no-repeat;
}

x#lp-pane-errors p.lp-pane-warning {
	background: url(../img/warning_icon.png) 5px 4px no-repeat;
}

#lp-new-tweets {
	background: #C9E5FE;
	font-size: 1.1em;
	font-weight: 900;
	text-align: center;
	padding: 9px;
	position: relative;
	height: 15px;
}

.ie6-warning {
	text-align: justify;
}

.lp-spinner {
	height: 20px;
	margin: auto;
	width: 20px;
	text-indent: -5000px;
	background: url(../img/spinner.gif);
}

#lp-twitter-search-terms .lp-spinner, #lp-autotweet-terms .lp-spinner {
	left: 0;
	position: absolute;
	top: -1px;
}

.comment-item.unapproved {
	background-color: lightyellow;
}

/* @end */

/* @group Header */

/* @group LivePress Global Toggle */
/*hidden state of the editor */
.editor-hidden {
	background: #e9f1fa;
	padding: 10px;
}

.editor-hidden .warning {
	font-weight: normal;
	font-style: italic;
	color: #999;
	line-height: 16px;
	margin: 7px 10px 0 0;
}

/* Toggle/Switch to show and hide the editor */
#live-switcher {
	float: right;
	text-align: center;
	margin: 3px 10px 0 0;
}

#live-switcher.disconnected {
	background: gray url(../img/lp-button-grad-disabled.png) repeat-x;
	color: white;
	text-shadow: none;
	border-color: #111;

}

#live-switcher.connected {
	background: green repeat-x;
	color: white;
	border-color: #111;
	text-shadow: none;
}

/* @end */

/* @group Global Status Bar */

.inner-lp-dashboard {
	display: none;
}

#bar-controls {
	border-top: 1px solid #D5D5D5;
	border-bottom: 1px solid #D5D5D5;
	padding: 8px 0;
	background: url('../img/white_gradient.jpg') bottom left repeat-x;
}

#bar-controls > span {
	font-size: 1.1em;
	margin-left: 10px;
}

/* @group Footer */

#lp-dashboard #powered-by {
	padding: 12px 5px;
	text-align: center;
	color: #777;
}

#lp-dashboard #powered-by #lp-logo {
	margin: 0 6px 0 3px;
}

/* @end */

/* @group Menu Styles */

/* @group Main Menu */
/* follows WordPress Styles and naming conventions */
#lp-dashboard-panes li.pane {
	margin-bottom: 0;
}

#lp-dashboard-panes .menu-top {
	position: relative;
	line-height: 18px;
	min-width: 10em;
	font: normal 13px/18px Georgia, "Times New Roman", "Bitstream Charter", Times, serif, FreeSans;
	background: #f1f1f1 url(../img/menu-bits.gif) repeat-x scroll left -379px;
	display: block;
	border-bottom: #dfdfdf 1px solid;
	padding: 0;
}

#lp-dashboard-panes .menu-top:hover {
	cursor: pointer;
}

#lp-dashboard-panes .menu-top.active {
	border: 1px solid #aaaaaa;
	background: #f1f1f1 url(../img/menu-bits.gif) repeat-x scroll top left;
	border-bottom: 0;
}

/* @end */

/* @group Main Menu Toggle Styles */
/* for the arrow toggle on the right side of main menu items */
#lp-dashboard-panes .wp-menu-toggle {
	width: 22px;
	margin: 0 0 0;
	height: 27px;
	padding: 1px 2px 0 0;
	cursor: default;
	float: right;
	display: block;
}

#lp-dashboard-panes .menu-top:hover .wp-menu-toggle {
	background: transparent url(../img/menu-bits.gif) no-repeat scroll left -109px;

}

#lp-dashboard-panes .menu-top.active .wp-menu-toggle {
	background: transparent url(../img/menu-bits.gif) no-repeat scroll left -207px;
}

#lp-dashboard-panes .menu-top a.menuitemlabel {
	display: inline; /* die IE6 */
	display: inline-block;
	line-height: 18px;
	padding: 6px 5px 4px 20px;
	margin-bottom: 0;
}

/* @end */

/* @group Submenu */
#lp-pane-controls {
	max-width: 269px;
}

#lp-pane-controls .pane-bookmark {
	color: #538BAE;
	cursor: pointer;
	float: left;
	font-family: arial;
	font-size: 1.1em;
	padding: 7px 5px 9px;
}

#lp-pane-controls .pane-bookmark.active {
	background: #EEE;
	border-color: #DFDFDF;
	border-top-left-radius: 4px 4px;
	border-top-right-radius: 4px 4px;
	border-style: solid;
	border-width: 1px 1px 0;
	color: #333;
	padding: 6px 2px 9px;
	-moz-border-radius: 4px 4px 0 0;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
}

ul#twitter-search-subtabs {
	margin: 0 !important;
	background: #efefef;
	padding: 12px 5px 3px 10px;
	border-bottom: 0;
}

ul#twitter-search-subtabs .tabs {
	background: #fff;
}

#post-body-content ul#twitter-search-subtabs .tabs {
	border-right: 1px solid #DFDFDF;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
}

/* @end */

/* @end */

/* @group General Pane Styles */

#lp-dashboard-panes {
	position: relative;
}

.lp-pane {
	display: none;
}

.lp-pane.lp-pane-active {
	display: block;
	overflow: hidden;
}

#lp-pane-holder {
	position: relative;
	border: none;
	clear: both;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-border-radius: 0;
	overflow: hidden;
}

.lp-pane-active {
	border: 1px solid #aaaaaa;
}

#lp-twitter-results,
#tab-panel-live-comments {
	float: right;
	max-height: 216px;
	overflow-y: auto;
	overflow-x: hidden;
	position: relative;
}

#lp-new-comments-notice {
	margin: 15px;
}

#lp-twitter-results {
	width: 100%;
	margin-left: -185px; /* Width of #live-search-column */
	padding-left: 185px;
}

#tab-panel-live-comments {
	width: 100%;
}

#lp-twitter-results .lp-spinner {
	margin-top: 70px;
}

#post-body-content #lp-twitter-results {
	border-left: 1px solid #DFDFDF;
}

/* @end */

/* @group Tweets and Comments */
.lp-comment-author {
	color: #666;
	font-size: 11px;
	line-height: 1.5em;
	margin: 0 8px 6px 8px;
	padding: 3px 0 0;
}

@media screen and (min-width: 1100px) {
	.lp-comment-author {
		width: 150px;
		float: left;
	}
}

a.lp-comment-link {
	font-weight: normal;
}

a.lp-comment-link:hover {
	text-decoration: underline;
}

.lp-comment-author img.photo {
	width: 16px;
	height: 16px;
	margin-right: 8px;
	vertical-align: middle;
}

@media screen and (min-width: 1100px) {
	.lp-comment-author img.photo {
		float: left;
		width: auto;
		height: auto;
		vertical-align: top;
	}
}

.lp-comment-author a {
	color: #333;
	font-weight: bold;
	text-decoration: none;
}

.lp-comment {
	color: #333;
	padding-right: 8px;
	padding-left: 8px;
}

@media screen and (min-width: 1100px) {
	.lp-comment {
		padding-left: 0;
		padding-right: 15px;
		margin-left: 166px; /* 150px for the author box + 8px each for left/right margins on the author box */
	}
}

.lp-comment p:last-of-type {
	margin-bottom: 0;
}

.lp-comment p:first-of-type {
	margin-top: 0;
}

.comment-item {
	padding-top: 8px;
	padding-bottom: 8px;
	border-bottom: 1px solid #efefef;
}

.lp-comment .row-actions {
	font-size: .8em;
}

.lp-tweet-author {
	font-weight: bold;
	line-height: 16px; /* align with avatar */
}

.lp-tweet-date {
	margin-left: 1em;
}

@media screen and (min-width: 1100px) {
	.lp-tweet-author {
		display: block;
	}

	.lp-tweet-date {
		display: block;
		margin-left: 0;
	}
}

#live-search-query {
	width: 100%;
	margin-bottom: .5em;
}

#live-search-column {
	width: 185px;
	float: left;
	position: relative;
	z-index: 10; /* place above #lp-twitter-results, which has default z-index */
	padding: 0 15px;
}

#lp-twitter-search-terms {
	display: block;
}

#lp-tweet-terms {
	padding: 10px;
}

/* @end */

/* @group Guest Blogger Tweets Panel */

#autotweet-blocked h4, .add-autotweet-container h4 {
	font-weight: normal;
	font-style: italic;
	font-size: 10px;
	color: #888;
	margin-bottom: 0;
}

#remote-authors {
	margin: 15px;
}

#remote-authors .configure {
	float: left;
	width: 60%;
}

#remote-authors .configure .clean {
	margin-top: 50px;
	margin-bottom: 10px;
}

#remote-authors .configure .clean p {
	margin-bottom: 0.5em;
}

#lp-account-list {
	width: 40%;
	float: right;
	margin-top: 0;
}

#lp-account-list li {
	border-bottom: 1px solid #efefef;
	margin-bottom: 0;
	padding: 5px 10px;
}

.add-autotweet-container .taghint {
	position: absolute;
	margin: 7px 0 2px 20px;
}

#tab-panel-live-notes {
	margin: 15px;
}

/* @end */

/* @group Terms */

.lp-term {
	float: left;
	position: relative;
	margin-right: 15px;
	background: #efefef;
	padding: 2px 10px 2px 6px; /* 10px/6px provides visual balance with close button */
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px
}

.lp-term:hover {

}

.lp-term span {
	float: left;

}

.new-term {
	width: 160px;
	color: #999;
	margin-right: 0;
}

.lp-term-clean-button {
	cursor: pointer;
	float: left;
	margin-right: 3px;
	margin-top: .25em;
	width: 1em;
	height: 1em;
	font-size: 1em;
}

.lp-tweet-clean-button {
	float: right;
	margin-left: 3px;
	cursor: pointer;
}

.lp-term-clean-button:before {
	height: 1em;
	width: 1em;
	font-size: 1em;

}

a.lp-tweet-clean-button {
	color: #aa0000;
	font-size: 1em;
}

a.lp-tweet-clean-button:hover {
	text-decoration: underline;
}

a.lp-term-clean-button:hover {
	color: #ff0000;
}

.lp-tweet-text,
.lp-term-text {
	font-size: 12px;
}

.lp-tweet-text {
	color: #21759B;
}

.lp-term-cleaner {
	float: right;
	font-size: 10px;
	padding-top: 4px;
}

/* @end */

/* @group Twitter Search Panel */

#lp-search-terms {
	padding: 3px 8px 5px;
}

#lp-search-terms input.ghosted {
	color: #999;
}

#lp-search-terms .term-search-submit {
	border: 1px solid #000;
	border-bottom-left-radius: 4px 4px;
	border-bottom-right-radius: 4px 4px;
	border-top-left-radius: 4px 4px;
	border-top-right-radius: 4px 4px;
	color: #333;
	float: left;
	font-size: 10px;
	height: 14px;
	line-height: 14px;
	margin: 1px 1px 1px 3px;
	padding: 3px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

/* @group Play/Pause */

/* play/pause button for stopping and starting the live twitter search */
/* By default, the twitter search is in "play" mode; showing the pause action */
#lp-tweet-player {
	padding: 0 5px;
	display: inline-block;
	vertical-align: top;
	position: relative;
}

/**
 * When the player is in "pause" mode, show the play action
 */
#lp-tweet-player.paused:before {
	content: "\e601"; /* Play */
}

/* @end */

/* @end */

/**
 * LivePress Admin Bar Status Menu
 */

#wpadminbar .livepress-status-menu p {
	text-shadow: none;
	color: #333;
}

#wpadminbar .livepress-status-menu a {
	text-shadow: none;
}

#wpadminbar .quicklinks .livepress-status-menu ul li .ab-item,
#wpadminbar .quicklinks .livepress-status-menu.hover ul li .ab-item {
	height: auto;
}

#wpadminbar #wp-admin-bar-livepress-status-explanation .hidden {
	display: none;
}

#wpadminbar #wp-admin-bar-livepress-status-explanation,
#wpadminbar #wp-admin-bar-livepress-status-explanation p {
	color: #333;
	text-shadow: none;
}

#wpadminbar #wp-admin-bar-livepress-status-explanation {
	width: 250px;
	padding: 10px;
}

#wpadminbar #wp-admin-bar-livepress-status-explanation a {
	text-shadow: none;
}

#wpadminbar #wp-admin-bar-livepress-status li:hover,
#wpadminbar #wp-admin-bar-livepress-status li.hover {
	background-color: inherit;
}

#wpadminbar #wp-admin-bar-livepress-status li:hover a,
#wpadminbar #wp-admin-bar-livepress-status li.hover a {
	background-color: #eaf2fa;
}

#wpadminbar > #wp-toolbar > #wp-admin-bar-root-default #wp-admin-bar-livepress-status .ab-icon,
#wpadminbar #wp-admin-bar-livepress-status .ab-icon {
	background-image: url("../img/admin-bar-status-sprite.png") !important;
	float: left;
	height: 16px;
	margin-top: 6px;
	position: relative;
	width: 16px;
}

#wpadminbar #wp-admin-bar-livepress-status .ab-icon {
	background-position: -2px -33px;
}

#wpadminbar #wp-admin-bar-livepress-status.disabled .ab-icon {
	background-position: -2px -61px;
}

#wpadminbar #wp-admin-bar-livepress-status.connected .ab-icon {
	background-position: -2px -5px;
}

#wpadminbar #wp-admin-bar-livepress-status:hover .ab-icon,
#wpadminbar #wp-admin-bar-livepress-status.hover .ab-icon {
	background-position: -2px -117px;
}

#wpadminbar #wp-admin-bar-livepress-status:hover.disabled .ab-icon,
#wpadminbar #wp-admin-bar-livepress-status.disabled.hover .ab-icon {
	background-position: -2px -145px;
}

#wpadminbar #wp-admin-bar-livepress-status:hover.connected .ab-icon,
#wpadminbar #wp-admin-bar-livepress-status.connected.hover .ab-icon {
	background-position: -2px -89px;
}

#wp-admin-bar-livepress-status-external.enabled #wp-admin-bar-livepress-enable,
#wp-admin-bar-livepress-status-external.disabled #wp-admin-bar-livepress-disable {
	display: none;
}

/* @group Browser-specific fixes */

/*ie fixes*/
*:first-child + html #lp-search-terms input[type = "text"] {
	/*margin-bottom: 17px; */
}

*:first-child + html #lp-twitter-search-terms .lp-term-cleaner {
	width: 48px;
}

.live-status-circle {
	border-radius: 50%;
	width: 10px;
	height: 10px;
	margin: 3px 0 0;
	padding: 0;
}

.live-status-enabled {
	background-color: #69ca14;
	border: 1px solid #69ca0f;
}

.live-status-disabled {
	background-color: #cacaca;
	border: 1px solid #999;
}

#merging_posts {
	height: 16px;
	margin: auto;
	width: 100px;
	background: url(../img/spin.gif);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 20px;
	font-weight: bold;
	display: none;
}

.now_merging #merging_posts {
	display: inline;
}

.now_merging #confirmation_message {
	display: none;
}

.livepress_admin_warning {
	min-width: 825px;
	border: 1px solid #000;
	padding: 5px;
	margin: 15px 0;
	background: #D2442A;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	position: relative;
	overflow: hidden;
	font-size: 15px;
}

.livepress_admin_warning .aa_button {
	font-weight: bold;
	border: 1px solid #000;
	text-align: center;
	padding: 9px 0 8px 0;
	color: #000;
	background: #FECC2F;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
}

.livepress_admin_warning .aa_button:hover {
	text-decoration: none !important;
	background: #FEEE35;
}

.livepress_admin_warning .aa_button_border {
	border: 1px solid #999;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	background: #999;
}

.livepress_admin_warning .aa_button_container {
	cursor: pointer;
	display: inline-block;
	background: #eee;
	padding: 5px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	width: 266px;
}

.livepress_admin_warning .aa_description {
	position: absolute;
	top: 22px;
	left: 285px;
	margin-left: 25px;
	color: #fff;
	z-index: 1000;
}

.livepress_admin_warning .aa_description a {
	color: #fff;
	text-decoration: underline;
}

#tab-link-live-comments .count-update {
	display: none;
}

/* @end */

/* Plugin specific CSS Fixes */

/* Hide front end addthis buttons on each child post */

.livepress-update .addthis_toolbox {
	display: none;
}

.livepress-update .more-link{
	float: right;
}

.livepress-timestamp{
	display: none;
}

#post_content_livepress .livepress-timestamp,
.wp-admin .livepress-timestamp{
	display: inline;
}

.livepress-live #postdivrich {
	display: none;
}

/* Limit embed widths */
embed,
iframe,
object,
video {
	max-width: 100%;
}

/**
 * HiDPI Graphics
 */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
	#wpadminbar #wp-admin-bar-livepress-status .ab-icon {
		background-image: url("../img/admin-bar-status-sprite-2x.png");
		background-size: 20px auto;
	}

	.lp-spinner {
		background-image: url(../img/spinner-2x.gif);
		background-size: 20px auto;
	}
}

/*
 * Icon overrides
 * done here so the font style.css can be overwritten if needed.
 * Adjusts baseline.
 */
.icon-livepress-logo:before {
	position: relative;
	top: .1em;
}

.fixed .column-livepress_status {
	width: 10%;
}

#lp-lazy-loading {
	text-align: center;
}

#lp-lazy-loading img {
	display: none;
}

/* Simulcast styles */

.lp-simul {
	position: relative;
	margin: 0;
	display: block;
	z-index: 0;
	width: 100%;
	font-size: 15px;
	font-family: Lato,sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	min-width: 320px;
	background: transparent;
}

.lp-simul * {
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.lp-simul p {
	margin: 0px;
}

.lp-simul b,.lp-simul strong {
	font-weight: 700;
}

.lp-simul i,.lp-simul em {
	font-style: italic;
}

.lp-simul a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
}

.lp-simul a:active,.lp-simul a:hover {
	outline-width: 0;
}

.lp-simul a,.lp-simul a:link,.lp-simul a:visited {
	text-decoration: none;
	color: #2a80b9;
}

.lp-simul a:active,.lp-simul a:focus,.lp-simul a:hover {
	color: #439fe0;
}

.lp-simul a:focus,.lp-simul a:hover {
	text-decoration: underline;
}

.lp-simul audio,.lp-simul video {
	display: inline-block;
}

.lp-simul audio:not([controls]) {
	display: none;
	height: 0;
}

.lp-simul img {
	border-style: none;
}

.lp-simul .lp-simul-row {
	position: relative;
	padding: 1px 2.667em 2px 0;
	display: block;
	width: 100%;
	margin: 0 auto -1px;
	border-left: none;
	border-right: none;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
	color: #2c2d30;
	font-size: 1em;
	line-height: 1.467em;
	-webkit-user-select: text;
	-moz-user-select: text;
	-ms-user-select: text;
	user-select: text;
	word-wrap: break-word;
}

.lp-simul .lp-simul-left {
	text-align: right;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-backface-visibility: hidden;
	width: 4.8em;
	padding: 0 .667em 0 0;
	margin: 0;
}

.lp-simul .lp-simul-user-photo {
	display: inline-block;
	width: 2.4em;
	height: 2.4em;
	margin: .267em 0 0;
	-webkit-border-radius: .213em;
	-moz-border-radius: .213em;
	border-radius: .213em;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center center;
}

.lp-simul .lp-simul-body {
	margin: 1px 0 0 4.8em;
	padding: 0;
}

.lp-simul .lp-simul-user {
	display: inline;
	font-weight: 900;
	color: #2c2d30 !important;
	line-height: 1.2em;
	margin: 0 .267em 0 0;
	word-break: break-word;
}

.lp-simul .lp-simul-bot {
	display: inline;
	margin: 0 .333em 0 0;
	font-size: .8em;
	line-height: 1.5em;
	color: #9e9ea6 !important;
	white-space: nowrap;
	background-color: #f8f8f8;
	padding-left: 2px;
	padding-right: 2px;
}

.lp-simul .lp-simul-time {
	display: inline;
	margin: 0 .0.333em 0 0;
	font-size: .8em;
	line-height: 1.5em;
	color: #9e9ea6 !important;
	white-space: nowrap;
}

.lp-simul .lp-simul-content {
	display: block;
}

.lp-simul .lp-simul-content pre {
	margin: .5rem 0 .2rem;
	font-size: .75rem;
	line-height: 1.15rem;
	background: #fbfaf8;
	font-family: Consolas,monaco,courier,monospace!important;
	padding: .5rem;
	-webkit-font-variant-ligatures: none;
	font-variant-ligatures: none;
	word-break: normal;
	tab-size: 4;
	-moz-tab-size: 4;
	-o-tab-size: 4;
	-webkit-tab-size: 4;
	word-wrap: break-word;
	white-space: pre-wrap;
	border: 1px solid rgba(0,0,0,.15);
	border-radius: 4px;
	color: #333;
}

.lp-simul .lp-simul-content code {
	padding: 1px 0;
	background-color: #f7f7f9;
	border: 1px solid #e1e1e8;
	font-size: .8em;
	-webkit-border-radius: .25em;
	-moz-border-radius: .25em;
	border-radius: .25em;
	font-family: Consolas,monaco,courier,monospace !important;
	line-height: 1em;
	white-space: normal;
	color: #c25;
	-webkit-font-variant-ligatures: none;
	font-variant-ligatures: none;
	tab-size: 4;
	-moz-tab-size: 4;
	-o-tab-size: 4;
	-webkit-tab-size: 4;
}

.lp-simul .lp-simul-content .para_break {
	display: block;
	height: .533em;
}

.lp-simul .lp-simul-content ul {
	display: block;
	margin: 0;
	padding: 0 0 0 1.1em;
	list-style: disc;
}

.lp-simul .lp-simul-content ul li {
	margin: 0;
	padding: 0;
}

.lp-simul .lp-simul-content ol {
	display: block;
	margin: 0;
	padding: 0 0 0 1.1em;
	list-style: decimal;
}

.lp-simul .lp-simul-content ol li {
	margin: 0;
	padding: 0;
}

.lp-simul .lp-simul-content .lp-simul-content-mention {
	background: #fff3b8;
}

.lp-simul .lp-simul-content .lp-simul-emoji {
	text-shadow: none;
	display: inline-block;
	font-size: 1.467em;
	vertical-align: middle;
	margin: -.182em 0 0;
}

.lp-simul .lp-simul-content .lp-simul-content-media-label {
	color: #9e9ea6 !important;
	text-decoration: none;
}

.lp-simul .lp-simul-content .lp-simul-content-media-title {
	font-weight: 700;
	color: #2a80b9;
}

.lp-simul .lp-simul-content .lp-simul-content-media-arrow {
	display: inline-block;
	position: relative;
	width: 1.467em;
	height: 1.467em;
	overflow: hidden;
	vertical-align: middle;
}

.lp-simul .lp-simul-content .lp-simul-content-media-arrow:before {
	position: absolute;
	-webkit-backface-visibility: hidden;
	top: 50%;
	left: 50%;
	width: 0;
	height: 0;
	content: " ";
	border-top: #9e9ea6 .333em solid;
	border-left: transparent .3em solid;
	border-right: transparent .3em solid;
	margin: -.2em 0 0 -.267em;
}

.lp-simul .lp-simul-content .lp-simul-content-media-label:hover .lp-simul-content-media-arrow:before {
	border-top-color: #555459;
}

.lp-simul .lp-simul-content .lp-simul-content-media {
	position: relative;
	padding: 0;
	margin: .267em 0 .4em;
	min-width: 220px;
	max-width: 100%;
	border: none;
	-webkit-border-radius: .2em;
	-moz-border-radius: .2em;
	border-radius: .2em;
	overflow: visible;
	background-color: transparent;
}

.lp-simul .lp-simul-content img {
	-webkit-border-radius: .2em;
	-moz-border-radius: .2em;
	border-radius: .2em;
	max-width: 100%;
	height: auto;
	vertical-align: middle;
	border: 0;
}

.lp-simul div.lp-simul-special-formatting-quote {
	margin: .25rem 0;
}

.lp-simul .lp-simul-special-formatting-quote .lp-simul-quote-bar {
  background: #e3e4e6;
}

.lp-simul .lp-simul-quote-bar .lp-simul-shim {
  width: 4px;
}

.lp-simul .lp-simul-special-formatting-quote .lp-simul-quote-bar {
  display: table-cell;
  width: 4px;
  border-radius: 8px;
}

.lp-simul .lp-simul-special-formatting-quote .lp-simul-content {
  display: table-cell;
  padding: 0 0 0 12px;
  width: 100%;
  max-width: 520px
}

.lp-simul .lp-simul-dynamic-content-max-width {
	max-width: 696px;
}

.lp-simul .lp-simul-image-container {
	padding: 0;
	min-width: 220px;
	max-width: 100%;
	border: none;
	border-radius: 3px;
	overflow: visible;
	background-color: transparent;
	margin: .25rem 0 .375rem;
}

.lp-simul .lp-simul-media-comment:before {
	content: '“';
	font-family: Domine, Sans-Serif;
	font-size: 350%;
	color: #E8E8E8;
	margin-left: -1.625rem;
	margin-right: .125rem;
	margin-top: -20px;
	margin-bottom: -50px;
	padding-top: 35px;
	height: 45px;
	line-height: 1.375rem;
	float: left;
}