/* @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 {
	font-family: "Lucida Grande", Arial, sans-serif;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	font-size: 10px;
	line-height: 12px;
	background: #54c54b;
	padding: 2px 3px;
	color: #fff;
	position: absolute;
	display: block;
	top: 6px;
	right: 30px;
	}
	
/* 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 {
	font-weight: bold;
	margin-right: 10px;
}

/* 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;
}

/* live updates main pages (fixes floating issue) */
.livepress-update {
	display: block;
	clear: both;
	position: relative;
	/*margin-left: 10px !important;*/
	/*margin-right: 10px !important;*/
	padding: 0 0 1px 0;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
	z-index: 10;
}

.livepress-update.lp-hl-on-hover:hover {
	background: #f9f9c3;
}

.livepress-update.livepress-has-avatar {
	min-height: 40px;
}

/* @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 {
    /*position: absolute;*/
    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: 16px;
	margin: auto;
	width: 16px;
	text-indent: -5000px;
	background: url(../../../../wp-admin/images/wpspin_light.gif);
	/*background: url(../img/spin.gif) left top no-repeat;*/
}

#lp-twitter-search-terms .lp-spinner, #lp-autotweet-terms .lp-spinner {
	/*background: url(../img/spin2.gif) left top no-repeat;*/
	background: url(../../../../wp-admin/images/wpspin_light.gif);
	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 url(../img/lp-button-grad-enabled.png) repeat-x;*/
    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 {
	width: 60%;
	margin-left: 5%;
	float: right;
	max-height: 216px;
	overflow-y: auto;
	position: relative;
	left: 40px;
}

#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: 6px 8px;
	padding: 6px 0 0;
	float: left;
	width: 150px;
}

a.lp-comment-link {
	font-weight: normal;
}

a.lp-comment-link:hover {
	text-decoration: underline;
}

.lp-comment-author img.photo {
	float: left;
	margin-right: 8px;
}

.lp-comment-author a {
	color: #333;
	font-weight: bold;
	text-decoration: none;
}

.lp-comment {
	color: #333;
	margin-left: 166px; /* 150px for the author box + 8px each for left/right margins on the author box */
	padding-right: 25px;
}

.lp-comment p:last-of-type {
	margin-bottom: 0;
}

.comment-item {
	padding-top: 8px;
	padding-bottom: 8px;
	border-bottom: 1px solid #efefef;
	}

.lp-comment .row-actions {

}

#live-search-query {
	width: 60%;
}

#live-search-column {
	width: 35%;
	float: left;
}

#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 .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;
}

/* @end */

/* @group Terms */

.lp-term{
	float: left;
	position: relative;
	margin-right: 15px;
	margin-bottom: 10px;
	background: #efefef;
	padding: 2px 6px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px
}
.lp-term:hover {
		
	}

.lp-term span{
	float: left;

}

.new-term {
	width: 160px;
	color: #999;
	margin-right: 0;
}

.lp-term-clean-button{
	background: url(../img/xit.gif) left top no-repeat;
	cursor: pointer;
	float: left;
	height: 10px;
	margin-right: 3px;
	margin-top: 2px;
	width: 10px;
}

.lp-tweet-clean-button {
	float: right;
	margin-left: 3px;
	cursor: pointer;
	}

a.lp-tweet-clean-button {
	color: red;
	font-size: 0.8em;
}

a.lp-tweet-clean-button:hover {
	text-decoration: underline;
}

.lp-term-clean-button:hover{
	background: url(../img/xit.gif) right top no-repeat;
}

.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;
}

#new-search-term, #lp-new-static-search, #new-twitter-account {
	color: #333 !important;
	border: 1px solid #bbb;
	background: #fff;
	width: 140px;
	font-size: 11px;
}

#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 */
#lp-tweet-player {
	width: 22px;
	padding-top: 22px;
	height: 0;
	background: url(../img/buttons.png) top left no-repeat;
	overflow: hidden;
	display: inline-block;
        vertical-align: top;
        position: relative;
        top: 4px;
}
#lp-tweet-player:hover {
    background: url(../img/buttons.png) -24px 0 no-repeat;
}

#lp-tweet-player.paused {
	background: url(../img/buttons.png) -47px 0 no-repeat;
}
#lp-tweet-player.paused:hover {
	background: url(../img/buttons.png) -70px 0 no-repeat;
}

/* @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-admin-bar-livepress-status .ab-icon {
	background-image: url("../img/admin-bar-status-sprite.png");
	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;
}

/* Enhanced Editor Button */
.wp-switch-editor.switch-livepress {
    padding-left: 30px;
    background-image: url(../img/lp_editor_tab_logo.png);
    background-repeat: no-repeat;
    background-position: 5px 2px;
}
.livepress-active .switch-livepress {
    border-color: #CCC #CCC #e9e9e9;
    background-color: #e9e9e9;
	/* Colors for the Blue-style UI */
	/*border-color: #CCC #CCC #EAF2FA;
	background-color: #EAF2FA;*/
    color: #333;
}

/* @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;
}

/* @end */

/**
 * 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;
	}

    /* Enhanced Editor Button */
    .wp-switch-editor.switch-livepress {
        background-image: url(../img/lp_editor_tab_logo-2x.png);
        background-size: 20px auto;
    }
}