/*------------------------------------------------------------------------------

Last merged revision: 24751

Howdy! This is the CSS file that controls the
MP6 color style on the WordPress Dashboard.

This file contains both LTR and RTL styles.


TABLE OF CONTENTS:
------------------
 1.0 - Left to Right Styles
 2.0 - Right to Left Styles

/*------------------------------------------------------------------------------
  1.0 - Left to Right Styles
------------------------------------------------------------------------------*/

html {
	background: #ffffff;
}

/* Checkbooms */

input[type=checkbox],
input[type=radio] {
	background: #fff;
	border-color: #bbb !important;
	color: #555;

	-webkit-box-shadow: inset 1px 1px 2px rgba(0,0,0,0.1);
	box-shadow: inset 1px 1px 2px rgba(0,0,0,0.1);
}

input[type=checkbox]:checked:before {
	color: #1e8cbe;
}

input[type=radio]:checked:before {
	background-color: #1e8cbe;
}

#wpbody select {
	border-color: #bbb;
}

.wp-core-ui input[type="reset"]:hover,
.wp-core-ui input[type="reset"]:active {
	color: #2ea2cc;
}

#adminmenu .wp-has-current-submenu .wp-submenu,
.no-js li.wp-has-current-submenu:hover .wp-submenu,
#adminmenu a.wp-has-current-submenu:focus + .wp-submenu,
#adminmenu .wp-has-current-submenu .wp-submenu.sub-open,
#adminmenu .wp-has-current-submenu.opensub .wp-submenu {
	background-color: #eeeeee;
}

#adminmenu .wp-has-current-submenu .wp-submenu a,
.no-js li.wp-has-current-submenu:hover .wp-submenu a,
#adminmenu a.wp-has-current-submenu:focus + .wp-submenu a,
#adminmenu .wp-has-current-submenu .wp-submenu.sub-open a,
#adminmenu .wp-has-current-submenu.opensub .wp-submenu a {
	color: #888888;
}

#adminmenu .wp-has-current-submenu .wp-submenu a:hover,
.no-js li.wp-has-current-submenu:hover .wp-submenu a:hover,
#adminmenu a.wp-has-current-submenu:focus + .wp-submenu a:hover,
#adminmenu .wp-has-current-submenu .wp-submenu.sub-open a:hover,
#adminmenu .wp-has-current-submenu.opensub .wp-submenu a:hover,
#adminmenu .wp-submenu a:hover,
.folded #adminmenu a.wp-has-current-submenu:focus + .wp-submenu a:hover,
.folded #adminmenu .wp-has-current-submenu .wp-submenu a:hover {
	background: none;
	color: #2ea2cc;
}

ul#adminmenu a.wp-has-current-submenu:after,
ul#adminmenu > li.current > a.current:after {
	border-right-color: #ffffff;
}

#dashboard_right_now .t,
#dashboard_right_now .b {
	color: #777;
}

#the-comment-list .comment-item p.row-actions,
#dashboard_recent_comments .subsubsub,
.plugins .row-actions-visible,
.row-actions {
	color: #ddd;
}


body,
#wpbody,
.form-table .pre,
.ui-autocomplete li a {
	color: #333;
}

body > #upload-menu {
	border-bottom-color: #fff;
}

#postcustomstuff table,
#your-profile fieldset,
#rightnow,
div.dashboard-widget,
#dashboard-widgets p.dashboard-widget-links {
	border-color: #ccc;
}

#poststuff .inside label.spam,
#poststuff .inside label.deleted {
	color: red;
}

#poststuff .inside label.waiting {
	color: orange;
}

#poststuff .inside label.approved {
	color: green;
}

#postcustomstuff table {
	border-color: #dfdfdf;
	background-color: #f9f9f9;
}

#postcustomstuff thead th {
	background-color: #f1f1f1;
}

table.widefat {
	border-color: #fff;
	background-color: #fff;
}

th .comment-grey-bubble:before {
	color: #444;
}

.sorting-indicator:before {
	color: #444;
}

div.dashboard-widget-error {
	background-color: #c43;
}

div.dashboard-widget-notice {
	background-color: #cfe1ef;
}

div.dashboard-widget-submit {
	border-top-color: #ccc;
}

ul.category-tabs li {
	border-color: transparent;
}

div.tabs-panel,
.wp-tab-panel,
ul.add-menu-item-tabs li.tabs,
.wp-tab-active {
	border-color: #dfdfdf;
	background-color: #fff;
}

ul.category-tabs li.tabs {
	border-color: #dfdfdf #dfdfdf #fff;
}

ul.category-tabs li.tabs,
ul.add-menu-item-tabs li.tabs,
.wp-tab-active {
	background-color: #fff;
}

kbd,
code {
	background: #eaeaea;
	background: rgba(0,0,0,0.07);
}

textarea,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="url"],
.titlewrap input {
	box-shadow: inset 1px 1px 2px rgba(0,0,0,0.07);
}

textarea,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="url"],
.titlewrap input,
select {
	border-color: #ccc;
}

.inside textarea,
.inside input[type="text"],
.inside input[type="password"],
.inside input[type="email"],
.inside input[type="number"],
.inside input[type="search"],
.inside input[type="tel"],
.inside input[type="url"] {
	border-color: #ddd;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
select:focus {
	border-color: #aaa;
}

input.disabled,
textarea.disabled {
	background-color: #ccc;
}

#plugin-information .action-button a,
#plugin-information .action-button a:hover,
#plugin-information .action-button a:visited {
	color: #fff;
}

.widget .widget-top,
.postbox h3,
.stuffbox h3,
.control-section .accordion-section-title,
h3.dashboard-widget-title,
h3.dashboard-widget-title span,
h3.dashboard-widget-title small,
.sidebar-name,
#nav-menu-header,
#nav-menu-footer,
.menu-item-handle,
.checkbox,
.side-info,
.widefat thead th,
.widefat tfoot th {
	background: #eeeeee;
	border-top: none;
	border-bottom: 1px solid #dddddd;
}

.accordion-section-content {
	border-left: none;
	border-right: none;
}

.js .control-section:hover .accordion-section-title,
.js .control-section .accordion-section-title:hover,
.js .control-section.open .accordion-section-title,
.js .control-section .accordion-section-title:focus {
	background: #0074a2;
	border-color: #0074a2 !important;
}

.widefat tfoot th {
	border-bottom: none;
	border-top: 1px solid #e1e1e1;
}

.form-table th,
.form-wrap label {
	color: #222;
}

.form-table th {
	border-bottom: 1px solid #dfdfdf;
}

.form-table td {
	border-bottom: 1px solid #dfdfdf;
}
.form-table.editcomment td {
	border-bottom: none;
}

.description,
.form-wrap p {
	color: #666;
}

strong .post-com-count span {
	background-color: #0074a2;
}

.post-com-count:after {		/* draw bubble connector using CSS! */
	border-top: 5px solid #bbbbbb;
	border-right: 5px solid transparent;
}

strong .post-com-count:after {
	border-top: 5px solid #0076a0;
}

.post-com-count:hover:after {
	border-top: 5px solid #2ea2cc;
}

.sorthelper {
	background-color: #ccf3fa;
}

.ac_match,
.subsubsub a.current {
	color: #000;
}

.wrap h2 {
	color: #000;
}

.wrap .add-new-h2,
.wrap .add-new-h2:active,
#add-new-comment a {
	background: #f0f0f0;
}

.wrap .add-new-h2:hover,
#add-new-comment a:hover {
	background: #2ea2cc;
	color: #fff;
}

.subtitle {
	color: #777;
}

.ac_over {
	background-color: #f0f0b8;
}

.ac_results {
	background-color: #fff;
	border-color: #808080;
}

.ac_results li {
	color: #101010;
}

.alternate,
.alt {
	background-color: #f9f9f9;
}

.available-theme a.screenshot {
	background-color: #fff;
	border-color: #ccc;
}

#current-theme {
	border-bottom-color: #dfdfdf;
}

.bar {
	background-color: #e8e8e8;
	border-right-color: #99d;
}

.form-invalid {
	background-color: #ffebe8 !important;
}

.hoform-invalid input,
.form-invalid select {
	border-color: #c00 !important;
}

.submit,
#commentsdiv #add-new-comment {
	border: none;
}

.highlight {
	background-color: #e4f2fd;
	color: #000;
}

.howto,
.nonessential,
#edit-slug-box,
.form-input-tip,
.subsubsub {
	color: #666;
}

.media-upload-form label.form-help,
td.help {
	color: #9a9a9a;
}

.ui-autocomplete {
	border-color: #aaa;
	background-color: #efefef;
}

.ui-autocomplete li a.ui-state-focus {
	background-color: #ddd;
}

.post-com-count {
	color: #fff;
}

.post-com-count span {
	background-color: #bbb;
	color: #fff;
}

.post-com-count:hover span {
	background-color: #2ea2cc;
}

.quicktags, .search {
	background-color: #ccc;
	color: #000;
}

.side-info h5 {
	border-bottom-color: #dadada;
}

.side-info ul {
	color: #666;
}

a:hover,
a:active {
	color: #2ea2cc;
}

a:focus {
	color: #124964;
}

#adminmenu a:hover,
#adminmenu li.menu-top > a:focus,
#adminmenu .wp-submenu a:hover,
#rightnow a:hover,
#media-upload a.del-link:hover,
div.dashboard-widget-submit input:hover,
.subsubsub a:hover,
.subsubsub a.current:hover,
.ui-tabs-nav a:hover {
	color: #2ea2cc;
}

#the-comment-list .comment-item,
#dashboard-widgets #dashboard_quick_press form p.submit {
	border: none;
}

#side-sortables .category-tabs .tabs a,
#side-sortables .add-menu-item-tabs .tabs a,
.wp-tab-bar .wp-tab-active a {
	color: #333;
}

#rightnow .rbutton {
	background-color: #ebebeb;
	color: #264761;
}

p.submit {
	border-top-color: #dfdfdf;
}

.submitbox .submit {
	background-color: #464646;
	color: #ccc;
}

table.widefat span.delete a,
table.widefat span.trash a,
table.widefat span.spam a,
#dashboard_recent_comments .delete a,
#dashboard_recent_comments .trash a,
#dashboard_recent_comments .spam a,
.plugins a.delete,
#all-plugins-table .plugins a.delete,
#search-plugins-table .plugins a.delete,
.submitbox .submitdelete,
#media-items a.delete,
#media-items a.delete-permanently,
#nav-menu-footer .menu-delete {
	color: #d00;
}

table.widefat span.delete a:hover,
table.widefat span.trash a:hover,
table.widefat span.spam a:hover,
#dashboard_recent_comments .delete a:hover,
#dashboard_recent_comments .trash a:hover,
#dashboard_recent_comments .spam a:hover,
.plugins a.delete:hover,
#all-plugins-table .plugins a.delete:hover,
#search-plugins-table .plugins a.delete:hover,
.submitbox .submitdelete:hover,
#media-items a.delete:hover,
#media-items a.delete-permanently:hover,
#nav-menu-footer .menu-delete:hover {
	color: #f00;
}

#normal-sortables .submitbox .submitdelete:hover {
	color: #000;
	background-color: #f00;
	border-bottom-color: #f00;
}

.tablenav .dots {
	border-color: transparent;
}

.tablenav .next,
.tablenav .prev {
	border-color: transparent;
	color: #0074a2;
}

.tablenav .next:hover,
.tablenav .prev:hover {
	border-color: transparent;
	color: #2ea2cc;
}

div.updated,
.login .message,
.press-this #message {
	background-color: #fcfcfc;
	border-left: 4px solid #7ad03a;

	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
	box-shadow: 0 1px 2px rgba(0,0,0,0.1);
}

#update-nag,
.update-nag {
	background-color: #fcfcfc;
	border-left: 4px solid #ffba00;

	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
	box-shadow: 0 1px 2px rgba(0,0,0,0.1);
}

div.error,
.login #login_error {
	background: #fcfcfc;
	border-left: 4px solid #dd3d36;

	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
	box-shadow: 0 1px 2px rgba(0,0,0,0.1);
}

.update-message {
	color: #000;
}

a.page-numbers {
	border-bottom-color: #b8d3e2;
}

.commentlist li {
	border-bottom-color: #ccc;
}

.widefat td,
.widefat th {
	color: #555;
}

.widefat p,
.widefat ol,
.widefat ul {
	color: #333;
}

.widefat thead tr th,
.widefat tfoot tr th,
h3.dashboard-widget-title,
h3.dashboard-widget-title span,
h3.dashboard-widget-title small {
	color: #333;
}

th.manage-column a,
th.sortable a:hover,
th.sortable a:active,
th.sortable a:focus {
	color: #333;
}

th.sortable a:focus {
	background: #e1e1e1;
}

h3.dashboard-widget-title small a {
	color: #d7d7d7;
}

h3.dashboard-widget-title small a:hover {
	color: #fff;
}

a,
#the-comment-list p.comment-author strong a,
#media-upload a.del-link,
#media-items a.delete,
#media-items a.delete-permanently,
.plugins a.delete,
.ui-tabs-nav a,
.plugins .inactive a {
	color: #0074a2;
	-moz-transition: all .1s ease-in-out;
	-webkit-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
}

.wp-list-table a,
.media-router a {
	-moz-transition: none;
	-webkit-transition: none;
	transition: none;
}

#adminmenu a {
	color: #444444;
	-moz-transition: all .1s ease-in-out;
	-webkit-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
}

#adminmenu .awaiting-mod,
#adminmenu .update-plugins,
#sidemenu a .update-plugins,
#rightnow .reallynow {
	background-color: #d54e21;
	color: #fff;
}
#plugin-information .action-button {
	background-color: #2ea2cc;
	color: #fff;
}

#adminmenu li.current a .awaiting-mod,
#adminmenu	li a.wp-has-current-submenu .update-plugins {
	background-color: #2ea2cc;
	color: #444444;
}

div#media-upload-header,
div#plugin-information-header {
	background-color: #f9f9f9;
	border-bottom-color: #dfdfdf;
}

#currenttheme img {
	border-color: #666;
}

#dashboard_secondary div.dashboard-widget-content ul li a {
	background-color: #f9f9f9;
}

input.readonly, textarea.readonly {
	background-color: #ddd;
}

#editable-post-name {
	background-color: #fffbcc;
}

#edit-slug-box strong,
.tablenav .displaying-num,
#submitted-on,
.submitted-on {
	color: #777;
}

.plugins .inactive a:hover {
	color: #2ea2cc;
}

#wpfooter {
	color: #777;
	border-color: transparent;
}

.imgedit-group,
#media-items .media-item,
.media-item .describe {
	border-color: #dfdfdf;
}

.plugins .plugin-description p,
.plugins .plugin-version-author-uri {
	color: #333;
}

.plugins .inactive .plugin-title strong {
	color: #333;
}

.plugin-update-tr .plugin-update {
	border: none;
	-webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,0.1);
	box-shadow: inset 0 -1px 0 rgba(0,0,0,0.1);
}

.plugin-update-tr .update-message {
	background-color: #f7f7f7;
	background-color: rgba(0,0,0,0.03);
}

tr.active.update + tr.plugin-update-tr .plugin-update .update-message {
	background-color: #fcf3ef;
}

.plugin-update-tr .update-message:before {
	color: #d54e21;
}

.plugins,
.plugins th,
.plugins td {
	color: #000;
}

.plugins .inactive a {
	color: #579;
}

.plugins tr {
	background: #f9f9f9;
}

.plugins .inactive td,
.plugins .inactive th,
.plugins .active td,
.plugins .active th,
.plugin-install #the-list td {
	-webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,0.1);
	box-shadow: inset 0 -1px 0 rgba(0,0,0,0.1);
}

.plugins .update td,
.plugins .update th {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.plugins .active td,
.plugins .active th,
tr.active + tr.plugin-update-tr .plugin-update {
	background-color: #f7fcfe;
}

.plugins .active.update td,
.plugins .active.update th,
tr.active.update + tr.plugin-update-tr .plugin-update {
	background-color: #fefaf7;
}

.plugins tr.active.plugin-update-tr + tr.inactive th,
.plugins tr.active.plugin-update-tr + tr.inactive td,
.plugins tr.active + tr.inactive th,
.plugins tr.active + tr.inactive td {
	border-top: 1px solid rgba(0,0,0,0.03);

	-webkit-box-shadow: inset 0px 1px 0 rgba(0,0,0,0.02), inset 0 -1px 0 #e1e1e1;
	box-shadow: inset 0px 1px 0 rgba(0,0,0,0.02), inset 0 -1px 0 #e1e1e1;
}

.plugins tr.active + tr.inactive.update th,
.plugins tr.active + tr.inactive.update td {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.plugins .active th.check-column {
	border-left: 4px solid #2ea2cc;
}

.plugins .active.update th.check-column,
.plugins .active.update + .plugin-update-tr .plugin-update {
	border-left: 4px solid #d54e21;
}

.post-state-format:before,
.post-format-icon:before {
	color: #bbb;
	-moz-transition: all .1s ease-in-out;
	-webkit-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
}

a.post-state-format:hover:before,
a.post-format-icon:hover:before {
	color: #2ea2cc;
}

#the-list tr:last-child td,
#the-list tr:last-child th {
	border-bottom: none !important;
	-webkit-box-shadow: none;
	box-shadow: none;
}

#the-comment-list tr.undo,
#the-comment-list div.undo {
	background-color: #f4f4f4;
}

#the-comment-list .unapproved {
	background-color: #ffffe0;
}

#the-comment-list .approve a {
	color: #006505;
}

#the-comment-list .unapprove a {
	color: #d98500;
}

.welcome-panel p {
	color: #777;
}

.welcome-panel a {
	text-decoration: none;
}

.welcome-panel-column p {
	color: #464646;
}

.welcome-panel .welcome-icon:before {
	color: #888;
}

.widget,
.menu-item-settings,
#widget-list .widget-top,
.postbox,
#menu-management .menu-edit,
.manage-menus,
table.widefat,
.stuffbox,
p.popular-tags,
.widgets-holder-wrap,
.welcome-panel,
.wp-editor-container,
#post-status-info,
.popular-tags,
.feature-filter {
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.13);
	box-shadow: 0 1px 3px rgba(0,0,0,0.13);
}

.widget,
.menu-item-settings,
#widget-list .widget-top,
#widgets-right .widget-top {
	-webkit-box-shadow: 0 0 0 1px rgba(0,0,0,0.07);
	box-shadow: 0 0 0 1px rgba(0,0,0,0.07);
}

.postbox table.widefat {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.welcome-panel,
.postbox,
table.widefat,
.wp-editor-container,
.stuffbox,
p.popular-tags,
.widgets-holder-wrap,
.popular-tags,
.feature-filter {
	background: #fff;
}

.postbox h3 {
	color: #666;
}

.widget .widget-top,
.menu-item-handle {
	background: #0074a2;
	color: #fff;
	border: none !important;
}

#widget-list .widget .widget-top,
#wp_inactive_widgets .widget .widget-top,
.menu-item-handle {
	background: #ddd;
	color: #333;
}

.js .sidebar-name:hover h3,
.js .postbox h3:hover {
	color: #000;
}

#misc-publishing-actions label[for="post_status"]:before,
#post-body #visibility:before,
.curtime #timestamp:before,
span.wp-media-buttons-icon:before,
span.jetpack-contact-form-icon:before {
	color: #888;
}

#rightnow .youhave {
	background-color: #f0f6fb;
}

#rightnow a {
	color: #448abd;
}

#welcome-panel.welcome-panel .welcome-panel-close::before,
.tagchecklist span a:before,
#bulk-titles div a:before,
.wp-pointer-buttons a.close:before {
	background: none;
	color: #bbb;
}

#welcome-panel.welcome-panel .welcome-panel-close:hover:before,
.tagchecklist span a:hover:before,
#bulk-titles div a:hover:before,
.wp-pointer-buttons a.close:hover:before {
	color: #c00;
}

#screen-meta {
	background-color: #fff;

	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
	box-shadow: 0 1px 2px rgba(0,0,0,0.1);
}

#contextual-help-back {
	background: #f6fbfd;
}

.contextual-help-tabs a:hover {
	color: #333;
}

#contextual-help-back,
.contextual-help-tabs .active a {
	border-color: #e1e1e1;
}

.contextual-help-tabs .active {
	border-color: #2ea2cc;

	-webkit-box-shadow: 0px 2px 0 rgba(0,0,0,0.02), 0 1px 0 rgba(0,0,0,0.02);
	box-shadow: 0px 2px 0 rgba(0,0,0,0.02), 0 1px 0 rgba(0,0,0,0.02);
}

.contextual-help-tabs .active,
.contextual-help-tabs .active a,
.contextual-help-tabs .active a:hover {
	background: #f6fbfd;
	color: #333;
}


/* menu */
#adminmenuback,
#adminmenuwrap {
	background-color: #eee;
}

#adminmenu li.wp-menu-separator {
	background: transparent;
	border-color: transparent;
}

#adminmenu div.separator {
	border-color: transparent;
}

#adminmenu li.wp-menu-open {
	border-color: #dfdfdf;
}

#adminmenu li.menu-top,
#adminmenu li.opensub > a.menu-top,
#adminmenu li > a.menu-top {
	-moz-transition: all .1s ease-in-out;
	-webkit-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
}

#adminmenu li.menu-top:hover,
#adminmenu li.opensub > a.menu-top,
#adminmenu li > a.menu-top:focus {
	background-color: #cccccc;
	color: #2ea2cc;
}

/* flyout menu arrow */
#adminmenu li.wp-has-submenu.wp-not-current-submenu:hover:after {
	border-right-color: #dddddd;
}

#adminmenu li.wp-has-current-submenu a.wp-has-current-submenu,
#adminmenu li.current a.menu-top,
.folded #adminmenu li.wp-has-current-submenu,
.folded #adminmenu li.current.menu-top,
#adminmenu .wp-menu-arrow,
#adminmenu .wp-has-current-submenu .wp-submenu .wp-submenu-head,
#adminmenu .wp-menu-arrow div {
	background: #2ea2cc;
}

#adminmenu li.wp-not-current-submenu .wp-menu-arrow {
	border-top-color: #f9f9f9;
	border-bottom-color: #dfdfdf;
	background: transparent;
}

#adminmenu li.wp-not-current-submenu .wp-menu-arrow div {
	background: #FFFFFF;
	border-color: #FFFFFF;
}

#adminmenu li.wp-has-current-submenu a.wp-has-current-submenu,
#adminmenu li.current a.menu-top,
#adminmenu .wp-has-current-submenu .wp-submenu .wp-submenu-head {
	color: #eeeeee;
}

.folded #adminmenu li.wp-has-current-submenu,
.folded #adminmenu li.current.menu-top {
	border-color: #666;	/* Match the background color of the current menu item for a flat appearance */
}

#adminmenu .wp-submenu li.current,
#adminmenu .wp-submenu li.current a,
#adminmenu .wp-submenu li.current a:hover {
	color: #444444;
	background: transparent;
}

#adminmenu .wp-submenu,
.folded #adminmenu a.wp-has-current-submenu:focus + .wp-submenu,
.folded #adminmenu .wp-has-current-submenu .wp-submenu {
	background-color: #ddd;

	-webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.3);
	box-shadow: 0 3px 6px rgba(0,0,0,0.3);
}

/* Apply these styles to auto-folded menus */
@media only screen and (max-width: 900px) {
	.auto-fold #adminmenu a.wp-has-current-submenu:focus + .wp-submenu,
	.auto-fold #adminmenu .wp-has-current-submenu .wp-submenu {
		background-color: #333;

		-webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.3);
		box-shadow: 0 3px 6px rgba(0,0,0,0.3);
	}
}

#adminmenu .wp-submenu a,
.folded #adminmenu a.wp-has-current-submenu:focus + .wp-submenu a,
.folded #adminmenu .wp-has-current-submenu .wp-submenu a {
	color: #666666;
}

#adminmenu .wp-submenu li.current a,
.folded #adminmenu a.wp-has-current-submenu:focus + .wp-submenu li.current a,
.folded #adminmenu .wp-has-current-submenu .wp-submenu li.current a {
	color: #666;
}

/* Apply these styles to auto-folded menus */
@media only screen and (max-width: 900px) {
	.auto-fold #adminmenu a.wp-has-current-submenu:focus + .wp-submenu a,
	.auto-fold #adminmenu .wp-has-current-submenu .wp-submenu a {
		color: #888888;
	}
}

#adminmenu .wp-submenu .wp-submenu-head {
	color: #222222;
}

/* collapse menu button */
#collapse-menu {
	color: #aaa;
	-moz-transition: all .1s ease-in-out;
	-webkit-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
}

#collapse-menu:hover {
	color: #2ea2cc;
}

#collapse-button div:after {
	color: #aaa;
}

#collapse-menu:hover #collapse-button div:after {
	color: #2ea2cc;
}

#adminmenu div.wp-menu-image:before {
	color: #444;
}

.icon16:before {
	color: #999;
}

#adminmenu li.wp-has-current-submenu:hover div.wp-menu-image:before {
	color: #fff;
}

#adminmenu li:hover div.wp-menu-image:before {
	color: #2ea2cc;
}

#adminmenu .wp-has-current-submenu div.wp-menu-image:before,
#adminmenu .current div.wp-menu-image:before,
#adminmenu a.wp-has-current-submenu:hover div.wp-menu-image:before,
#adminmenu a.current:hover div.wp-menu-image:before {
	color: #fff;
}

/* Diff */

table.diff .diff-deletedline del {
	background-color: #f99;
}

.ui-tooltip, .arrow::after {
	background-color: #fff;
	box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.revisions-diff {
	background-color: #fff;
	box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

table.diff .diff-deletedline {
	background-color: #ffe9e9;
}

table.diff .diff-deletedline del {
	background-color: #faa;
}

table.diff .diff-addedline {
	background-color: #e9ffe9;
}

table.diff .diff-addedline ins {
	background-color: #afa;
}

.revisions-tooltip,
.revisions-tooltip-arrow span {
	border-color: #d7d7d7;
	background-color: #fff;
}

.revisions-tickmarks > div {
	border-color: #aaa;
	background-color: #fff;
}

#diff-title-to strong {
	color: #08a;
}

/* jQuery UI Slider */

.wp-slider.ui-slider {
	border-color: #d7d7d7;
	background: transparent;
}

.wp-slider .ui-slider-handle,
.wp-slider .ui-slider-handle.ui-state-hover,
.wp-slider .ui-slider-handle.focus {
	background: #2ea2cc;
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#2ea2cc), color-stop(100%,#1e8cbe));
	background: -webkit-linear-gradient(-45deg, #2ea2cc 0%,#1e8cbe 100%);
	background: linear-gradient(135deg, #2ea2cc 0%,#1e8cbe 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2ea2cc', endColorstr='#1e8cbe',GradientType=1 );
	box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.wp-slider .ui-slider-handle:before {
	color: #fff;
	text-shadow: 0 1px 1px rgba(0,116,162,1);
}

.wp-slider .ui-slider-handle.ui-state-active {
	background: #0074a2;
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#0074a2), color-stop(100%,#005684));
	background: -webkit-linear-gradient(-45deg,  #0074a2 0%,#005684 100%);
	background: linear-gradient(135deg,  #0074a2 0%,#005684 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0074a2', endColorstr='#005684',GradientType=1 );
}

/* edit image */
#sidemenu a {
	background-color: #f9f9f9;
	border-color: #f9f9f9;
	border-bottom-color: #dfdfdf;
}

#sidemenu a.current {
	background-color: #fff;
	border-color: #dfdfdf #dfdfdf #fff;
	color: #2ea2cc;
}

#replyerror {
	border-color: #ddd;
	background-color: #f9f9f9;
}

/* table vim shortcuts */
.vim-current,
.vim-current th,
.vim-current td {
	background-color: #E4F2FD !important;
}

/* Install Plugins */

#plugin-information {
	height: auto;
}

#plugin-information .fyi ul {
	background-color: #eaf3fa;
}

#plugin-information .fyi h2.mainheader {
	background-color: #cee1ef;
}

#plugin-information pre,
#plugin-information code {
	background-color: #ededff;
}

#plugin-information pre {
	border-color: #ccc;
}

/* inline editor */
#bulk-titles {
	border-color: #ddd;
}

.inline-editor div.title {
	background-color: #eaf3fa;
}

.inline-editor ul.cat-checklist {
	background-color: #fff;
	border-color: #ddd;
}

.inline-editor .quick-edit-save {
	background-color: #f1f1f1;
}

fieldset.inline-edit-col-right .inline-edit-col {
	border-color: #dfdfdf;
}

.attention {
	color: #2ea2cc;
}

.js .meta-box-sortables .postbox:hover .handlediv:before {
	color: #888;
}

.tablenav .tablenav-pages {
	color: #555;
}

.tablenav .tablenav-pages a {
	background: #eee;
	background: rgba( 0, 0, 0, 0.05 );
}

.tablenav .tablenav-pages a:hover,
.tablenav .tablenav-pages a:focus {
	color: #fff;
	background: #2ea2cc;
}

.tablenav .tablenav-pages a.disabled,
.tablenav .tablenav-pages a.disabled:hover,
.tablenav .tablenav-pages a.disabled:focus {
	color: #aaa;
	background: #eee;
	background: rgba( 0, 0, 0, 0.05 );
}

.tablenav .tablenav-pages .current {
	background: #dfdfdf;
	border-color: #d3d3d3;
}

#availablethemes,
#availablethemes td {
	border-color: #ddd;
}

#current-theme img {
	border-color: #999;
}

#TB_window #TB_title a.tb-theme-preview-link,
#TB_window #TB_title a.tb-theme-preview-link:visited {
	color: #999;
}

#TB_window #TB_title a.tb-theme-preview-link:hover,
#TB_window #TB_title a.tb-theme-preview-link:focus {
	color: #ccc;
}

.misc-pub-section {
	border-top-color: #fff;
	border-bottom-color: #dfdfdf;
}

#minor-publishing {
	border-bottom-color: #dfdfdf;
}

#post-body .misc-pub-section {
	border-left-color: #eee;
}

.post-com-count span {
	background-color: #bbb;
}

.form-table .color-palette td {
	border-color: #fff;
}

.sortable-placeholder {
	border-color: #bbb;
	background-color: #f5f5f5;
}

#post-body ul.category-tabs li.tabs a,
#post-body ul.add-menu-item-tabs li.tabs a,
body.press-this ul.category-tabs li.tabs a {
	color: #333;
}

.view-switch>a:before {
	color: #bbb;
}

.view-switch a:hover:before {
	color: #727272;
}

.view-switch a.current:before {
	color: #0074a2;
}

div.widgets-sortables,
#widgets-left .inactive,
#available-widgets .widget-holder {
	background-color: #fff;
	border-color: #fff;
}

#widgets-left #available-widgets {
	background: #fff;
}

#available-widgets .widget-description {
	color: #555;
}

.sidebar-name {
	color: #464646;
	border-bottom-color: #e1e1e1;
}

.js .sidebar-name:hover,
.js #removing-widget {
	color: #2ea2cc;
}

#removing-widget span {
	color: black;
}

.in-widget-title,
#widgets-right .widget-top a.widget-control-edit {
	color: #fff;
	color: rgba(255,255,255,0.7);
}

#widgets-right .widget-top a.widget-control-edit:hover {
	color: #fff;
}

#wp_inactive_widgets .in-widget-title {
	color: #666;
}

.deleting .widget-title * {
	color: #aaa;
}

.imgedit-menu div {
	border-color: #d5d5d5;
	background-color: #f1f1f1;
}

.imgedit-menu div:hover {
	border-color: #c1c1c1;
	background-color: #eaeaea;
}

.imgedit-menu div.disabled {
	border-color: #ccc;
	background-color: #ddd;
	filter: alpha(opacity=50);
	opacity: 0.5;
}

/* added from nav-menu.css */
#menu-management .menu-edit {
	border-color: #dfdfdf;
}

#menu-management #post-body {
	background: #fff;
	border-top-color: #fff;
	border-bottom-color: #dfdfdf;
}

#nav-menu-header {
	border-bottom-color: #dfdfdf;
}

#nav-menu-footer {
	border-top-color: #fff;
}

#menu-management .nav-tabs-arrow a {
	color: #c1c1c1;
}

#menu-management .nav-tabs-arrow a:hover {
	color: #2ea2cc;
}

#menu-management .nav-tabs-arrow a:active {
	color: #464646;
}

#menu-management .nav-tab-active {
	border-color: #dfdfdf;
}

#menu-management .nav-tab {
	background: #fbfbfb;
	border-color: #dfdfdf;
}

.js .input-with-default-title {
	color: #aaa;
}

#cancel-save {
	color: #f00;
}

#cancel-save:hover {
	background-color: #f00;
	color: #fff;
}

.list-container,
.menu-item-handle {
	border-color: #dfdfdf;
}

.menu li.deleting .menu-item-handle {
	background-color: #f66;
}

.item-type { /* Menu item controls */
	color: #777;
}

.item-controls .menu-item-delete:hover {
	color: #f00;
}

.widget-top a.widget-action:hover {
	color: #0074a2;
}

.nav-menus-php .item-edit:after,
.widget-top a.widget-action:after,
.control-section .accordion-section-title::after,
.accordion-section-title::after {
	color: #fff;
}

#wp_inactive_widgets .widget .widget-top a.widget-action {
	color: #ddd;
}

.nav-menus-php .item-edit:after,
#wp_inactive_widgets .widget .widget-top a.widget-action:after {
	color: #888;
}

.control-section .accordion-section-title::after,
.accordion-section-title::after {
	color: #888;
}

.control-section.open .accordion-section-title::after,
.control-section:focus .accordion-section-title::after,
.control-section:hover .accordion-section-title::after,
.accordion-section-title::after {
	color: #fff;
}

/* Menu editing */

.link-to-original {
	color: #777;
	border-color: #dfdfdf;
}

#cancel-save:hover {
	color: #fff !important;
}

#update-menu-item {
	color: #fff !important;
}

#update-menu-item:hover,
#update-menu-item:active,
#update-menu-item:focus {
	color: #eaf2fa !important;
	border-color: #13455b !important;
}

.submitbox .submitcancel {
	color: #0074a2;
	border-bottom-color: #0074a2;
}

.submitbox .submitcancel:hover {
	background: #0074a2;
	color: #fff;
}

.manage-menus {
	background: #fbfbfb;
}

.menu-settings {
	border-top-color: #eeeeee;
}

.theme-location-set {
	color: #999999;
}

.nav-menus-php .delete-action a {
	color: #bc0b0b;
}

.is-submenu {
	color: #999999;
}

.nav-tab {
	color: #0074a2;
	border-color: #ddd;
	background: #ddd;
}

.nav-tab:hover {
	background-color: #2ea2cc;
	color: #fff;
}

.nav-tab-active {
	color: #464646;
}

.nav-tab-active,
.nav-tab-active:hover {
	color: #000;
	background: none;
	border-color: #ccc;
	border-bottom-color: #eee;
}

h2.nav-tab-wrapper, h3.nav-tab-wrapper {
	border-bottom-color: #ccc;
}

#upload-form label {
	color: #777;
}

/* Begin About Pages */
.about-wrap h1 {
	color: #333;
}

.about-text {
	color: #777;
}

.wp-badge {
	background-color: #0074a2;
	color: #78c8e6;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.2);
	box-shadow: 0 1px 3px rgba(0,0,0,0.2);
}

.about-wrap h2 .nav-tab-active {
	border-color: #ccc;
	border-bottom-color: #eee;
}

.about-wrap h3 {
	color: #333;
}

.about-wrap .feature-section h4 {
	color: #464646;
}

.about-wrap .feature-section img {
	background: #fff;
	border-color: #ccc;
}

.about-wrap .point-releases {
	border-bottom: 1px solid #dfdfdf;
}

.about-wrap .point-releases h3 {
	border-top-color: #dfdfdf;
}

.about-wrap li.wp-person img.gravatar {
	border-color: #ccc;
}

.about-wrap li.wp-person .title {
	color: #464646;
}

.freedoms-php .about-wrap ol li {
	color: #999;
}

.freedoms-php .about-wrap ol p {
	color: #464646;
}

/* End About Pages */

/******** pressthis and img editing icons ********/

.pressthis a span:before {
	color:#777;
}

.imgedit-menu div {
	color:#777;
}

.imgedit-menu div:hover {
	color:#333;
}

/******** end pressthis and img editing icons ********/



/*------------------------------------------------------------------------------
  2.0 - Right to Left Styles
------------------------------------------------------------------------------*/

.rtl .bar {
	border-right-color: transparent;
	border-left-color: #99d;
}

.rtl #adminmenu .wp-submenu .wp-submenu-head {
	border-right-color: transparent;
	border-left-color: #dfdfdf;
}

.rtl #adminmenu .wp-submenu,
.rtl.folded #adminmenu .wp-has-current-submenu .wp-submenu {
	-webkit-box-shadow: -2px 2px 5px rgba( 0, 0, 0, 0.4 );
	box-shadow: -2px 2px 5px rgba( 0, 0, 0, 0.4 );
}

.rtl #adminmenu .wp-has-current-submenu .wp-submenu {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.rtl ul#adminmenu a.wp-has-current-submenu:after,
.rtl ul#adminmenu > li.current > a.current:after {
	border-right-color: transparent;
	border-left-color: #eee;
}
p
/* Flyout Menu Arrow */
.rtl #adminmenu li.wp-has-submenu.wp-not-current-submenu:hover:after {
	border-right-color: transparent;
	border-left-color: #333;
}

.rtl #post-body .misc-pub-section {
	border-right-color: transparent;
	border-left-color: #eee;
}

.rtl div.updated,
.rtl .login .message {
	border-left: none;
	border-right: 4px solid #7ad03a;
}

.rtl .plugins .active th.check-column,
.rtl tr.active + tr.plugin-update-tr .plugin-update {
	border-left: none;
	border-right: 4px solid #2ea2cc;
}
.rtl .plugins .update th.check-column,
.rtl tr.plugin-update-tr .plugin-update {
	border-left: none;
	border-right: 4px solid #d54e21;
}



