]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-admin/css/wp-admin-rtl.dev.css
Wordpress 3.3
[autoinstalls/wordpress.git] / wp-admin / css / wp-admin-rtl.dev.css
index 463be7016102fafa7943a0599bcb720ea6947165..3bf4c0fb5fc5f98618971eb1b5717e480af03539 100644 (file)
-/* 0 - 200
-=================================== */
-td.available-theme {
-       text-align: right;
+/*------------------------------------------------------------------------------
+
+
+Hello, this is the RTL version of the  main WordPress admin CSS file.
+All the important stuff is in here.
+
+
+TABLE OF CONTENTS:
+------------------
+ 1.0 - Text Elements
+ 2.0 - Forms
+ 3.0 - Actions
+ 4.0 - Notifications
+ 5.0 - TinyMCE
+ 6.0 - Admin Header
+       6.1 - Screen Options Tabs
+ 7.0 - Main Navigation
+ 8.0 - Layout Blocks
+ 9.0 - Dashboard
+10.0 - List Posts
+       10.1 - Inline Editing
+11.0 - Write/Edit Post Screen
+       11.1 - Custom Fields
+       11.2 - Post Revisions
+12.0 - Categories
+13.0 - Tags
+14.0 - Media Screen
+       14.1 - Media Uploader
+       14.2 - Image Editor
+15.0 - Comments Screen
+16.0 - Themes
+       16.1 - Custom Header
+       16.2 - Custom Background
+       16.3 - Tabbed Admin Screen Interface
+17.0 - Plugins
+18.0 - Users
+19.0 - Tools
+20.0 - Settings
+21.0 - Admin Footer
+22.0 - About Pages
+23.0 - Misc
+24.0 - Dead
+25.0 - TinyMCE tweaks
+
+
+------------------------------------------------------------------------------*/
+
+
+
+
+/*------------------------------------------------------------------------------
+  1.0 - Text Styles
+------------------------------------------------------------------------------*/
+
+ol {
+       margin-left: 0;
+       margin-right: 2em;
 }
-#current-theme img {
+
+.code, code {
+       font-family: Tahoma, Arial, sans-serif;
+}
+
+
+.quicktags, .search {
+       font: 12px Tahoma, Arial, sans-serif;
+}
+
+.icon32 {
        float: right;
        margin-right: 0;
-       margin-left: 1em;
+       margin-left: 8px;
 }
-.quicktags, .search {
+
+.icon16 {
+       float: right;
+       margin-right: -8px;
+       margin-left: 0;
+}
+
+.howto {
+       font-style: normal;
        font-family: Tahoma, Arial, sans-serif;
 }
-/* 200 - 500
-=================================== */
+
+p.install-help {
+       font-style: normal;
+}
+
+
+/*------------------------------------------------------------------------------
+  2.0 - Forms
+------------------------------------------------------------------------------*/
+
 #doaction,
 #doaction2,
 #post-query-submit {
        margin-right: 0;
        margin-left: 8px;
 }
-#save-post {
-       float: right;
+
+#timezone_string option {
+       margin-left: 0;
+       margin-right: 1em;
 }
-#minor-publishing .ajax-loading {
-       padding: 3px 4px 0 0;
+
+#pass-strength-result {
        float: right;
+       margin: 13px 1px 5px 5px;
 }
-.preview {
+
+p.search-box {
        float: left;
 }
-#sticky-span {
-       margin-left: 0;
-       margin-right: 18px;
+
+
+/*------------------------------------------------------------------------------
+  3.0 - Actions
+------------------------------------------------------------------------------*/
+
+#delete-action {
+       float: right;
+}
+
+#publishing-action {
+       float: left;
 }
+
 #post-body .misc-pub-section {
-       border-right-width: 0;
+       border-right:0;
        border-left-width: 1px;
-       border-right-style: none;
        border-left-style: solid;
        float: right;
 }
+
 #post-body .misc-pub-section-last {
        border-left: 0;
 }
-#delete-action {
-       text-align: right;
+
+#minor-publishing-actions {
+       padding: 10px 8px 2px 10px;
+       text-align: left;
+}
+
+#save-post {
        float: right;
 }
-#publishing-action {
-       text-align: left;
+
+#minor-publishing .ajax-loading {
+       padding: 3px 4px 0 0;
+       float: right;
+}
+
+.preview {
        float: left;
 }
+
+#sticky-span {
+       margin-left: 0;
+       margin-right: 18px;
+}
+
 .side-info ul {
        padding-left: 0;
        padding-right: 18px;
 }
-.submit input,
-.button,
-.button-primary,
-.button-secondary,
-.button-highlighted,
-#postcustomstuff .submit input {
-       font-family: Tahoma, Arial, sans-serif;
-}
-#wpcontent select {
-       font-family: Tahoma, Arial, sans-serif;
-}
-#quicktags {
-       background-position: right top;
-}
-/* 500 - 700
-=================================== */
-#template div {
-       margin-right: 0;
-       margin-left: 190px;
-}
-* html #template div {
-       margin-left: 0;
+
+td.action-links,
+th.action-links {
+       text-align: left;
 }
 
-.list-ajax-loading {
-       float: left;
-       margin-right: 0;
-       margin-left: 9px;
+.describe .del-link {
+       padding-left: 0;
+       padding-right: 5px;
 }
 
-#your-profile legend {
-       font-family: Tahoma, Arial, sans-serif;
+
+/*------------------------------------------------------------------------------
+  4.0 - Notifications
+------------------------------------------------------------------------------*/
+
+form.upgrade .hint {
+       font-style: normal;
 }
+
 #ajax-response.alignleft {
        margin-left: 0;
        margin-right: 2em;
 }
-.page-numbers {
-       margin-right: 0;
-       margin-left: 1px;
-}
-.column-author img, .column-username img {
-       float: right;
-       margin-right: 0;
-       margin-left: 10px;
+
+
+/*------------------------------------------------------------------------------
+  5.0 - TinyMCE
+------------------------------------------------------------------------------*/
+
+#quicktags {
+       background-position: right top;
 }
-.tablenav a.button-secondary {
-       margin-right: 0;
-       margin-left: 8px;
+
+#ed_reply_toolbar input {
+       margin: 1px 1px 1px 2px;
 }
-.tablenav .actions {
-       padding-right: 0;
-       padding-left: 8px;
+
+/* Distraction Free Writing mode
+ * =Overlay Styles
+-------------------------------------------------------------- */
+
+/* No RTL for now, this space intentionally left blank */
+
+/* =Overlay Body
+-------------------------------------------------------------- */
+#wp-fullscreen-body {
+       right: 0;
+       left:auto;
 }
-.tablenav .tablenav-pages {
+
+#wp-fullscreen-tagline {
        float: left;
 }
-.tablenav .displaying-num {
-       margin-right: 0;
-       margin-left: 10px;
-       font-family: Tahoma, Arial, sans-serif;
-       font-style: normal;
-}
-#postcustomstuff table input,
-#postcustomstuff table select,
-#postcustomstuff table textarea {
-       margin: 8px 8px 8px 0;
+
+/* =Top bar
+-------------------------------------------------------------- */
+#fullscreen-topbar {
+       left:auto;
+       right: 0;
 }
-/* 700 - 1000
-=================================== */
-#pass-strength-result {
+
+#wp-fullscreen-mode-bar,
+#wp-fullscreen-button-bar,
+#wp-fullscreen-close,
+#wp-fullscreen-count {
        float: right;
-       margin: 12px 1px 5px 5px;
 }
-/* Admin Header */
-#user_info {
+
+#wp-fullscreen-save {
        float: left;
 }
-#header-logo {
-       float: right;
-       margin: 7px 15px 0 0;
+
+#wp-fullscreen-save {
+       padding: 2px 5px 0 2px;
 }
-#wphead h1 {
-       font-family: Tahoma, Arial, sans-serif;
+
+#wp-fullscreen-buttons > div {
        float: right;
 }
-#wphead h1.long-title {
-       font-family: Tahoma, Arial, sans-serif;
+
+#wp-fullscreen-mode-bar {
+       padding: 1px 0 0 14px;
 }
-#adminmenu .wp-submenu a {
-       padding-left: 0;
-       padding-right: 12px;
-       border-width: 0 0 0 1px;
-       border-style: none none none solid;
-       font-family: Tahoma, Arial, sans-serif;
+
+#wp-fullscreen-modes a {
+       float: right;
+       border-width: 1px 0 1px 1px;
 }
-#adminmenu a.menu-top,
-#adminmenu .wp-submenu-head {
-       font-family: Tahoma, Arial, sans-serif;
+
+#wp-fullscreen-modes a:first-child {
+       -webkit-border-top-left-radius: 0;
+       -webkit-border-top-right-radius: 3px;
+       -webkit-border-bottom-left-radius: 0;
+       -webkit-border-bottom-right-radius: 3px;
+       border-width: 1px;
+       border-top-left-radius: 0;
+       border-top-right-radius: 3px;
+       border-bottom-right-left: 0;
+       border-bottom-right-radius: 3px;
 }
-#adminmenu img.wp-menu-image {
-       float: right;
+
+#wp-fullscreen-modes a:last-child {
+       -webkit-border-top-right-radius: 0;
+       -webkit-border-top-left-radius: 3px;
+       -webkit-border-bottom-right-radius: 0;
+       -webkit-border-bottom-left-radius: 3px;
+       border-top-right-radius: 0;
+       border-top-left-radius: 3px;
+       border-bottom-right-radius: 0;
+       border-bottom-left-radius: 3px;
 }
-.folded #adminmenu img.wp-menu-image {
-       padding: 7px 6px 0 0;
+
+#wp-fullscreen-save img,
+#wp-fullscreen-save span {
+       padding-right: 0;
+       padding-left: 4px;
 }
-#adminmenu a.separator {
-       cursor: e-resize;
+
+/* =Thickbox Adjustments
+-------------------------------------------------------------- */
+/* No RTL for now, this space intentionally left blank */
+
+
+/* =TinyMCE Adjustments
+-------------------------------------------------------------- */
+/* No RTL for now, this space intentionally left blank */
+
+
+
+/*------------------------------------------------------------------------------
+  6.0 - Admin Header
+------------------------------------------------------------------------------*/
+#wphead {
+       height: 32px;
+       margin-left: 15px;
+       margin-right: 2px;
 }
-.folded #adminmenu a.separator {
-       cursor: w-resize;
+
+#header-logo {
+       float: right;
 }
-#adminmenu .wp-submenu .wp-submenu-head {
-       padding: 6px 10px 6px 4px;
+
+#wphead h1 {
+       float: right;
 }
-.folded #adminmenu .wp-submenu {
-       margin: -1px 28px 0 0;
+
+/*------------------------------------------------------------------------------
+  6.1 - Screen Options Tabs
+------------------------------------------------------------------------------*/
+
+#screen-meta-links {
+       margin-right: 0;
+       margin-left: 24px;
 }
-.folded #adminmenu .wp-submenu a {
-       padding-left: 0;
-       padding-right: 10px;
+
+#screen-meta {
+       margin-right: 5px;
+       margin-left: 15px;
 }
-.folded #adminmenu a.wp-has-submenu {
+
+#screen-options-link-wrap,
+#contextual-help-link-wrap {
+       float: left;
        margin-left: 0;
-       margin-right: 40px;
+       margin-right: 6px;
 }
-#adminmenu .wp-menu-toggle {
-       float: left;
-       padding: 1px 0 0 2px;
-       clear: left;
+
+#screen-meta-links a.show-settings {
+       padding-right: 6px;
+       padding-left: 16px;
 }
-#adminmenu div.wp-menu-image {
-       float: right;
+
+.toggle-arrow {
+       background-position: top right;
 }
-#wphead-info {
-       margin: 0 15px 0 0;
-       padding-right:0;
+.toggle-arrow-active {
+       background-position: bottom right;
+}
+
+.metabox-prefs label {
+       padding-right: 0;
        padding-left: 15px;
 }
-/* end side admin menu */
-/* 1000 - 1300
-=================================== */
-#adminmenu #awaiting-mod,
-#adminmenu span.update-plugins,
-#sidemenu li a span.update-plugins {
-       font-family: Tahoma, Arial, sans-serif;
+
+.metabox-prefs label input {
+       margin-right: 2px;
+       margin-left: 5px;
+}
+
+/*------------------------------------------------------------------------------
+  6.2 - Help Menu
+------------------------------------------------------------------------------*/
+
+#contextual-help-wrap {
        margin-left: 0;
-       margin-right: 7px;
+       margin-right: -4px;
 }
-.post-com-count-wrapper {
-       font-family: Tahoma, Arial, sans-serif;
+
+#contextual-help-back {
+       left: 170px;
+       right: 150px;
 }
-.column-response .post-com-count {
+
+#contextual-help-wrap.no-sidebar #contextual-help-back {
+       left: 0;
+       right: 150px;
+
+       border-right-width: 1px;
+       border-left-width: 0;
+       -webkit-border-bottom-right-radius: 0;
+       border-bottom-right-radius: 0;
+       -webkit-border-bottom-left-radius: 2px;
+       border-bottom-left-radius: 2px;
+}
+
+.contextual-help-tabs {
        float: right;
-       margin-right: 0;
-       margin-left: 5px;
 }
-/* Tables used on comment.php and option/setting pages */
-.form-table th {
-       text-align: right;
+
+.contextual-help-tabs a {
+       padding-left: 5px;
+       padding-right: 12px;
 }
-.form-table input.tog {
+
+.contextual-help-tabs .active {
        margin-right: 0;
-       margin-left: 2px;
-       float: right;
+       margin-left: -1px;
 }
-.form-table table.color-palette {
-       float: right;
+
+.contextual-help-tabs .active,
+.contextual-help-tabs-wrap {
+       border-left: 0;
+       border-right-width: 1px;
 }
-#profile-page .form-table #rich_editing {
+
+.help-tab-content {
        margin-right: 0;
-       margin-left: 5px;
+       margin-left: 22px;
 }
-/* Post Screen */
-/* 1300 - 1500
-=================================== */
-#normal-sortables .postbox .submit {
-       float: left;
+
+.help-tab-content li {
+       margin-left: 0;
+       margin-right: 18px;
 }
-#post-body .tagsdiv #newtag {
-       margin-right: 0;
-       margin-left: 5px;
+
+.contextual-help-sidebar {
+       float: left;
+       padding-right: 12px;
+       padding-left: 8px;
 }
-#post-status-info {
-       padding: 0 7px 0 15px;
+
+/*------------------------------------------------------------------------------
+  7.0 - Main Navigation (Right Menu) (RTL: Left Menu)
+------------------------------------------------------------------------------*/
+
+#adminmenuback,
+#adminmenuwrap {
+       border-width: 0 0 0 1px;
 }
-#comment-status-radio input {
-       margin: 2px 0 5px 3px;
+
+#adminmenushadow {
+       right: auto;
+       left: 0;
 }
-.tagchecklist {
-       margin-left: 0;
-       margin-right: 10px;
+
+#adminmenu li .wp-submenu,
+.folded #adminmenu .wp-has-current-submenu .wp-submenu {
+       left: auto;
+       right: 146px;
 }
-.tagchecklist strong {
-       margin-left: 0;
-       margin-right: -8px;
+
+.folded #adminmenu .wp-submenu,
+.folded #adminmenu .wp-has-current-submenu .wp-submenu {
+       left: auto;
+       right: 26px;
 }
-.tagchecklist span {
-       float: right;
+
+#adminmenu .wp-submenu.sub-open,
+#adminmenu li.focused.wp-not-current-submenu .wp-submenu,
+.folded #adminmenu li.focused.wp-has-current-submenu .wp-submenu,
+.folded #adminmenu .wp-has-current-submenu .wp-submenu.sub-open,
+.no-js #adminmenu .wp-has-submenu:hover .wp-submenu,
+.no-js.folded #adminmenu .wp-has-current-submenu:hover .wp-submenu {
+       padding: 0 0 8px 8px;
 }
-.tagchecklist span a {
-       margin: 6px -9px 0 0;
+
+#adminmenu div.wp-menu-image {
        float: right;
 }
-.ac_results li {
-       text-align: right;
+
+#adminmenu li li {
+       margin-left: 0;
+       margin-right: 8px
 }
-#poststuff h2 {
-       clear: right;
+
+#adminmenu .wp-submenu a,
+#adminmenu li li a,
+.folded #adminmenu .wp-not-current-submenu li a {
+       padding-left: 0;
+       padding-right: 12px;
 }
-.description, .form-wrap p {
-       font-family: Tahoma, Arial, sans-serif;
+
+#adminmenu .wp-not-current-submenu li a {
+       padding-left: 0;
+       padding-right: 18px;
 }
-.sorting-indicator {
-       margin-left: 0;
-       margin-right: 7px;
+
+.folded #adminmenu li li {
+       margin-left: inherit;
+       margin-right: 0
 }
-th.sortable a span,
-th.sorted a span {
-       float: right;
+
+.folded #adminmenu li li a {
+       padding-left: inherit;
+       padding-right: 0
 }
-.fixed .column-comments a {
-       float: right;
+
+.wp-menu-arrow {
+       right: 0;
+
+       -moz-transform:    translate( -139px );
+       -webkit-transform: translate( -139px );
+       -o-transform:      translate( -139px );
+       -ms-transform:     translate( -139px );
+       transform:         translate( -139px );
 }
 
-/* 1500 - 1800
-=================================== */
-.autosave-info {
-       padding: 2px 2px 2px 15px;
-       text-align: left;
+.ie8 .wp-menu-arrow {
+       right: -20px;
 }
-.meta-box-sortables .postbox .handlediv {
-       float: left;
+
+#adminmenu .wp-menu-arrow div {
+       left: -8px;
+       width: 16px;
 }
-.howto {
-       font-family: Tahoma, Arial, sans-serif;
+
+#adminmenu li.wp-not-current-submenu .wp-menu-arrow {
+       -moz-transform:    translate( -138px );
+       -webkit-transform: translate( -138px );
+       -o-transform:      translate( -138px );
+       -ms-transform:     translate( -138px );
+       transform:         translate( -138px );
 }
-.postarea h3 label {
-       float: right;
+
+.folded .wp-menu-arrow {
+       -moz-transform:    translate( -27px );
+       -webkit-transform: translate( -27px );
+       -o-transform:      translate( -27px );
+       -ms-transform:     translate( -27px );
+       transform:         translate( -27px );
 }
-.postarea #add-media-button {
-       float: left;
-       right: auto;
-       left: 10px;
+
+#adminmenu .wp-not-current-submenu .wp-menu-arrow div {
+    border-style: solid solid none none;
+    border-width: 1px 1px 0 0;
 }
-.wp_themeSkin tr.mceFirst td.mceToolbar {
-       background-position: right top;
+
+#adminmenu .wp-menu-image img {
+       float: right;
+       padding: 5px 2px 0 0;
 }
-#poststuff #edButtonPreview,
-#poststuff #edButtonHTML {
-       margin: 5px 0 0 5px;
-       float: left;
+
+#adminmenu .wp-submenu .wp-submenu-head {
+       padding: 6px 10px 5px 4px;
 }
-#poststuff #edButtonHTML {
-       margin-right: 0;
-       margin-left: 15px;
+
+#adminmenu li .wp-submenu-wrap {
+       border-width: 1px 0 1px 1px;
+       border-style: solid none solid solid;
+       -webkit-border-bottom-right-radius: 0;
+       -webkit-border-bottom-left-radius: 3px;
+       -webkit-border-top-right-radius: 0;
+       -webkit-border-top-left-radius: 3px;
+       border-bottom-right-radius: 0;
+       border-bottom-left-radius: 3px;
+       border-top-right-radius: 0;
+       border-top-left-radius: 3px;
 }
-#media-buttons a {
-       padding: 0 10px 5px 0;
+
+.folded #adminmenu .wp-submenu ul {
+       border-width: 0 1px 0 0;
 }
-.submitbox .submit {
-       text-align: right;
+
+.folded #adminmenu .wp-submenu a {
+       padding-left: 0;
+       padding-right: 10px;
 }
 
-.inside-submitbox #post_status {
-       margin: 2px -2px 2px 0;
+.folded #adminmenu a.wp-has-submenu {
+       margin-left: 0;
+       margin-right: 40px;
 }
-.submitbox .submit input {
-       margin-right: 0;
-       margin-left: 4px;
+
+#adminmenu .wp-menu-toggle {
+       clear: left;
+       float: left;
+       padding: 1px 0 0 2px;
 }
-/* Categories */
-.category-adder {
+
+#adminmenu .awaiting-mod,
+#adminmenu span.update-plugins,
+#sidemenu li a span.update-plugins {
+       font-family: Tahoma, Arial, sans-serif;
        margin-left: 0;
-       margin-right: 120px;
-}
-#post-body ul.category-tabs li.tabs,
-#post-body ul.add-menu-item-tabs li.tabs {
-       -moz-border-radius: 0 3px 3px 0;
-       -webkit-border-top-left-radius: 0;
-       -webkit-border-top-right-radius: 3px;
-       -webkit-border-bottom-left-radius: 0;
-       -webkit-border-bottom-right-radius: 3px;
-       border-top-left-radius: 0;
-       border-top-right-radius: 3px;
-       border-bottom-left-radius: 0;
-       border-bottom-right-radius: 3px;
+       margin-right: 7px;
 }
-#post-body ul.category-tabs,
-#post-body ul.add-menu-item-tabs {
+
+#collapse-button {
        float: right;
-       text-align: left;
-       margin: 0 0 0 -120px;
 }
-#post-body .categorydiv div.tabs-panel,
-#post-body .taxonomy div.tabs-panel,
-#post-body #linkcategorydiv div.tabs-panel {
-       margin: 0 120px 0 5px;
-}
-/* 1800 - 2000
-=================================== */
-#front-page-warning,
-#front-static-pages ul,
-.inline-editor ul.cat-checklist ul,
-.categorydiv ul.categorychecklist ul,
-.customlinkdiv ul.categorychecklist ul,
-.posttypediv ul.categorychecklist ul,
-.taxonomydiv ul.categorychecklist ul,
-#linkcategorydiv ul.categorychecklist ul{
-       margin-left: 0;
-       margin-right: 18px;
+
+
+/* List table styles */
+.post-com-count-wrapper {
+       font-family: Tahoma, Arial, sans-serif;
 }
-/* positioning etc. */
-p.search-box {
-       float: left;
+
+.column-response .post-com-count {
+       float: right;
+       margin-right: 0;
+       margin-left: 5px;
 }
-#posts-filter fieldset {
+
+.response-links {
        float: right;
-       margin: 0 0 1em 1.5ex;
 }
-#posts-filter fieldset legend {
-       padding: 0 1px .2em 0;
+
+
+/*------------------------------------------------------------------------------
+  8.0 - Layout Blocks
+------------------------------------------------------------------------------*/
+
+.widefat th {
+       font-family: Tahoma, Arial, sans-serif;
 }
-.view-switch {
-       float: left;
+
+.widefat td p {
+       margin: 2px 0 0.8em;
 }
-.filter {
+
+.postbox-container {
        float: right;
-       margin: -5px 10px 0 0;
 }
-#the-comment-list td.comment p.comment-author {
-       margin-right: 0;
+
+.postbox .handlediv {
+       float: left;
 }
+
+/*------------------------------------------------------------------------------
+  9.0 - Dashboard
+------------------------------------------------------------------------------*/
+
 #the-comment-list p.comment-author img {
        float: right;
        margin-right: 0;
        margin-left: 8px;
 }
-.tablenav .delete {
-       margin-right: 0;
-       margin-left: 20px;
+
+/* Browser Nag */
+#dashboard_browser_nag p.browser-update-nag.has-browser-icon {
+       padding-right: 0;
+       padding-left: 125px;
 }
-td.action-links, th.action-links {
-       text-align: left;
+
+.welcome-panel .welcome-panel-close {
+       right: auto;
+       left: 10px;
 }
-/* 2000 - 2300
-=================================== */
-.filter .subsubsub {
+
+.welcome-panel .welcome-panel-close:before {
+       left: auto;
+       right: -12px;
+}
+
+.welcome-panel .wp-badge {
+       float: right;
+}
+
+.welcome-panel-content .about-description, .welcome-panel h3 {
        margin-left: 0;
-       margin-right: -10px;
+       margin-right: 190px;
 }
-#wp-word-count {
-       margin-right: 10px;
+
+.welcome-panel .welcome-panel-column {
+       margin: 0 -25px 0 5%;
+       padding-left: 0;
+       padding-right: 25px;
+       float: right;
 }
-.tool-box .title {
-       font-family: Tahoma, Arial, sans-serif;
+
+.welcome-panel .welcome-panel-column.welcome-panel-last {
+       margin-right: auto;
+       padding-right: 0;
+       margin-left: 0;
 }
-.settings-toggle {
-       text-align: left;
-       margin: 5px 0 15px 7px;
+
+.welcome-panel h4 .icon16 {
+       margin-left: 0;
+       margin-right: -32px;
 }
-.curtime #timestamp {
-       background-position: right top;
+
+.welcome-panel .welcome-panel-column-container {
+       padding: 0 25px 0 0;
+}
+
+.welcome-panel .welcome-panel-column ul {
+       margin: 1.6em 1.3em 1em 1em;
+}
+
+.welcome-panel .welcome-panel-column li {
        padding-left: 0;
-       padding-right: 18px;
+       padding-right: 2px;
 }
-/* media popup 0819 */
-#sidemenu {
-       margin: -30px 315px 0 15px;
-       float: left;
+
+/*------------------------------------------------------------------------------
+  10.0 - List Posts (/Pages/etc)
+------------------------------------------------------------------------------*/
+
+.fixed .column-comments {
+       text-align: right;
+}
+.fixed .column-comments .vers {
        padding-left: 0;
-       padding-right: 10px;
+       padding-right: 3px;
 }
-#sidemenu a {
+.fixed .column-comments a {
        float: right;
 }
-#replysubmit .button {
-       margin-right: 0;
-       margin-left: 5px;
+.sorting-indicator {
+       margin-left: 0;
+       margin-right: 7px;
 }
-/* 2300 - 2500
-=================================== */
-#edithead .inside {
+th.sortable a span,
+th.sorted a span {
        float: right;
-       margin: 3px 5px 2px 0;
 }
-#replyrow #ed_reply_toolbar input {
-       margin: 1px 1px 1px 2px;
+
+/* Bulk Actions */
+
+.tablenav-pages a {
+       margin-right: 0;
+       margin-left: 1px;
+}
+.tablenav-pages .next-page {
+       margin-left: 0;
+       margin-right: 2px;
+}
+
+.tablenav a.button-secondary {
+       margin: 3px 0 0 8px;
+}
+
+.tablenav .tablenav-pages {
+       float: left;
+}
+
+.tablenav .displaying-num {
+       margin-right: 0;
+       margin-left: 10px;
+       font-family: Tahoma, Arial, sans-serif;
+       font-style: bold;
+}
+
+.tablenav .actions {
+       padding: 2px 0 0 8px;
+}
+
+.tablenav .delete {
+       margin-right: 0;
+       margin-left: 20px;
+}
+
+.view-switch {
+       float: left;
+}
+
+.filter {
+       float: right;
+       margin: -5px 10px 0 0;
+}
+
+.filter .subsubsub {
+       margin-left: 0;
+       margin-right: -10px;
+}
+
+#posts-filter fieldset {
+       float: right;
+       margin: 0 0 1em 1.5ex;
+}
+
+#posts-filter fieldset legend {
+       padding: 0 1px .2em 0;
+}
+
+/*------------------------------------------------------------------------------
+  10.1 - Inline Editing
+------------------------------------------------------------------------------*/
+
+#wpbody-content .inline-edit-row fieldset {
+       float: right;
+}
+
+#wpbody-content .quick-edit-row-page fieldset.inline-edit-col-right .inline-edit-col {
+       border-width: 0 1px 0 0;
+}
+
+#wpbody-content .bulk-edit-row .inline-edit-col-bottom {
+       float: left;
+}
+
+.inline-edit-row fieldset label span.title {
+       float: right;
+}
+
+.inline-edit-row fieldset label span.input-text-wrap {
+       margin-left: 0;
+       margin-right: 5em;
+}
+
+.quick-edit-row-post fieldset.inline-edit-col-right label span.title {
+       padding-right: 0;
+       padding-left: 0.5em;
+}
+
+#wpbody-content .quick-edit-row fieldset .inline-edit-group label.alignleft:first-child {
+       margin-right: 0;
+       margin-left: 0.5em
+}
+
+/*     Styling */
+
+.inline-edit-row fieldset span.title,
+.inline-edit-row fieldset span.checkbox-title {
+       font-family: Tahoma, Arial, sans-serif;
+       font-style: normal;
+}
+
+.inline-edit-row fieldset .inline-edit-date {
+       float: right;
+}
+
+.inline-edit-row fieldset ul.cat-checklist label,
+.inline-edit-row .catshow,
+.inline-edit-row .cathide,
+.inline-edit-row #bulk-titles div {
+       font-family: Tahoma, Arial, sans-serif;
+}
+
+.quick-edit-row-post fieldset label.inline-edit-status {
+       float: right;
+}
+
+#bulk-titles div a {
+       float: right;
+       margin: 3px -2px 0 3px;
+       overflow: hidden;
+       text-indent: -9999px;
+}
+
+
+/*------------------------------------------------------------------------------
+  11.0 - Write/Edit Post Screen
+------------------------------------------------------------------------------*/
+
+#titlediv #title-prompt-text,
+#wp-fullscreen-title-prompt-text {
+       right:0;
+}
+
+#sample-permalink {
+       direction:ltr;
+}
+
+#sample-permalink #editable-post-name {
+       unicode-bidi:embed;
+}
+#wp-fullscreen-title-prompt-text {
+       left: auto;
+       right: 0;
+}
+
+.postarea h3 label {
+       float: right;
+}
+
+.submitbox .submit {
+       text-align: right;
+}
+
+.inside-submitbox #post_status {
+       margin: 2px -2px 2px 0;
+}
+
+.submitbox .submit input {
+       margin-right: 0;
+       margin-left: 4px;
+}
+
+#normal-sortables .postbox .submit {
+       float: left;
+}
+
+
+#post-body ul.category-tabs,
+#post-body ul.add-menu-item-tabs {
+       float: right;
+       text-align: left;
+       /* Negative margin for the sake of those without JS: all tabs display */
+       margin: 0 5px 0 -120px;
+}
+
+
+#post-body ul.category-tabs li.tabs,
+#post-body ul.add-menu-item-tabs li.tabs {
+       -webkit-border-top-left-radius: 0;
+       -webkit-border-top-right-radius: 3px;
+       -webkit-border-bottom-left-radius: 0;
+       -webkit-border-bottom-right-radius: 3px;
+       border-top-left-radius: 0;
+       border-top-right-radius: 3px;
+       border-bottom-left-radius: 0;
+       border-bottom-right-radius: 3px;
+}
+
+#post-body .categorydiv div.tabs-panel,
+.taxonomy div.tabs-panel,
+#post-body #linkcategorydiv div.tabs-panel {
+       margin: 0 125px 0 5px;
+}
+
+#side-sortables .comments-box thead th,
+#normal-sortables .comments-box thead th {
+       font-style: normal;
+}
+
+#commentsdiv img.waiting {
+       padding-left: 0;
+       padding-right: 5px;
+}
+
+#post-body .category-tabs li.tabs,
+#post-body .add-menu-item-tabs li.tabs {
+       border-width: 1px 1px 1px 0;
+       margin-right: 0;
+       margin-left: -1px;
+}
+
+/* positioning etc. */
+
+#posts-filter fieldset {
+       float: right;
+       margin: 0 0 1em 1.5ex;
+}
+
+#posts-filter fieldset legend {
+       padding: 0 1px .2em 0;
+}
+
+/* Global classes */
+
+#post-body .tagsdiv #newtag {
+       margin-right: 0;
+       margin-left: 5px;
+}
+
+.autosave-info {
+       padding: 2px 2px 2px 15px;
+       text-align: left;
+}
+
+#post-body .wp_themeSkin .mceStatusbar a.mceResize {
+       background: transparent url(../images/resize-rtl.gif) no-repeat scroll left bottom;
+       cursor: sw-resize;
+}
+
+.curtime #timestamp {
+       background-position: right top;
+       padding-left: 0;
+       padding-right: 18px;
+}
+
+/*------------------------------------------------------------------------------
+  11.1 - Custom Fields
+------------------------------------------------------------------------------*/
+
+#postcustomstuff table input,
+#postcustomstuff table select,
+#postcustomstuff table textarea {
+       margin: 8px 8px 8px 0;
+}
+
+/*------------------------------------------------------------------------------
+  11.2 - Post Revisions
+------------------------------------------------------------------------------*/
+
+table.diff td, table.diff th {
+       font-family: Consolas, Monaco, monospace;
+}
+
+/*------------------------------------------------------------------------------
+  12.0 - Categories
+------------------------------------------------------------------------------*/
+
+.category-adder {
+       margin-left: 0;
+       margin-right: 120px;
+}
+
+
+#post-body ul.category-tabs,
+#post-body ul.add-menu-item-tabs {
+       float: right;
+       text-align: left;
+       /* Negative margin for the sake of those without JS: all tabs display */
+       margin: 0 5px 0 -120px;
+}
+
+#post-body ul.category-tabs li.tabs,
+#post-body ul.add-menu-item-tabs li.tabs {
+       -webkit-border-top-left-radius: 0;
+       -webkit-border-top-right-radius: 3px;
+       -webkit-border-bottom-left-radius: 0;
+       -webkit-border-bottom-right-radius: 3px;
+       border-top-left-radius: 0;
+       border-top-right-radius: 3px;
+       border-bottom-left-radius: 0;
+       border-bottom-right-radius: 3px;
+}
+
+#front-page-warning,
+#front-static-pages ul,
+ul.export-filters,
+.inline-editor ul.cat-checklist ul,
+.categorydiv ul.categorychecklist ul,
+.customlinkdiv ul.categorychecklist ul,
+.posttypediv ul.categorychecklist ul,
+.taxonomydiv ul.categorychecklist ul,
+#linkcategorydiv ul.categorychecklist ul {
+       margin-left: 0;
+       margin-right: 18px;
+}
+
+#post-body .category-tabs li.tabs,
+#post-body .add-menu-item-tabs li.tabs {
+       border-style: solid solid solid none;
+       border-width: 1px 1px 1px 0;
+       margin-right: 0;
+       margin-left: -1px;
+}
+
+p.help,
+p.description,
+span.description,
+.form-wrap p {
+       font-style: normal;
+       font-family: Tahoma, Arial, sans-serif;
+}
+
+/*------------------------------------------------------------------------------
+  13.0 - Tags
+------------------------------------------------------------------------------*/
+
+.taghint {
+       margin: 15px 12px -24px 0;
+}
+
+#poststuff .tagsdiv .howto {
+       margin: 0 8px 6px 0;
+}
+
+.ac_results li {
+       text-align: right;
+}
+
+/*------------------------------------------------------------------------------
+  14.0 - Media Screen
+------------------------------------------------------------------------------*/
+
+#wpbody-content .describe th {
+       text-align: right;
+
+}
+
+.describe .media-item-info .A1B1 {
+       padding: 0 10px 0 0;
+}
+
+.media-upload-form td label {
+       margin-left: 6px;
+       margin-right: 2px;
+}
+
+.media-upload-form .align .field label {
+       padding: 0 23px 0 0;
+       margin: 0 3px 0 1em;
+}
+
+.media-upload-form tr.image-size label {
+       margin: 0 5px 0 0;
+}
+
+#wpbody-content .describe p.help {
+       padding: 0 5px 0 0;
+}
+
+.media-item .error-div a.dismiss,
+.describe-toggle-on,
+.describe-toggle-off {
+       float: left;
+       margin-right: 0;
+       margin-left: 15px;
+}
+
+.media-item .error-div a.dismiss {
+       padding: 0 15px 0 0;
+}
+
+.media-item .error-div {
+       padding-left: 0;
+       padding-right: 10px;
+}
+
+.media-item .pinkynail {
+       float: right;
+}
+
+.media-item .describe td {
+       padding: 0 0 8px 8px;
+}
+
+.media-item .progress {
+       float: left;
+    margin: 6px 0 0 10px;
+}
+
+/*------------------------------------------------------------------------------
+  14.1 - Media Uploader
+------------------------------------------------------------------------------*/
+
+#find-posts-response .found-radio {
+       padding: 5px 8px 0 0;
+}
+
+
+.find-box-search label {
+       padding-right: 0;
+       padding-left: 6px;
+}
+
+.find-box #resize-se {
+       right: auto;
+       left: 1px;
+}
+
+
+form.upgrade .hint {
+       font-style: normal;
+}
+
+
+/*------------------------------------------------------------------------------
+  14.2 - Image Editor
+------------------------------------------------------------------------------*/
+
+.imgedit-menu div {
+       float: right;
+}
+
+.imgedit-help {
+       font-style: normal;
+}
+
+.imgedit-submit-btn {
+       margin-left: 0;
+       margin-right: 20px;
+}
+
+
+/*------------------------------------------------------------------------------
+  15.0 - Comments Screen
+------------------------------------------------------------------------------*/
+
+.form-table th {
+       text-align: right;
+}
+
+.form-table input.tog {
+       margin-right: 0;
+       margin-left: 2px;
+       float: right;
+}
+
+.form-table table.color-palette {
+       float: right;
+}
+
+/* reply to comments */
+
+#replysubmit img.waiting,
+.inline-edit-save img.waiting {
+       float: left;
+}
+
+#replysubmit .button {
+       margin-right: 0;
+       margin-left: 5px;
+}
+
+#edithead .inside {
+       float: right;
+       padding: 3px 5px 2px 0;
+}
+
+.comment-ays th {
+       border-right-style: none;
+       border-left-style: solid;
+       border-right-width: 0;
+       border-left-width: 1px;
+}
+
+.spam-undo-inside .avatar,
+.trash-undo-inside .avatar {
+       margin-left: 8px;
+}
+
+#comment-status-radio input {
+       margin: 2px 0 5px 3px;
+}
+
+
+
+/*------------------------------------------------------------------------------
+  16.0 - Themes
+------------------------------------------------------------------------------*/
+
+td.available-theme {
+       text-align: right;
+}
+
+#current-theme img {
+       float: right;
+       margin-right: 0;
+       margin-left: 1em;
+}
+
+#broken-themes {
+       text-align: right;
+}
+
+/*------------------------------------------------------------------------------
+  16.1 - Custom Header Screen
+------------------------------------------------------------------------------*/
+
+.appearance_page_custom-header .available-headers .default-header {
+       float: right;
+       margin: 0 0 20px 20px;
+}
+
+.appearance_page_custom-header .random-header {
+       margin: 0 0 20px 20px;
+}
+
+.appearance_page_custom-header .available-headers label input,
+.appearance_page_custom-header .random-header label input {
+       margin-right: 0;
+       margin-left: 10px;
+}
+
+/*------------------------------------------------------------------------------
+  16.2 - Custom Background Screen
+------------------------------------------------------------------------------*/
+
+/* No RTL for now, this space intentionally left blank */
+
+
+/*------------------------------------------------------------------------------
+  16.3 - Tabbed Admin Screen Interface (Experimental)
+------------------------------------------------------------------------------*/
+
+.nav-tab {
+       margin: 0 0 -1px 6px;
+}
+
+h2 .nav-tab {
+       font-family: Tahoma, Arial, sans-serif;
+}
+
+
+/*------------------------------------------------------------------------------
+  17.0 - Plugins
+------------------------------------------------------------------------------*/
+
+.plugins .desc ul,
+.plugins .desc ol {
+       margin: 0 2em 0 0;
+}
+
+#wpbody-content .plugins .plugin-title, #wpbody-content .plugins .theme-title {
+       padding-right: 0;
+       padding-left: 12px;
+}
+
+
+/*------------------------------------------------------------------------------
+  18.0 - Users
+------------------------------------------------------------------------------*/
+
+#profile-page .form-table #rich_editing {
+       margin-right: 0;
+       margin-left: 5px
+}
+
+#your-profile legend {
+       font-family: Tahoma, Arial, sans-serif;
+}
+
+/*------------------------------------------------------------------------------
+  19.0 - Tools
+------------------------------------------------------------------------------*/
+
+.pressthis a span {
+       background-position: -20px 5px ;
+       padding: 8px 32px 8px 0;
+}
+
+.pressthis a:after {
+       right: auto;
+       left: 10px;
+       background: transparent;
+       transform: skew(-20deg) rotate(-6deg);
+       -webkit-transform: skew(-20deg) rotate(-6deg);
+       -moz-transform: skew(-20deg) rotate(-6deg);
+}
+
+
+.pressthis a:hover:after {
+       transform: skew(-20deg) rotate(-9deg);
+       -webkit-transform: skew(-20deg) rotate(-9deg);
+       -moz-transform: skew(-20deg) rotate(-9deg);
+}
+
+/*------------------------------------------------------------------------------
+  20.0 - Settings
+------------------------------------------------------------------------------*/
+
+#utc-time, #local-time {
+       padding-left: 0;
+       padding-right: 25px;
+       font-style: normal;
+       font-family: Tahoma, Arial, sans-serif;
+}
+
+/*------------------------------------------------------------------------------
+  21.0 - Admin Footer
+------------------------------------------------------------------------------*/
+
+#footer {
+       margin-left: 20px;
+}
+
+#wpcontent,
+#footer {
+       margin-right: 165px;
+}
+
+/*------------------------------------------------------------------------------
+  22.0 - About Pages
+------------------------------------------------------------------------------*/
+
+.wrap.about-wrap {
+       margin-left: 40px;
+       margin-right: 20px;
+}
+
+.about-wrap h1,
+.about-text {
+       margin-right: 0;
+       margin-left: 200px;
+}
+
+.about-wrap h2.nav-tab-wrapper {
+       padding-left: 0px;
+       padding-right: 6px;
+}
+
+.about-wrap .wp-badge {
+       right: auto;
+       left: 0;
+}
+
+.about-wrap h2 .nav-tab {
+       margin-right: 0;
+       margin-left: 3px;
+}
+
+.about-wrap .changelog li {
+       margin-left: 0;
+       margin-right: 3em;
+}
+
+.about-wrap .feature-section .left-feature,
+.about-wrap .feature-section img,
+.about-wrap .feature-section .right-feature {
+       float: right;
+}
+
+.about-wrap .feature-section .left-feature {
+       margin-right: 0;
+       margin-left: 0;
+}
+
+.about-wrap .feature-section .right-feature {
+       margin-left: 0;
+       margin-right: 0;
+}
+
+.about-wrap .feature-section.text-features {
+       float: right;
+}
+.about-wrap .feature-section.screenshot-features {
+       float: left;
+}
+.about-wrap .feature-section.screenshot-features .angled-right {
+       margin-left: 0;
+       margin-right: 2.5em;
+}
+.about-wrap .feature-section.screenshot-features .angled-right p {
+       margin-left: 0;
+       margin-right: 290px;
+}
+
+.about-wrap .feature-section .angled-right img,
+.about-wrap .feature-section .angled-left img {
+       margin-right: 0;
+       margin-left: 30px;
+}
+
+.about-wrap .feature-section.three-col div {
+       margin-right: 0;
+       margin-left: 4.999999999%;
+       float: right;
+}
+.about-wrap .feature-section.three-col h4 {
+       text-align: right;
+}
+.about-wrap .feature-section.three-col img {
+       margin-right: 5px;
+       margin-left: 0;
+}
+.about-wrap .feature-section.three-col .last-feature {
+       margin-left: 0;
+}
+
+.about-wrap .feature-section .feature-images img {
+       margin-right: auto;
+       margin-left: 5px;
+}
+.about-wrap .feature-section.images-stagger-left .angled-left {
+       margin-left: auto;
+       margin-right: 5px;
+}
+.about-wrap .feature-section .angled-right {
+       float: left;
+}
+.about-wrap .feature-section.images-stagger-right .feature-images {
+       right: auto;
+       left: 0;
+}
+.about-wrap .feature-section.images-stagger-left .feature-images {
+       left: auto;
+       right: 0;
+}
+.about-wrap .feature-section.images-stagger-right .left-feature {
+       margin-right: 0;
+       margin-left: 350px;
+}
+.about-wrap .feature-section.images-stagger-left .right-feature {
+       margin-left: 0;
+       margin-right: 350px;
+}
+
+.about-wrap li.wp-person,
+.about-wrap li.wp-person img.gravatar {
+       float: right;
+       margin-right: 0;
+       margin-left: 10px;
+}
+
+/*------------------------------------------------------------------------------
+  23.0 - Misc
+------------------------------------------------------------------------------*/
+
+#template div {
+       margin-right: 0;
+       margin-left: 190px;
+}
+
+.column-author img, .column-username img {
+       float: right;
+       margin-right: 0;
+       margin-left: 10px;
+}
+
+.tagchecklist {
+       margin-left: 0;
+       margin-right: 14px;
+}
+
+.tagchecklist strong {
+       margin-left: 0;
+       margin-right: -8px;
+}
+
+.tagchecklist span {
+       margin-right: 0;
+       margin-left: 25px;
+       float: right;
+
+}
+.tagchecklist span a {
+       margin: 6px -9px 0pt 0pt;
+       float: right;
+}
+
+#poststuff h2 {
+       clear: right;
+}
+
+#poststuff h3,
+.metabox-holder h3 {
+       font-family: Tahoma, Arial, sans-serif;
+}
+
+.tool-box .title {
+       font-family: Tahoma, Arial, sans-serif;
+}
+
+#sidemenu {
+       margin: -30px 315px 0 15px;
+       float: left;
+       padding-left: 0;
+       padding-right: 10px;
+}
+#sidemenu a {
+       float: right;
+}
+
+table .vers,
+table .column-visible,
+table .column-rating {
+       text-align: right;
+}
+
+.screen-meta-toggle {
+       right: auto;
+       left: 15px;
+}
+
+/*------------------------------------------------------------------------------
+  24.0  - Dead
+------------------------------------------------------------------------------*/
+
+/* - Not used anywhere in WordPress - verify and then deprecate
+------------------------------------------------------------------------------*/
+
+/* No RTL for now, this space intentionally left blank */
+
+
+/* - Only used once or twice in all of WP - deprecate for global style
+------------------------------------------------------------------------------*/
+
+* html #template div {margin-left: 0;}
+
+.list-ajax-loading {
+       float: left;
+       margin-right: 0;
+       margin-left: 9px;
+}
+
+/* - Used - but could/should be deprecated with a CSS reset
+------------------------------------------------------------------------------*/
+/* No RTL for now, this space intentionally left blank */
+
+
+/*------------------------------------------------------------------------------
+ 25.0 - TinyMCE tweaks
+               Small tweaks for until tinymce css files are proprely RTLized
+------------------------------------------------------------------------------*/
+#editorcontainer .wp_themeSkin .mceStatusbar {
+       padding-left: 0;
+       padding-right: 5px;
+}
+#editorcontainer .wp_themeSkin .mceStatusbar div {
+       float: right;
+}
+
+#editorcontainer .wp_themeSkin .mceStatusbar a.mceResize {
+       float: left;
+}
+
+
+/* MERGED */
+
+/* global */
+
+/* 2 column liquid layout */
+
+#wpcontent {
+       margin-left: 0;
+       margin-right: 165px;
+}
+
+.folded #wpcontent {
+       margin-left: 0;
+       margin-right: 52px;
+}
+
+.folded.wp-admin #footer {
+       margin-left: 15px;
+       margin-right: 52px;
+}
+
+#wpbody-content {
+       float: right;
+}
+
+#adminmenuwrap {
+       float: right;
+}
+
+#adminmenu {
+       clear: right;
+}
+
+/* inner 2 column liquid layout */
+.inner-sidebar {
+       float: left;
+       clear: left;
+}
+
+.has-right-sidebar #post-body {
+       float: right;
+       clear: right;
+       margin-right: 0;
+       margin-left: -340px;
+}
+
+.has-right-sidebar #post-body-content {
+       margin-right: 0;
+       margin-left: 300px;
+}
+
+/* 2 columns main area */
+
+#col-right {
+       float: left;
+       clear: left;
+}
+
+/* utility classes*/
+.alignleft {
+       float: right;
+}
+
+.alignright {
+       float: left;
+}
+
+.textleft {
+       text-align: right;
+}
+
+.textright {
+       text-align: left;
+}
+
+/* Hide visually but not from screen readers */
+.screen-reader-text, .screen-reader-text span {
+       left: auto;
+       right: -1000em;
+}
+
+/* styles for use by people extending the WordPress interface */
+
+body,
+td,
+textarea,
+input,
+select {
+       font-family: Tahoma, Arial, sans-serif;
+}
+
+ul.ul-disc,
+ul.ul-square,
+ol.ol-decimal {
+       margin-left: 0;
+       margin-right: 1.8em;
+}
+
+.subsubsub {
+       float: right;
+}
+
+.widefat thead th:first-of-type {
+       -webkit-border-top-left-radius: 0;
+       -webkit-border-top-right-radius: 3px;
+       border-top-left-radius: 0;
+       border-top-right-radius: 3px;
+}
+
+.widefat thead th:last-of-type {
+       -webkit-border-top-right-radius: 0;
+       -webkit-border-top-left-radius: 3px;
+       border-top-right-radius: 0;
+       border-top-left-radius: 3px;
+}
+.widefat tfoot th:first-of-type {
+       -webkit-border-bottom-left-radius: 0;
+       -webkit-border-bottom-right-radius: 3px;
+       border-bottom-left-radius: 0;
+       border-bottom-right-radius: 3px;
+}
+.widefat tfoot th:last-of-type {
+       -webkit-border-bottom-right-radius: 0;
+       -webkit-border-bottom-left-radius: 3px;
+       border-bottom-right-radius: 0;
+       border-bottom-left-radius: 3px;
+}
+
+.widefat th {
+       text-align: right;
+}
+
+.widefat th input {
+       margin: 0 8px 0 0;
+}
+
+.wrap {
+       margin-right: 0;
+       margin-left: 15px;
+}
+
+
+.wrap h2,
+.subtitle {
+       font-family: Tahoma, Arial, sans-serif;
+}
+.wrap h2 {
+       padding-right: 0;
+       padding-left: 15px;
+}
+
+.subtitle {
+       padding-left: 0;
+       padding-right: 25px;
+}
+
+.wrap .add-new-h2 {
+       font-family: Tahoma, Arial, sans-serif;
+       margin-left: 0;
+       margin-right: 4px;
+}
+
+.wrap h2.long-header {
+       padding-left: 0;
+}
+
+
+/* dashboard */
+#dashboard-widgets-wrap .has-sidebar {
+       margin-right: 0;
+       margin-left: -51%;
+}
+
+#dashboard-widgets-wrap .has-sidebar .has-sidebar-content {
+       margin-right: 0;
+       margin-left: 51%;
+}
+
+.view-all {
+       right: auto;
+       left: 0;
+}
+
+#dashboard_right_now p.sub,
+#dashboard-widgets h4,
+a.rsswidget,
+#dashboard_plugins h4,
+#dashboard_plugins h5,
+#dashboard_recent_comments .comment-meta .approve {
+       font-family: Tahoma, Arial;
+}
+
+#dashboard_right_now p.sub  {
+       left:auto;
+       right:15px;
+}
+
+#dashboard_right_now td.b {
+       padding-right: 0;
+       padding-left: 6px;
+       text-align: left;
+       font-family: Tahoma, Arial;
+}
+
+#dashboard_right_now .t {
+       padding-right: 0;
+       padding-left: 12px;
+}
+
+#dashboard_right_now .table_content {
+       float:right;
+}
+
+#dashboard_right_now .table_discussion {
+       float:left;
+}
+
+#dashboard_right_now .versions a {
+       font-family: Tahoma, Arial;
+}
+
+#dashboard_right_now a.button {
+       float: left;
+       clear: left;
+}
+
+#dashboard_plugins .inside span {
+        padding-left: 0;
+        padding-right: 5px;
+}
+
+#dashboard-widgets h3 .postbox-title-action {
+       right: auto;
+       left: 30px;
+}
+
+#the-comment-list .pingback {
+       padding-left: 0 !important;
+       padding-right: 9px !important;
+}
+
+/* Recent Comments */
+#the-comment-list .comment-item {
+       padding: 1em 70px 1em 10px;
+}
+
+#the-comment-list .comment-item .avatar {
+       float: right;
+       margin-left: 0;
+       margin-right: -60px;
+}
+
+/* Feeds */
+.rss-widget cite {
+       text-align: left;
+}
+
+.rss-widget span.rss-date {
+       font-family: Tahoma, Arial;
+       margin-left: 0;
+       margin-right: 3px;
+}
+
+/* QuickPress */
+#dashboard_quick_press h4 {
+       float: right;
+       text-align: left;
+}
+
+#dashboard_quick_press .wp-media-buttons {
+       margin: 0 5em 0.5em 0;
+}
+
+#dashboard_quick_press h4 label {
+       margin-right: 0;
+       margin-left: 10px;
+}
+
+#dashboard_quick_press .input-text-wrap,
+#dashboard_quick_press .textarea-wrap {
+       margin: 0 5em 1em 0;
+}
+
+#dashboard_quick_press #media-buttons {
+       margin: 0 5em .5em 0;
+       padding: 0;
+}
+
+#dashboard-widgets #dashboard_quick_press form p.submit {
+       margin-left: 0;
+       margin-right: 4.6em;
+}
+
+#dashboard-widgets #dashboard_quick_press form p.submit input {
+       float: right;
+}
+
+#dashboard-widgets #dashboard_quick_press form p.submit #save-post {
+       margin: 0 10px 0 1em;
+}
+
+#dashboard-widgets #dashboard_quick_press form p.submit #publish {
+       float: left;
+}
+
+#dashboard-widgets #dashboard_quick_press form p.submit img.waiting {
+       margin: 4px 0 0 6px;
+}
+
+/* Recent Drafts */
+#dashboard_recent_drafts h4 abbr {
+       font-family: Tahoma, Arial;
+       margin-left:0;
+       margin-right: 3px;
+}
+
+/* login */
+body.login {
+       font-family: Tahoma, arial;
+}
+
+.login form {
+       margin-right: 8px;
+       margin-left: 0;
+}
+
+.login form .forgetmenot {
+       float: right;
+}
+
+.login form .submit {
+       float: left;
+}
+
+#login form .submit input {
+       font-family: Tahoma, arial;
+}
+
+.login #nav,
+.login #backtoblog {
+       margin: 0 16px 0 0;
+}
+
+#login_error,
+.login .message {
+       margin: 0 8px 16px 0;
+}
+
+.login #user_pass,
+.login #user_login,
+.login #user_email {
+       margin-left: 6px;
+       margin-right: 0;
+       direction:ltr;
+}
+
+.login h1 a {
+       text-decoration: none;
+}
+
+.login .button-primary {
+       float: left;
+}
+
+
+/* nav-menu */
+#nav-menus-frame {
+       margin-right: 300px;
+       margin-left: 0;
+}
+
+#wpbody-content #menu-settings-column {
+       margin-right: -300px;
+       margin-left: 0;
+       float: right;
+}
+
+/* Menu Container */
+#menu-management-liquid {
+       float: right;
+}
+
+#menu-management {
+       margin-left: 20px;
+       margin-right: 0;
+}
+
+.post-body-plain {
+       padding: 10px 0 0 10px;
+}
+
+/* Menu Tabs */
+
+#menu-management .nav-tabs-arrow-left {
+       right: 0;
+       left:auto;
+}
+
+#menu-management .nav-tabs-arrow-right {
+       left: 0;
+       right:auto;
+       text-align: left;
+       font-family: Tahoma, Arial, sans-serif;
+}
+
+#menu-management .nav-tabs {
+       padding-right: 20px;
+       padding-left: 10px;
+}
+
+.js #menu-management .nav-tabs {
+       float: right;
+       margin-right: 0px;
+       margin-left: -400px;
+}
+
+#select-nav-menu-container {
+       text-align: left;
+}
+
+#wpbody .open-label {
+       float:right;
+}
+
+#wpbody .open-label span {
+       padding-left: 10px;
+       padding-right:0;
+}
+
+.js .input-with-default-title {
+       font-style: normal;
+       font-weight: bold;
+}
+
+/* Add Menu Item Boxes */
+.postbox .howto input {
+       float: left;
+}
+#nav-menu-theme-locations .button-controls {
+       text-align: left;
+}
+
+/* Button Primary Actions */
+
+.meta-sep,
+.submitcancel {
+       float: right;
+}
+
+#cancel-save {
+       margin-left: 0;
+       margin-right: 20px;
 }
-/* show/hide settings */
-#screen-meta-links {
-       margin: 0 0 0 18px;
+
+/* Button Secondary Actions */
+.list-controls {
+        float: right;
 }
-#screen-options-link-wrap,
-#contextual-help-link-wrap {
+.add-to-menu {
        float: left;
-       font-family: Tahoma, Arial, sans-serif;
-       margin: 0 0 0 6px;
 }
-#contextual-help-wrap li {
-       margin-left: 0;
-       margin-right: 18px;
+
+/* Custom Links */
+#add-custom-link label span { float: right; padding-left: 5px; padding-right:0;}
+.howto span { float: right; }
+
+.list li .menu-item-title input { margin-left: 3px; margin-right: 0 }
+
+/* Nav Menu */
+.menu-item-handle {
+       padding-right: 10px;
+       padding-left: 0;
 }
-#screen-meta a.show-settings {
-       padding: 0 6px 0 16px;
-       background-position: left top;
+.menu-item-edit-active .menu-item-handle {
+       -webkit-border-bottom-left-radius: 0;
+       -webkit-border-bottom-right-radius: 0;
+       border-bottom-left-radius: 0;
+       border-bottom-right-radius: 0;
 }
-.metabox-prefs label {
-       padding-right: 0;
-       padding-left: 15px;
+.menu-item-handle .item-title {
+       margin-left:13em;
+       margin-right:0;
 }
-.metabox-prefs label input {
-       margin: 0 2px 0 5px;
+
+
+/* WARNING: The factor of 30px is hardcoded into the nav-menus javascript. */
+.menu-item-depth-0 { margin-right: 0px; margin-left:0;}
+.menu-item-depth-1 { margin-right: 30px; margin-left:0;}
+.menu-item-depth-2 { margin-right: 60px; margin-left:0;}
+.menu-item-depth-3 { margin-right: 90px; margin-left:0;}
+.menu-item-depth-4 { margin-right: 120px; margin-left:0;}
+.menu-item-depth-5 { margin-right: 150px; margin-left:0;}
+.menu-item-depth-6 { margin-right: 180px; margin-left:0;}
+.menu-item-depth-7 { margin-right: 210px; margin-left:0;}
+.menu-item-depth-8 { margin-right: 240px; margin-left:0;}
+.menu-item-depth-9 { margin-right: 270px; margin-left:0;}
+.menu-item-depth-10 { margin-right: 300px; margin-left:0;}
+.menu-item-depth-11 { margin-right: 330px; margin-left:0;}
+
+.menu-item-depth-0 .menu-item-transport { margin-right: 0px; margin-left:0;}
+.menu-item-depth-1 .menu-item-transport { margin-right: -30px; margin-left:0;}
+.menu-item-depth-2 .menu-item-transport { margin-right: -60px; margin-left:0;}
+.menu-item-depth-3 .menu-item-transport { margin-right: -90px; margin-left:0;}
+.menu-item-depth-4 .menu-item-transport { margin-right: -120px; margin-left:0;}
+.menu-item-depth-5 .menu-item-transport { margin-right: -150px; margin-left:0;}
+.menu-item-depth-6 .menu-item-transport { margin-right: -180px; margin-left:0;}
+.menu-item-depth-7 .menu-item-transport { margin-right: -210px; margin-left:0;}
+.menu-item-depth-8 .menu-item-transport { margin-right: -240px; margin-left:0;}
+.menu-item-depth-9 .menu-item-transport { margin-right: -270px; margin-left:0;}
+.menu-item-depth-10 .menu-item-transport { margin-right: -300px; margin-left:0;}
+.menu-item-depth-11 .menu-item-transport { margin-right: -330px; margin-left:0;}
+
+/* Menu item controls */
+.item-type {
+       padding-left: 10px;
+       padding-right:0;
 }
-.inline-editor .save,
-.inline-editor .cancel {
-       margin-right: 0;
-       margin-left: 5px;
+
+.item-controls {
+       left: 20px;
+       right: auto;
 }
-#replysubmit img.waiting,
-.inline-edit-save img.waiting {
-       float: left;
+
+.item-controls .item-order {
+       padding-left: 10px;
+       padding-right: 0;
 }
-.trash-undo-inside,
-.spam-undo-inside,
-.spam-undo-inside .avatar,
-.trash-undo-inside .avatar {
-       margin-right: 0;
-       margin-left: 8px;
+
+.item-edit {
+       left: -20px;
+       right:auto;
+       -webkit-border-bottom-right-radius: 3px;
+       -webkit-border-bottom-left-radius: 0;
+       border-bottom-right-radius: 3px;
+       border-bottom-left-radius: 0;
 }
-/* 2500 - 2700
-=================================== */
-#bulk-titles div a {
-       float: right;
-       margin: 3px -2px 0 3px;
+
+/* Menu editing */
+.menu-item-settings {
+       padding: 10px 10px 10px 0;
+       border-width: 0 1px 1px 1px;
 }
-#wpbody-content .filename {
-       margin-left: 0;
-       margin-right: 10px;
+
+.link-to-original {
+       font-style: normal;
+       font-weight: bold;
 }
-#wpbody-content .inline-edit-row fieldset {
+       .link-to-original a {
+               padding-right: 4px;
+               padding-left:0;
+       }
+
+.menu-item-settings .description-thin,
+.menu-item-settings .description-wide {
+       margin-left: 10px;
+       margin-right:0;
        float: right;
 }
-#wpbody-content .quick-edit-row-page fieldset.inline-edit-col-right .inline-edit-col {
-       border-left: 0 none;
-       border-right: 1px solid;
-}
-#wpbody-content .bulk-edit-row .inline-edit-col-bottom {
+
+/* Major/minor publishing actions (classes) */
+.major-publishing-actions .publishing-action {
+       text-align: left;
        float: left;
 }
-.inline-edit-row fieldset label span.title {
+
+.major-publishing-actions .delete-action {
+       text-align: right;
        float: right;
+       padding-left: 15px;
+       padding-right:0;
 }
-.inline-edit-row fieldset label span.input-text-wrap {
-       margin-left: 0;
-       margin-right: 5em;
+
+.menu-name-label {
+       margin-left: 15px;
+       margin-right:0;
 }
-.quick-edit-row-post fieldset.inline-edit-col-right label span.title {
-       padding-right: 0;
-       padding-left: 0.5em;
+
+.auto-add-pages {
+       float: right;
 }
-#wpbody-content .quick-edit-row fieldset .inline-edit-group label.alignleft:first-child {
+
+
+/* plugin-install */
+div.star {
+       left: auto;
+       right: 0;
+       letter-spacing: 0;
+}
+
+.star img, div.star a, div.star a:hover, div.star a:visited {
+       right: auto;
+       left: 0;
+}
+
+#plugin-information ul#sidemenu {
+       left: auto;
+       right: 0;
+}
+
+#plugin-information h2 {
        margin-right: 0;
-       margin-left: 0.5em;
+       margin-left: 200px;
 }
-/* 2700 - 3000
-=================================== */
-.inline-edit-row fieldset span.title,
-.inline-edit-row fieldset span.checkbox-title {
-       font-family: Tahoma, Arial, sans-serif;
+
+#plugin-information .fyi {
+       margin-left: 5px;
+       margin-right: 20px;
 }
-.inline-edit-row fieldset .inline-edit-date {
-       float: right;
+
+#plugin-information .fyi h2 {
+       margin-left: 0;
 }
-.inline-edit-row fieldset ul.cat-checklist label,
-.inline-edit-row .catshow,
-.inline-edit-row .cathide,
-.inline-edit-row #bulk-titles div {
-       font-family: Tahoma, Arial, sans-serif;
+
+#plugin-information .fyi ul {
+       padding: 10px 7px 10px 5px;
 }
-.quick-edit-row-post fieldset label.inline-edit-status {
-       float: right;
+
+#plugin-information #section-screenshots li p {
+       padding-left: 0;
+       padding-right: 20px;
 }
-.describe-toggle-on, .describe-toggle-off {
-       float: left;
+
+#plugin-information .updated,
+#plugin-information pre {
        margin-right: 0;
-       margin-left: 20px;
+       margin-left: 215px;
 }
-#wpbody-content #media-items .filename {
-       float: right;
-       margin-left: 0;
-       margin-right: 10px;
+
+#plugin-information .updated,
+#plugin-information .error {
+       clear: none;
+       direction: rtl;
 }
-.media-item .pinkynail {
-       float: right;
+
+#section-description {
+       direction: ltr;
 }
-#find-posts-response .found-radio {
-       padding: 8px 8px 0 0;
+
+/* Editor/Main Column */
+.posting {
+       margin-left: 212px;
+       margin-right: 0;
+       position: relative;
 }
-.find-box-buttons {
-       left: auto;
-       right: 12px;
+
+#side-info-column {
+       float: left;
+       right: auto;
+       left: 0;
 }
-.find-box-search label {
-       padding-right: 0;
-       padding-left: 6px;
+
+h3.tb {
+       margin-left: 0;
+       margin-right: 5px;
 }
-/* favorite-actions */
-#favorite-actions {
+
+#publish {
        float: left;
 }
-#favorite-first {
-       padding: 3px 12px 4px 30px;
+
+.postbox .handlediv {
+       float: left;
 }
-#favorite-inside {
+
+.actions li {
+       float: right;
+       margin-right: 0;
+       margin-left: 10px;
 }
-#favorite-inside a {
-       padding: 3px 10px 3px 5px;
+
+#extra-fields .actions {
+    margin: -23px 0 0 -7px;
 }
-#favorite-toggle {
-       right: auto;
-       left: 0;
-       background:transparent url(../images/fav-arrow-rtl.gif?ver=20100531) no-repeat 10px -4px;
+
+/* Photo Styles */
+#img_container a {
+       float: right;
 }
-#utc-time, #local-time {
-       padding-left: 0;
-       padding-right: 25px;
+
+#category-add input,
+#category-add select {
        font-family: Tahoma, Arial;
 }
-.icon32 {
-       float: right;
-       margin: 14px 0 0 6px;
+
+.inline-editor ul.cat-checklist ul,
+.categorydiv ul.categorychecklist ul,
+#linkcategorydiv ul.categorychecklist ul {
+       margin-left: 0;
+       margin-right: 18px;
 }
-.subtitle {
+
+/* Categories */
+.category-tabs li {
        padding-left: 0;
-       padding-right: 25px;
+       padding-right: 8px;
 }
 
-ol {
-       list-style-type:decimal;
-       margin-left:0;
-       margin-right:2em;
+/* Tags */
+#tagsdiv #newtag {
+       margin-right: 0;
+       margin-left: 5px;
 }
 
-.postbox-container {
+#tagadd {
+       margin-left: 0;
+       margin-right: 3px;
+}
+
+#tagchecklist span {
+       margin-left: .5em;
+       margin-right: 10px;
+       float: right;
+}
+#tagchecklist span a {
+       margin: 6px -9px 0 0;
        float: right;
-       padding-left: 0.5%;
-       padding-right: 0;
 }
 
-/* Media library */
-#wpbody-content .describe th {
+.submit input,
+.button,
+.button-primary,
+.button-secondary,
+.button-highlighted,
+#postcustomstuff .submit input {
+       font-family: Tahoma, Arial, sans-serif;
+}
+
+.ac_results li {
        text-align: right;
 }
 
-.describe .media-item-info .A1B1 {
-       padding: 0 10px 0 0;
+#TB_ajaxContent #options {
+       right: auto;
+       left: 25px;
 }
 
-.media-upload-form td label {
-       margin-left: 6px;
-       margin-right: 2px;
+#post_status {
+       margin-left: 0;
+       margin-right: 10px;
 }
 
-.media-upload-form .align .field label {
-       padding: 0 22px 0 0;
-       margin: 0 0 0 1em;
+/* theme-editor */
+#templateside {
+       float: left;
 }
 
-.media-upload-form tr.image-size label {
-       margin: 0 3px 0 0 ;
+#template textarea {
+       direction: ltr;
 }
 
-#wpbody-content .describe p.help {
-       padding: 0 5px 0 0 ;
+/* theme-install */
+div.star {
+       left:auto;
+       right: 0;
 }
 
-.media-item .error-div a.dismiss,
-.describe-toggle-on,
-.describe-toggle-off {
-       float: left;
-       margin-right: 0;
-       margin-left: 20px;
+.star img,
+div.star a,
+div.star a:hover,
+div.star a:visited {
+       right: auto;
+       left: 0;
 }
 
-.describe-toggle-on,
-.describe-toggle-off {
-       float: left;
-       margin-left: 20px;
-       margin-right: 0;
+.theme-listing .theme-item h3 {
+       font-style: normal;
 }
 
-.media-item .error-div {
-       padding-left: 0;
-       padding-right: 10px;
+#theme-information .theme-preview-img {
+       float: right;
+       margin: 5px 15px 10px 25px;
 }
 
-.media-item .pinkynail {
+#theme-information .action-button #cancel {
        float: right;
 }
 
-.crunching {
-       text-align: left;
-       margin-left: 5px;
-       margin-right: 0;
+#theme-information .action-button #install {
+       float: left;
 }
 
-.bar {
-       border-left-width: 3px;
-       border-left-style: solid;
-       border-right: none;
+.feature-filter .feature-group {
+       float: right;
 }
 
+.feature-filter .feature-name {
+       float: right;
+       text-align: left;
+}
 
-/* TinyMCE
-=================================== */
-.clearlooks2 .mceTop .mceLeft {
-       width:100% !important;
+.feature-filter .feature-group li {
+       float: right;
+       padding-right: 0;
+       padding-left: 25px;
 }
 
-/* tag hints */
-.taghint {
-       margin: 15px 12px -24px 0;
+/* widgets */
+/* 2 column liquid layout */
+div.widget-liquid-left {
+       float: right;
+       clear: right;
+       margin-right: 0;
+       margin-left: -325px;
 }
 
-#poststuff .tagsdiv .howto {
-       margin: 0 8px 6px 0;
+div#widgets-left {
+       margin-right: 5px;
+       margin-left: 325px;
 }
 
-#broken-themes {
-       text-align: right;
+div.widget-liquid-right {
+       float: left;
+       clear: left;
 }
 
-.describe .del-link {
-       padding-right: 5px;
-       padding-left: 0;
+.inactive-sidebar .widget {
+       float: right;
 }
 
-.comment-ays th {
-       border-left-style: solid;
-       border-left-width: 1px;
+div.sidebar-name h3 {
+       font-family: Tahoma, Arial, sans-serif;
 }
 
-/* Custom Header */
-.appearance_page_custom-header #available-headers .default-header {
+#widget-list .widget {
        float: right;
-       margin: 0 0 20px 20px;
 }
-.appearance_page_custom-header #available-headers label input {
-       margin-right: 0;
-       margin-left: 10px;
+
+.inactive-sidebar .widget-placeholder {
+       float: right;
 }
 
-#custom-background label {
-       padding-right: 0;
-       padding-left: 15px;
+.widget-top .widget-title-action {
+       float: left;
 }
 
-/* ltr
-=================================== */
-#author-email, #author-url, #rss-url-1, #edit-slug-box, #post_name, #trackback_url, #metakeyinput, #post_password, #slug, #category_nicename, #link_url, #link_image, #rss_uri, #menu_order, #email, #newcomment_author_url, #pages-exclude, #template textarea, #user_login, #url, #pass1, #pass2, #aim, #yim, #jabber, #siteurl, #home, #admin_email, #gmt_offset, #default_post_edit_rows, #mailserver_url, #mailserver_login, #mailserver_pass, #mailserver_port, #ping_sites, #posts_per_page, #posts_per_rss, #blog_charset, #close_comments_days_old, #comments_per_page, #comment_max_links, #moderation_keys, #blacklist_keys, #thumbnail_size_w, #thumbnail_size_h, #medium_size_w, #medium_size_h, #large_size_w, #large_size_h, #permalink_structure, #category_base, #tag_base, #upload_path, #upload_url_path, #rules {
-       direction: ltr;
+.widget-control-edit {
+       padding: 0 0 0 8px;
 }
 
-/* no italic
-=================================== */
+.sidebar-name-arrow {
+       float: left;
+}
 
-#quicktags #ed_em, #ed_reply_toolbar #ed_reply_em, .tablenav .displaying-num, #footer, #footer a, p.help, p.description, span.description, .form-wrap p, #side-sortables .comments-box thead th,
-#normal-sortables .comments-box thead th, .howto, .inline-edit-row fieldset span.title, .inline-edit-row fieldset span.checkbox-title, #utc-time, #local-time, form.upgrade .hint, p.install-help, .imgedit-help  {
-       font-style: normal;
+/* Press This */
+.press-this-sidebar {
+       float: left;
 }
+
+