]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-admin/css/wp-admin.dev.css
Wordpress 3.3
[autoinstalls/wordpress.git] / wp-admin / css / wp-admin.dev.css
index 82a0c68f2c2bd01be0770b0d383b0493f6d1880b..9051f836273ada6459136e83a0e7b0196a54affb 100644 (file)
@@ -13,8 +13,8 @@ TABLE OF CONTENTS:
  4.0 - Notifications
  5.0 - TinyMCE
  6.0 - Admin Header
-       6.1 - Favorites Menu
-       6.2 - Screen Options Tabs
+       6.1 - Screen Options Tabs
+       6.2 - Help Menu
  7.0 - Main Navigation
  8.0 - Layout Blocks
  9.0 - Dashboard
@@ -26,7 +26,7 @@ TABLE OF CONTENTS:
 12.0 - Categories
 13.0 - Tags
 14.0 - Media Screen
-       14.1 - Media Uploader
+       14.1 - Media Library
        14.2 - Image Editor
 15.0 - Comments Screen
 16.0 - Themes
@@ -38,4672 +38,7790 @@ TABLE OF CONTENTS:
 19.0 - Tools
 20.0 - Settings
 21.0 - Admin Footer
-22.0 - Misc
-23.0 - Dead
+22.0 - About Pages
+23.0 - Misc
 
+------------------------------------------------------------------------*/
 
-------------------------------------------------------------------------------*/
-
+/* 2 column liquid layout */
+#wpwrap {
+       height: auto;
+       min-height: 100%;
+       width: 100%;
+       position: relative;
+}
 
+#wpcontent {
+       height: 100%;
+}
 
+#wpcontent,
+#footer {
+       margin-left: 165px;
+}
 
-/*------------------------------------------------------------------------------
-  1.0 - Text Styles
-------------------------------------------------------------------------------*/
+.folded #wpcontent,
+.folded #footer {
+       margin-left: 52px;
+}
 
-p,
-ul,
-ol,
-blockquote,
-input,
-select {
-       font-size: 12px;
+#wpbody-content {
+       padding-bottom: 65px;
+       float: left;
+       width: 100%;
 }
 
-ol {
-       list-style-type: decimal;
-       margin-left: 2em;
+#adminmenuback,
+#adminmenuwrap,
+#adminmenu,
+#adminmenu .wp-submenu,
+#adminmenu .wp-submenu-wrap,
+.folded #adminmenu .wp-has-current-submenu .wp-submenu {
+       width: 145px;
 }
 
-.code, code {
-       font-family: Consolas, Monaco, monospace;
+#adminmenuback {
+       position: absolute;
+       top: 0;
+       bottom: 0;
+       z-index: -1;
 }
 
-kbd, code {
-       padding: 1px 3px;
-       margin: 0 1px;
-       font-size: 11px;
+#adminmenu {
+       clear: left;
+       margin: 0;
+       padding: 0;
+       list-style: none;
 }
 
-.quicktags, .search {
-       font: 12px Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
+.folded #adminmenuback,
+.folded #adminmenuwrap,
+.folded #adminmenu,
+.folded #adminmenu li.menu-top {
+       width: 32px;
 }
 
-.icon32 {
-       float: left;
-       height: 34px;
-       margin: 7px 8px 0 0;
-       width: 36px;
+/* inner 2 column liquid layout */
+.inner-sidebar {
+       float: right;
+       clear: right;
+       display: none;
+       width: 281px;
+       position: relative;
 }
 
-.key-labels label {
-       line-height: 24px;
+.columns-2 .inner-sidebar {
+       margin-right: auto;
+       width: 286px;
+       display: block;
 }
 
-.pre {
-       /* http://www.longren.org/2006/09/27/wrapping-text-inside-pre-tags/ */
-       white-space: pre-wrap; /* css-3 */
-       white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
-       white-space: -pre-wrap; /* Opera 4-6 */
-       white-space: -o-pre-wrap; /* Opera 7 */
-       word-wrap: break-word; /* Internet Explorer 5.5+ */
+.inner-sidebar #side-sortables,
+.columns-2 .inner-sidebar #side-sortables {
+       min-height: 300px;
+       width: 280px;
+       padding: 0;
 }
 
-.howto {
-       font-style: italic;
+.has-right-sidebar .inner-sidebar {
        display: block;
-       font-family: sans-serif;
 }
 
-p.install-help {
-       margin: 8px 0;
-       font-style: italic;
+.has-right-sidebar #post-body {
+       float: left;
+       clear: left;
+       width: 100%;
+       margin-right: -2000px;
 }
 
+.has-right-sidebar #post-body-content {
+       margin-right: 300px;
+}
 
-/*------------------------------------------------------------------------------
-  2.0 - Forms
-------------------------------------------------------------------------------*/
+#post-body-content #side-sortables.empty-container {
+       border: 0 none;
+       height: 0;
+}
 
-textarea,
-input[type="text"],
-input[type="password"],
-input[type="file"],
-input[type="button"],
-input[type="submit"],
-input[type="reset"],
-select {
-       border-width: 1px;
-       border-style: solid;
-       -moz-border-radius: 3px;
-       -khtml-border-radius: 3px;
-       -webkit-border-radius: 3px;
-       border-radius: 3px;
+/* 2 columns main area */
+
+#col-container,
+#col-left,
+#col-right {
+       overflow: hidden;
+       padding: 0;
+       margin: 0;
 }
 
-select option {
-       padding: 2px;
+#col-left {
+       width: 35%;
 }
 
-.submit {
-       padding: 1.5em 0;
-       margin: 5px 0;
-       -moz-border-radius: 0 0 3px 3px;
-       -webkit-border-bottom-left-radius: 3px;
-       -webkit-border-bottom-right-radius: 3px;
-       -khtml-border-bottom-left-radius: 3px;
-       -khtml-border-bottom-right-radius: 3px;
-       border-bottom-left-radius: 3px;
-       border-bottom-right-radius: 3px;
+#col-right {
+       float: right;
+       clear: right;
+       width: 65%;
 }
 
-form p.submit a.cancel:hover {
-       text-decoration: none;
+.col-wrap {
+       padding: 0 7px;
 }
 
-.submit input,
-.button,
-input.button,
-.button-primary,
-input.button-primary,
-.button-secondary,
-input.button-secondary,
-.button-highlighted,
-input.button-highlighted,
-#postcustomstuff .submit input {
-       text-decoration: none;
-       font-size: 12px !important;
-       line-height: 13px;
-       padding: 3px 8px;
-       cursor: pointer;
-       border-width: 1px;
-       border-style: solid;
-       -moz-border-radius: 11px;
-       -khtml-border-radius: 11px;
-       -webkit-border-radius: 11px;
-       border-radius: 11px;
-       -moz-box-sizing: content-box;
-       -webkit-box-sizing: content-box;
-       -khtml-box-sizing: content-box;
-       box-sizing: content-box;
+/* utility classes */
+.alignleft {
+       float: left;
 }
 
-#minor-publishing-actions input,
-#major-publishing-actions input,
-#minor-publishing-actions .preview {
-       min-width: 80px;
-       text-align: center;
+.alignright {
+       float: right;
 }
 
-textarea.all-options, input.all-options {
-       width: 250px;
+.textleft {
+       text-align: left;
 }
 
-input.large-text,
-textarea.large-text {
-       width: 99%;
+.textright {
+       text-align: right;
 }
 
-input.regular-text,
-#adduser .form-field input {
-       width: 25em;
+.clear {
+       clear: both;
 }
 
-input.small-text {
-       width: 50px;
+/* Hide visually but not from screen readers */
+.screen-reader-text,
+.screen-reader-text span {
+       position: absolute;
+       left: -1000em;
+       height: 1px;
+       width: 1px;
+       overflow: hidden;
 }
 
-#doaction,
-#doaction2,
-#post-query-submit {
-       margin-right: 8px;
+.hidden,
+.js .closed .inside,
+.js .hide-if-js,
+.no-js .hide-if-no-js {
+       display: none;
 }
 
-.tablenav select[name="action"],
-.tablenav select[name="action2"] {
-       width: 130px;
+/* include margin and padding in the width calculation of input and textarea */
+input[type="text"],
+input[type="password"],
+textarea {
+       -moz-box-sizing: border-box;
+       -webkit-box-sizing: border-box;
+       -ms-box-sizing: border-box; /* ie8 only */
+       box-sizing: border-box;
 }
 
-.tablenav select[name="m"] {
-       width: 155px;
+input[type="checkbox"],
+input[type="radio"] {
+       vertical-align: text-bottom;
 }
 
-.tablenav select#cat {
-       width: 170px;
+/* general */
+html,
+body {
+       height: 100%;
+       margin: 0;
+       padding: 0;
 }
 
-#wpcontent select {
-       padding: 2px;
-       height: 2em;
+body {
+       font-family: sans-serif;
        font-size: 12px;
+       line-height: 1.4em;
+       min-width: 600px;
 }
 
-#wpcontent option {
-       padding: 2px;
+body.iframe {
+       min-width: 0;
 }
 
-#timezone_string option {
-       margin-left: 1em;
+body.login {
+       background: #fbfbfb;
+       min-width: 0;
 }
 
-label,
-#your-profile label + a {
-       vertical-align: middle;
+iframe,
+img {
+       border: 0;
 }
 
-#misc-publishing-actions label {
-       vertical-align: baseline;
+td,
+textarea,
+input,
+select {
+       font-family: inherit;
+       font-size: inherit;
+       font-weight: inherit;
 }
 
-#pass-strength-result {
-       border-style: solid;
-       border-width: 1px;
-       float: left;
-       margin: 13px 5px 5px 1px;
-       padding: 3px 5px;
-       text-align: center;
-       width: 200px;
-       display: none;
+td,
+textarea {
+       line-height: inherit;
 }
-.indicator-hint {
-       padding-top: 8px;
+
+input,
+select {
+       line-height: 15px;
 }
 
-p.search-box {
-       float: right;
-       margin: 0;
+a,
+input,
+select {
+       outline: 0;
 }
 
+blockquote,
+q {
+       quotes: none;
+}
 
-/*------------------------------------------------------------------------------
-  3.0 - Actions
-------------------------------------------------------------------------------*/
+blockquote:before,
+blockquote:after,
+q:before,
+q:after {
+       content: '';
+       content: none;
+}
 
-#major-publishing-actions {
-       padding: 10px 10px 8px;
-       clear: both;
-       border-top: none;
+p {
+       margin: 1em 0;
 }
 
-#delete-action {
-       line-height: 25px;
-       vertical-align: middle;
-       text-align: left;
-       float: left;
+blockquote {
+       margin: 1em;
 }
 
-#publishing-action {
-       text-align: right;
-       float: right;
-       line-height: 23px;
+label {
+       cursor: pointer;
 }
 
-#post-body #minor-publishing {
-       padding-bottom: 10px;
+li,
+dd {
+       margin-bottom: 6px;
 }
 
-#post-body #misc-publishing-actions {
-       padding: 0;
+textarea,
+input,
+select {
+       margin: 1px;
+       padding: 3px;
 }
 
-#post-body .misc-pub-section {
-       border-right-width: 1px;
-       border-right-style: solid;
-       border-bottom: 0 none;
-       min-height: 30px;
-       float: left;
-       max-width: 32%;
+h1,
+h2,
+h3,
+h4,
+h5,
+h6 {
+       display: block;
+       font-weight: bold;
 }
 
-#post-body .misc-pub-section-last {
-       border-right: 0;
+h1 {
+       font-size: 2em;
+       margin: .67em 0;
 }
 
-#misc-publishing-actions {
-       padding: 6px 0 16px 0;
+h2 {
+       font-size: 1.5em;
+       margin: .83em 0;
 }
 
-.misc-pub-section {
-       padding: 6px 10px;
-       border-width: 1px 0;
-       border-style: solid;
+h3 {
+       font-size: 1.17em;
+       margin: 1em 0;
 }
 
-.misc-pub-section:first-child {
-       border-top-width: 0;
+h4 {
+       font-size: 1em;
+       margin: 1.33em 0;
 }
-.misc-pub-section-last {
-       border-bottom-width: 0;
+
+h5 {
+       font-size: 0.83em;
+       margin: 1.67em 0;
 }
 
-#minor-publishing-actions {
-       padding: 10px 10px 2px 8px;
-       text-align: right;
+h6 {
+       font-size: 0.67em;
+       margin: 2.33em 0;
 }
 
-#minor-publishing {
-       border-bottom-width: 1px;
-       border-bottom-style: solid;
-       -webkit-box-shadow: 0 1px 0 #fff;
-       -moz-box-shadow: 0 1px 0 #fff;
-       box-shadow: 0 1px 0 #fff;
+ul,
+ol {
+       padding: 0;
 }
 
-#save-post {
-       float: left;
+ul {
+       list-style: none;
 }
 
-#minor-publishing .ajax-loading {
-       padding: 3px 0 0 4px;
-       float: left;
+ol {
+       list-style-type: decimal;
+       margin-left: 2em;
 }
 
-.preview {
-       float: right;
+ul.ul-disc {
+       list-style: disc outside;
 }
 
+ul.ul-square {
+       list-style: square outside;
+}
 
+ol.ol-decimal {
+       list-style: decimal outside;
+}
 
-#sticky-span {
-       margin-left: 18px;
+ul.ul-disc,
+ul.ul-square,
+ol.ol-decimal {
+       margin-left: 1.8em;
 }
 
-#post-status-display,
-#post-visibility-display {
-       font-weight: bold;
+ul.ul-disc > li,
+ul.ul-square > li,
+ol.ol-decimal > li {
+       margin: 0 0 0.5em;
 }
 
-.side-info {
-       margin: 0;
-       padding: 4px;
+.code,
+code {
+       font-family: Consolas, Monaco, monospace;
+}
+
+kbd,
+code {
+       padding: 1px 3px;
+       margin: 0 1px;
        font-size: 11px;
 }
 
-.side-info h5 {
-       padding-bottom: 7px;
-       font-size: 14px;
-       margin: 12px 2px 5px;
-       border-bottom-width: 1px;
-       border-bottom-style: solid;
+.subsubsub {
+       list-style: none;
+       margin: 8px 0 5px;
+       padding: 0;
+       white-space: nowrap;
+       font-size: 12px;
+       float: left;
 }
 
-.side-info ul {
-       margin: 0;
-       padding-left: 18px;
-       list-style: square;
+.subsubsub a {
+       line-height: 2;
+       padding: .2em;
+       text-decoration: none;
 }
 
-a.button,
-a.button-primary,
-a.button-secondary {
-       line-height: 15px;
-       padding: 3px 10px;
-       white-space: nowrap;
-       -webkit-border-radius: 10px;
+.subsubsub a .count,
+.subsubsub a.current .count {
+       color: #999;
+       font-weight: normal;
 }
 
-.approve {
-       display: none;
+.subsubsub a.current {
+       font-weight: bold;
+       background: none;
+       border: none;
 }
 
-.unapproved .approve,
-.spam .approve,
-.trash .approve {
+.subsubsub li {
        display: inline;
+       margin: 0;
+       padding: 0;
 }
 
-.unapproved .unapprove {
-       display: none;
+.widefat,
+div.updated,
+div.error,
+.wrap .add-new-h2,
+textarea,
+input[type="text"],
+input[type="password"],
+input[type="file"],
+input[type="button"],
+input[type="submit"],
+input[type="reset"],
+input[type="email"],
+input[type="number"],
+input[type="search"],
+input[type="tel"],
+input[type="url"],
+select,
+.tablenav .tablenav-pages a,
+.tablenav-pages span.current,
+#titlediv #title,
+.postbox,
+#postcustomstuff table,
+#postcustomstuff input,
+#postcustomstuff textarea,
+.imgedit-menu div,
+.plugin-update-tr .update-message,
+#poststuff .inside .the-tagcloud,
+.login form,
+#login_error,
+.login .message,
+#menu-management .menu-edit,
+.nav-menus-php .list-container,
+.menu-item-handle,
+.link-to-original,
+.nav-menus-php .major-publishing-actions .form-invalid,
+.press-this #message,
+#TB_window,
+.tbtitle,
+.highlight,
+.feature-filter,
+#widget-list .widget-top,
+.editwidget .widget-inside {
+       -webkit-border-radius: 3px;
+       border-radius: 3px;
+       border-width: 1px;
+       border-style: solid;
 }
 
-td.action-links,
-th.action-links {
-       text-align: right;
+/* .widefat - main style for tables */
+.widefat {
+       border-spacing: 0;
+       width: 100%;
+       clear: both;
+       margin: 0;
 }
 
-.describe .del-link {
-       padding-left: 5px;
+.widefat * {
+       word-wrap: break-word;
 }
 
+.widefat a {
+       text-decoration: none;
+}
 
-/*------------------------------------------------------------------------------
-  4.0 - Notifications
-------------------------------------------------------------------------------*/
-
-#update-nag, .update-nag {
-       line-height: 19px;
-       padding: 5px 0;
-       font-size: 12px;
-       text-align: center;
-       margin: 0 15px;
-       border-width: 1px;
-       border-style: solid;
-       border-top-width: 0;
-       border-top-style: none;
-       -moz-border-radius: 0 0 3px 3px;
-       -webkit-border-bottom-right-radius: 3px;
+.widefat thead th:first-of-type {
+       -webkit-border-top-left-radius: 3px;
+       border-top-left-radius: 3px;
+}
+.widefat thead th:last-of-type {
+       -webkit-border-top-right-radius: 3px;
+       border-top-right-radius: 3px;
+}
+.widefat tfoot th:first-of-type {
        -webkit-border-bottom-left-radius: 3px;
-       -khtml-border-bottom-right-radius: 3px;
-       -khtml-border-bottom-left-radius: 3px;
-       border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px;
 }
-
-.plugins .plugin-update {
-       padding: 0;
+.widefat tfoot th:last-of-type {
+       -webkit-border-bottom-right-radius: 3px;
+       border-bottom-right-radius: 3px;
 }
 
-.plugin-update .update-message {
-       margin: 0 10px 8px 31px;
-       font-weight: bold;
+.widefat td,
+.widefat th {
+       border-width: 1px 0;
+       border-style: solid;
+}
+.widefat tfoot th {
+       border-bottom: none;
 }
 
-ul#dismissed-updates {
-       display: none;
+.widefat .no-items td {
+       border-bottom-width: 0;
 }
-form.upgrade {
-       margin-top: 8px;
+
+.widefat td {
+       font-size: 12px;
+       padding: 4px 7px 2px;
+       vertical-align: top;
 }
 
-form.upgrade .hint {
-       font-style: italic;
-       font-size: 85%;
-       margin: -0.5em 0 2em 0;
+.widefat td p,
+.widefat td ol,
+.widefat td ul {
+       font-size: 12px;
 }
 
-.ajax-feedback {
-       visibility: hidden;
-       vertical-align: bottom;
+.widefat th {
+       padding: 7px 7px 8px;
+       text-align: left;
+       line-height: 1.3em;
+       font-size: 14px;
 }
 
-#ajax-response.alignleft {
-       margin-left: 2em;
+.widefat th input {
+       margin: 0 0 0 8px;
+       padding: 0;
+       vertical-align: text-top;
 }
 
+.widefat .check-column {
+       width: 2.2em;
+       padding: 11px 0 0;
+       vertical-align: top;
+}
 
-/*------------------------------------------------------------------------------
-  5.0 - TinyMCE
-------------------------------------------------------------------------------*/
+.widefat tbody th.check-column {
+       padding: 9px 0 22px;
+}
 
-#editorcontainer #content {
-       font-family: Consolas, Monaco, monospace;
-       padding: 6px;
-       line-height: 150%;
-       border: 0 none;
-       outline: none;
-       resize: vertical;
-       -moz-box-sizing: border-box;
-       -webkit-box-sizing: border-box;
-       -khtml-box-sizing: border-box;
-       box-sizing: border-box;
+.widefat .num,
+.column-comments,
+.column-links,
+.column-posts {
+       text-align: center;
 }
 
-#editorcontainer,
-#quicktags {
-       border-style: solid;
-       border-width: 1px;
-       border-collapse: separate;
-       -moz-border-radius: 3px 3px 0 0;
-       -webkit-border-top-right-radius: 3px;
-       -webkit-border-top-left-radius: 3px;
-       -khtml-border-top-right-radius: 3px;
-       -khtml-border-top-left-radius: 3px;
-       border-top-right-radius: 3px;
-       border-top-left-radius: 3px;
+.widefat th#comments {
+       vertical-align: middle;
 }
 
-#quicktags {
-       padding: 0;
-       margin-bottom: -3px;
-       border-bottom-width: 3px;
-       background-image: url("../images/ed-bg.gif");
-       background-position: left top;
-       background-repeat: repeat-x;
+.wrap {
+       margin: 4px 15px 0 0;
 }
 
-#quicktags #ed_toolbar {
-       padding: 2px 4px 0;
+div.updated,
+div.error {
+       padding: 0 0.6em;
+       margin: 5px 15px 2px;
 }
 
-#ed_toolbar input,
-#ed_reply_toolbar input {
-       margin: 3px 1px 4px;
-       line-height: 18px;
-       display: inline-block;
-       min-width: 26px;
-       padding: 2px 4px;
-       font-size: 12px;
+div.updated p,
+div.error p {
+       margin: 0.5em 0;
+       padding: 2px;
 }
 
-#ed_reply_toolbar input {
-       margin: 1px 2px 1px 1px;
+.wrap div.updated,
+.wrap div.error,
+.media-upload-form div.error {
+       margin: 5px 0 15px;
 }
 
-#quicktags #ed_link,
-#ed_reply_toolbar #ed_reply_link {
-       text-decoration: underline;
+.wrap h2,
+.subtitle {
+       font-weight: normal;
+       margin: 0;
+       text-shadow: #fff 0 1px 0;
 }
 
-#quicktags #ed_del,
-#ed_reply_toolbar #ed_reply_del {
-       text-decoration: line-through;
+.wrap h2 {
+       font-size: 23px;
+       padding: 9px 15px 4px 0;
+       line-height: 29px;
 }
 
-#quicktags #ed_em,
-#ed_reply_toolbar #ed_reply_em {
-       font-style: italic;
+.subtitle {
+       font-size: 14px;
+       padding-left: 25px;
 }
 
-#wp_editbtns,
-#wp_gallerybtns {
-       padding: 2px;
-       position: absolute;
-       display: none;
-       z-index: 999998;
+.wrap .add-new-h2 {
+       font-family: sans-serif;
+       margin-left: 4px;
+       padding: 3px 8px;
+       position: relative;
+       top: -3px;
+       text-decoration: none;
+       font-size: 12px;
+       border: 0 none;
 }
 
-#wp_editimgbtn,
-#wp_delimgbtn,
-#wp_editgallery,
-#wp_delgallery {
-       margin: 2px;
-       padding: 2px;
-       border-width: 1px;
-       border-style: solid;
-       -moz-border-radius: 3px;
-       -khtml-border-radius: 3px;
-       -webkit-border-radius: 3px;
-       border-radius: 3px;
+.wrap h2.long-header {
+       padding-right: 0;
 }
 
-/* Distraction Free Writing mode
- * =Overlay Styles
+
+/* =CSS 3 transitions
 -------------------------------------------------------------- */
-.fullscreen-overlay {
-       z-index: 149999;
-       display: none;
-       position: fixed;
-       top: 0;
-       bottom: 0;
-       left: 0;
-       right: 0;
-       filter: inherit;
-}
 
-.fullscreen-active .fullscreen-overlay,
-.fullscreen-active #wp-fullscreen-body {
-       display: block;
+.fade-1000,
+.fade-600,
+.fade-400,
+.fade-300 {
+       opacity: 0;
+       -moz-transition-property: opacity;
+       -webkit-transition-property: opacity;
+       -o-transition-property: opacity;
+       transition-property: opacity;
 }
 
-.fullscreen-fader {
-       z-index: 200000;
+.fade-1000 {
+       -moz-transition-duration: 1s;
+       -webkit-transition-duration: 1s;
+       -o-transition-duration: 1s;
+       transition-duration: 1s;
 }
 
-.fullscreen-active .fullscreen-fader {
-       display: none;
+.fade-600 {
+       -moz-transition-duration: 0.6s;
+       -webkit-transition-duration: 0.6s;
+       -o-transition-duration: 0.6s;
+       transition-duration: 0.6s;
 }
 
-/* =Overlay Body
--------------------------------------------------------------- */
-#wp-fullscreen-body {
-       width: 100%;
-       z-index: 150005;
-       display: none;
-       position: absolute;
-       top: 0;
-       left: 0;
+.fade-400 {
+       -moz-transition-duration: 0.4s;
+       -webkit-transition-duration: 0.4s;
+       -o-transition-duration: 0.4s;
+       transition-duration: 0.4s;
 }
 
-#wp-fullscreen-wrap {
-       margin: 0 auto 50px;
-       position: relative;
-       padding-top: 60px;
+.fade-300 {
+       -moz-transition-duration: 0.3s;
+       -webkit-transition-duration: 0.3s;
+       -o-transition-duration: 0.3s;
+       transition-duration: 0.3s;
 }
 
-#wp-fullscreen-title {
-    font-size: 1.7em;
-    line-height: 100%;
-    outline: medium none;
-    padding: 6px 7px;
-    width: 100%;
-    margin-bottom: 30px;
+.fade-trigger {
+       opacity: 1;
 }
 
-#wp-fullscreen-container {
-       padding: 4px 10px 50px;
-}
-
-#wp-fullscreen-title,
-#wp-fullscreen-container {
-       -moz-border-radius: 0;
-       -khtml-border-radius: 0;
-       -webkit-border-radius: 0;
-       border-radius: 0;
-       border: 1px dashed transparent;
-       background: transparent;
-       -moz-transition-property: border-color;
-       -moz-transition-duration: 0.6s;
-       -webkit-transition-property: border-color;
-       -webkit-transition-duration: 0.6s;
-       -o-transition-property: border-color;
-       -o-transition-duration: 0.6s;
-       transition-property: border-color;
-       transition-duration: 0.6s;
-}
 
+/*------------------------------------------------------------------------------
+  1.0 - Text Styles
+------------------------------------------------------------------------------*/
 
-#wp_mce_fullscreen {
-       width: 100%;
-       min-height: 300px;
-       border: 0;
-       background: transparent;
-       font-family: Consolas, Monaco, monospace;
-       line-height: 1.6em;
-       padding: 0;
-       overflow-y: hidden;
-       outline: none;
-       resize: none;
+div.sidebar-name h3,
+#menu-management .nav-tab,
+#dashboard_plugins h5,
+a.rsswidget,
+#dashboard_right_now td.b,
+#dashboard-widgets h4,
+.tool-box .title,
+#poststuff h3,
+.metabox-holder h3,
+.pressthis a,
+#your-profile legend,
+.inline-edit-row fieldset span.title,
+.inline-edit-row fieldset span.checkbox-title,
+.tablenav .displaying-num,
+.widefat th,
+.quicktags,
+.search {
+       font-family: Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
 }
 
-#wp-fullscreen-tagline {
-       color: #BBBBBB;
-       font-size: 18px;
-       float: right;
-       padding-top: 5px;
+h2 .nav-tab,
+.wrap h2,
+.subtitle,
+.login form .input {
+       font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", sans-serif;
 }
 
-/* =Top bar
--------------------------------------------------------------- */
-#fullscreen-topbar {
-       position: fixed;
-       top: 0;
-       left: 0;
-       z-index: 150050;
-       border-bottom-style: solid;
-    border-bottom-width: 1px;
-       min-width: 800px;
-       width: 100%;
-       height: 40px;
+.quicktags,
+.search {
+       font-size: 12px;
 }
 
-#wp-fullscreen-toolbar {
-       padding: 6px 10px 0;
-       clear: both;
-       max-width: 1100px;
-       min-width: 820px;
-       margin: 0 auto;
+.icon32 {
+       float: left;
+       height: 34px;
+       margin: 7px 8px 0 0;
+       width: 36px;
 }
 
-#wp-fullscreen-mode-bar,
-#wp-fullscreen-button-bar,
-#wp-fullscreen-close,
-#wp-fullscreen-count {
+.icon16 {
+       height: 18px;
+       width: 18px;
+       padding: 6px 6px;
+       margin: -6px 0 0 -8px;
        float: left;
 }
 
-#wp-fullscreen-save {
-       float: right;
+.key-labels label {
+       line-height: 24px;
 }
 
-#wp-fullscreen-save {
-       padding: 2px 2px 0 5px;
+.pre {
+       /* http://www.longren.org/2006/09/27/wrapping-text-inside-pre-tags/ */
+       white-space: pre-wrap; /* css-3 */
+       white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
+       white-space: -pre-wrap; /* Opera 4-6 */
+       white-space: -o-pre-wrap; /* Opera 7 */
+       word-wrap: break-word; /* Internet Explorer 5.5+ */
 }
 
-#wp-fullscreen-count,
-#wp-fullscreen-close {
-       padding-top: 5px;
+.howto {
+       font-style: italic;
+       display: block;
+       font-family: sans-serif;
 }
 
-#wp-fullscreen-central-toolbar {
-       margin: auto;
-       padding: 0;
+p.install-help {
+       margin: 8px 0;
+       font-style: italic;
 }
 
-#wp-fullscreen-buttons > div {
-       float: left;
+.no-break {
+       white-space: nowrap;
 }
 
-#wp-fullscreen-mode-bar {
-       padding: 1px 14px 0 0;
-}
+/*------------------------------------------------------------------------------
+  2.0 - Forms
+------------------------------------------------------------------------------*/
 
-#wp-fullscreen-modes a {
-       display: block;
-       font-size: 11px;
-       text-decoration: none;
-       float: left;
-       margin: 1px 0 0 0;
-       padding: 2px 6px 2px;
-       border-width: 1px 1px 1px 0;
-       border-style: solid;
-       border-color: #bbb;
-       color: #777;
-       text-shadow: 0 1px 0 #fff;
-       background-color: #f4f4f4;
-       background-image: -moz-linear-gradient(bottom,  #e4e4e4,  #f9f9f9);
-       background-image: -webkit-gradient(linear, left bottom, left top, from(#e4e4e4), to(#f9f9f9));
+
+.wp-admin select {
+       padding: 2px;
+       height: 2em;
 }
 
-#wp-fullscreen-modes a:hover,
-.wp-html-mode #wp-fullscreen-modes a:last-child,
-.wp-tmce-mode #wp-fullscreen-modes a:first-child {
-       color: #333;
-       border-color: #999;
-       background-color: #eee;
-       background-image: -moz-linear-gradient(bottom,  #f9f9f9,  #e0e0e0);
-       background-image: -webkit-gradient(linear, left bottom, left top, from(#f9f9f9), to(#e0e0e0));
+.wp-admin select[multiple] {
+       height: auto;
 }
 
-#wp-fullscreen-modes a:first-child {
-       border-width: 1px;
-       -moz-border-radius: 3px 0 0 3px;
-       -webkit-border-top-left-radius: 3px;
-       -webkit-border-bottom-left-radius: 3px;
-       -khtml-border-top-left-radius: 3px;
-       -khtml-border-bottom-left-radius: 3px;
-       border-top-left-radius: 3px;
-       border-bottom-left-radius: 3px;
+select option {
+       padding: 2px;
 }
 
-#wp-fullscreen-modes a:last-child {
-       -moz-border-radius: 0 3px 3px 0;
-       -webkit-border-top-right-radius: 3px;
+.submit {
+       padding: 1.5em 0;
+       margin: 5px 0;
+       -webkit-border-bottom-left-radius: 3px;
        -webkit-border-bottom-right-radius: 3px;
-       -khtml-border-top-right-radius: 3px;
-       -khtml-border-bottom-right-radius: 3px;
-       border-top-right-radius: 3px;
+       border-bottom-left-radius: 3px;
        border-bottom-right-radius: 3px;
 }
 
-#wp-fullscreen-buttons .active a {
-       background: inherit;
-}
-
-#wp-fullscreen-buttons .hidden {
-       display: none;
+form p.submit a.cancel:hover {
+       text-decoration: none;
 }
 
-#wp-fullscreen-buttons .disabled {
-       opacity: 0.5;
+.submit input,
+.button,
+input.button,
+.button-primary,
+input.button-primary,
+.button-secondary,
+input.button-secondary,
+.button-highlighted,
+input.button-highlighted,
+#postcustomstuff .submit input {
+       text-decoration: none;
+       font-size: 12px !important;
+       line-height: 13px;
+       padding: 3px 8px;
+       cursor: pointer;
+       border-width: 1px;
+       border-style: solid;
+       -webkit-border-radius: 11px;
+       border-radius: 11px;
+       -moz-box-sizing: content-box;
+       -webkit-box-sizing: content-box;
+       box-sizing: content-box;
 }
 
-.wp-html-mode #wp-fullscreen-buttons div {
-       display: none;
+#minor-publishing-actions input,
+#major-publishing-actions input,
+#minor-publishing-actions .preview {
+       min-width: 80px;
+       text-align: center;
 }
 
-.wp-html-mode #wp-fullscreen-buttons div.wp-fullscreen-both {
-       display: block;
+textarea.all-options,
+input.all-options {
+       width: 250px;
 }
 
-#fullscreen-topbar.fullscreen-make-sticky {
-       display: block !important;
+input.large-text,
+textarea.large-text {
+       width: 99%;
 }
 
-#wp-fullscreen-save img {
-       vertical-align: middle;
+input.regular-text,
+#adduser .form-field input {
+       width: 25em;
 }
 
-#wp-fullscreen-save img,
-#wp-fullscreen-save span {
-       padding-right: 4px;
-       display: none;
+input.small-text {
+       width: 50px;
 }
 
-#wp-fullscreen-buttons .mce_image .mce_image {
-       background-image: url("../images/menu.png?ver=20100531");
-       background-position: -124px -38px;
+#doaction,
+#doaction2,
+#post-query-submit {
+       margin-right: 8px;
 }
 
-#wp-fullscreen-buttons .mce_image .mce_image:hover {
-       background-position: -124px -6px;
+.tablenav select[name="action"],
+.tablenav select[name="action2"] {
+       width: 130px;
 }
 
-/* =Thickbox Adjustments
--------------------------------------------------------------- */
-.fullscreen-active #TB_overlay {
-       z-index: 150100;
+.tablenav select[name="m"] {
+       width: 155px;
 }
 
-.fullscreen-active #TB_window {
-       z-index: 150102;
+.tablenav select#cat {
+       width: 170px;
 }
 
-/* =TinyMCE Adjustments
--------------------------------------------------------------- */
-#wp_mce_fullscreen_ifr {
-       background: transparent;
+#wpcontent option {
+       padding: 2px;
 }
 
-#wp_mce_fullscreen_parent #wp_mce_fullscreen_tbl tr.mceFirst {
-       display : none;
+#timezone_string option {
+       margin-left: 1em;
 }
 
-#wp-fullscreen-container .wp_themeSkin table td {
-       vertical-align: top;
+label,
+#your-profile label + a {
+       vertical-align: middle;
 }
 
-
-/*------------------------------------------------------------------------------
-  6.0 - Admin Header
-------------------------------------------------------------------------------*/
-#wphead-info {
-       margin: 0 0 0 15px;
+#misc-publishing-actions label {
+       vertical-align: baseline;
 }
 
-#user_info {
-       float: right;
-       font-size: 12px;
-       line-height: 26px;
-       height: 25px;
-       position: relative;
-       z-index: 49;
+#pass-strength-result {
        border-style: solid;
-       border-width: 0;
-       margin-top: 3px;
-       padding: 0 2px 0 6px;
-}
-
-#user_info.active {
        border-width: 1px;
-       margin-right: -1px;
-       margin-top: 2px;
-       -moz-border-radius: 3px 3px 0 0;
-       -webkit-border-top-right-radius: 3px;
-       -webkit-border-top-left-radius: 3px;
-       -khtml-border-top-right-radius: 3px;
-       -khtml-border-top-left-radius: 3px;
-       border-top-right-radius: 3px;
-       border-top-left-radius: 3px;
+       float: left;
+       margin: 13px 5px 5px 1px;
+       padding: 3px 5px;
+       text-align: center;
+       width: 200px;
+       display: none;
+}
+.indicator-hint {
+       padding-top: 8px;
 }
 
-#user_info p {
+p.search-box {
+       float: right;
        margin: 0;
-       padding: 0;
-       line-height: 25px;
-       cursor: pointer;
 }
 
-#user_info .hide-if-no-js p {
-       margin: 0 20px 0 0;
+
+/*------------------------------------------------------------------------------
+  3.0 - Actions
+------------------------------------------------------------------------------*/
+
+#major-publishing-actions {
+       padding: 10px 10px 8px;
+       clear: both;
+       border-top: none;
 }
 
-#user_info:hover .hide-if-no-js p {
-       text-decoration: underline;
+#delete-action {
+       line-height: 25px;
+       vertical-align: middle;
+       text-align: left;
+       float: left;
 }
-#user_info.active .hide-if-no-js p {
-       text-decoration: none;
+
+#publishing-action {
+       text-align: right;
+       float: right;
+       line-height: 23px;
 }
 
-#user_info_arrow {
-       height: 22px;
-       width: 22px;
-       position: absolute;
-       right: 3px;
-       top: 0;
-       cursor: pointer;
+#post-body #minor-publishing {
+       padding-bottom: 10px;
 }
 
-#user_info_links_wrap {
-       min-width: 100px;
-       width: 100%;
-       position: absolute;
-       top: 25px;
-       right: 0;
+#post-body #misc-publishing-actions {
        padding: 0;
-       text-shadow: rgba(255,255,255,0.7) 0 1px 0;
 }
 
-#user_info_links {
-       position: absolute;
-       left: -1px;
-       right: -1px;
-       overflow: hidden;
+#post-body .misc-pub-section {
+       border-right-width: 1px;
+       border-right-style: solid;
+       border-top: 0;
+       border-bottom: 0;
+       min-height: 30px;
+       float: left;
+       max-width: 32%;
 }
 
-#user_info.active #user_info_links ul {
-       margin-top: 0;
-       -moz-transition: margin-top 200ms;
-       -webkit-transition: margin-top 200ms;
-       -o-transition: margin-top 200ms;
-       transition: margin-top 200ms;
+#post-body .misc-pub-section-last {
+       border-right: 0;
 }
 
-#user_info_links ul {
-       border-width: 1px;
-       border-style: solid;
-       margin-top: -1000px;
-       -moz-transition: margin-top 500ms ease-in;
-       -webkit-transition: margin-top 500ms ease-in;
-       -o-transition: margin-top 500ms ease-in;
-       transition: margin-top 500ms ease-in;
+#misc-publishing-actions {
+       padding: 6px 0 0;
 }
 
-#user_info_links,
-#user_info_links ul,
-#user_info_links li:last-child {
-       -moz-border-radius: 0 0 3px 3px;
-       -webkit-border-bottom-right-radius: 3px;
-       -webkit-border-bottom-left-radius: 3px;
-       -khtml-border-bottom-right-radius: 3px;
-       -khtml-border-bottom-left-radius: 3px;
-       border-bottom-right-radius: 3px;
-       border-bottom-left-radius: 3px;
+.misc-pub-section {
+       padding: 6px 10px 8px;
+       border-width: 1px 0;
+       border-style: solid;
 }
 
-#user_info_links li {
-       display: block;
-       margin: 0;
+.misc-pub-section:first-child {
+       border-top-width: 0;
 }
-
-#user_info_links a {
-       display: block;
-       padding: 6px 8px;
+.misc-pub-section-last {
+       border-bottom-width: 0;
 }
 
-#wphead {
-       height: 32px;
-       margin-right: 20px;
-       margin-left: 2px;
+#minor-publishing-actions {
+       padding: 10px 10px 2px 8px;
+       text-align: right;
 }
 
-#wphead a,
-#adminmenu a,
-#sidemenu a,
-#taglist a,
-#catlist a,
-#show-settings a {
-       text-decoration: none;
+#minor-publishing {
+       border-bottom-width: 1px;
+       border-bottom-style: solid;
+       -webkit-box-shadow: 0 1px 0 #fff;
+       -moz-box-shadow: 0 1px 0 #fff;
+       box-shadow: 0 1px 0 #fff;
 }
 
-#header-logo {
+#save-post {
        float: left;
-       margin: 7px 0;
-       -webkit-user-select: none;
-       -moz-user-select: none;
-       -khtml-user-select: none;
-       user-select: none;
 }
 
-#wphead h1 {
-       font: normal 16px Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
-       padding: 6px 8px 5px;
-       margin: 0;
+#minor-publishing .ajax-loading {
+       padding: 3px 0 0 4px;
        float: left;
 }
 
-#wphead h1 a:hover {
-       text-decoration:none;
-}
-#wphead h1 a:hover #site-title {
-       text-decoration:underline;
+.preview {
+       float: right;
 }
 
+#sticky-span {
+       margin-left: 18px;
+}
 
-/*------------------------------------------------------------------------------
-  6.1 - Favorites Menu
-------------------------------------------------------------------------------*/
-
-#favorite-actions {
-       margin: 0 12px 0 15px;
-       min-width: 130px;
-       position: relative;
-       display: inline-block;
-       top: -1px;
+.side-info {
+       margin: 0;
+       padding: 4px;
+       font-size: 11px;
 }
 
-#favorite-first {
-       -moz-border-radius: 12px;
-       -khtml-border-radius: 12px;
-       -webkit-border-radius: 12px;
-       border-radius: 12px;
-       line-height: 15px;
-       padding: 0 30px 0 0;
-       border-width: 1px;
-       border-style: solid;
+.side-info h5 {
+       padding-bottom: 7px;
+       font-size: 14px;
+       margin: 12px 2px 5px;
+       border-bottom-width: 1px;
+       border-bottom-style: solid;
 }
 
-#favorite-inside {
+.side-info ul {
        margin: 0;
-       padding: 2px 1px;
-       border-width: 1px;
-       border-style: solid;
-       position: absolute;
-       z-index: 11;
-       display: none;
-       -moz-border-radius: 0 0 12px 12px;
-       -webkit-border-bottom-right-radius: 12px;
-       -webkit-border-bottom-left-radius: 12px;
-       -khtml-border-bottom-right-radius: 12px;
-       -khtml-border-bottom-left-radius: 12px;
-       border-bottom-right-radius: 12px;
-       border-bottom-left-radius: 12px;
+       padding-left: 18px;
+       list-style: square;
 }
 
-#favorite-first a {
-       padding: 2px 0 2px 12px;
+a.button,
+a.button-primary,
+a.button-secondary {
+       line-height: 15px;
+       padding: 3px 10px;
+       white-space: nowrap;
+       -webkit-border-radius: 10px;
 }
 
-#favorite-actions a {
-       display: block;
-       text-decoration: none;
-       font-size: 11px;
+.approve,
+.unapproved .unapprove {
+       display: none;
 }
 
-#favorite-inside a {
-       padding: 3px 5px 3px 10px;
-       line-height: 20px;
+.unapproved .approve,
+.spam .approve,
+.trash .approve {
+       display: inline;
 }
 
-#favorite-toggle {
-       height: 18px;
-       position: absolute;
-       right: 0;
-       top: 1px;
-       width: 28px;
-       border-width: 0 0 0 1px;
-       border-style: solid;
+td.action-links,
+th.action-links {
+       text-align: right;
 }
 
-#favorite-actions .slide-down {
-       -moz-border-radius: 12px 12px 0 0;
-       -webkit-border-bottom-right-radius: 0;
-       -webkit-border-bottom-left-radius: 0;
-       -khtml-border-bottom-right-radius: 0;
-       -khtml-border-bottom-left-radius: 0;
-       border-bottom-right-radius: 0;
-       border-bottom-left-radius: 0;
-       border-bottom: none;
+.describe .del-link {
+       padding-left: 5px;
 }
 
 
 /*------------------------------------------------------------------------------
-  6.2 - Screen Options Tabs
+  4.0 - Notifications
 ------------------------------------------------------------------------------*/
 
-#screen-meta {
-       position: relative;
-       clear: both;
+#update-nag,
+.update-nag {
+       line-height: 19px;
+       padding: 5px 0;
+       font-size: 12px;
+       text-align: center;
+       margin: -1px 15px 0 5px;
+       border-width: 1px;
+       border-style: solid;
+       -webkit-border-bottom-right-radius: 3px;
+       -webkit-border-bottom-left-radius: 3px;
+       border-bottom-right-radius: 3px;
+       border-bottom-left-radius: 3px;
 }
 
-#screen-meta-links {
-       margin: 0 24px 0 0;
+.plugins .plugin-update {
+       padding: 0;
 }
 
-#screen-meta .screen-reader-text {
-       visibility: hidden;
+.plugin-update .update-message {
+       margin: 0 10px 8px 31px;
+       font-weight: bold;
 }
 
-#screen-options-link-wrap,
-#contextual-help-link-wrap {
-       float: right;
-       height: 22px;
-       padding: 0;
-       margin: 0 0 0 6px;
-       font-family: sans-serif;
-       -moz-border-radius-bottomleft: 3px;
-       -moz-border-radius-bottomright: 3px;
-       -webkit-border-bottom-left-radius: 3px;
-       -webkit-border-bottom-right-radius: 3px;
-       border-bottom-left-radius: 3px;
-       border-bottom-right-radius: 3px;
+ul#dismissed-updates {
+       display: none;
 }
 
-#contextual-help-wrap li {
-       list-style-type: disc;
-       margin-left: 18px;
-}
-.toggle-arrow {
-       background-repeat: no-repeat;
-       background-position: top left;
-       background-color: transparent;
-       height: 22px;
-       line-height: 22px;
-       display: block;
-}
-.toggle-arrow-active {
-       background-position: bottom left;
-}
-#screen-meta a.show-settings {
-       text-decoration: none;
-       z-index: 1;
-       padding: 0 16px 0 6px;
-       height: 22px;
-       line-height: 22px;
-       font-size: 12px;
-       display: block;
-       text-shadow: rgba(255,255,255,0.7) 0 1px 0;
+form.upgrade {
+       margin-top: 8px;
 }
 
-#screen-meta a.show-settings:hover {
-       text-decoration: none;
+form.upgrade .hint {
+       font-style: italic;
+       font-size: 85%;
+       margin: -0.5em 0 2em 0;
 }
 
-#screen-options-wrap h5,
-#contextual-help-wrap h5 {
-       margin: 8px 0;
-       font-size: 13px;
+.ajax-feedback {
+       visibility: hidden;
+       vertical-align: bottom;
 }
 
-#screen-options-wrap,
-#contextual-help-wrap {
-       border-style: none solid solid;
-       border-top: 0 none;
-       border-width: 0 1px 1px;
-       margin: 0 20px 0 0;
-       padding: 8px 12px 12px;
+#ajax-response.alignleft {
+       margin-left: 2em;
 }
 
-.metabox-prefs label {
-       display: inline-block;
-       padding-right: 15px;
-       white-space: nowrap;
-       line-height: 30px;
-}
 
-.metabox-prefs label input {
-       margin: 0 5px 0 2px;
+/* Distraction Free Writing mode
+ * =Overlay Styles
+-------------------------------------------------------------- */
+.fullscreen-overlay {
+       z-index: 149999;
+       display: none;
+       position: fixed;
+       top: 0;
+       bottom: 0;
+       left: 0;
+       right: 0;
+       filter: inherit;
 }
 
-.metabox-prefs label a {
-       display: none;
+.fullscreen-active .fullscreen-overlay,
+.fullscreen-active #wp-fullscreen-body {
+       display: block;
 }
 
+.fullscreen-fader {
+       z-index: 200000;
+}
 
-/*------------------------------------------------------------------------------
-  7.0 - Main Navigation (Left Menu)
-------------------------------------------------------------------------------*/
+.fullscreen-active .fullscreen-fader {
+       display: none;
+}
 
-#adminmenuback,
-#adminmenuwrap {
-       border-width: 0 1px 0 0;
-       border-style: solid;
+/* =Overlay Body
+-------------------------------------------------------------- */
+#wp-fullscreen-body {
+       width: 100%;
+       z-index: 150005;
+       display: none;
+       position: absolute;
+       top: 0;
+       left: 0;
 }
-#adminmenuwrap {
+
+#wp-fullscreen-wrap {
+       margin: 0 auto 50px;
        position: relative;
+       padding-top: 60px;
 }
 
-#adminmenushadow {
-       position: absolute;
-       top: 0;
-       right: 0;
-       bottom: 0;
-       width: 6px;
-       z-index: 20;
+#wp-fullscreen-title {
+    font-size: 1.7em;
+    line-height: 100%;
+    outline: medium none;
+    padding: 6px 7px;
+    width: 100%;
+    margin-bottom: 30px;
 }
 
-/* side admin menu */
-#adminmenu * {
-       -webkit-user-select: none;
-       -moz-user-select: none;
-       -khtml-user-select: none;
-       user-select: none;
+#wp-fullscreen-container {
+       padding: 4px 10px 50px;
 }
 
-#adminmenu .wp-submenu {
-       display: none;
-       list-style: none;
+#wp-fullscreen-title,
+#wp-fullscreen-container {
+       -webkit-border-radius: 0;
+       border-radius: 0;
+       border: 1px dashed transparent;
+       background: transparent;
+       -moz-transition-property: border-color;
+       -moz-transition-duration: 0.6s;
+       -webkit-transition-property: border-color;
+       -webkit-transition-duration: 0.6s;
+       -o-transition-property: border-color;
+       -o-transition-duration: 0.6s;
+       transition-property: border-color;
+       transition-duration: 0.6s;
+}
+
+#wp_mce_fullscreen {
+       width: 100%;
+       min-height: 300px;
+       border: 0;
+       background: transparent;
+       font-family: Consolas, Monaco, monospace;
+       line-height: 1.6em;
        padding: 0;
-       margin: 0;
-       position: relative;
-       z-index: 2;
+       overflow-y: hidden;
+       outline: none;
+       resize: none;
 }
 
-#adminmenu .wp-submenu a {
-       font-size: 12px;
-       line-height: 18px;
+#wp-fullscreen-tagline {
+       color: #BBBBBB;
+       font-size: 18px;
+       float: right;
+       padding-top: 5px;
 }
 
-#adminmenu .wp-submenu li.current,
-#adminmenu .wp-submenu li.current a,
-#adminmenu .wp-submenu li.current a:hover {
-       font-weight: bold;
+/* =Top bar
+-------------------------------------------------------------- */
+#fullscreen-topbar {
+       position: fixed;
+       top: 0;
+       left: 0;
+       z-index: 150050;
+       border-bottom-style: solid;
+       border-bottom-width: 1px;
+       min-width: 800px;
+       width: 100%;
+       height: 40px;
 }
 
-#adminmenu a.menu-top,
-#adminmenu .wp-submenu-head {
-       font-size: 13px;
-       line-height: 18px;
+#wp-fullscreen-toolbar {
+       padding: 6px 10px 0;
+       clear: both;
+       max-width: 1100px;
+       min-width: 820px;
+       margin: 0 auto;
 }
 
-#adminmenu div.wp-submenu-head {
-       display: none;
+#wp-fullscreen-mode-bar,
+#wp-fullscreen-button-bar,
+#wp-fullscreen-close,
+#wp-fullscreen-count {
+       float: left;
 }
 
-.js.folded #adminmenu div.wp-submenu-head {
-       display: block;
+#wp-fullscreen-save {
+       float: right;
+       padding: 2px 2px 0 5px;
 }
 
-.js.folded #adminmenu a.menu-top,
-body.no-js #adminmenu .wp-menu-toggle,
-.js.folded #adminmenu div.wp-menu-toggle {
-       display: none;
+#wp-fullscreen-count,
+#wp-fullscreen-close {
+       padding-top: 5px;
 }
 
-body.js #adminmenu li.wp-menu-open .wp-submenu,
-body.no-js #adminmenu .open-if-no-js .wp-submenu,
-body.no-js #adminmenu li.wp-has-current-submenu .wp-submenu {
-       display: block;
+#wp-fullscreen-central-toolbar {
+       margin: auto;
+       padding: 0;
 }
 
-#adminmenu div.wp-menu-image {
+#wp-fullscreen-buttons > div {
        float: left;
-       width: 28px;
-       height: 28px;
-}
-.js.folded #adminmenu div.wp-menu-image {
-       width: 32px;
 }
 
-#adminmenu li {
-       margin: 0;
-       padding: 0;
-       cursor: pointer;
+#wp-fullscreen-mode-bar {
+       padding: 1px 14px 0 0;
 }
 
-#adminmenu a {
+#wp-fullscreen-modes a {
        display: block;
-       line-height: 18px;
-       padding: 2px 5px;
+       font-size: 11px;
+       text-decoration: none;
+       float: left;
+       margin: 1px 0 0 0;
+       padding: 2px 6px 2px;
+       border-width: 1px 1px 1px 0;
+       border-style: solid;
+       border-color: #bbb;
+       color: #777;
+       text-shadow: 0 1px 0 #fff;
+       background-color: #f4f4f4;
+       background-image: -moz-linear-gradient(bottom,  #e4e4e4,  #f9f9f9);
+       background-image: -webkit-gradient(linear, left bottom, left top, from(#e4e4e4), to(#f9f9f9));
 }
 
-#adminmenu li.menu-top {
-       min-height: 26px;
-       position: relative;
+#wp-fullscreen-modes a:hover,
+.wp-html-mode #wp-fullscreen-modes a:last-child,
+.wp-tmce-mode #wp-fullscreen-modes a:first-child {
+       color: #333;
+       border-color: #999;
+       background-color: #eee;
+       background-image: -moz-linear-gradient(bottom,  #f9f9f9,  #e0e0e0);
+       background-image: -webkit-gradient(linear, left bottom, left top, from(#f9f9f9), to(#e0e0e0));
 }
 
-#adminmenu a.menu-top {
-       font-weight: bold;
-       line-height: 18px;
-       min-width: 10em;
-       padding: 5px 5px;
-       border-width: 1px 0 1px;
-       border-style: solid;
+#wp-fullscreen-modes a:first-child {
+       border-width: 1px;
+       -webkit-border-top-left-radius: 3px;
+       -webkit-border-bottom-left-radius: 3px;
+       border-top-left-radius: 3px;
+       border-bottom-left-radius: 3px;
 }
 
-#adminmenu li.wp-menu-open {
-       border-width: 0 0 1px;
-       border-style: solid;
+#wp-fullscreen-modes a:last-child {
+       -webkit-border-top-right-radius: 3px;
+       -webkit-border-bottom-right-radius: 3px;
+       border-top-right-radius: 3px;
+       border-bottom-right-radius: 3px;
 }
 
-#adminmenu .wp-submenu a {
-       margin: 0;
-       padding-left: 12px;
+#wp-fullscreen-buttons .active a {
+       background: inherit;
 }
 
-.wp-menu-arrow {
+#wp-fullscreen-buttons .hidden {
        display: none;
 }
-#adminmenu li.wp-has-current-submenu .wp-menu-arrow,
-#adminmenu li.menu-top.current .wp-menu-arrow {
-       display: block;
-       position: absolute;
-       right: -9px;
-       top: 0;
-       cursor: auto;
-       z-index: 25;
-}
-#adminmenu .wp-menu-arrow div {
-       width: 15px;
-       height: 30px;
-       background: url(../images/menu-arrow-frame.png) top right no-repeat;
+
+#wp-fullscreen-buttons .disabled {
+       opacity: 0.5;
 }
 
-#adminmenu .wp-submenu li {
-       padding: 0;
-       margin: 0;
+.wp-html-mode #wp-fullscreen-buttons div {
+       display: none;
 }
 
-.js.folded #adminmenu li.menu-top {
-       width: 32px;
-       height: 29px;
-       border-width: 1px 0;
-       border-style: solid;
+.wp-html-mode #wp-fullscreen-buttons div.wp-fullscreen-both {
+       display: block;
 }
 
-#adminmenu .wp-menu-image img {
-       float: left;
-       padding: 8px 6px 0;
-       opacity: 0.6;
-       filter: alpha(opacity=60);
+#fullscreen-topbar.fullscreen-make-sticky {
+       display: block !important;
 }
 
-#adminmenu li.menu-top:hover .wp-menu-image img,
-#adminmenu li.wp-has-current-submenu .wp-menu-image img {
-       opacity: 1;
-       filter: alpha(opacity=100);
+#wp-fullscreen-save img {
+       vertical-align: middle;
 }
 
-#adminmenu li.wp-menu-separator {
-       height: 3px;
-       padding: 0;
-       margin: 0;
-       border-width: 1px 0;
-       border-style: solid;
-       cursor: inherit;
+#wp-fullscreen-save img,
+#wp-fullscreen-save span {
+       padding-right: 4px;
+       display: none;
 }
 
-#adminmenu div.separator {
-       height: 1px;
-       padding: 0;
-       border-width: 1px 0 0 0;
-       border-style: solid;
+#wp-fullscreen-buttons .mce_image .mce_image {
+       background-image: url('../images/menu.png?ver=20111128');
+       background-position: -124px -38px;
 }
 
-.js.folded #adminmenu .wp-submenu {
-       display: block;
-       position: absolute;
-       top: -5px;
-       left: 26px;
-       z-index: 999;
-       width: 0;
-       padding: 0;
-       overflow: hidden;
-       -moz-transition: width 200ms ease-out;
-       -webkit-transition: width 200ms ease-out;
-       -o-transition: width 200ms ease-out;
-       transition: width 200ms ease-out;
-}
-.js.folded #adminmenu .wp-submenu.sub-open {
-       padding: 0 8px 8px 0;
+#wp-fullscreen-buttons .mce_image .mce_image:hover {
+       background-position: -124px -6px;
 }
 
-#adminmenu .wp-submenu .wp-submenu-head {
-       padding: 6px 4px 5px 10px;
-       cursor: default;
-       border-width: 1px 0;
-       border-style: solid;
+/* =Thickbox Adjustments
+-------------------------------------------------------------- */
+.fullscreen-active #TB_overlay {
+       z-index: 150100;
 }
 
-.js.folded #adminmenu .wp-submenu-wrap {
-       margin-top: 4px;
-       border-width: 0 1px 1px 0;
-       border-style: solid;
-       position: relative;
-       -webkit-border-bottom-right-radius: 3px;
-       -webkit-border-top-right-radius: 3px;
-       -khtml-border-bottom-right-radius: 3px;
-       -khtml-border-top-right-radius: 3px;
-       -moz-border-radius-bottomright: 3px;
-       -moz-border-radius-topright: 3px;
-       border-bottom-right-radius: 3px;
-       border-top-right-radius: 3px;
+.fullscreen-active #TB_window {
+       z-index: 150102;
 }
 
-.js.folded #adminmenu .wp-submenu ul {
-       border-width: 0 0 0 1px;
-       border-style: solid;
+/* =TinyMCE Adjustments
+-------------------------------------------------------------- */
+#wp_mce_fullscreen_ifr {
+       background: transparent;
 }
 
-.js.folded #adminmenu .wp-submenu a {
-       padding-left: 10px;
+#wp_mce_fullscreen_parent #wp_mce_fullscreen_tbl tr.mceFirst {
+       display : none;
 }
 
-.js.folded #adminmenu a.wp-has-submenu {
-       margin-left: 40px;
+#wp-fullscreen-container .wp_themeSkin table td {
+       vertical-align: top;
 }
 
-#adminmenu .wp-menu-toggle {
-       width: 18px;
-       clear: right;
-       float: right;
-       margin: 1px 0 0;
-       height: 27px;
-       padding: 1px 2px 0 0;
-       cursor: pointer;
-}
 
-#adminmenu .wp-menu-image a {
-       height: 24px;
+/*------------------------------------------------------------------------------
+  6.0 - Admin Header
+------------------------------------------------------------------------------*/
+#adminmenu a,
+#sidemenu a,
+#taglist a,
+#catlist a {
+       text-decoration: none;
 }
 
-#adminmenu .wp-menu-image img {
-       padding: 6px 0 0 1px;
+/*------------------------------------------------------------------------------
+  6.1 - Screen Options Tabs
+------------------------------------------------------------------------------*/
+
+#screen-options-wrap,
+#contextual-help-wrap {
+       margin: 0;
+       padding: 8px 20px 12px;
+       position: relative;
+       overflow: auto;
 }
 
-#adminmenu .awaiting-mod,
-#adminmenu span.update-plugins,
-#sidemenu li a span.update-plugins {
-       position: absolute;
-       font-family: sans-serif;
-       font-size: 9px;
-       line-height: 17px;
-       font-weight: bold;
-       margin-top: 1px;
-       margin-left: 7px;
-       -moz-border-radius: 10px;
-       -khtml-border-radius: 10px;
-       -webkit-border-radius: 10px;
-       border-radius: 10px;
+#screen-meta .screen-reader-text {
+       visibility: hidden;
 }
 
-#adminmenu li .awaiting-mod span,
-#adminmenu li span.update-plugins span,
-#sidemenu li a span.update-plugins span {
-       display: block;
-       padding: 0 6px;
+#screen-meta-links {
+       margin: 0 24px 0 0;
 }
 
-#adminmenu li span.count-0,
-#sidemenu li a .count-0 {
+/* screen options and help tabs revert */
+#screen-meta {
        display: none;
+       position: relative;
+       margin: 0 15px 0 5px;
+       border-width: 0 1px 1px;
+       border-style: none solid solid;
 }
 
-.post-com-count-wrapper {
-       min-width: 22px;
+#screen-options-link-wrap,
+#contextual-help-link-wrap {
+       float: right;
+       height: 22px;
+       padding: 0;
+       margin: 0 0 0 6px;
        font-family: sans-serif;
 }
 
-.post-com-count {
-       height: 1.3em;
-       line-height: 1.1em;
-       display: block;
-       text-decoration: none;
-       padding: 0 0 6px;
-       cursor: pointer;
-       background-position: center -80px;
-       background-repeat: no-repeat;
+#screen-options-link-wrap,
+#contextual-help-link-wrap,
+#screen-meta {
+       -webkit-border-bottom-left-radius: 3px;
+       -webkit-border-bottom-right-radius: 3px;
+       border-bottom-left-radius: 3px;
+       border-bottom-right-radius: 3px;
 }
 
-.post-com-count span {
-       font-size: 11px;
-       font-weight: bold;
-       height: 1.4em;
-       line-height: 1.4em;
-       min-width: 0.7em;
-       padding: 0 6px;
-       display: inline-block;
-       cursor: pointer;
-       -moz-border-radius: 5px;
-       -khtml-border-radius: 5px;
-       -webkit-border-radius: 5px;
-       border-radius: 5px;
+#screen-meta-links a.show-settings {
+       text-decoration: none;
+       z-index: 1;
+       padding: 0 16px 0 6px;
+       height: 22px;
+       line-height: 22px;
+       font-size: 12px;
+       display: block;
+       text-shadow: rgba(255,255,255,0.7) 0 1px 0;
 }
 
-strong .post-com-count {
-       background-position: center -55px;
+#screen-meta-links a.show-settings:hover {
+       text-decoration: none;
 }
+/* end screen options and help tabs */
 
-.post-com-count:hover {
-       background-position: center -3px;
+.toggle-arrow {
+       background-repeat: no-repeat;
+       background-position: top left;
+       background-color: transparent;
+       height: 22px;
+       line-height: 22px;
+       display: block;
 }
 
-.column-response .post-com-count {
-       float: left;
-       margin-right: 5px;
-       text-align: center;
+.toggle-arrow-active {
+       background-position: bottom left;
 }
 
-.response-links {
-       float: left;
+#screen-options-wrap h5,
+#contextual-help-wrap h5 {
+       margin: 8px 0;
+       font-size: 13px;
 }
 
-#the-comment-list .attachment-80x60 {
-       padding: 4px 8px;
+.metabox-prefs label {
+       display: inline-block;
+       padding-right: 15px;
+       white-space: nowrap;
+       line-height: 30px;
 }
 
-#collapse-menu {
-       font-size: 12px;
-       line-height: 34px;
+.metabox-prefs label input {
+       margin: 0 5px 0 2px;
 }
 
-.js.folded #collapse-menu span {
+.metabox-prefs label a {
        display: none;
 }
 
-#collapse-button,
-#collapse-button div {
-       width: 15px;
-       height: 15px;
+/*------------------------------------------------------------------------------
+  6.2 - Help Menu
+------------------------------------------------------------------------------*/
+
+#contextual-help-wrap {
+       padding: 0;
+       margin-left: -4px;
 }
 
-#collapse-button {
-       float: left;
-       margin: 8px 6px;
-       border-width: 1px;
-       border-style: solid;
-       -moz-border-radius: 10px;
-       -khtml-border-radius: 10px;
-       -webkit-border-radius: 10px;
-       border-radius: 10px;
+#contextual-help-columns {
+       position: relative;
 }
 
+#contextual-help-back {
+       position: absolute;
+       top: 0;
+       bottom: 0;
+       left: 150px;
+       right: 170px;
+       border-width: 0 1px;
+       border-style: solid;
+}
 
-/*------------------------------------------------------------------------------
-  8.0 - Layout Blocks
-------------------------------------------------------------------------------*/
+#contextual-help-wrap.no-sidebar #contextual-help-back {
+       right: 0;
 
-body.wp-admin {
-       min-width: 785px;
+       border-right-width: 0;
+       -webkit-border-bottom-right-radius: 2px;
+       border-bottom-right-radius: 2px;
 }
 
-body.admin-bar #wphead,
-body.admin-bar #adminmenu {
-       padding-top: 28px;
+.contextual-help-tabs {
+       float: left;
+       width: 150px;
+       margin: 0;
 }
 
-.narrow {
-       width: 70%;
-       margin-bottom: 40px;
+.contextual-help-tabs ul {
+       margin: 1em 0;
 }
 
-.narrow p {
-       line-height: 150%;
+.contextual-help-tabs li {
+       margin-bottom: 0;
+       list-style-type: none;
+       border-style: solid;
+       border-width: 1px 0;
+       border-color: transparent;
 }
 
-.widefat th,
-.widefat td {
-       overflow: hidden;
+.contextual-help-tabs a {
+       display: block;
+       padding: 5px 5px 5px 12px;
+       line-height: 18px;
+       text-decoration: none;
 }
 
-.widefat th {
-       font-family: Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
-       font-weight: normal;
+.contextual-help-tabs .active {
+       padding: 0;
+       margin: 0 -1px 0 0;
+       border-width: 1px 0 1px 1px;
+       border-style: solid;
 }
 
-.widefat td p {
-       margin: 2px 0 0.8em;
+.contextual-help-tabs-wrap {
+       padding: 0 20px;
+       overflow: auto;
 }
 
-.widefat .column-comment p {
-       margin: 0.6em 0;
+.help-tab-content {
+       display: none;
+       margin: 0 22px 12px 0;
+       line-height: 1.6em;
 }
 
-.postbox-container {
-       float: left;
-       padding-right: 0.5%;
+.help-tab-content.active {
+       display: block;
 }
 
-.postbox-container .meta-box-sortables {
-       min-height: 300px;
+.help-tab-content li {
+       list-style-type: disc;
+       margin-left: 18px;
 }
 
-.postbox .hndle {
-       cursor: move;
+.contextual-help-sidebar {
+       width: 150px;
+       float: right;
+       padding: 0 8px 0 12px;
+       overflow: auto;
 }
 
-.hndle a {
-       font-size: 11px;
-       font-weight: normal;
-}
 
-.postbox .handlediv {
-       float: right;
-       width: 27px;
-       height: 30px;
-       cursor: pointer;
+/*------------------------------------------------------------------------------
+  7.0 - Main Navigation (Left Menu)
+------------------------------------------------------------------------------*/
+
+#adminmenuback,
+#adminmenuwrap {
+       border-width: 0 1px 0 0;
+       border-style: solid;
 }
 
-.sortable-placeholder {
-       border-width: 1px;
-       border-style: dashed;
-       margin-bottom: 20px;
+#adminmenuwrap {
+       position: relative;
+       float: left;
 }
 
-.widget,
-.postbox,
-.stuffbox {
-       margin-bottom: 20px;
-       padding: 0;
-       border-width: 1px;
-       border-style: solid;
-       line-height: 1;
+#adminmenushadow {
+       position: absolute;
+       top: 0;
+       right: 0;
+       bottom: 0;
+       width: 6px;
+       z-index: 20;
 }
 
-.widget .widget-top,
-.postbox h3,
-.stuffbox h3 {
-       margin-top: 1px;
-       border-bottom-width: 1px;
-       border-style: solid;
-       cursor: move;
+/* side admin menu */
+#adminmenu * {
        -webkit-user-select: none;
        -moz-user-select: none;
-       -khtml-user-select: none;
        user-select: none;
 }
 
-.postbox .inside,
-.stuffbox .inside {
-       padding: 0 10px;
+#adminmenu .wp-submenu {
+       list-style: none;
+       padding: 0;
+       margin: 0;
+       overflow: hidden;
 }
 
-.postbox.closed h3 {
-       border: none;
+#adminmenu li .wp-submenu,
+.folded #adminmenu .wp-has-current-submenu .wp-submenu {
+       display: none;
+       position: absolute;
+       top: -1px;
+       left: 146px;
+       z-index: 999;
+       overflow: hidden;
+}
+
+.js #adminmenu .wp-submenu.sub-open,
+.folded #adminmenu .wp-has-current-submenu .wp-submenu.sub-open,
+.no-js #adminmenu .wp-has-submenu:hover .wp-submenu,
+#adminmenu .wp-has-current-submenu .wp-submenu,
+#adminmenu li.focused .wp-submenu {
+       display: block;
+}
+
+#adminmenu .wp-has-current-submenu .wp-submenu {
+       position: relative;
+       z-index: 2;
+       top: auto;
+       left: auto;
+       right: auto;
+       bottom: auto;
+       padding: 0;
+}
+
+#adminmenu .wp-has-current-submenu .wp-submenu-wrap {
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
 }
 
-.postbox table.form-table {
-       margin-bottom: 0;
+.folded #adminmenu .wp-submenu,
+.folded #adminmenu .wp-has-current-submenu .wp-submenu {
+       top: -5px;
+       left: 26px;
 }
 
-.postbox input[type="text"],
-.postbox textarea,
-.stuffbox input[type="text"],
-.stuffbox textarea {
-       border-width: 1px;
-       border-style: solid;
+#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 8px 8px 0;
 }
 
-.temp-border {
-       border: 1px dotted #ccc;
+.no-js #adminmenu .wp-has-current-submenu:hover .wp-submenu,
+#adminmenu .wp-has-current-submenu .wp-submenu {
+       padding: 0;
 }
 
-.columns-prefs label {
-       padding: 0 5px;
+#adminmenu .wp-submenu a {
+       font-size: 12px;
+       line-height: 18px;
 }
 
-
-/*------------------------------------------------------------------------------
-  9.0 - Dashboard
-------------------------------------------------------------------------------*/
-
-#wpbody-content .metabox-holder {
-       padding-top: 10px;
+#adminmenu a.menu-top,
+#adminmenu .wp-submenu-head {
+       font-size: 13px;
+       line-height: 18px;
 }
 
-#dashboard-widgets .meta-box-sortables {
-       margin: 0 5px;
+#adminmenu div.wp-submenu-head {
+       display: none;
 }
 
-#dashboard_recent_comments div.undo {
-       border-top-style: solid;
-       border-top-width: 1px;
-       margin: 0 -10px;
-       padding: 3px 8px;
-       font-size: 11px;
+.folded #adminmenu div.wp-submenu-head {
+       display: block;
 }
 
-#the-comment-list td.comment p.comment-author {
-       margin-top: 0;
-       margin-left: 0;
+.folded #adminmenu a.menu-top,
+body.no-js #adminmenu .wp-menu-toggle,
+.folded #adminmenu div.wp-menu-toggle {
+       display: none;
 }
 
-#the-comment-list p.comment-author img {
+#adminmenu div.wp-menu-image {
        float: left;
-       margin-right: 8px;
+       width: 28px;
+       height: 28px;
 }
 
-#the-comment-list p.comment-author strong a {
-       border: none;
+.folded #adminmenu div.wp-menu-image {
+       width: 32px;
 }
 
-#the-comment-list td {
-       vertical-align: top;
+#adminmenu li {
+       margin: 0;
+       padding: 0;
+       cursor: pointer;
 }
 
-#the-comment-list td.comment {
-       word-wrap: break-word;
+#adminmenu a {
+       display: block;
+       line-height: 18px;
+       padding: 2px 5px;
 }
 
-
-/*------------------------------------------------------------------------------
-  10.0 - List Posts (/Pages/etc)
-------------------------------------------------------------------------------*/
-
-table.fixed {
-       table-layout: fixed;
-}
-.fixed .column-rating,
-.fixed .column-visible {
-       width: 8%;
+#adminmenu li.menu-top {
+       min-height: 29px;
+       position: relative;
 }
-.fixed .column-date,
-.fixed .column-parent,
-.fixed .column-links {
-       width: 10%;
+
+#adminmenu a.menu-top {
+       font-weight: bold;
+       line-height: 18px;
+       min-width: 10em;
+       padding: 5px 5px;
+       border-width: 1px 0 1px;
+       border-style: solid;
 }
-.fixed .column-response,
-.fixed .column-author,
-.fixed .column-categories,
-.fixed .column-tags,
-.fixed .column-rel,
-.fixed .column-role {
-       width: 15%;
+
+#adminmenu li.wp-menu-open {
+       border-width: 0 0 1px;
+       border-style: solid;
 }
-.fixed .column-comments {
-       width: 4em;
-       padding: 8px 0;
-       text-align: left;
+
+#adminmenu .wp-submenu ul {
+       padding: 4px 0;
 }
-.fixed .column-comments .vers {
-       padding-left: 3px;
+
+#adminmenu .wp-submenu a {
+       margin: 0;
 }
-.fixed .column-comments a {
-       float: left;
+
+#adminmenu li li {
+       margin-left: 8px;
 }
-.fixed .column-slug {
-       width: 25%;
+
+#adminmenu .wp-submenu a,
+#adminmenu li li a,
+.folded #adminmenu .wp-not-current-submenu li a {
+       padding-left: 12px;
 }
-.fixed .column-posts {
-       width: 10%;
+
+#adminmenu .wp-not-current-submenu li a {
+       padding-left: 18px;
 }
-.fixed .column-icon {
-       width: 80px;
+
+.folded #adminmenu li li {
+       margin-left: 0;
 }
-#commentsdiv .fixed .column-author,
-#comments-form .fixed .column-author {
-       width: 20%;
+
+.folded #adminmenu li li a {
+       padding-left: 0;
 }
-#commentsdiv.postbox .inside {
-       line-height: 1.4em;
+
+.wp-menu-arrow {
+       display: none;
+       cursor: auto;
+       z-index: 25;
+       position: absolute;
+       right: 100%;
        margin: 0;
-       padding: 0;
+       height: 30px;
+       width: 6px;
+
+       -moz-transform:    translate( 146px );
+       -webkit-transform: translate( 146px );
+       -o-transform:      translate( 146px );
+       -ms-transform:     translate( 146px );
+       transform:         translate( 146px );
 }
-#commentsdiv.postbox .inside .row-actions {
-       line-height:18px;
+
+#adminmenu li.wp-has-current-submenu .wp-menu-arrow,
+#adminmenu li.menu-top:hover .wp-menu-arrow,
+#adminmenu li.current .wp-menu-arrow,
+#adminmenu li.focused .wp-menu-arrow,
+#adminmenu li.menu-top.wp-has-submenu:hover .wp-menu-arrow div {
+       display: block;
 }
-#commentsdiv.postbox .inside td {
-       padding:1em 10px;
+
+#adminmenu li.wp-not-current-submenu:hover .wp-menu-arrow div {
+       display: none;
 }
-#commentsdiv.postbox .inside .column-comment p {
+
+#adminmenu li.menu-top:hover .wp-menu-arrow,
+#adminmenu li.menu-top.focused .wp-menu-arrow {
+       z-index: 1001;
 }
-#commentsdiv.postbox .inside .column-author {
-       width:33%;
+
+#adminmenu .wp-menu-arrow div {
+       position: absolute;
+       top: 7px;
+       left: -1px;
+       width: 14px;
+       height: 15px;
+
+       -moz-transform:    matrix( -0.6, 1, 0.6, 1, 0, 0 );
+       -webkit-transform: matrix( -0.6, 1, 0.6, 1, 0, 0 );
+       -o-transform:      matrix( -0.6, 1, 0.6, 1, 0, 0 );
+       -ms-transform:     matrix( -0.6, 1, 0.6, 1, 0, 0 );
+       transform:         matrix( -0.6, 1, 0.6, 1, 0, 0 );
 }
-#commentsdiv.postbox .inside p {
-       margin:6px 10px 8px;
+
+#adminmenu li.wp-not-current-submenu .wp-menu-arrow {
+       -moz-transform:    translate( 145px );
+       -webkit-transform: translate( 145px );
+       -o-transform:      translate( 145px );
+       -ms-transform:     translate( 145px );
+       transform:         translate( 145px );
+       height: 28px;
+       border-width: 1px 0;
+       border-style: solid;
 }
-#commentsdiv.postbox .column-comment p {
-       margin:0.6em 0;
+
+.folded .wp-menu-arrow {
+       -moz-transform:    translate( 33px );
+       -webkit-transform: translate( 33px );
+       -o-transform:      translate( 33px );
+       -ms-transform:     translate( 33px );
+       transform:         translate( 33px );
 }
-#commentsdiv.postbox #replyrow td {
-       padding:0;
+
+#adminmenu .wp-not-current-submenu .wp-menu-arrow div {
+       width: 15px;
+       top: 6px;
+       border-width: 0 0 1px 1px;
+       border-style: solid;
 }
-.sorting-indicator {
+
+.wp-menu-arrow,
+.folded #adminmenu li.menu-top:hover .wp-menu-arrow {
        display: none;
-       width: 7px;
-       height: 4px;
-       margin-top: 8px;
-       margin-left: 7px;
-       background-image: url(../images/sort.gif);
-       background-repeat: no-repeat;
 }
-.fixed .column-comments .sorting-indicator {
-       margin-top: 3px;
+
+.folded #adminmenu li.current:hover .wp-menu-arrow,
+.folded #adminmenu li.menu-top.wp-menu-open:hover .wp-menu-arrow {
+       display: block;
+       z-index: 125;
 }
-.widefat th.sortable,
-.widefat th.sorted {
+
+#adminmenu .wp-submenu li {
        padding: 0;
+       margin: 0;
 }
-th.sortable a,
-th.sorted a {
-       display: block;
-       overflow: hidden;
-       padding: 7px 7px 8px;
-}
-.fixed .column-comments.sortable a,
-.fixed .column-comments.sorted a {
-       padding: 8px 0;
+
+.folded #adminmenu li.menu-top {
+       border-width: 1px 0;
+       border-style: solid none;
 }
-th.sortable a span,
-th.sorted a span {
+
+#adminmenu .wp-menu-image img {
        float: left;
-       cursor: pointer;
+       padding: 5px 0 0 2px;
+       opacity: 0.6;
+       filter: alpha(opacity=60);
 }
-th.sorted.asc .sorting-indicator,
-th.desc:hover span.sorting-indicator {
-       display: block;
-       background-position: 0 0;
+
+#adminmenu li.menu-top:hover .wp-menu-image img,
+#adminmenu li.wp-has-current-submenu .wp-menu-image img {
+       opacity: 1;
+       filter: alpha(opacity=100);
 }
-th.sorted.desc .sorting-indicator,
-th.asc:hover span.sorting-indicator {
-       display: block;
-       background-position: -7px 0;
+
+#adminmenu li.wp-menu-separator {
+       height: 3px;
+       padding: 0;
+       margin: 0;
+       border-width: 1px 0;
+       border-style: solid;
+       cursor: inherit;
 }
 
-/* Bulk Actions */
+#adminmenu div.separator {
+       height: 1px;
+       padding: 0;
+       border-width: 1px 0 0 0;
+       border-style: solid;
+}
 
-.tablenav-pages a {
-       border-bottom-style: solid;
-       border-bottom-width: 2px;
-       font-weight: bold;
-       margin-right: 1px;
-       padding: 0 2px;
+#adminmenu .wp-submenu .wp-submenu-head {
+       padding: 6px 4px 5px 10px;
+       cursor: default;
+       border-width: 1px 0;
+       border-style: solid;
 }
-.tablenav-pages .current-page {
-       text-align: center;
+
+#adminmenu li .wp-submenu-wrap {
+       border-width: 1px 1px 1px 0;
+       border-style: solid solid solid none;
+       position: relative;
+       -webkit-border-bottom-right-radius: 3px;
+       -webkit-border-top-right-radius: 3px;
+       border-bottom-right-radius: 3px;
+       border-top-right-radius: 3px;
 }
-.tablenav-pages .next-page {
-       margin-left: 2px;
+
+#adminmenu li.wp-menu-open .wp-submenu-wrap {
+       border: 0 none;
 }
 
-.tablenav a.button-secondary {
-       display: block;
-       margin: 3px 8px 0 0;
+.folded #adminmenu .wp-submenu .wp-submenu-wrap {
+       margin-top: 3px;
 }
 
-.tablenav {
-       clear: both;
-       height: 30px;
-       margin: 6px 0 4px;
-       vertical-align: middle;
+.folded #adminmenu .wp-has-current-submenu {
+       margin-bottom: 1px;
 }
 
-.tablenav .tablenav-pages {
-       float: right;
-       display: block;
-       cursor: default;
-       height: 30px;
-       line-height: 30px;
-       font-size: 12px;
+.folded #adminmenu .wp-has-current-submenu.menu-top-last {
+       margin-bottom: 0;
 }
 
-.tablenav .no-pages,
-.tablenav .one-page .pagination-links {
-       display: none;
+.folded #adminmenu .wp-has-current-submenu .wp-submenu-wrap {
+       margin-top: 4px;
 }
 
-.tablenav .tablenav-pages a,
-.tablenav-pages span.current  {
-       text-decoration: none;
-       border: none;
-       padding: 3px 6px;
-       border-width: 1px;
+.folded #adminmenu .wp-submenu ul {
+       border-width: 0 0 0 1px;
        border-style: solid;
-       -moz-border-radius: 3px;
-       -khtml-border-radius: 3px;
-       -webkit-border-radius: 3px;
-       border-radius: 3px;
 }
 
-.tablenav .tablenav-pages a.disabled:hover {
-       cursor: default;
+.folded #adminmenu .wp-submenu a {
+       padding-left: 10px;
 }
 
-.tablenav .tablenav-pages a.disabled:active {
-       cursor: default;
+.folded #adminmenu a.wp-has-submenu {
+       margin-left: 40px;
 }
 
-.tablenav .displaying-num {
-       margin-right: 10px;
+#adminmenu .wp-menu-toggle {
+       width: 18px;
+       clear: right;
+       float: right;
+       margin: 1px 0 0;
+       height: 27px;
+       padding: 1px 2px 0 0;
+       cursor: pointer;
+}
+
+#adminmenu .wp-menu-image a {
+       height: 24px;
+}
+
+#adminmenu .awaiting-mod,
+#adminmenu span.update-plugins,
+#sidemenu li a span.update-plugins {
+       position: absolute;
+       font-family: sans-serif;
+       font-size: 9px;
+       line-height: 17px;
+       font-weight: bold;
+       margin-top: 1px;
+       margin-left: 7px;
+       -webkit-border-radius: 10px;
+       border-radius: 10px;
+}
+
+#adminmenu li .awaiting-mod span,
+#adminmenu li span.update-plugins span,
+#sidemenu li a span.update-plugins span {
+       display: block;
+       padding: 0 6px;
+}
+
+#adminmenu li span.count-0,
+#sidemenu li a .count-0 {
+       display: none;
+}
+
+#collapse-menu {
        font-size: 12px;
-       font-family: Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
-       font-style: italic;
+       line-height: 34px;
 }
 
-.tablenav .actions {
-       padding: 2px 8px 0 0;
+.folded #collapse-menu span {
+       display: none;
 }
 
-.tablenav .delete {
-       margin-right: 20px;
+#collapse-button,
+#collapse-button div {
+       width: 15px;
+       height: 15px;
 }
 
-.view-switch {
-       float: right;
-       margin: 6px 8px 0;
+#collapse-button {
+       float: left;
+       margin: 8px 6px;
+       border-width: 1px;
+       border-style: solid;
+       -webkit-border-radius: 10px;
+       border-radius: 10px;
 }
 
-.view-switch a {
+
+/* List table styles */
+.post-com-count-wrapper {
+       min-width: 22px;
+       font-family: sans-serif;
+}
+
+.post-com-count {
+       height: 1.3em;
+       line-height: 1.1em;
+       display: block;
        text-decoration: none;
+       padding: 0 0 6px;
+       cursor: pointer;
+       background-position: center -80px;
+       background-repeat: no-repeat;
 }
 
-.filter {
-       float: left;
-       margin: -5px 0 0 10px;
+.post-com-count span {
+       font-size: 11px;
+       font-weight: bold;
+       height: 1.4em;
+       line-height: 1.4em;
+       min-width: 0.7em;
+       padding: 0 6px;
+       display: inline-block;
+       -webkit-border-radius: 5px;
+       border-radius: 5px;
 }
 
-.filter .subsubsub {
-       margin-left: -10px;
-       margin-top: 13px;
+strong .post-com-count {
+       background-position: center -55px;
 }
-.screen-per-page {
-       width: 3em;
+
+.post-com-count:hover {
+       background-position: center -3px;
 }
 
-#posts-filter fieldset {
+.column-response .post-com-count {
        float: left;
-       margin: 0 1.5ex 1em 0;
-       padding: 0;
+       margin-right: 5px;
+       text-align: center;
 }
 
-#posts-filter fieldset legend {
-       padding: 0 0 .2em 1px;
+.response-links {
+       float: left;
 }
 
-span.post-state-format {
-       font-weight: normal;
+#the-comment-list .attachment-80x60 {
+       padding: 4px 8px;
 }
 
 
 /*------------------------------------------------------------------------------
-  10.1 - Inline Editing
+  8.0 - Layout Blocks
 ------------------------------------------------------------------------------*/
 
-/*
-.quick-edit* is for Quick Edit
-.bulk-edit* is for Bulk Edit
-.inline-edit* is for everything
-*/
+body.admin-bar #wpcontent,
+body.admin-bar #adminmenu {
+       padding-top: 28px;
+}
 
-/*     Layout */
-tr.inline-edit-row td {
-       padding: 0 0.5em;
+.narrow {
+       width: 70%;
+       margin-bottom: 40px;
 }
 
-#wpbody-content .inline-edit-row fieldset {
-       font-size: 12px;
-       float: left;
-       margin: 0;
-       padding: 0;
-       width: 100%;
+.narrow p {
+       line-height: 150%;
+}
+
+.widefat th,
+.widefat td {
+       overflow: hidden;
+}
+
+.widefat th {
+       font-weight: normal;
+}
+
+.widefat td p {
+       margin: 2px 0 0.8em;
+}
+
+.widefat .column-comment p {
+       margin: 0.6em 0;
+}
+
+.postbox-container {
+       float: left;
+}
+
+.postbox-container .meta-box-sortables {
+       min-height: 350px;
+}
+
+.postbox-container .meta-box-sortables.empty-container,
+#side-sortables.empty-container {
+       border: 3px dashed #CCCCCC;
+       height: 350px;
+}
+
+.postbox .hndle {
+       cursor: move;
+       -webkit-border-top-left-radius: 3px;
+       -webkit-border-top-right-radius: 3px;
+       border-top-left-radius: 3px;
+       border-top-right-radius: 3px;
+}
+
+.postbox.closed .hndle {
+       -webkit-border-radius: 3px;
+       border-radius: 3px;
+}
+
+.hndle a {
+       font-size: 11px;
+       font-weight: normal;
+}
+
+.postbox .handlediv {
+       float: right;
+       width: 27px;
+       height: 30px;
+       cursor: pointer;
+}
+
+.sortable-placeholder {
+       border-width: 1px;
+       border-style: dashed;
+       margin-bottom: 20px;
+}
+
+.widget,
+.postbox,
+.stuffbox {
+       margin-bottom: 20px;
+       padding: 0;
+       border-width: 1px;
+       border-style: solid;
+       line-height: 1;
+}
+
+.widget .widget-top,
+.postbox h3,
+.stuffbox h3 {
+       margin-top: 1px;
+       border-bottom-width: 1px;
+       border-bottom-style: solid;
+       cursor: move;
+       -webkit-user-select: none;
+       -moz-user-select: none;
+       user-select: none;
+}
+
+.postbox .inside,
+.stuffbox .inside {
+       padding: 0 10px;
+       line-height: 1.4em;
+}
+
+.postbox .inside {
+       margin: 10px 0;
+       position: relative;
+}
+
+.postbox.closed h3 {
+       border: none;
+       -moz-box-shadow: none;
+       -webkit-box-shadow: none;
+       box-shadow: none;
+}
+
+.postbox table.form-table {
+       margin-bottom: 0;
+}
+
+.temp-border {
+       border: 1px dotted #ccc;
+}
+
+.columns-prefs label {
+       padding: 0 5px;
+}
+
+
+/*------------------------------------------------------------------------------
+  9.0 - Dashboard
+------------------------------------------------------------------------------*/
+
+#wpbody-content .metabox-holder {
+       padding-top: 10px;
+}
+
+#dashboard-widgets .meta-box-sortables {
+       margin: 0 8px;
+}
+
+#dashboard_recent_comments div.undo {
+       border-top-style: solid;
+       border-top-width: 1px;
+       margin: 0 -10px;
+       padding: 3px 8px;
+       font-size: 11px;
+}
+
+#the-comment-list td.comment p.comment-author {
+       margin-top: 0;
+       margin-left: 0;
+}
+
+#the-comment-list p.comment-author img {
+       float: left;
+       margin-right: 8px;
+}
+
+#the-comment-list p.comment-author strong a {
+       border: none;
+}
+
+#the-comment-list td {
+       vertical-align: top;
+}
+
+#the-comment-list td.comment {
+       word-wrap: break-word;
+}
+
+/* Welcome Panel */
+.welcome-panel {
+       margin: 20px 8px;
+       padding: 30px 10px 20px;
+       border-width: 1px 0;
+       border-style: solid;
+       position: relative;
+       line-height: 1.6em;
+       overflow: auto;
+}
+
+.welcome-panel h3 {
+       font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", sans-serif;
+       font-size: 32px;
+       font-weight: normal;
+       line-height: 1.2;
+       margin: 0.1em 0 0.8em;
+}
+.welcome-panel h4 {
+       font-size: 14px;
+}
+
+.welcome-panel .welcome-panel-close {
+       position: absolute;
+       top: 0;
+       right: 10px;
+       padding: 8px 3px;
+       font-size: 13px;
+       text-decoration: none;
+}
+
+.welcome-panel .welcome-panel-close:before {
+    background: url('../images/xit.gif') 0 17% no-repeat;
+    content: ' ';
+    height: 100%;
+    width: 10px;
+    left: -12px;
+    position: absolute;
+}
+
+.welcome-panel .welcome-panel-close:hover:before {
+    background-position: 100% 17%;
+}
+
+.welcome-panel .wp-badge {
+       float: left;
+       margin-bottom: 20px;
+}
+
+.welcome-panel-content {
+       max-width: 1500px;
+}
+
+.welcome-panel-content .about-description,
+.welcome-panel h3 {
+       margin-left: 190px;
+}
+
+.welcome-panel p.welcome-panel-dismiss {
+       clear: both;
+       padding: 1em 0 0 0;
+}
+
+.welcome-panel .welcome-panel-column-container {
+       clear: both;
+       overflow: hidden;
+       position: relative;
+       padding-left: 25px;
+}
+
+.welcome-panel .welcome-panel-column {
+       margin: 0 5% 0 -25px;
+       padding-left: 25px;
+       width: 30%;
+       min-width: 200px;
+       float: left;
+}
+
+.welcome-panel .welcome-panel-column.welcome-panel-last {
+       margin-right: 0;
+}
+
+.welcome-panel h4 .icon16 {
+       margin-left: -32px;
+}
+
+.welcome-panel .welcome-panel-column ul {
+       margin: 1.6em 1em 1em 1.3em;
+}
+
+.welcome-panel .welcome-panel-column li {
+       list-style-type: disc;
+       padding-left: 2px;
+}
+
+
+/*------------------------------------------------------------------------------
+  10.0 - List Posts (/Pages/etc)
+------------------------------------------------------------------------------*/
+
+table.fixed {
+       table-layout: fixed;
+}
+
+.fixed .column-rating,
+.fixed .column-visible {
+       width: 8%;
+}
+
+.fixed .column-date,
+.fixed .column-parent,
+.fixed .column-links {
+       width: 10%;
+}
+
+.fixed .column-response,
+.fixed .column-author,
+.fixed .column-categories,
+.fixed .column-tags,
+.fixed .column-rel,
+.fixed .column-role {
+       width: 15%;
+}
+
+.fixed .column-comments {
+       width: 4em;
+       padding: 8px 0;
+       text-align: left;
+}
+
+.fixed .column-comments .vers {
+       padding-left: 3px;
+}
+
+.fixed .column-comments a {
+       float: left;
+}
+
+.fixed .column-slug {
+       width: 25%;
+}
+
+.fixed .column-posts {
+       width: 10%;
+}
+
+.fixed .column-icon {
+       width: 80px;
+}
+
+#commentsdiv .fixed .column-author,
+#comments-form .fixed .column-author {
+       width: 20%;
+}
+
+#commentsdiv.postbox .inside {
+       margin: 0;
+       padding: 0;
+}
+
+#commentsdiv.postbox .inside .row-actions {
+       line-height:18px;
+}
+
+#commentsdiv.postbox .inside td {
+       padding:1em 10px;
+}
+
+#commentsdiv.postbox .inside .column-author {
+       width:33%;
+}
+
+#commentsdiv.postbox .inside p {
+       margin:6px 10px 8px;
+}
+
+#commentsdiv.postbox .column-comment p {
+       margin:0.6em 0;
+}
+
+#commentsdiv.postbox #replyrow td {
+       padding:0;
+}
+
+.sorting-indicator {
+       display: none;
+       width: 7px;
+       height: 4px;
+       margin-top: 8px;
+       margin-left: 7px;
+       background-image: url(../images/sort.gif);
+       background-repeat: no-repeat;
+}
+
+.fixed .column-comments .sorting-indicator {
+       margin-top: 3px;
+}
+
+.widefat th.sortable,
+.widefat th.sorted {
+       padding: 0;
+}
+
+th.sortable a,
+th.sorted a {
+       display: block;
+       overflow: hidden;
+       padding: 7px 7px 8px;
+}
+
+.fixed .column-comments.sortable a,
+.fixed .column-comments.sorted a {
+       padding: 8px 0;
+}
+
+th.sortable a span,
+th.sorted a span {
+       float: left;
+       cursor: pointer;
+}
+
+th.sorted.asc .sorting-indicator,
+th.desc:hover span.sorting-indicator {
+       display: block;
+       background-position: 0 0;
+}
+
+th.sorted.desc .sorting-indicator,
+th.asc:hover span.sorting-indicator {
+       display: block;
+       background-position: -7px 0;
+}
+
+/* Bulk Actions */
+.tablenav-pages a {
+       border-bottom-style: solid;
+       border-bottom-width: 2px;
+       font-weight: bold;
+       margin-right: 1px;
+       padding: 0 2px;
+}
+.tablenav-pages .current-page {
+       text-align: center;
+}
+.tablenav-pages .next-page {
+       margin-left: 2px;
+}
+
+.tablenav a.button-secondary {
+       display: block;
+       margin: 3px 8px 0 0;
+}
+
+.tablenav {
+       clear: both;
+       height: 30px;
+       margin: 6px 0 4px;
+       vertical-align: middle;
+}
+
+.tablenav.themes {
+       max-width: 98%;
+}
+
+.tablenav .tablenav-pages {
+       float: right;
+       display: block;
+       cursor: default;
+       height: 30px;
+       line-height: 30px;
+       font-size: 12px;
+}
+
+.tablenav .no-pages,
+.tablenav .one-page .pagination-links {
+       display: none;
+}
+
+.tablenav .tablenav-pages a,
+.tablenav-pages span.current  {
+       text-decoration: none;
+       padding: 3px 6px;
+}
+
+.tablenav .tablenav-pages a.disabled:hover ,
+.tablenav .tablenav-pages a.disabled:active {
+       cursor: default;
+}
+
+.tablenav .displaying-num {
+       margin-right: 10px;
+       font-size: 12px;
+       font-style: italic;
+}
+
+.tablenav .actions {
+       padding: 2px 8px 0 0;
+}
+
+.tablenav .delete {
+       margin-right: 20px;
+}
+
+.view-switch {
+       float: right;
+       margin: 6px 8px 0;
+}
+
+.view-switch a {
+       text-decoration: none;
+}
+
+.filter {
+       float: left;
+       margin: -5px 0 0 10px;
+}
+
+.filter .subsubsub {
+       margin-left: -10px;
+       margin-top: 13px;
+}
+.screen-per-page {
+       width: 3em;
+}
+
+#posts-filter fieldset {
+       float: left;
+       margin: 0 1.5ex 1em 0;
+       padding: 0;
+}
+
+#posts-filter fieldset legend {
+       padding: 0 0 .2em 1px;
+}
+
+span.post-state-format {
+       font-weight: normal;
+}
+
+
+/*------------------------------------------------------------------------------
+  10.1 - Inline Editing
+------------------------------------------------------------------------------*/
+
+/*
+.quick-edit* is for Quick Edit
+.bulk-edit* is for Bulk Edit
+.inline-edit* is for everything
+*/
+
+/*     Layout */
+
+#wpbody-content .inline-edit-row fieldset {
+       font-size: 12px;
+       float: left;
+       margin: 0;
+       padding: 0;
+       width: 100%;
+}
+
+tr.inline-edit-row td,
+#wpbody-content .inline-edit-row fieldset .inline-edit-col {
+       padding: 0 0.5em;
+}
+
+#wpbody-content .quick-edit-row-page fieldset.inline-edit-col-right .inline-edit-col {
+       border-width: 0 0 0 1px;
+       border-style: none none none solid;
+}
+
+#wpbody-content .quick-edit-row-post .inline-edit-col-left {
+       width: 40%;
+}
+
+#wpbody-content .quick-edit-row-post .inline-edit-col-right {
+       width: 39%;
+}
+
+#wpbody-content .inline-edit-row-post .inline-edit-col-center {
+       width: 20%;
+}
+
+#wpbody-content .quick-edit-row-page .inline-edit-col-left {
+       width: 50%;
+}
+
+#wpbody-content .quick-edit-row-page .inline-edit-col-right,
+#wpbody-content .bulk-edit-row-post .inline-edit-col-right {
+       width: 49%;
+}
+
+#wpbody-content .bulk-edit-row .inline-edit-col-left {
+       width: 30%;
+}
+
+#wpbody-content .bulk-edit-row-page .inline-edit-col-right {
+       width: 69%;
+}
+
+#wpbody-content .bulk-edit-row .inline-edit-col-bottom {
+       float: right;
+       width: 69%;
+}
+
+#wpbody-content .inline-edit-row-page .inline-edit-col-right {
+       margin-top: 27px;
+}
+
+.inline-edit-row fieldset .inline-edit-group {
+       clear: both;
+}
+
+.inline-edit-row fieldset .inline-edit-group:after {
+       content: ".";
+       display: block;
+       height: 0;
+       clear: both;
+       visibility: hidden;
+}
+
+.inline-edit-row p.submit {
+       clear: both;
+       padding: 0.5em;
+       margin: 0.5em 0 0;
+}
+
+.inline-edit-row span.error {
+       line-height: 22px;
+       margin: 0 15px;
+       padding: 3px 5px;
+}
+
+/*     Positioning */
+.inline-edit-row h4 {
+       margin: .2em 0;
+       padding: 0;
+       line-height: 23px;
+}
+.inline-edit-row fieldset span.title,
+.inline-edit-row fieldset span.checkbox-title {
+       margin: 0;
+       padding: 0;
+       line-height: 27px;
+}
+
+.inline-edit-row fieldset label,
+.inline-edit-row fieldset span.inline-edit-categories-label {
+       display: block;
+       margin: .2em 0;
+}
+
+.inline-edit-row fieldset label.inline-edit-tags {
+       margin-top: 0;
+}
+
+.inline-edit-row fieldset label.inline-edit-tags span.title {
+       margin: .2em 0;
+}
+
+.inline-edit-row fieldset label span.title {
+       display: block;
+       float: left;
+       width: 5em;
+}
+
+.inline-edit-row fieldset label span.input-text-wrap {
+       display: block;
+       margin-left: 5em;
+}
+
+.quick-edit-row-post fieldset.inline-edit-col-right label span.title {
+       width: auto;
+       padding-right: 0.5em;
+}
+
+.inline-edit-row .input-text-wrap input[type=text] {
+       width: 100%;
+}
+
+.inline-edit-row fieldset label input[type=checkbox] {
+       vertical-align: text-bottom;
+}
+
+.inline-edit-row fieldset label textarea {
+       width: 100%;
+       height: 4em;
+}
+
+#wpbody-content .bulk-edit-row fieldset .inline-edit-group label {
+       max-width: 50%;
+}
+
+#wpbody-content .quick-edit-row fieldset .inline-edit-group label.alignleft:first-child {
+       margin-right: 0.5em
+}
+
+.inline-edit-col-right .input-text-wrap input.inline-edit-menu-order-input {
+       width: 6em;
+}
+
+/*     Styling */
+.inline-edit-row h4 {
+       text-transform: uppercase;
+}
+
+.inline-edit-row fieldset span.title,
+.inline-edit-row fieldset span.checkbox-title {
+       font-style: italic;
+       line-height: 1.8em;
+}
+
+/*     Specific Elements */
+.inline-edit-row fieldset input[type="text"],
+.inline-edit-row fieldset textarea {
+       border-style: solid;
+       border-width: 1px;
+}
+
+.inline-edit-row fieldset .inline-edit-date {
+       float: left;
+}
+
+.inline-edit-row fieldset input[name=jj],
+.inline-edit-row fieldset input[name=hh],
+.inline-edit-row fieldset input[name=mn] {
+       font-size: 12px;
+       width: 2.1em;
+}
+
+.inline-edit-row fieldset input[name=aa] {
+       font-size: 12px;
+       width: 3.5em;
+}
+
+.inline-edit-row fieldset label input.inline-edit-password-input {
+       width: 8em;
+}
+
+.inline-edit-row .catshow,
+.inline-edit-row .cathide {
+       cursor: pointer;
+}
+
+ul.cat-checklist {
+       height: 12em;
+       border-style: solid;
+       border-width: 1px;
+       overflow-y: scroll;
+       padding: 0 5px;
+       margin: 0;
+}
+
+#bulk-titles {
+       display: block;
+       height: 12em;
+       border-style: solid;
+       border-width: 1px;
+       overflow-y: scroll;
+       padding: 0 5px;
+       margin: 0 0 5px;
+}
+
+.inline-edit-row fieldset ul.cat-checklist li,
+.inline-edit-row fieldset ul.cat-checklist input {
+       margin: 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: sans-serif;
+       font-style: normal;
+       font-size: 11px;
+}
+
+table .inline-edit-row fieldset ul.cat-hover {
+       height: auto;
+       max-height: 30em;
+       overflow-y: auto;
+       position: absolute;
+}
+
+.inline-edit-row fieldset label input.inline-edit-menu-order-input {
+       width: 3em;
+}
+
+.inline-edit-row fieldset label input.inline-edit-slug-input {
+       width: 75%;
+}
+
+.quick-edit-row-post fieldset label.inline-edit-status {
+       float: left;
+}
+
+#bulk-titles {
+       line-height: 140%;
+}
+#bulk-titles div {
+       margin: 0.2em 0.3em;
+}
+
+#bulk-titles div a {
+       cursor: pointer;
+       display: block;
+       float: left;
+       height: 10px;
+       margin: 3px 3px 0 -2px;
+       overflow: hidden;
+       position: relative;
+       text-indent: -9999px;
+       width: 10px;
+}
+
+
+/*------------------------------------------------------------------------------
+  11.0 - Write/Edit Post Screen
+------------------------------------------------------------------------------*/
+
+#titlediv {
+       position: relative;
+       margin-bottom: 20px;
+}
+#titlediv label { cursor: text; }
+
+#titlediv div.inside {
+       margin: 0;
+}
+
+#poststuff #titlewrap {
+       border: 0;
+       padding: 0;
+}
+
+#titlediv #title {
+       padding: 3px 8px;
+       font-size: 1.7em;
+       line-height: 100%;
+       width: 100%;
+       outline: none;
+}
+
+#titlediv #title-prompt-text,
+#wp-fullscreen-title-prompt-text {
+       color: #bbb;
+       position: absolute;
+       font-size: 1.7em;
+       padding: 8px 10px;
+}
+
+#wp-fullscreen-title-prompt-text {
+       left: 0;
+       padding: 11px;
+}
+
+#poststuff .inside-submitbox,
+#side-sortables .inside-submitbox {
+       margin: 0 3px;
+       font-size: 11px;
+}
+
+input#link_description,
+input#link_url {
+       width: 98%;
+}
+
+#pending {
+       background: 0 none;
+       border: 0 none;
+       padding: 0;
+       font-size: 11px;
+       margin-top: -1px;
+}
+
+#edit-slug-box {
+       height: 1em;
+       margin-top: 8px;
+       padding: 0 10px;
+}
+
+#editable-post-name-full {
+       display: none;
+}
+
+#editable-post-name input {
+       width: 16em;
+}
+
+.postarea h3 label {
+       float: left;
+}
+
+#submitpost #ajax-loading,
+#submitpost .ajax-loading {
+       vertical-align: middle;
+}
+
+#wpcontent .ajax-loading {
+       visibility: hidden;
+}
+
+.submitbox .submit {
+       text-align: left;
+       padding: 12px 10px 10px;
+       font-size: 11px;
+}
+
+.submitbox .submitdelete {
+       text-decoration: none;
+       padding: 1px 2px;
+}
+
+.submitbox .submitdelete,
+.submitbox .submit a:hover {
+       border-bottom-width: 1px;
+       border-bottom-style: solid;
+}
+
+.submitbox .submit input {
+       margin-bottom: 8px;
+       margin-right: 4px;
+       padding: 6px;
+}
+
+.inside-submitbox #post_status {
+       margin: 2px 0 2px -2px;
+}
+
+#post-status-select, #post-format {
+       line-height: 2.5em;
+       margin-top: 3px;
+}
+
+/* Post Screen */
+#post-body #normal-sortables {
+       min-height: 50px;
+}
+
+.postbox {
+       position: relative;
+       min-width: 255px;
+}
+
+#trackback_url {
+       width: 99%;
+}
+
+#normal-sortables .postbox .submit {
+       background: transparent none;
+       border: 0 none;
+       float: right;
+       padding: 0 12px;
+       margin:0;
+}
+
+.category-add input[type="text"],
+.category-add select {
+       width: 100%;
+       max-width: 260px;
+}
+
+#post-body ul.category-tabs,
+#post-body ul.add-menu-item-tabs {
+       float: left;
+       width: 120px;
+       text-align: right;
+       /* Negative margin for the sake of those without JS: all tabs display */
+       margin: 0 -120px 0 5px;
+       padding: 0;
+}
+
+#post-body ul.category-tabs li,
+#post-body ul.add-menu-item-tabs li {
+       padding: 8px;
+}
+
+#post-body ul.category-tabs li.tabs,
+#post-body ul.add-menu-item-tabs li.tabs {
+       -webkit-border-top-left-radius: 3px;
+       -webkit-border-bottom-left-radius: 3px;
+       border-top-left-radius: 3px;
+       border-bottom-left-radius: 3px;
+}
+
+.wp-tab-panel,
+.categorydiv div.tabs-panel,
+.customlinkdiv div.tabs-panel,
+.posttypediv div.tabs-panel,
+.taxonomydiv div.tabs-panel,
+#linkcategorydiv div.tabs-panel {
+       height: 200px;
+       overflow: auto;
+       padding: 0.5em 0.9em;
+       border-style: solid;
+       border-width: 1px;
+}
+
+.nav-menus-php .customlinkdiv div.tabs-panel,
+.nav-menus-php .posttypediv div.tabs-panel,
+.nav-menus-php .taxonomydiv div.tabs-panel {
+       height: auto;
+       max-height: 205px;
+}
+
+div.tabs-panel-active {
+       display:block;
+}
+
+div.tabs-panel-inactive {
+       display:none;
+}
+
+#post-body .categorydiv div.tabs-panel,
+.taxonomy div.tabs-panel,
+#post-body #linkcategorydiv div.tabs-panel {
+       margin: 0 5px 0 125px;
+}
+
+.press-this #side-sortables .category-tabs li,
+.has-right-sidebar #side-sortables .category-tabs li,
+#side-sortables .add-menu-item-tabs li,
+.wp-tab-bar li {
+       display: inline;
+       line-height: 1.35em;
+}
+
+.no-js #side-sortables .category-tabs li.hide-if-no-js {
+       display: none;
+}
+
+#side-sortables .category-tabs a,
+#side-sortables .add-menu-item-tabs a,
+.wp-tab-bar a {
+       text-decoration: none;
+}
+
+#side-sortables .category-tabs {
+       margin: 8px 0 3px;
+}
+
+#category-adder h4 {
+       margin: 10px 0;
+}
+
+#side-sortables .add-menu-item-tabs,
+.wp-tab-bar {
+       margin-bottom: 3px;
+}
+
+.categorydiv ul,
+.customlinkdiv ul,
+.posttypediv ul,
+.taxonomydiv ul,
+#linkcategorydiv ul {
+       list-style: none;
+       padding: 0;
+       margin: 0;
+}
+
+#normal-sortables .postbox #replyrow .submit {
+       float: none;
+       margin: 0;
+       padding: 3px 7px;
+}
+
+#side-sortables .submitbox .submit input,
+#side-sortables .submitbox .submit .preview,
+#side-sortables .submitbox .submit a.preview:hover {
+       border: 0 none;
+}
+
+#side-sortables .inside-submitbox .insidebox,
+.stuffbox .insidebox {
+       margin: 11px 0;
+}
+
+#side-sortables .comments-box,
+#normal-sortables .comments-box {
+       border: 0 none;
+}
+
+ul.category-tabs,
+ul.add-menu-item-tabs,
+ul.wp-tab-bar {
+       margin-top: 12px;
+}
+
+#side-sortables .comments-box thead th,
+#normal-sortables .comments-box thead th {
+       background: transparent;
+       padding: 0 7px 4px;
+       font-style: italic;
+}
+
+ul.category-tabs li.tabs,
+ul.add-menu-item-tabs li.tabs,
+.wp-tab-active {
+       border-style: solid solid none;
+       border-width: 1px 1px 0;
+}
+
+#commentsdiv img.waiting {
+       padding-left: 5px;
+}
+
+#post-body .category-tabs li.tabs,
+#post-body .add-menu-item-tabs li.tabs {
+       border-style: solid none solid solid;
+       border-width: 1px 0 1px 1px;
+       margin-right: -1px;
+}
+
+ul.category-tabs li,
+ul.add-menu-item-tabs li,
+ul.wp-tab-bar li {
+       padding: 3px 5px 5px;
+       -webkit-border-top-left-radius: 3px;
+       -webkit-border-top-right-radius: 3px;
+       border-top-left-radius: 3px;
+       border-top-right-radius: 3px;
+}
+
+/* positioning etc. */
+form#tags-filter {
+       position: relative;
+}
+
+.screen-per-page {
+       width: 3em;
+}
+
+#posts-filter fieldset {
+       float: left;
+       margin: 0 1.5ex 1em 0;
+       padding: 0;
+}
+
+#posts-filter fieldset legend {
+       padding: 0 0 .2em 1px;
+}
+
+/* Edit posts */
+td.post-title strong, td.plugin-title strong {
+       display: block;
+       margin-bottom: .2em;
+}
+
+td.post-title p, td.plugin-title p {
+       margin: 6px 0;
+}
+
+/* Global classes */
+.wp-hidden-children .wp-hidden-child,
+.ui-tabs-hide {
+       display: none;
+}
+
+.commentlist .avatar {
+       vertical-align: text-top;
+}
+
+#post-body .tagsdiv #newtag {
+       margin-right: 5px;
+       width: 16em;
+}
+
+#side-sortables input#post_password {
+       width: 94%
+}
+
+#side-sortables .tagsdiv #newtag {
+       width: 68%;
+}
+
+#post-status-info {
+       border-width: 0 1px 1px;
+       border-style: none solid solid;
+       width: 100%;
+       -webkit-border-bottom-left-radius: 3px;
+       -webkit-border-bottom-right-radius: 3px;
+       border-bottom-left-radius: 3px;
+       border-bottom-right-radius: 3px;
+}
+
+#post-status-info td {
+       font-size: 12px;
+}
+
+.autosave-info {
+       padding: 2px 15px;
+       text-align: right;
+}
+
+#editorcontent #post-status-info {
+       border: none;
+}
+
+#post-body .wp_themeSkin .mceStatusbar a.mceResize {
+       display: block;
+       background: transparent url(../images/resize.gif) no-repeat scroll right bottom;
+       width: 12px;
+       cursor: se-resize;
+       margin: 0 2px;
+       position: relative;
+       top: -2px;
+}
+
+#post-body .postarea .wp_themeSkin .mceStatusbar a.mceResize {
+       top: 20px;
+}
+
+#wp-word-count {
+       display: block;
+       padding: 2px 10px;
+}
+
+#timestampdiv select {
+       height: 20px;
+       line-height: 14px;
+       padding: 0;
+       vertical-align: top;
+}
+
+#aa, #jj, #hh, #mn {
+       padding: 1px;
+       font-size: 12px;
+}
+
+#jj, #hh, #mn {
+       width: 2em;
+}
+
+#aa {
+       width: 3.4em;
+}
+
+.curtime #timestamp {
+       background-repeat: no-repeat;
+       background-position: left top;
+       padding-left: 18px;
+}
+
+#timestampdiv {
+       padding-top: 5px;
+       line-height: 23px;
+}
+
+#timestampdiv p {
+       margin: 8px 0 6px;
+}
+
+#timestampdiv input {
+       border-width: 1px;
+       border-style: solid;
+}
+
+
+/*------------------------------------------------------------------------------
+  11.1 - Custom Fields
+------------------------------------------------------------------------------*/
+
+#postcustomstuff .updatemeta,
+#postcustomstuff .deletemeta {
+       margin: auto;
+}
+
+#postcustomstuff thead th {
+       padding: 5px 8px 8px;
+}
+
+#postcustom #postcustomstuff .submit {
+       border: 0 none;
+       float: none;
+       padding: 5px 8px;
+}
+
+#side-sortables #postcustom #postcustomstuff .submit {
+       padding: 0 5px;
+}
+
+#side-sortables #postcustom #postcustomstuff td.left input {
+       margin: 3px 3px 0;
+}
+
+#side-sortables #postcustom #postcustomstuff #the-list textarea {
+       height: 85px;
+       margin: 3px;
+}
+
+#postcustomstuff table {
+       margin: 0;
+       width: 100%;
+       border-width: 1px;
+       border-style: solid;
+       border-spacing: 0;
+}
+
+#postcustomstuff table input,
+#postcustomstuff table select,
+#postcustomstuff table textarea {
+       width: 95%;
+       margin: 8px 0 8px 8px;
+}
+
+#postcustomstuff th.left,
+#postcustomstuff td.left {
+       width: 38%;
+}
+
+#postcustomstuff #newmeta .submit {
+       padding: 0 8px;
+}
+
+#postcustomstuff .submit input,
+#postcustomstuff table #addmetasub {
+       width: auto;
+}
+
+#postcustomstuff #newmetaleft {
+       vertical-align: top;
+}
+
+#postcustomstuff #newmetaleft a {
+       padding: 0 10px;
+       text-decoration: none;
+}
+
+
+/*------------------------------------------------------------------------------
+  11.2 - Post Revisions
+------------------------------------------------------------------------------*/
+
+table.diff {
+       width: 100%;
+}
+
+table.diff col.content {
+       width: 50%;
+}
+
+table.diff tr {
+       background-color: transparent;
+}
+
+table.diff td, table.diff th {
+       padding: .5em;
+       font-family: Consolas, Monaco, monospace;
+       border: none;
+}
+
+table.diff .diff-deletedline del, table.diff .diff-addedline ins {
+       text-decoration: none;
+}
+
+
+/*------------------------------------------------------------------------------
+  12.0 - Categories
+------------------------------------------------------------------------------*/
+
+.category-adder {
+       margin-left: 120px;
+       padding: 4px 0;
+}
+
+.category-adder h4 {
+       margin: 0 0 8px;
+}
+
+#side-sortables .category-adder {
+       margin: 0;
+}
+
+#post-body ul.category-tabs,
+#post-body ul.add-menu-item-tabs {
+       float: left;
+       width: 120px;
+       text-align: right;
+       /* Negative margin for the sake of those without JS: all tabs display */
+       margin: 0 -120px 0 5px;
+       padding: 0;
+}
+
+#post-body ul.category-tabs li,
+#post-body ul.add-menu-item-tabs li {
+       padding: 8px;
+}
+
+#post-body ul.category-tabs li.tabs,
+#post-body ul.add-menu-item-tabs li.tabs {
+       -webkit-border-top-left-radius: 3px;
+       -webkit-border-bottom-left-radius: 3px;
+       border-top-left-radius: 3px;
+       border-bottom-left-radius: 3px;
+}
+
+.categorydiv div.tabs-panel,
+.customlinkdiv div.tabs-panel,
+.posttypediv div.tabs-panel,
+.taxonomydiv div.tabs-panel,
+#linkcategorydiv div.tabs-panel {
+       height: 200px;
+       overflow: auto;
+       padding: 0.5em 0.9em;
+       border-style: solid;
+       border-width: 1px;
+}
+
+.nav-menus-php .customlinkdiv div.tabs-panel,
+.nav-menus-php .posttypediv div.tabs-panel,
+.nav-menus-php .taxonomydiv div.tabs-panel {
+       height: auto;
+       max-height: 205px;
+}
+
+div.tabs-panel-active {
+       display:block;
+}
+
+div.tabs-panel-inactive {
+       display:none;
+}
+
+#post-body .categorydiv div.tabs-panel,
+.taxonomy div.tabs-panel,
+#post-body #linkcategorydiv div.tabs-panel {
+       margin: 0 5px 0 125px;
+}
+
+.categorydiv ul,
+.customlinkdiv ul,
+.posttypediv ul,
+.taxonomydiv ul,
+#linkcategorydiv ul {
+       list-style: none;
+       padding: 0;
+       margin: 0;
+}
+
+#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: 18px;
+}
+
+ul.categorychecklist li {
+       margin: 0;
+       padding: 0;
+       line-height: 19px;
+       word-wrap: break-word;
+}
+
+.categorydiv .tabs-panel,
+.customlinkdiv .tabs-panel,
+.posttypediv .tabs-panel,
+.taxonomydiv .tabs-panel {
+       border-width: 3px;
+       border-style: solid;
+}
+
+.form-wrap p,
+.form-wrap label {
+       font-size: 11px;
+}
+
+.form-wrap label {
+       display: block;
+       padding: 2px;
+       font-size: 12px;
+}
+
+.form-field input,
+.form-field textarea {
+       border-style: solid;
+       border-width: 1px;
+       width: 95%;
+}
+
+p.description,
+.form-wrap p {
+       margin: 2px 0 5px;
+}
+
+p.help,
+p.description,
+span.description,
+.form-wrap p {
+       font-size: 12px;
+       font-style: italic;
+       font-family: sans-serif;
+}
+
+.form-wrap .form-field {
+       margin: 0 0 10px;
+       padding: 8px;
+}
+
+.col-wrap h3 {
+       margin: 12px 0;
+       font-size: 1.1em;
+}
+
+.col-wrap p.submit {
+       margin-top: -10px;
+}
+
+
+/*------------------------------------------------------------------------------
+  13.0 - Tags
+------------------------------------------------------------------------------*/
+
+#poststuff .taghint {
+       color: #aaa;
+       margin: 15px 0 -24px 12px;
+}
+
+#poststuff .tagsdiv .howto {
+       margin: 0 0 6px 8px;
+}
+
+.ajaxtag .newtag {
+       position: relative;
+}
+
+.tagsdiv .newtag {
+       width: 180px;
+}
+
+.tagsdiv .the-tags {
+       display: block;
+       height: 60px;
+       margin: 0 auto;
+       overflow: auto;
+       width: 260px;
+}
+
+#post-body-content .tagsdiv .the-tags {
+       margin: 0 5px;
+}
+
+p.popular-tags {
+       -webkit-border-radius: 8px;
+       border-radius: 8px;
+       border-width: 1px;
+       border-style: solid;
+       line-height: 2em;
+       max-width: 1000px;
+       padding: 8px 12px 12px;
+       text-align: justify;
+}
+
+p.popular-tags a {
+       padding: 0 3px;
+}
+
+.tagcloud {
+       width: 97%;
+       margin: 0 0 40px;
+       text-align: justify;
+}
+
+.tagcloud h3 {
+       margin: 2px 0 12px;
+}
+
+.ac_results {
+       padding: 0;
+       margin: 0;
+       list-style: none;
+       position: absolute;
+       z-index: 10000;
+       display: none;
+       border-width: 1px;
+       border-style: solid;
+}
+
+.ac_results li {
+       padding: 2px 5px;
+       white-space: nowrap;
+       text-align: left;
+}
+
+.ac_over {
+       cursor: pointer;
+}
+
+.ac_match {
+       text-decoration: underline;
+}
+
+
+/*------------------------------------------------------------------------------
+  14.0 - Media Screen
+------------------------------------------------------------------------------*/
+
+.media-item .describe {
+       border-collapse: collapse;
+       width: 100%;
+       border-top-style: solid;
+       border-top-width: 1px;
+       clear: both;
+       cursor: default;
+}
+
+.media-item.media-blank .describe {
+       border: 0;
+}
+
+.media-item .describe th {
+       vertical-align: top;
+       text-align: left;
+       padding: 5px 10px 10px;
+       width: 140px;
+}
+
+.media-item .describe .align th {
+       padding-top: 0;
+}
+
+.media-item .media-item-info tr {
+       background-color: transparent;
+}
+
+.media-item .describe td {
+       padding: 0 8px 8px 0;
+       vertical-align: top;
+}
+
+.media-item thead.media-item-info td {
+       padding: 4px 10px 0;
+}
+
+.media-item .media-item-info .A1B1 {
+       padding: 0 0 0 10px;
+}
+
+.media-item td.savesend {
+       padding-bottom: 15px;
+}
+
+.media-item .thumbnail {
+       max-height: 128px;
+       max-width: 128px;
+}
+
+#wpbody-content #async-upload-wrap a {
+       display: none;
+}
+
+.media-upload-form {
+       margin-top: 20px;
+}
+
+.media-upload-form td label {
+       margin-right: 6px;
+       margin-left: 2px;
+}
+
+.media-upload-form .align .field label {
+       display: inline;
+       padding: 0 0 0 23px;
+       margin: 0 1em 0 3px;
+       font-weight: bold;
+}
+
+.media-upload-form tr.image-size label {
+       margin: 0 0 0 5px;
+       font-weight: bold;
+}
+
+.media-upload-form th.label label {
+       font-weight: bold;
+       margin: 0.5em;
+       font-size: 13px;
+}
+
+.media-upload-form th.label label span {
+       padding: 0 5px;
+}
+
+abbr.required {
+       border: medium none;
+       text-decoration: none;
+}
+
+.media-item .describe input[type="text"],
+.media-item .describe textarea {
+       width: 460px;
+}
+
+.media-item .describe p.help {
+       margin: 0;
+       padding: 0 0 0 5px;
+}
+
+.describe-toggle-on,
+.describe-toggle-off {
+       display: block;
+       line-height: 36px;
+       float: right;
+       margin-right: 15px;
+}
+
+.media-item .describe-toggle-off,
+.media-item.open .describe-toggle-on,
+.media-item.open img.pinkynail {
+       display: none;
+}
+
+.media-item.open .describe-toggle-off {
+       display: block;
+}
+
+#media-items .media-item {
+       border-style: solid;
+       border-width: 1px;
+       min-height: 36px;
+       position: relative;
+       margin-top: -1px;
+       width: 100%;
+}
+
+#media-items {
+       width: 623px;
+}
+
+#media-items:empty {
+       border: 0 none;
+}
+
+.media-item .filename {
+       line-height: 36px;
+       overflow: hidden;
+       padding: 0 10px;
+}
+
+.media-item .error-div {
+       padding-left: 10px;
+}
+
+.media-item .pinkynail {
+       float: left;
+       margin: 2px 2px 0;
+       max-width: 40px;
+       max-height: 32px;
+}
+
+.media-item .startopen,
+.media-item .startclosed {
+       display: none;
+}
+
+.media-item .original {
+       position: relative;
+       height: 34px;
+}
+
+.media-item .progress {
+       float: right;
+    height: 22px;
+    margin: 6px 10px 0 0;
+    width: 200px;
+       line-height: 2em;
+       padding: 0;
+       overflow: hidden;
+       margin-bottom: 2px;
+       border: 1px solid #d1d1d1;
+       background: #fff;
+       background-image: linear-gradient(bottom, rgb(255,255,255) 0%, rgb(247,247,247) 100%);
+       background-image: -o-linear-gradient(bottom, rgb(255,255,255) 0%, rgb(247,247,247) 100%);
+       background-image: -moz-linear-gradient(bottom, rgb(255,255,255) 0%, rgb(247,247,247) 100%);
+       background-image: -webkit-linear-gradient(bottom, rgb(255,255,255) 0%, rgb(247,247,247) 100%);
+       background-image: -ms-linear-gradient(bottom, rgb(255,255,255) 0%, rgb(247,247,247) 100%);
+       -webkit-border-radius: 3px;
+       border-radius: 3px;
+       -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.1);
+       box-shadow: inset 0 0 3px rgba(0,0,0,0.1);
+}
+
+.media-item .bar {
+       z-index: 9;
+       width: 0;
+       height: 100%;
+       margin-top: -24px;
+       background-color: #83B4D8;
+       background-image: linear-gradient(bottom, rgb(114,167,207) 0%, rgb(144,197,238) 100%);
+       background-image: -o-linear-gradient(bottom, rgb(114,167,207) 0%, rgb(144,197,238) 100%);
+       background-image: -moz-linear-gradient(bottom, rgb(114,167,207) 0%, rgb(144,197,238) 100%);
+       background-image: -webkit-linear-gradient(bottom, rgb(114,167,207) 0%, rgb(144,197,238) 100%);
+       background-image: -ms-linear-gradient(bottom, rgb(114,167,207) 0%, rgb(144,197,238) 100%);
+       -webkit-border-radius: 3px;
+       border-radius: 3px;
+       -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.3);
+       box-shadow: 0 0 3px rgba(0,0,0,0.3);
+}
+
+.media-item .progress .percent {
+       z-index: 10;
+       position: relative;
+       width: 200px;
+       padding: 0 8px;
+       text-shadow: 0 1px 0 rgba(255,255,255,0.4);
+       color: rgba(0,0,0,0.6);
+}
+
+.upload-php .fixed .column-parent {
+       width: 25%;
+}
+
+.js .html-uploader #plupload-upload-ui {
+       display: none;
+}
+
+.js .html-uploader #html-upload-ui {
+       display: block;
+}
+
+.media-upload-form .media-item.error {
+       margin: 0;
+       padding: 0;
+}
+
+.media-upload-form .media-item.error p,
+.media-item .error-div {
+       line-height: 16px;
+       font-size: 12px;
+       margin: 10px;
+       padding: 0;
+}
+
+.media-item .error-div a.dismiss {
+       float: right;
+       padding-left: 15px;
+}
+
+/*------------------------------------------------------------------------------
+  14.1 - Media Library
+------------------------------------------------------------------------------*/
+
+.find-box {
+       width: 500px;
+       height: 300px;
+       overflow: hidden;
+       padding: 33px 5px 40px;
+       position: absolute;
+       z-index: 1000;
+}
+
+.find-box-head {
+       cursor: move;
+       font-weight: bold;
+       height: 2em;
+       line-height: 2em;
+       padding: 1px 12px;
+       position: absolute;
+       top: 5px;
+       width: 100%;
+}
+
+.find-box-inside {
+       overflow: auto;
+       width: 100%;
+       height: 100%;
+}
+
+.find-box-search {
+       padding: 12px;
+       border-width: 1px;
+       border-style: none none solid;
+}
+
+#find-posts-response {
+       margin: 8px 0;
+       padding: 0 1px;
+}
+
+#find-posts-response table {
+       width: 100%;
+}
+
+#find-posts-response .found-radio {
+       padding: 5px 0 0 8px;
+       width: 15px;
+}
+
+.find-box-buttons {
+       width: 480px;
+       margin: 8px;
+}
+
+.find-box-search label {
+       padding-right: 6px;
+}
+
+.find-box #resize-se {
+       position: absolute;
+       right: 1px;
+       bottom: 1px;
+}
+
+ul#dismissed-updates {
+       display: none;
+}
+
+form.upgrade {
+       margin-top: 8px;
+}
+
+form.upgrade .hint {
+       font-style: italic;
+       font-size: 85%;
+       margin: -0.5em 0 2em 0;
+}
+
+#poststuff .inside .the-tagcloud {
+       margin: 5px 0 10px;
+       padding: 8px;
+       border-width: 1px;
+       border-style: solid;
+       line-height: 1.8em;
+       word-spacing: 3px;
+       -webkit-border-radius: 6px;
+       border-radius: 6px;
+}
+
+.drag-drop #drag-drop-area {
+       border: 4px dashed #DDDDDD;
+       height: 200px;
+}
+
+.drag-drop .drag-drop-inside {
+       margin: 70px auto 0;
+       width: 250px;
+}
+
+.drag-drop-inside p {
+       color: #aaa;
+       font-size: 14px;
+       margin: 5px 0;
+       display: none;
+}
+
+.drag-drop .drag-drop-inside p {
+       text-align: center;
+}
+
+.drag-drop-inside p.drag-drop-info {
+       font-size: 20px;
+}
+
+.drag-drop .drag-drop-inside p,
+.drag-drop-inside p.drag-drop-buttons {
+       display: block;
+}
+
+/*
+#drag-drop-area:-moz-drag-over {
+       border-color: #83b4d8;
+}
+borger color while dragging a file over the uploader drop area */
+.drag-drop.drag-over #drag-drop-area {
+       border-color: #83b4d8;
+}
+
+#plupload-upload-ui {
+       position: relative;
+}
+
+
+/*------------------------------------------------------------------------------
+  14.2 - Image Editor
+------------------------------------------------------------------------------*/
+
+.describe .image-editor {
+       vertical-align: top;
+}
+
+.imgedit-wrap {
+       position: relative;
+}
+
+.imgedit-settings p {
+       margin: 8px 0;
+}
+
+.describe .imgedit-wrap table td {
+       vertical-align: top;
+       padding-top: 0;
+}
+
+.imgedit-wrap p,
+.describe .imgedit-wrap table td {
+       font-size: 11px;
+       line-height: 18px;
+}
+
+.describe .imgedit-wrap table td.imgedit-settings {
+       padding: 0 5px;
+}
+
+td.imgedit-settings input {
+       vertical-align: middle;
+}
+
+.imgedit-wait {
+       position: absolute;
+       top: 0;
+       background: #FFFFFF url(../images/wpspin_light.gif) no-repeat scroll 22px 10px;
+       opacity: 0.7;
+       filter: alpha(opacity=70);
+       width: 100%;
+       height: 500px;
+       display: none;
+}
+
+.media-disabled,
+.imgedit-settings .disabled  {
+       color: grey;
+}
+
+.imgedit-wait-spin {
+       padding: 0 4px 4px;
+       vertical-align: bottom;
+       visibility: hidden;
+}
+
+.imgedit-menu {
+       margin: 0 0 12px;
+       min-width: 300px;
+}
+
+.imgedit-menu div {
+       float: left;
+       width: 32px;
+       height: 32px;
+}
+
+.imgedit-crop-wrap {
+       position: relative;
+}
+
+.imgedit-crop {
+       background: transparent url(../images/imgedit-icons.png) no-repeat scroll -9px -31px;
+       margin: 0 8px 0 0;
+}
+
+.imgedit-crop.disabled:hover {
+       background-position: -9px -31px;
+}
+
+.imgedit-crop:hover {
+       background-position: -9px -1px;
+}
+
+.imgedit-rleft {
+       background: transparent url(../images/imgedit-icons.png) no-repeat scroll -46px -31px;
+       margin: 0 3px;
+}
+
+.imgedit-rleft.disabled:hover {
+       background-position: -46px -31px;
+}
+
+.imgedit-rleft:hover {
+       background-position: -46px -1px;
+}
+
+.imgedit-rright {
+       background: transparent url(../images/imgedit-icons.png) no-repeat scroll -77px -31px;
+       margin: 0 8px 0 3px;
+}
+
+.imgedit-rright.disabled:hover {
+       background-position: -77px -31px;
+}
+
+.imgedit-rright:hover {
+       background-position: -77px -1px;
+}
+
+.imgedit-flipv {
+       background: transparent url(../images/imgedit-icons.png) no-repeat scroll -115px -31px;
+       margin: 0 3px;
+}
+
+.imgedit-flipv.disabled:hover {
+       background-position: -115px -31px;
+}
+
+.imgedit-flipv:hover {
+       background-position: -115px -1px;
+}
+
+.imgedit-fliph {
+       background: transparent url(../images/imgedit-icons.png) no-repeat scroll -147px -31px;
+       margin: 0 8px 0 3px;
+}
+
+.imgedit-fliph.disabled:hover {
+       background-position: -147px -31px;
+}
+
+.imgedit-fliph:hover {
+       background-position: -147px -1px;
+}
+
+.imgedit-undo {
+       background: transparent url(../images/imgedit-icons.png) no-repeat scroll -184px -31px;
+       margin: 0 3px;
+}
+
+.imgedit-undo.disabled:hover {
+       background-position: -184px -31px;
+}
+
+.imgedit-undo:hover {
+       background-position: -184px -1px;
+}
+
+.imgedit-redo {
+       background: transparent url(../images/imgedit-icons.png) no-repeat scroll -215px -31px;
+       margin: 0 8px 0 3px;
+}
+
+.imgedit-redo.disabled:hover {
+       background-position: -215px -31px;
+}
+
+.imgedit-redo:hover {
+       background-position: -215px -1px;
+}
+
+.imgedit-applyto img {
+       margin: 0 8px 0 0;
+}
+
+.imgedit-group-top {
+       margin: 5px 0;
+}
+
+.imgedit-applyto .imgedit-label {
+       padding: 2px 0 0;
+       display: block;
+}
+
+.imgedit-help {
+       display: none;
+       font-style: italic;
+       margin-bottom: 8px;
+}
+
+.imgedit-help ul li {
+       font-size: 11px;
+}
+
+a.imgedit-help-toggle {
+       text-decoration: none;
+}
+
+#wpbody-content .imgedit-response div {
+       width: 600px;
+       margin: 8px;
+}
+
+.form-table td.imgedit-response {
+       padding: 0;
+}
+
+.imgedit-submit {
+       margin: 8px 0;
+}
+
+.imgedit-submit-btn {
+       margin-left: 20px;
+}
+
+.imgedit-wrap .nowrap {
+       white-space: nowrap;
+}
+
+span.imgedit-scale-warn {
+       color: red;
+       font-size: 20px;
+       font-style: normal;
+       visibility: hidden;
+       vertical-align: middle;
+}
+
+.imgedit-group {
+       border-width: 1px;
+       border-style: solid;
+       -webkit-border-radius: 8px;
+       border-radius: 8px;
+       margin-bottom: 8px;
+       padding: 2px 10px;
+}
+
+
+/*------------------------------------------------------------------------------
+  15.0 - Comments Screen
+------------------------------------------------------------------------------*/
+
+.form-table {
+       border-collapse: collapse;
+       margin-top: 0.5em;
+       width: 100%;
+       margin-bottom: -8px;
+       clear: both;
+}
+
+.form-table td {
+       margin-bottom: 9px;
+       padding: 8px 10px;
+       line-height: 20px;
+       font-size: 12px;
+}
+
+.form-table th,
+.form-wrap label {
+       font-weight: normal;
+       text-shadow: #fff 0 1px 0;
+}
+
+.form-table th {
+       vertical-align: top;
+       text-align: left;
+       padding: 10px;
+       width: 200px;
+}
+
+.form-table th.th-full {
+       width: auto;
+}
+
+.form-table div.color-option {
+       display: block;
+       clear: both;
+       margin-top: 12px;
+}
+
+.form-table input.tog {
+       margin-top: 2px;
+       margin-right: 2px;
+       float: left;
+}
+
+.form-table td p {
+       margin-top: 4px;
+}
+
+.form-table table.color-palette {
+       vertical-align: bottom;
+       float: left;
+       margin: -12px 3px 11px;
+}
+
+.form-table .color-palette td {
+       border-width: 1px 1px 0;
+       border-style: solid solid none;
+       height: 10px;
+       line-height: 20px;
+       width: 10px;
+}
+
+.commentlist li {
+       padding: 1em 1em .2em;
+       margin: 0;
+       border-bottom-width: 1px;
+       border-bottom-style: solid;
+}
+
+.commentlist li li {
+       border-bottom: 0;
+       padding: 0;
+}
+
+.commentlist p {
+       padding: 0;
+       margin: 0 0 .8em;
+}
+
+/* reply to comments */
+#replyrow input {
+       border-width: 1px;
+       border-style: solid;
+}
+
+#replyrow td {
+       padding: 2px;
+}
+
+#replysubmit {
+       margin: 0;
+       padding: 0 7px 3px;
+       text-align: center;
+}
+
+#replysubmit img.waiting,
+.inline-edit-save img.waiting {
+       padding: 4px 10px 0;
+       vertical-align: top;
+       float: right;
+}
+
+#replysubmit .button {
+       margin-right: 5px;
+}
+
+#replysubmit .error {
+       color: red;
+       line-height: 21px;
+       text-align: center;
+       vertical-align: center;
+}
+
+#replyrow h5 {
+       margin: .2em 0 0;
+       padding: 0 5px;
+       line-height: 1.4em;
+       font-size: 1em;
+}
+
+#edithead .inside {
+       float: left;
+       padding: 3px 0 2px 5px;
+       margin: 0;
+       text-align: center;
+}
+
+#edithead .inside input {
+       width: 180px;
+}
+
+#edithead label {
+       padding: 2px 0;
+}
+
+#replycontainer {
+       padding: 5px;
+}
+
+#replycontent {
+       height: 120px;
+}
+
+.comment-ays {
+       margin-bottom: 0;
+       border-style: solid;
+       border-width: 1px;
+}
+
+.comment-ays th {
+       border-right-style: solid;
+       border-right-width: 1px;
+}
+
+.trash-undo-inside,
+.spam-undo-inside {
+       margin: 1px 8px 1px 0;
+       line-height: 16px;
+}
+
+.spam-undo-inside .avatar,
+.trash-undo-inside .avatar {
+       height: 20px;
+       width: 20px;
+       margin-right: 8px;
+       vertical-align: middle;
+}
+
+.stuffbox .editcomment {
+       clear: none;
+}
+
+#comment-status-radio p {
+       margin: 3px 0 5px;
+}
+
+#comment-status-radio input {
+       margin: 2px 3px 5px 0;
+       vertical-align: middle;
+}
+
+#comment-status-radio label {
+       padding: 5px 0;
+}
+
+.commentlist .avatar {
+       vertical-align: text-top;
+}
+
+
+/*------------------------------------------------------------------------------
+  16.0 - Themes
+------------------------------------------------------------------------------*/
+
+.theme-install-php .tablenav {
+       height:auto;
+}
+
+.available-theme {
+       display: inline-block;
+       margin-bottom: 10px;
+       margin-right: 25px;
+       overflow: hidden;
+       padding: 20px;
+       vertical-align: top;
+       width: 240px;
+}
+
+.available-theme a.screenshot {
+       width: 240px;
+       height: 180px;
+       display: block;
+       border-width: 1px;
+       border-style: solid;
+       margin-bottom: 10px;
+       overflow: hidden;
+}
+
+.available-theme img {
+       width: 240px;
+}
+
+.available-theme h3 {
+       margin: 15px 0 5px;
+}
+
+#current-theme {
+       margin: 1em 0 1.5em;
+}
+
+#current-theme a {
+       border-bottom: none;
+}
+
+#current-theme h3 {
+       font-size: 17px;
+       font-weight: normal;
+       margin: 0;
+}
+
+#current-theme .theme-description {
+       margin-top: 5px;
+}
+
+#current-theme img {
+       float: left;
+       border-width: 1px;
+       border-style: solid;
+       margin-right: 1em;
+       margin-bottom: 1.5em;
+       width: 150px;
+}
+
+.theme-options span {
+       text-transform: uppercase;
+       font-size: 13px;
+}
+
+.theme-options a {
+       font-size: 15px;
+}
+
+#post-body ul.category-tabs li.tabs a,
+#post-body ul.add-menu-item-tabs li.tabs a,
+#TB_window #TB_title a.tb-theme-preview-link,
+#TB_window #TB_title a.tb-theme-preview-link:visited {
+       font-weight: bold;
+       text-decoration: none;
+}
+
+#TB_window #TB_title {
+       background-color: #222;
+       color: #cfcfcf;
+}
+
+#broken-themes {
+       text-align: left;
+       width: 50%;
+       border-spacing: 3px;
+       padding: 3px;
+}
+
+.theme-install-php h4 {
+       margin: 2.5em 0 8px;
+}
+
+
+/*------------------------------------------------------------------------------
+  16.1 - Custom Header Screen
+------------------------------------------------------------------------------*/
+
+.appearance_page_custom-header #headimg {
+       border: 1px solid #DFDFDF;
+       min-height: 100px;
+       width: 100%;
+}
+
+.appearance_page_custom-header #upload-form p label {
+       font-size: 12px;
+}
+
+.appearance_page_custom-header .available-headers .default-header {
+       float: left;
+       margin: 0 20px 20px 0;
+}
+
+.appearance_page_custom-header .random-header {
+       clear: both;
+       margin: 0 20px 20px 0;
+       vertical-align: middle;
+}
+
+.appearance_page_custom-header .available-headers label input,
+.appearance_page_custom-header .random-header label input {
+       margin-right: 10px;
+}
+
+.appearance_page_custom-header .available-headers label img {
+       vertical-align: middle;
+}
+
+
+/*------------------------------------------------------------------------------
+  16.2 - Custom Background Screen
+------------------------------------------------------------------------------*/
+
+div#custom-background-image {
+       min-height: 100px;
+       border: 1px solid #dfdfdf;
+}
+
+div#custom-background-image img {
+       max-width: 400px;
+       max-height: 300px;
+}
+
+
+/*------------------------------------------------------------------------------
+  16.3 - Tabbed Admin Screen Interface (Experimental)
+------------------------------------------------------------------------------*/
+
+.nav-tab {
+       border-style: solid;
+       border-color: #dfdfdf #dfdfdf #fff;
+       border-width: 1px 1px 0;
+       color: #aaa;
+       text-shadow: #fff 0 1px 0;
+       font-size: 12px;
+       line-height: 16px;
+       display: inline-block;
+       padding: 4px 14px 6px;
+       text-decoration: none;
+       margin: 0 6px -1px 0;
+       -webkit-border-top-left-radius: 3px;
+       -webkit-border-top-right-radius: 3px;
+       border-top-left-radius: 3px;
+       border-top-right-radius: 3px;
+}
+
+.nav-tab-active {
+       border-width: 1px;
+       color: #464646;
+}
+
+.nav-tab:hover,
+.nav-tab-active {
+       border-color: #ccc #ccc #fff;
+}
+
+h2.nav-tab-wrapper, h3.nav-tab-wrapper {
+       border-bottom: 1px solid #ccc;
+       padding-bottom: 0;
+}
+
+h2 .nav-tab {
+       padding: 4px 10px 6px;
+       font-weight: 200;
+       font-size: 20px;
+       line-height: 24px;
+
+}
+
+
+/*------------------------------------------------------------------------------
+  17.0 - Plugins
+------------------------------------------------------------------------------*/
+
+#dashboard_right_now .versions .b,
+#post-status-display,
+#post-visibility-display,
+#adminmenu .wp-submenu li.current,
+#adminmenu .wp-submenu li.current a,
+#adminmenu .wp-submenu li.current a:hover,
+.media-item .percent,
+.plugins .name,
+#pass-strength-result.strong,
+#pass-strength-result.short,
+.button-highlighted,
+input.button-highlighted,
+#quicktags #ed_strong,
+#ed_reply_toolbar #ed_reply_strong,
+.item-controls .item-order a,
+.feature-filter .feature-name {
+       font-weight: bold;
+}
+
+.plugins p {
+       margin: 0 4px;
+       padding: 0;
+}
+
+.plugins .desc p {
+       margin: 0 0 8px;
+}
+
+.plugins td.desc {
+       line-height: 1.5em;
+}
+
+.plugins .desc ul,
+.plugins .desc ol {
+       margin: 0 0 0 2em;
+}
+
+.plugins .desc ul {
+       list-style-type: disc;
+}
+
+.plugins .row-actions-visible {
+       padding: 0;
+}
+
+.plugins tbody th.check-column {
+       padding: 7px 0;
+}
+
+.plugins .inactive td,
+.plugins .inactive th,
+.plugins .active td,
+.plugins .active th {
+       border-top-style: solid;
+       border-top-width: 1px;
+       padding: 5px 7px 0;
+}
+
+#wpbody-content .plugins .plugin-title, #wpbody-content .plugins .theme-title {
+       padding-right: 12px;
+       white-space:nowrap;
+}
+
+.plugins .second, .plugins .row-actions-visible {
+       padding: 0 0 5px;
+}
+
+.plugins-php .widefat tfoot th,
+.plugins-php .widefat tfoot td {
+       border-top-style: solid;
+       border-top-width: 1px;
+}
+
+.plugin-update-tr .update-message {
+       margin: 5px;
+       padding: 3px 5px;
+}
+
+.plugin-install-php h4 {
+       margin: 2.5em 0 8px;
+}
+
+
+/*------------------------------------------------------------------------------
+  18.0 - Users
+------------------------------------------------------------------------------*/
+
+#profile-page .form-table textarea {
+       width: 500px;
+       margin-bottom: 6px;
+}
+
+#profile-page .form-table #rich_editing {
+       margin-right: 5px
+}
+
+#your-profile legend {
+       font-size: 22px;
+}
+
+#your-profile #rich_editing {
+       border: none;
+}
+
+#display_name {
+       width: 15em;
+}
+
+#createuser .form-field input {
+       width: 25em;
+}
+
+/*------------------------------------------------------------------------------
+  19.0 - Tools
+------------------------------------------------------------------------------*/
+
+.pressthis {
+       margin: 20px 0;
+}
+
+.pressthis a {
+       display: inline-block;
+       width: 113px;
+       position: relative;
+       cursor: move;
+       color: #333;
+       background: #dfdfdf;
+       background-image: -webkit-gradient(
+               linear,
+               left bottom,
+               left top,
+               color-stop(0.07, rgb(230,230,230)),
+               color-stop(0.77, rgb(216,216,216))
+       );
+       background-image: -moz-linear-gradient(
+               center bottom,
+               rgb(230,230,230) 7%,
+               rgb(216,216,216) 77%
+       );
+       background-repeat: no-repeat;
+       background-image-position: 10px 8px;
+       -webkit-border-radius: 5px;
+       border-radius: 5px;
+       border: 1px #b4b4b4 solid;
+       font-style: normal;
+       line-height: 16px;
+       font-size: 14px;
+       text-decoration: none;
+       text-shadow: #fff 0 1px 0px;
+}
+
+.pressthis a:hover,
+.pressthis a:active {
+       color: #333
+}
+
+.pressthis a:hover:after {
+       transform: skew(20deg) rotate(9deg);
+       -webkit-transform: skew(20deg) rotate(9deg);
+       -moz-transform: skew(20deg) rotate(9deg);
+       box-shadow: 0 10px 8px rgba(0, 0, 0, 0.7);
+       -webkit-box-shadow: 0 10px 8px rgba(0, 0, 0, 0.7);
+       -moz-box-shadow: 0 10px 8px rgba(0, 0, 0, 0.7);
+}
+
+.pressthis a span {
+       background: url(../images/press-this.png) no-repeat -45px 5px ;
+       padding: 8px 0 8px 32px;
+       display: inline-block;
+}
+
+.pressthis a:after {
+       content: '';
+       width: 70%;
+       height: 55%;
+       z-index: -1;
+       position: absolute;
+       right: 10px;
+       bottom: 9px;
+       background: transparent;
+       transform: skew(20deg) rotate(6deg);
+       -webkit-transform: skew(20deg) rotate(6deg);
+       -moz-transform: skew(20deg) rotate(6deg);
+       box-shadow: 0 10px 8px rgba(0, 0, 0, 0.6);
+       -webkit-box-shadow: 0 10px 8px rgba(0, 0, 0, 0.6);
+       -moz-box-shadow: 0 10px 8px rgba(0, 0, 0, 0.6);
+}
+
+
+/*------------------------------------------------------------------------------
+  20.0 - Settings
+------------------------------------------------------------------------------*/
+
+#utc-time, #local-time {
+       padding-left: 25px;
+       font-style: italic;
+       font-family: sans-serif;
+}
+
+.defaultavatarpicker .avatar {
+       margin: 2px 0;
+       vertical-align: middle;
+}
+
+
+/*------------------------------------------------------------------------------
+  21.0 - Admin Footer
+------------------------------------------------------------------------------*/
+
+#footer {
+       position: absolute;
+       bottom: 0;
+       left: 0;
+       right: 0;
+       padding: 10px 0;
+       margin-right: 20px;
+       border-top-width: 1px;
+       border-top-style: solid;
+}
+
+#footer p {
+       margin: 0;
+       line-height: 20px;
+}
+
+#footer a {
+       text-decoration: none;
+}
+
+#footer a:hover {
+       text-decoration: underline;
+}
+
+/*------------------------------------------------------------------------------
+  22.0 - About Pages
+------------------------------------------------------------------------------*/
+
+.about-wrap {
+       position: relative;
+       margin: 25px 40px 0 20px;
+       min-width: 770px;
+       max-width: 1050px; /* readability */
+
+       font-size: 15px;
+}
+.about-wrap div.updated,
+.about-wrap div.error {
+    display: none !important;
+}
+
+/* Typography */
+
+.about-wrap p {
+       line-height: 1.6em;
+}
+.about-wrap h1 {
+       margin: 0.2em 200px 0 0;
+       line-height: 1.2em;
+       font-size: 2.8em;
+       font-weight: 200;
+}
+.about-text,
+.about-description,
+.about-wrap li.wp-person a.web {
+       font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", sans-serif;
+       font-weight: normal;
+       line-height: 1.6em;
+       font-size: 20px;
+}
+.about-description {
+       margin-top: 1.4em;
+}
+.about-text {
+       margin: 1em 200px 1.4em 0;
+       min-height: 60px;
+       font-size: 24px;
+}
+.about-wrap h3 {
+       font-size: 24px;
+       margin-bottom: 1em;
+       padding-top: 20px;
+}
+
+.about-wrap .changelog {
+       padding-bottom: 10px;
+       overflow: hidden;
+}
+.about-wrap .changelog li {
+       list-style-type: disc;
+       margin-left: 3em;
+}
+.about-wrap .feature-section h4 {
+       margin-bottom: 0.6em;
+}
+.about-wrap .feature-section p {
+       margin-top: 0.6em;
+}
+.about-wrap code {
+       font-size: 14px;
+}
+html.ie8 .about-wrap img.element-screenshot {
+       padding: 2px;
 }
 
-#wpbody-content .inline-edit-row fieldset .inline-edit-col {
-       padding: 0 0.5em;
-}
+/* Point Releases */
 
-#wpbody-content .quick-edit-row-page fieldset.inline-edit-col-right .inline-edit-col {
-       border-width: 0 0 0 1px;
-       border-style: none none none solid;
+.about-wrap .point-releases {
+       margin-top: 5px;
 }
-
-#wpbody-content .quick-edit-row-post .inline-edit-col-left {
-       width: 40%;
+.about-wrap .changelog.point-releases h3 {
+       padding-top: 35px;
 }
-
-#wpbody-content .quick-edit-row-post .inline-edit-col-right {
-       width: 39%;
+.about-wrap .changelog.point-releases h3:first-child {
+       padding-top: 7px;
 }
 
-#wpbody-content .inline-edit-row-post .inline-edit-col-center {
-       width: 20%;
-}
+/* WordPress Version Badge */
 
-#wpbody-content .quick-edit-row-page .inline-edit-col-left {
-       width: 50%;
-}
+.wp-badge {
+       padding-top: 142px;
+       height: 50px;
+       width: 173px;
 
-#wpbody-content .quick-edit-row-page .inline-edit-col-right,
-#wpbody-content .bulk-edit-row-post .inline-edit-col-right {
-       width: 49%;
-}
+       font-weight: bold;
+       font-size: 14px;
+       text-align: center;
 
-#wpbody-content .bulk-edit-row .inline-edit-col-left {
-       width: 30%;
-}
+       margin: 0 -5px;
 
-#wpbody-content .bulk-edit-row-page .inline-edit-col-right {
-       width: 69%;
+       background: url('../images/wp-badge.png?ver=20111120') no-repeat;
 }
-
-#wpbody-content .bulk-edit-row .inline-edit-col-bottom {
-       float: right;
-       width: 69%;
+.about-wrap .wp-badge {
+       position: absolute;
+       top: 0;
+       right: 0;
 }
 
-#wpbody-content .inline-edit-row-page .inline-edit-col-right {
-       margin-top: 27px;
-}
+/* Tabs */
 
-.inline-edit-row fieldset .inline-edit-group {
-       clear: both;
+.about-wrap h2.nav-tab-wrapper {
+       padding-left: 6px;
+}
+.about-wrap h2 .nav-tab {
+       padding: 4px 10px 6px;
+       margin: 0 3px -1px 0;
+       font-size: 18px;
+       vertical-align: top;
+}
+.about-wrap h2 .nav-tab-active {
+       font-weight: bold;
+       padding-top: 3px;
 }
 
-.inline-edit-row fieldset .inline-edit-group:after {
-       content: ".";
-       display: block;
-       height: 0;
-       clear: both;
-       visibility: hidden;
+/* Changelog / Update screen */
+
+.about-wrap .feature-section .left-feature,
+.about-wrap .feature-section img,
+.about-wrap .feature-section .right-feature {
+       float: left;
 }
 
-.inline-edit-row p.submit {
+.about-wrap .feature-section {
+       min-height: 100px;
+       overflow: hidden;
        clear: both;
-       padding: 0.5em;
-       margin: 0.5em 0 0;
 }
+.about-wrap .feature-section img {
+       margin: 5px auto;
 
-.inline-edit-row span.error {
-       line-height: 22px;
-       margin: 0 15px;
-       padding: 3px 5px;
-}
+       border: none;
 
-/*     Positioning */
-.inline-edit-row h4 {
-       margin: .2em 0;
-       padding: 0;
-       line-height: 23px;
+       -webkit-border-radius: 3px;
+       border-radius: 3px;
 }
-.inline-edit-row fieldset span.title,
-.inline-edit-row fieldset span.checkbox-title {
-       margin: 0;
-       padding: 0;
-       line-height: 27px;
+html.ie8 .about-wrap .feature-section img,
+html.ie8 .about-wrap .feature-section .image-mask {
+       border-width: 1px;
+       border-style: solid;
 }
 
-.inline-edit-row fieldset label,
-.inline-edit-row fieldset span.inline-edit-categories-label {
-       display: block;
-       margin: .2em 0;
-}
+.about-wrap .feature-section.text-features {
+       width: 31%;
 
-.inline-edit-row fieldset label.inline-edit-tags {
-       margin-top: 0;
+       float: left;
+       overflow: visible;
 }
-
-.inline-edit-row fieldset label.inline-edit-tags span.title {
-       margin: .2em 0;
+.about-wrap .feature-section.text-features div {
+       width: 112%;
 }
+.about-wrap .feature-section.screenshot-features {
+       width: 67%;
+       margin-top: 1.33em;
 
-.inline-edit-row fieldset label span.title {
-       display: block;
-       float: left;
-       width: 5em;
+       float: right;
+       clear: none;
+       overflow: visible;
 }
 
-.inline-edit-row fieldset label span.input-text-wrap {
-       display: block;
-       margin-left: 5em;
+.about-wrap .feature-section.screenshot-features .angled-right {
+       margin-top: -1em;
+       margin-left: 2.5em;
 }
-
-.quick-edit-row-post fieldset.inline-edit-col-right label span.title {
-       width: auto;
-       padding-right: 0.5em;
+.about-wrap .feature-section.screenshot-features .angled-right p {
+       margin-left: 290px;
 }
 
-.inline-edit-row .input-text-wrap input[type=text] {
-       width: 100%;
+.about-wrap .feature-section .angled-right h4,
+.about-wrap .feature-section .angled-left h4 {
+       margin-top: 0;
 }
-
-.inline-edit-row fieldset label input[type=checkbox] {
-       vertical-align: text-bottom;
+.about-wrap .feature-section .angled-right img,
+.about-wrap .feature-section .angled-left img {
+       margin-top: .1em;
+       margin-right: 30px;
 }
 
-.inline-edit-row fieldset label textarea {
-       width: 100%;
-       height: 4em;
+.about-wrap .feature-section.three-col {
+       padding-top: 15px;
+       margin-bottom: 0;
 }
+.about-wrap .feature-section.three-col div {
+       width: 30%;
+       margin-right: 4.999999999%;
 
-#wpbody-content .bulk-edit-row fieldset .inline-edit-group label {
-       max-width: 50%;
+       float: left;
 }
-
-#wpbody-content .quick-edit-row fieldset .inline-edit-group label.alignleft:first-child {
-       margin-right: 0.5em
+.about-wrap .feature-section.three-col h4 {
+       margin:  0 0 0.6em 0;
 }
+.about-wrap .feature-section.three-col img {
+       margin: 0.5em 0 0.5em 5px;
+       max-width: 100%;
 
-.inline-edit-col-right .input-text-wrap input.inline-edit-menu-order-input {
-       width: 6em;
+       float: none;
 }
-
-
-/*     Styling */
-.inline-edit-row h4 {
-       text-transform: uppercase;
+html.ie8 .about-wrap .feature-section.three-col img {
+       margin-left: 0;
 }
-
-.inline-edit-row fieldset span.title,
-.inline-edit-row fieldset span.checkbox-title {
-       font-family: Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
-       font-style: italic;
-       line-height: 1.8em;
+.about-wrap .feature-section.three-col .last-feature {
+       margin-right: 0;
 }
 
-/*     Specific Elements */
-.inline-edit-row fieldset input[type="text"],
-.inline-edit-row fieldset textarea {
-       border-style: solid;
-       border-width: 1px;
+.about-wrap .feature-section .feature-images {
+       width: 300px;
+       position: absolute;
+       margin-top: 1.1em;
 }
-
-.inline-edit-row fieldset .inline-edit-date {
-       float: left;
+.about-wrap .feature-section .feature-images img {
+       width: 250px;
+       height: 150px;
+       margin-right: 5px;
 }
-
-.inline-edit-row fieldset input[name=jj],
-.inline-edit-row fieldset input[name=hh],
-.inline-edit-row fieldset input[name=mn] {
-       font-size: 12px;
-       width: 2.1em;
+.about-wrap .feature-section.images-stagger-left,
+.about-wrap .feature-section.images-stagger-right {
+       min-height: 265px;
 }
-
-.inline-edit-row fieldset input[name=aa] {
-       font-size: 12px;
-       width: 3.5em;
+.about-wrap .feature-section.images-stagger-right .angled-right,
+.about-wrap .feature-section.images-stagger-left .angled-left {
+       margin-bottom: -30px;
 }
-
-.inline-edit-row fieldset label input.inline-edit-password-input {
-       width: 8em;
+.about-wrap .feature-section.images-stagger-left .angled-left {
+       margin-left: 5px;
 }
-
-.inline-edit-row .catshow,
-.inline-edit-row .cathide {
-       cursor: pointer;
+.about-wrap .feature-section .angled-right {
+       float: right;
 }
-
-ul.cat-checklist {
-       height: 12em;
-       border-style: solid;
-       border-width: 1px;
-       overflow-y: scroll;
-       padding: 0 5px;
-       margin: 0;
+.about-wrap .feature-section.images-stagger-right .feature-images {
+       right: 0;
+}
+.about-wrap .feature-section.images-stagger-left .feature-images {
+       left: 0;
+}
+.about-wrap .feature-section.images-stagger-right .left-feature {
+       margin-right: 350px;
+}
+.about-wrap .feature-section.images-stagger-left .right-feature {
+       margin-left: 350px;
 }
 
-#bulk-titles {
-       display: block;
-       height: 12em;
-       border-style: solid;
-       border-width: 1px;
-       overflow-y: scroll;
+/* Return to Dashboard Home link */
+
+.about-wrap .return-to-dashboard {
+       margin: 30px 0 0 -5px;
+       font-size: 14px;
+       font-weight: bold;
+}
+.about-wrap .return-to-dashboard a {
+       text-decoration: none;
        padding: 0 5px;
-       margin: 0 0 5px;
 }
 
-.inline-edit-row fieldset ul.cat-checklist li,
-.inline-edit-row fieldset ul.cat-checklist input {
-       margin: 0;
-}
+/* Credits */
 
-.inline-edit-row fieldset ul.cat-checklist label,
-.inline-edit-row .catshow,
-.inline-edit-row .cathide,
-.inline-edit-row #bulk-titles div {
-       font-family: sans-serif;
-       font-style: normal;
-       font-size: 11px;
+.about-wrap h4.wp-people-group {
+       margin-top: 2.6em;
+       font-size: 16px;
 }
-
-table .inline-edit-row fieldset ul.cat-hover {
-       height: auto;
-       max-height: 30em;
-       overflow-y: auto;
-       position: absolute;
+.about-wrap ul.wp-people-group {
+       overflow: hidden;
+       padding: 5px;
+       margin: 0 -15px 0 -5px;
 }
-
-.inline-edit-row fieldset label input.inline-edit-menu-order-input {
-       width: 3em;
+.about-wrap ul.compact {
+       margin-bottom: 0
 }
-
-.inline-edit-row fieldset label input.inline-edit-slug-input {
-       width: 75%;
+.about-wrap li.wp-person {
+       float: left;
+       margin-right: 10px;
 }
-
-.quick-edit-row-post fieldset label.inline-edit-status {
+.about-wrap li.wp-person img.gravatar {
        float: left;
+       margin: 0 10px 10px 0;
+       padding: 2px;
+       width: 60px;
+       height: 60px;
 }
-
-#bulk-titles {
-       line-height: 140%;
+.about-wrap ul.compact li.wp-person img.gravatar {
+       width: 30px;
+       height: 30px;
 }
-#bulk-titles div {
-       margin: 0.2em 0.3em;
+.about-wrap li.wp-person {
+       height: 70px;
+       width: 280px;
+       padding-bottom: 15px;
 }
-
-#bulk-titles div a {
-       cursor: pointer;
+.about-wrap ul.compact li.wp-person {
+       height: auto;
+       width: 180px;
+       padding-bottom: 0;
+       margin-bottom: 0;
+}
+.about-wrap #wp-people-group-validators + p.wp-credits-list {
+       margin-top: 0;
+}
+.about-wrap li.wp-person a.web {
        display: block;
-       float: left;
-       height: 10px;
-       margin: 3px 3px 0 -2px;
-       overflow: hidden;
-       position: relative;
-       text-indent: -9999px;
-       width: 10px;
+       margin: 6px 0 2px;
+       font-size: 16px;
+       text-decoration: none;
+}
+.about-wrap p.wp-credits-list a {
+       white-space: nowrap;
+}
+
+/* Freedoms */
+
+.freedoms-php .about-wrap ol {
+       margin: 40px 60px;
+}
+.freedoms-php .about-wrap ol li {
+       list-style-type: decimal;
+       font-weight: bold;
+}
+.freedoms-php .about-wrap ol p {
+       font-weight: normal;
+       margin: 0.6em 0;
 }
-
 
 /*------------------------------------------------------------------------------
-  11.0 - Write/Edit Post Screen
+  23.0 - Misc
 ------------------------------------------------------------------------------*/
 
-#titlediv {
-       position: relative;
-       margin-bottom: 20px;
-}
-#titlediv label { cursor: text; }
-
-#titlediv div.inside {
+#excerpt,
+.attachmentlinks {
        margin: 0;
+       height: 4em;
+       width: 98%;
 }
 
-#poststuff #titlewrap {
-       border: 0;
-       padding: 0;
+.wp-editor-container textarea.wp-editor-area {
+       width: 99.9%;
+}
 
+#template div {
+       margin-right: 190px;
 }
 
-#titlediv #title {
-       padding: 3px 4px;
-       border-width: 1px;
-       border-style: solid;
-       -moz-border-radius: 3px;
-       -khtml-border-radius: 3px;
-       -webkit-border-radius: 3px;
-       border-radius: 3px;
-       font-size: 1.7em;
-       line-height: 100%;
-       width: 100%;
-       outline: none;
+p.pagenav {
+       margin: 0;
+       display: inline;
 }
 
-#titlediv #title-prompt-text,
-#wp-fullscreen-title-prompt-text {
-       color: #bbb;
-       position: absolute;
-       font-size: 1.7em;
-       padding: 8px;
+.pagenav span {
+       font-weight: bold;
+       margin: 0 6px;
 }
 
-#wp-fullscreen-title-prompt-text {
-       left: 0;
-       padding: 11px;
+.row-title {
+       font-size: 13px !important;
+       font-weight: bold;
 }
 
-#poststuff .inside-submitbox,
-#side-sortables .inside-submitbox {
-       margin: 0 3px;
-       font-size: 11px;
+.column-author img, .column-username img {
+       float: left;
+       margin-right: 10px;
+       margin-top: 1px;
 }
 
-input#link_description,
-input#link_url {
-       width: 98%;
+.row-actions {
+       visibility: hidden;
+       padding: 2px 0 0;
 }
 
-#pending {
-       background: 0 none;
-       border: 0 none;
-       padding: 0;
-       font-size: 11px;
-       margin-top: -1px;
+tr:hover .row-actions,
+div.comment-item:hover .row-actions {
+       visibility: visible;
 }
 
-#edit-slug-box {
-       height: 1em;
-       margin-top: 8px;
-       padding: 0 7px;
+.row-actions-visible {
+       padding: 2px 0 0;
 }
 
-#editable-post-name-full {
-       display: none;
+.form-table .pre {
+       padding: 8px;
+       margin: 0;
 }
 
-#editable-post-name input {
-       width: 16em;
+table.form-table td .updated {
+       font-size: 13px;
 }
 
-.postarea h3 label {
+.tagchecklist {
+       margin-left: 14px;
+       font-size: 12px;
+       overflow: auto;
+}
+.tagchecklist strong {
+       margin-left: -8px;
+       position: absolute;
+}
+.tagchecklist span {
+       margin-right: 25px;
+       display: block;
+       float: left;
+       font-size: 11px;
+       line-height: 1.8em;
+       white-space: nowrap;
+       cursor: default;
+}
+.tagchecklist span a {
+       margin: 6px 0pt 0pt -9px;
+       cursor: pointer;
+       width: 10px;
+       height: 10px;
+       display: block;
        float: left;
+       text-indent: -9999px;
+       overflow: hidden;
+       position: absolute;
 }
 
-.postarea #add-media-button {
-       float: right;
-       margin: 7px 0pt 0pt;
-       position: relative;
-       right: 10px;
+#poststuff h2 {
+       margin-top: 20px;
+       font-size: 1.5em;
+       margin-bottom: 15px;
+       padding: 0 0 3px;
+       clear: left;
 }
 
-#poststuff #editor-toolbar {
-       height: 30px;
+#poststuff h3,
+.metabox-holder h3 {
+       font-size: 15px;
+       font-weight: normal;
+       padding: 7px 10px;
+       margin: 0;
+       line-height: 1;
 }
 
-.wp_themeSkin tr.mceFirst td.mceToolbar {
-       border-width: 0 0 1px;
-       border-style: none none solid;
+#poststuff .inside {
+       margin: 6px 0 8px;
 }
 
-#edButtonPreview,
-#edButtonHTML {
-       height: 18px;
-       margin: 5px 5px 0 0;
-       padding: 4px 5px 2px;
-       float: right;
-       cursor: pointer;
-       border-width: 1px;
-       border-style: solid;
-       -moz-border-radius: 3px 3px 0 0;
-       -webkit-border-top-right-radius: 3px;
-       -webkit-border-top-left-radius: 3px;
-       -khtml-border-top-right-radius: 3px;
-       -khtml-border-top-left-radius: 3px;
-       border-top-right-radius: 3px;
-       border-top-left-radius: 3px;
+#post-visibility-select,
+#post-formats-select {
+       line-height: 1.5em;
+       margin-top: 3px;
 }
 
-.js .theEditor {
-       color: white;
+#poststuff #submitdiv .inside {
+       margin: 0;
+       padding: 0;
 }
 
-#poststuff #edButtonHTML {
-       margin-right: 15px;
+#titlediv,
+#poststuff .postarea {
+       margin-bottom: 20px;
 }
 
-#media-buttons {
-       cursor: default;
-       padding: 8px 8px 0;
+td.post-title strong,
+td.plugin-title strong {
+       display: block;
+       margin-bottom: .2em;
 }
 
-#media-buttons a {
-       cursor: pointer;
-       padding: 0 0 5px 10px;
+td.post-title p,
+td.plugin-title p {
+       margin: 6px 0;
 }
 
-#media-buttons img,
-#submitpost #ajax-loading,
-#submitpost .ajax-loading {
-       vertical-align: middle;
+#templateside ul li a {
+       text-decoration: none;
 }
 
-#wpcontent .ajax-loading {
-       visibility: hidden;
+.tool-box .title {
+       margin: 8px 0;
+       font-size: 18px;
+       font-weight: normal;
+       line-height: 24px;
 }
 
-.submitbox .submit {
-       text-align: left;
-       padding: 12px 10px 10px;
-       font-size: 11px;
+#sidemenu {
+       margin: -30px 15px 0 315px;
+       list-style: none;
+       position: relative;
+       float: right;
+       padding-left: 10px;
+       font-size: 12px;
 }
 
-.submitbox .submitdelete {
+#sidemenu a {
+       padding: 0 7px;
+       display: block;
+       float: left;
+       line-height: 28px;
+       border-top-width: 1px;
+       border-top-style: solid;
        border-bottom-width: 1px;
        border-bottom-style: solid;
-       text-decoration: none;
-       padding: 1px 2px;
 }
 
-.inside-submitbox #post_status {
-       margin: 2px 0 2px -2px;
+#sidemenu li {
+       display: inline;
+       line-height: 200%;
+       list-style: none;
+       text-align: center;
+       white-space: nowrap;
+       margin: 0;
+       padding: 0;
 }
 
-.submitbox .submit a:hover {
-       border-bottom-width: 1px;
-       border-bottom-style: solid;
+#sidemenu a.current {
+       font-weight: normal;
+       padding-left: 6px;
+       padding-right: 6px;
+       -webkit-border-top-left-radius: 3px;
+       -webkit-border-top-right-radius: 3px;
+       border-top-left-radius: 3px;
+       border-top-right-radius: 3px;
+       border-width: 1px;
+       border-style: solid;
 }
 
-.submitbox .submit input {
-       margin-bottom: 8px;
-       margin-right: 4px;
-       padding: 6px;
+#sidemenu li a .count-0 {
+       display: none;
 }
 
-#post-status-select, #post-format {
-       line-height: 2.5em;
-       margin-top: 3px;
+.plugin-install #description,
+.plugin-install-network #description {
+       width: 60%;
 }
 
-/* Post Screen */
-#post-body #normal-sortables {
-       min-height: 50px;
+table .vers,
+table .column-visible,
+table .column-rating {
+       text-align: left;
 }
 
-#post-body #advanced-sortables {
-       min-height: 20px;
+.error-message {
+       color: red;
+       font-weight: bold;
 }
 
-.postbox {
-       -moz-border-radius: 3px;
-       -webkit-border-radius: 3px;
-       -khtml-border-radius: 3px;
-       border-radius: 3px;
-       position: relative;
-       min-width: 255px;
+/* Scrollbar fix for bulk upgrade iframe */
+body.iframe {
+       height: 98%;
 }
 
-#trackback_url {
-       width: 99%;
-}
 
-#normal-sortables .postbox .submit {
-       background: transparent none;
-       border: 0 none;
-       float: right;
-       padding: 0 12px;
-       margin:0;
+/* - Only used once or twice in all of WP - deprecate for global style
+------------------------------------------------------------------------------*/
+td.media-icon {
+       text-align: center;
+       width: 80px;
+       padding-top: 8px;
+       padding-bottom: 8px;
 }
 
-#side-sortables .category-add input {
-       width: 94%;
+td.media-icon img {
+       max-width: 80px;
+       max-height: 60px;
 }
 
-#side-sortables .category-add select {
-       width: 100%;
+.screen-per-page {
+       width: 3em;
 }
 
-#side-sortables .category-add input.category-add-sumbit,
-#post-body .category-add input.category-add input.category-add-sumbit {
-       width: auto;
+.list-ajax-loading {
+       float: right;
+       margin-right: 9px;
+       margin-top: -1px;
 }
 
-#post-body ul.category-tabs,
-#post-body ul.add-menu-item-tabs {
-       float: left;
-       width: 120px;
-       text-align: right;
-       /* Negative margin for the sake of those without JS: all tabs display */
-       margin: 0 -120px 0 5px;
-       padding: 0;
+.tablenav .list-ajax-loading {
+       margin-top: 7px;
 }
 
-#post-body ul.category-tabs li,
-#post-body ul.add-menu-item-tabs li {
-       padding: 8px;
+#howto {
+       font-size: 11px;
+       margin: 0 5px;
+       display: block;
 }
 
-#post-body ul.category-tabs li.tabs,
-#post-body ul.add-menu-item-tabs li.tabs {
-       -moz-border-radius: 3px 0 0 3px;
-       -webkit-border-top-left-radius: 3px;
-       -webkit-border-bottom-left-radius: 3px;
-       -khtml-border-top-left-radius: 3px;
-       -khtml-border-bottom-left-radius: 3px;
-       border-top-left-radius: 3px;
-       border-bottom-left-radius: 3px;
+.importers td {
+       padding-right: 14px;
 }
 
-#post-body ul.category-tabs li.tabs a,
-#post-body ul.add-menu-item-tabs li.tabs a {
-       font-weight: bold;
-       text-decoration: none;
+.importers {
+       font-size: 16px;
+       width: auto;
 }
 
-.wp-tab-panel,
-.categorydiv div.tabs-panel,
-.customlinkdiv div.tabs-panel,
-.posttypediv div.tabs-panel,
-.taxonomydiv div.tabs-panel,
-#linkcategorydiv div.tabs-panel {
-       height: 200px;
-       overflow: auto;
-       padding: 0.5em 0.9em;
-       border-style: solid;
-       border-width: 1px;
+#namediv table {
+       width: 100%;
 }
 
-.nav-menus-php .customlinkdiv div.tabs-panel,
-.nav-menus-php .posttypediv div.tabs-panel,
-.nav-menus-php .taxonomydiv div.tabs-panel {
-       height: auto;
-       max-height: 205px;
+#namediv td.first {
+       width: 10px;
+       white-space: nowrap;
 }
 
-div.tabs-panel-active {
-       display:block;
+#namediv input {
+       width: 98%;
 }
 
-div.tabs-panel-inactive {
-       display:none;
+#namediv p {
+       margin: 10px 0;
 }
 
-#post-body .categorydiv div.tabs-panel,
-.taxonomy div.tabs-panel,
-#post-body #linkcategorydiv div.tabs-panel {
-       margin: 0 5px 0 125px;
+#submitdiv h3 {
+       margin-bottom: 0 !important;
 }
 
-#side-sortables .category-tabs li,
-#side-sortables .add-menu-item-tabs li,
-.wp-tab-bar li {
-       display: inline;
-       line-height: 1.35em;
+/* - Used - but could/should be deprecated with a CSS reset
+------------------------------------------------------------------------------*/
+.zerosize {
+       height: 0;
+       width: 0;
+       margin: 0;
+       border: 0;
+       padding: 0;
+       overflow: hidden;
+       position: absolute;
 }
 
-#side-sortables .category-tabs a,
-#side-sortables .add-menu-item-tabs a,
-.wp-tab-bar a {
-       text-decoration: none;
+br.clear {
+       height: 2px;
+       line-height: 2px;
 }
 
-#side-sortables .category-tabs,
-#side-sortables .add-menu-item-tabs,
-.wp-tab-bar {
-       margin-bottom: 3px;
+.checkbox {
+       border: none;
+       margin: 0;
+       padding: 0;
 }
 
-.categorydiv ul,
-.customlinkdiv ul,
-.posttypediv ul,
-.taxonomydiv ul,
-#linkcategorydiv ul {
-       list-style: none;
+fieldset {
+       border: 0;
        padding: 0;
        margin: 0;
 }
 
-#normal-sortables .postbox #replyrow .submit {
-       float: none;
+.post-categories {
+       display: inline;
        margin: 0;
-       padding: 3px 7px;
+       padding: 0;
 }
 
-#side-sortables .submitbox .submit input,
-#side-sortables .submitbox .submit .preview,
-#side-sortables .submitbox .submit a.preview:hover {
-       border: 0 none;
+.post-categories li {
+       display: inline;
 }
 
-#side-sortables .inside-submitbox .insidebox,
-.stuffbox .insidebox {
-       margin: 11px 0;
+
+
+
+
+/*-----------------------------------------------------------------------------
+ MERGED
+-------------------------------------------------------------------------------*/
+
+/* dashboard */
+.edit-box {
+       display: none;
 }
 
-#side-sortables .comments-box,
-#normal-sortables .comments-box {
-       border: 0 none;
+h3:hover .edit-box {
+       display: inline;
 }
-ul.category-tabs,
-ul.add-menu-item-tabs,
-ul.wp-tab-bar {
-       margin-top: 12px;
+
+.index-php form .input-text-wrap {
+       background: #fff;
+       border-style: solid;
+       border-width: 1px;
+       padding: 2px 3px;
+       border-color: #ccc;
 }
 
-#side-sortables .comments-box thead th,
-#normal-sortables .comments-box thead th {
-       background: transparent;
-       padding: 0 7px 4px;
-       font-style: italic;
+#dashboard-widgets form .input-text-wrap input {
+       border: 0 none;
+       outline: none;
+       margin: 0;
+       padding: 0;
+       width: 99%;
+       color: #333;
 }
 
-ul.category-tabs li.tabs,
-ul.add-menu-item-tabs li.tabs,
-.wp-tab-active {
-       border-style: solid solid none;
-       border-width: 1px 1px 0;
+form .textarea-wrap {
+       background: #fff;
+       border-style: solid;
+       border-width: 1px;
+       padding: 2px;
+       border-color: #ccc;
 }
 
-#commentsdiv img.waiting {
-       padding-left: 5px;
+#dashboard-widgets form .textarea-wrap textarea {
+       border: 0 none;
+       padding: 0;
+       outline: none;
+       width: 99%;
+       -moz-box-sizing: border-box;
+       -webkit-box-sizing: border-box;
+       box-sizing: border-box;
 }
 
-#post-body .category-tabs li.tabs,
-#post-body .add-menu-item-tabs li.tabs {
-       border-style: solid none solid solid;
-       border-width: 1px 0 1px 1px;
-       margin-right: -1px;
+#dashboard-widgets .postbox form .submit {
+       float: none;
+       margin: .5em 0 0;
+       padding: 0;
+       border: none;
 }
 
-ul.category-tabs li,
-ul.add-menu-item-tabs li,
-ul.wp-tab-bar li {
-       padding: 5px;
-       -moz-border-radius: 3px 3px 0 0;
-       -webkit-border-top-left-radius: 3px;
-       -webkit-border-top-right-radius: 3px;
-       -khtml-border-top-left-radius: 3px;
-       -khtml-border-top-right-radius: 3px;
-       border-top-left-radius: 3px;
-       border-top-right-radius: 3px;
+#dashboard-widgets-wrap #dashboard-widgets .postbox form .submit input {
+       margin: 0;
 }
 
-/* positioning etc. */
+#dashboard-widgets-wrap #dashboard-widgets .postbox form .submit #publish {
+       min-width: 0;
+}
 
-form#tags-filter {
-       position: relative;
+#dashboard-widgets a {
+       text-decoration: none;
 }
 
-.screen-per-page {
-       width: 3em;
+#dashboard-widgets h3 a {
+       text-decoration: underline;
 }
 
-#posts-filter fieldset {
-       float: left;
-       margin: 0 1.5ex 1em 0;
+#dashboard-widgets h3 .postbox-title-action {
+       position: absolute;
+       right: 30px;
        padding: 0;
+       top: 5px;
 }
 
-#posts-filter fieldset legend {
-       padding: 0 0 .2em 1px;
+#dashboard-widgets h4 {
+       font-weight: normal;
+       font-size: 13px;
+       margin: 0 0 .2em;
+       padding: 0;
 }
 
-/* Edit posts */
-
-td.post-title strong, td.plugin-title strong {
-       display: block;
-       margin-bottom: .2em;
+/* Right Now */
+#dashboard_right_now p.sub,
+#dashboard_right_now .table, #dashboard_right_now .versions {
+       margin: -12px;
 }
 
-td.post-title p, td.plugin-title p {
-       margin: 6px 0;
+#dashboard_right_now .inside {
+       font-size: 12px;
+       padding-top: 20px;
 }
 
-/* Global classes */
+#dashboard_right_now p.sub {
+       padding: 5px 0 15px;
+       color: #8f8f8f;
+       font-size: 14px;
+       position: absolute;
+       top: -17px;
+       left: 15px;
+}
 
-.wp-hidden-children .wp-hidden-child,
-.ui-tabs-hide {
-       display: none;
+#dashboard_right_now .table {
+       margin: 0;
+       padding: 0;
+       position: relative;
 }
 
-.commentlist .avatar {
-       vertical-align: text-top;
+#dashboard_right_now .table_content {
+       float: left;
+       border-top: #ececec 1px solid;
+       width: 45%;
 }
 
-#post-body .tagsdiv #newtag {
-       margin-right: 5px;
-       width: 16em;
+#dashboard_right_now .table_discussion {
+       float: right;
+       border-top: #ececec 1px solid;
+       width: 45%;
 }
 
-#side-sortables input#post_password {
-       width: 94%
+#dashboard_right_now table td {
+       padding: 3px 0;
+       white-space: nowrap;
 }
 
-#side-sortables .tagsdiv #newtag {
-       width: 68%;
+#dashboard_right_now table tr.first td {
+       border-top: none;
 }
 
-#post-status-info {
-       border-width: 0 1px 1px;
-       border-style: none solid solid;
-       width: 100%;
-       -moz-border-radius: 0 0 3px 3px;
-       -webkit-border-bottom-left-radius: 3px;
-       -webkit-border-bottom-right-radius: 3px;
-       -khtml-border-bottom-left-radius: 3px;
-       -khtml-border-bottom-right-radius: 3px;
-       border-bottom-left-radius: 3px;
-       border-bottom-right-radius: 3px;
+#dashboard_right_now td.b {
+       padding-right: 6px;
+       text-align: right;
+       font-size: 14px;
+       width: 1%;
 }
 
-#post-status-info td {
-       font-size: 12px;
+#dashboard_right_now td.b a {
+       font-size: 18px;
 }
 
-.autosave-info {
-       padding: 2px 15px 2px 2px;
-       text-align: right;
+#dashboard_right_now td.b a:hover {
+       color: #d54e21;
 }
 
-#editorcontent #post-status-info {
-       border: none;
+#dashboard_right_now .t {
+       font-size: 12px;
+       padding-right: 12px;
+       padding-top: 6px;
+       color: #777;
 }
 
-#post-body .wp_themeSkin .mceStatusbar a.mceResize {
-       display: block;
-       background: transparent url(../images/resize.gif) no-repeat scroll right bottom;
-       width: 12px;
-       cursor: se-resize;
-       margin: 0 2px;
-       position: relative;
-       top: 22px;
+#dashboard_right_now .t a {
+       white-space: nowrap;
 }
 
-#wp-word-count {
-       display: block;
-       padding: 2px 7px;
+#dashboard_right_now .spam {
+       color: red;
 }
 
-#timestampdiv select {
-       height: 20px;
-       line-height: 14px;
-       padding: 0;
-       vertical-align: top;
+#dashboard_right_now .waiting {
+       color: #e66f00;
 }
 
-#jj, #hh, #mn {
-       width: 2em;
-       padding: 1px;
-       font-size: 12px;
+#dashboard_right_now .approved {
+       color: green;
 }
 
-#aa {
-       width: 3.4em;
-       padding: 1px;
-       font-size: 12px;
+#dashboard_right_now .versions {
+       padding: 6px 10px 12px;
+       clear: both;
 }
 
-.curtime #timestamp {
-       background-repeat: no-repeat;
-       background-position: left top;
-       padding-left: 18px;
+#dashboard_right_now a.button {
+       float: right;
+       clear: right;
+       position: relative;
+       top: -5px;
 }
 
-#timestampdiv {
-       padding-top: 5px;
-       line-height: 23px;
+/* Recent Comments */
+#dashboard_recent_comments h3 {
+       margin-bottom: 0;
 }
 
-#timestampdiv p {
-       margin: 8px 0 6px;
+#dashboard_recent_comments .inside {
+       margin-top: 0;
 }
 
-#timestampdiv input {
-       border-width: 1px;
-       border-style: solid;
+#dashboard_recent_comments .comment-meta .approve {
+       font-style: italic;
+       font-family: sans-serif;
+       font-size: 10px;
 }
 
+#dashboard_recent_comments .subsubsub {
+       float: none;
+       white-space: normal;
+}
 
-/*------------------------------------------------------------------------------
-  11.1 - Custom Fields
-------------------------------------------------------------------------------*/
+#the-comment-list {
+       position: relative;
+}
 
-#postcustomstuff table,
-#postcustomstuff input,
-#postcustomstuff textarea {
-       border-width: 1px;
-       border-style: solid;
-       -moz-border-radius: 3px;
-       -khtml-border-radius: 3px;
-       -webkit-border-radius: 3px;
-       border-radius: 3px;
+#the-comment-list .comment-item {
+       padding: 1em 10px;
+       border-top: 1px solid;
 }
 
-#postcustomstuff .updatemeta,
-#postcustomstuff .deletemeta {
-       margin: auto;
+#the-comment-list .pingback {
+       padding-left: 9px !important;
 }
 
-#postcustomstuff thead th {
-       padding: 5px 8px 8px;
+#the-comment-list .comment-item,
+#the-comment-list #replyrow {
+       margin: 0 -10px;
 }
 
-#postcustom #postcustomstuff .submit {
-       border: 0 none;
-       float: none;
-       padding: 5px 8px;
+#the-comment-list .comment-item:first-child {
+       border-top: none;
 }
 
-#side-sortables #postcustom #postcustomstuff .submit {
-       padding: 0 5px;
+#the-comment-list .comment-item .avatar {
+       float: left;
+       margin: 0 10px 5px 0;
 }
 
-#side-sortables #postcustom #postcustomstuff td.left input {
-       margin: 3px 3px 0;
+#the-comment-list .comment-item h4 {
+       line-height: 1.7em;
+       margin-top: -0.4em;
+       color: #777;
 }
 
-#side-sortables #postcustom #postcustomstuff #the-list textarea {
-       height: 85px;
-       margin: 3px;
+#the-comment-list .comment-item h4 cite {
+       font-style: normal;
+       font-weight: normal;
 }
 
-#postcustomstuff table {
+#the-comment-list .comment-item blockquote,
+#the-comment-list .comment-item blockquote p {
        margin: 0;
-       width: 100%;
-       border-width: 1px;
-       border-style: solid;
-       border-spacing: 0;
+       padding: 0;
+       display: inline;
 }
 
-#postcustomstuff table input,
-#postcustomstuff table select,
-#postcustomstuff table textarea {
-       width: 95%;
-       margin: 8px 0 8px 8px;
+#dashboard_recent_comments #the-comment-list .trackback blockquote,
+#dashboard_recent_comments #the-comment-list .pingback blockquote {
+       display: block;
 }
 
-#postcustomstuff th.left,
-#postcustomstuff td.left {
-       width: 38%;
+#the-comment-list .comment-item p.row-actions {
+       margin: 3px 0 0;
+       padding: 0;
+       font-size: 12px;
 }
 
-#postcustomstuff .submit input {
-       width: auto;
+/* QuickPress */
+#dashboard_quick_press h4 {
+       font-family: sans-serif;
+       float: left;
+       width: 5em;
+       clear: both;
+       font-weight: normal;
+       text-align: right;
+       font-size: 12px;
 }
 
-#postcustomstuff #newmeta .submit {
-       padding: 0 8px;
+#dashboard_quick_press h4 label {
+       margin-right: 10px;
 }
 
-#postcustomstuff table #addmetasub {
-       width: auto;
+#dashboard_quick_press .input-text-wrap,
+#dashboard_quick_press .textarea-wrap {
+       margin: 0 0 1em 5em;
 }
 
-#postcustomstuff #newmetaleft {
-       vertical-align: top;
+#dashboard_quick_press .wp-media-buttons {
+       margin: 0 0 .5em 5em;
+       padding: 0;
 }
 
-#postcustomstuff #newmetaleft a {
-       padding: 0 10px;
-       text-decoration: none;
+#dashboard_quick_press .wp-media-buttons a {
+       color: #777;
 }
 
+#dashboard-widgets #dashboard_quick_press form p.submit {
+       margin-left: 4.6em;
+}
 
-/*------------------------------------------------------------------------------
-  11.2 - Post Revisions
-------------------------------------------------------------------------------*/
-
-table.diff {
-       width: 100%;
+#dashboard-widgets #dashboard_quick_press form p.submit input {
+       float: left;
 }
 
-table.diff col.content {
-       width: 50%;
+#dashboard-widgets #dashboard_quick_press form p.submit #save-post {
+       margin: 0 1em 0 10px;
 }
 
-table.diff tr {
-       background-color: transparent;
+#dashboard-widgets #dashboard_quick_press form p.submit #publish {
+       float: right;
 }
 
-table.diff td, table.diff th {
-       padding: .5em;
-       font-family: Consolas, Monaco, monospace;
-       border: none;
+#dashboard-widgets #dashboard_quick_press form p.submit img.waiting {
+       vertical-align: middle;
+       visibility: hidden;
+       margin: 4px 6px 0 0;
 }
 
-table.diff .diff-deletedline del, table.diff .diff-addedline ins {
-       text-decoration: none;
+/* Recent Drafts */
+#dashboard_recent_drafts ul,
+#dashboard_recent_drafts p {
+       margin: 0;
+       padding: 0;
 }
 
+#dashboard_recent_drafts ul {
+       list-style: none;
+}
 
-/*------------------------------------------------------------------------------
-  12.0 - Categories
-------------------------------------------------------------------------------*/
+#dashboard_recent_drafts ul li {
+       margin-bottom: 1em;
+}
 
-.category-adder {
-       margin-left: 120px;
-       padding: 4px 0;
+#dashboard_recent_drafts h4 {
+       line-height: 1.7em;
 }
 
-.category-adder h4 {
-       margin: 0 0 8px;
+#dashboard_recent_drafts h4 abbr {
+       font-weight: normal;
+       font-family: sans-serif;
+       font-size: 12px;
+       color: #999;
+       margin-left: 3px;
 }
 
-#side-sortables .category-adder {
+/* Feeds */
+.rss-widget ul {
        margin: 0;
+       padding: 0;
+       list-style: none;
 }
 
-#post-body .category-add input, .category-add select {
-       width: 30%;
+a.rsswidget {
+       font-size: 13px;
+       line-height: 1.7em;
 }
 
-#side-sortables .category-add select {
-       width: 100%;
+.rss-widget ul li {
+       line-height: 1.5em;
+       margin-bottom: 12px;
 }
 
-#side-sortables .category-add input.category-add-sumbit, #post-body .category-add input.category-add input.category-add-sumbit {
-       width: auto;
+.rss-widget span.rss-date {
+       color: #999;
+       font-size: 12px;
+       margin-left: 3px;
 }
 
-#post-body ul.category-tabs,
-#post-body ul.add-menu-item-tabs {
-       float: left;
-       width: 120px;
+.rss-widget cite {
+       display: block;
        text-align: right;
-       /* Negative margin for the sake of those without JS: all tabs display */
-       margin: 0 -120px 0 5px;
+       margin: 0 0 1em;
        padding: 0;
 }
 
-#post-body ul.category-tabs li,
-#post-body ul.add-menu-item-tabs li {
-       padding: 8px;
+.rss-widget cite:before {
+       content: '\2014';
 }
 
-#post-body ul.category-tabs li.tabs,
-#post-body ul.add-menu-item-tabs li.tabs {
-       -moz-border-radius: 3px 0 0 3px;
-       -webkit-border-top-left-radius: 3px;
-       -webkit-border-bottom-left-radius: 3px;
-       -khtml-border-top-left-radius: 3px;
-       -khtml-border-bottom-left-radius: 3px;
-       border-top-left-radius: 3px;
-       border-bottom-left-radius: 3px;
+/* Plugins */
+#dashboard_plugins h4 {
+       line-height: 1.7em;
 }
 
-#post-body ul.category-tabs li.tabs a,
-#post-body ul.add-menu-item-tabs li.tabs a {
-       font-weight: bold;
-       text-decoration: none;
+#dashboard_plugins h5 {
+       font-weight: normal;
+       font-size: 13px;
+       margin: 0;
+       display: inline;
+       line-height: 1.4em;
 }
 
-.categorydiv div.tabs-panel,
-.customlinkdiv div.tabs-panel,
-.posttypediv div.tabs-panel,
-.taxonomydiv div.tabs-panel,
-#linkcategorydiv div.tabs-panel {
-       height: 200px;
-       overflow: auto;
-       padding: 0.5em 0.9em;
-       border-style: solid;
-       border-width: 1px;
+#dashboard_plugins h5 a {
+       line-height: 1.4em;
 }
 
-.nav-menus-php .customlinkdiv div.tabs-panel,
-.nav-menus-php .posttypediv div.tabs-panel,
-.nav-menus-php .taxonomydiv div.tabs-panel {
-       height: auto;
-       max-height: 205px;
+#dashboard_plugins .inside span {
+       font-size: 12px;
+       padding-left: 5px;
 }
 
-div.tabs-panel-active {
-       display:block;
+#dashboard_plugins p {
+       margin: 0.3em 0 1.4em;
+       line-height: 1.4em;
 }
 
-div.tabs-panel-inactive {
-       display:none;
+.dashboard-comment-wrap {
+       overflow: hidden;
+       word-wrap: break-word;
 }
 
-#post-body .categorydiv div.tabs-panel,
-.taxonomy div.tabs-panel,
-#post-body #linkcategorydiv div.tabs-panel {
-       margin: 0 5px 0 125px;
+/* Browser Nag */
+#dashboard_browser_nag a.update-browser-link {
+       font-size: 1.2em;
+       font-weight: bold;
 }
 
-.categorydiv ul,
-.customlinkdiv ul,
-.posttypediv ul,
-.taxonomydiv ul,
-#linkcategorydiv ul {
-       list-style: none;
-       padding: 0;
-       margin: 0;
+#dashboard_browser_nag a {
+       text-decoration: underline;
 }
 
-#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: 18px;
+#dashboard_browser_nag p.browser-update-nag.has-browser-icon {
+       padding-right: 125px;
 }
 
-ul.categorychecklist li {
-       margin: 0;
-       padding: 0;
-       line-height: 19px;
-       word-wrap: break-word;
+#dashboard_browser_nag .browser-icon {
+       margin-top: -35px;
 }
 
-.categorydiv .tabs-panel,
-.customlinkdiv .tabs-panel,
-.posttypediv .tabs-panel,
-.taxonomydiv .tabs-panel {
-       border-width: 3px;
-       border-style: solid;
+#dashboard_browser_nag.postbox.browser-insecure {
+       background-color: #ac1b1b;
+       border-color: #ac1b1b;
+}
+
+#dashboard_browser_nag.postbox {
+       background-color: #e29808;
+       background-image: none;
+       border-color: #edc048;
+       -moz-box-shadow: none;
+       -webkit-box-shadow: none;
+       box-shadow: none;
+       color: #fff;
 }
 
-ul.category-tabs,
-ul.add-menu-item-tabs {
-       margin-top: 12px;
+#dashboard_browser_nag.postbox.browser-insecure h3 {
+       border-bottom-color: #cd5a5a;
+       color: #fff;
 }
 
-ul.category-tabs li.tabs,
-ul.add-menu-item-tabs li.tabs {
-       border-style: solid solid none;
-       border-width: 1px 1px 0;
+#dashboard_browser_nag.postbox h3 {
+       border-bottom-color: #f6e2ac;
+       text-shadow: none;
+       -moz-box-shadow: none;
+       -webkit-box-shadow: none;
+       box-shadow: none;
+       background: transparent none;
+       color: #fff;
 }
 
-#post-body .category-tabs li.tabs,
-#post-body .add-menu-item-tabs li.tabs {
-       border-style: solid none solid solid;
-       border-width: 1px 0 1px 1px;
-       margin-right: -1px;
+#dashboard_browser_nag a {
+       color: #fff;
 }
 
-ul.category-tabs li,
-ul.add-menu-item-tabs li {
-       padding: 5px;
-       -moz-border-radius: 3px 3px 0 0;
-       -webkit-border-top-left-radius: 3px;
-       -webkit-border-top-right-radius: 3px;
-       -khtml-border-top-left-radius: 3px;
-       -khtml-border-top-right-radius: 3px;
-       border-top-left-radius: 3px;
-       border-top-right-radius: 3px;
+#dashboard_browser_nag.browser-insecure a.browse-happy-link,
+#dashboard_browser_nag.browser-insecure a.update-browser-link {
+       text-shadow: #871b15 0 1px 0;
 }
 
-.form-wrap {
-       margin: 10px 0;
-       width: 97%;
+#dashboard_browser_nag a.browse-happy-link,
+#dashboard_browser_nag a.update-browser-link {
+       text-shadow: #d29a04 0 1px 0;
 }
 
-.form-wrap p,
-.form-wrap label {
-       font-size: 11px;
+
+/* login */
+
+.login * {
+       margin: 0;
+       padding: 0;
 }
 
-.form-wrap label {
-       display: block;
-       padding: 2px;
-       font-size: 12px;
+.login form {
+       margin-left: 8px;
+       padding: 26px 24px 46px;
+       font-weight: normal;
+       background: #fff;
+       border: 1px solid #e5e5e5;
+       -moz-box-shadow: rgba(200, 200, 200, 0.7) 0px 4px 10px -1px;
+       -webkit-box-shadow: rgba(200, 200, 200, 0.7) 0px 4px 10px -1px;
+       box-shadow: rgba(200, 200, 200, 0.7) 0px 4px 10px -1px;
 }
 
-.form-field input,
-.form-field textarea {
-       border-style: solid;
-       border-width: 1px;
-       width: 95%;
+.login form .forgetmenot {
+       font-weight: normal;
+       float: left;
+       margin-bottom: 0;
 }
 
-p.description,
-.form-wrap p {
-       margin: 2px 0 5px;
+.login .button-primary {
+       font-size: 13px !important;
+       line-height: 16px;
+       padding: 3px 10px;
+       float: right;
 }
 
-p.help,
-p.description,
-span.description,
-.form-wrap p {
-       font-size: 12px;
-       font-style: italic;
-       font-family: sans-serif;
+#login form p {
+       margin-bottom: 0;
 }
 
-.form-wrap .form-field {
-       margin: 0 0 10px;
-       padding: 8px;
+#login form p.submit {
+       padding: 0;
 }
 
-.col-wrap h3 {
-       margin: 12px 0;
-       font-size: 1.1em;
+.login label {
+       color: #777;
+       font-size: 14px;
 }
 
-.col-wrap p.submit {
-       margin-top: -10px;
+.login form .forgetmenot label {
+       font-size: 12px;
+       line-height: 19px;
 }
 
+.login form p {
+       margin-bottom: 24px;
+}
 
-/*------------------------------------------------------------------------------
-  13.0 - Tags
-------------------------------------------------------------------------------*/
+.login h1 a {
+       background: url(../images/logo-login.png) no-repeat top center;
+       width: 326px;
+       height: 67px;
+       text-indent: -9999px;
+       overflow: hidden;
+       padding-bottom: 15px;
+       display: block;
+}
 
-.taghint {
-       color: #aaa;
-       margin: 15px 0 -24px 12px;
+#login {
+       width: 320px;
+       padding: 114px 0 0;
+       margin: auto;
 }
 
-#poststuff .tagsdiv .howto {
-       margin: 0 0 6px 8px;
+#login_error,
+.login .message {
+       margin: 0 0 16px 8px;
+       padding: 12px;
 }
 
-.ajaxtag .newtag {
-       position: relative;
+.login #nav,
+.login #backtoblog {
+       text-shadow: #fff 0 1px 0;
+       margin: 0 0 0 16px;
+       padding: 16px 16px 0;
 }
 
-.tagsdiv .newtag {
-       width: 180px;
+#backtoblog {
+       padding: 12px 16px 0;
 }
 
-.tagsdiv .the-tags {
-       display: block;
-       height: 60px;
-       margin: 0 auto;
-       overflow: auto;
-       width: 260px;
+.login form .input {
+       font-weight: 200;
+       font-size: 24px;
+       line-height: 1;
+       width: 100%;
+       padding: 3px;
+       margin-top: 2px;
+       margin-right: 6px;
+       margin-bottom: 16px;
+       border: 1px solid #e5e5e5;
+       background: #fbfbfb;
+       outline: none;
+       -moz-box-shadow: inset 1px 1px 2px rgba(200, 200, 200, 0.2);
+       -webkit-box-shadow: inset 1px 1px 2px rgba(200, 200, 200, 0.2);
+       box-shadow: inset 1px 1px 2px rgba(200, 200, 200, 0.2);
 }
 
-#post-body-content .tagsdiv .the-tags {
-       margin: 0 5px;
+.login input {
+       color: #555;
 }
 
-p.popular-tags {
-       -moz-border-radius: 8px;
-       -khtml-border-radius: 8px;
-       -webkit-border-radius: 8px;
-       border-radius: 8px;
-       border-width: 1px;
+.login #pass-strength-result {
+       width: 250px;
+       font-weight: bold;
        border-style: solid;
-       line-height: 2em;
-       padding: 8px 12px 12px;
-       text-align: justify;
+       border-width: 1px;
+       margin: 12px 0 6px;
+       padding: 6px 5px;
+       text-align: center;
 }
 
-p.popular-tags a {
-       padding: 0 3px;
-}
 
-.tagcloud {
-       width: 97%;
-       margin: 0 0 40px;
-       text-align: justify;
+/* ms */
+/* Dashboard: MS Specific Data */
+#dashboard_right_now p.musub {
+       margin-top: 12px;
+       border-top: 1px solid #ececec;
+       padding-left: 16px;
+       position: static;
 }
 
-.tagcloud h3 {
-       margin: 2px 0 12px;
+.rtl #dashboard_right_now p.musub {
+       padding-left: 0;
+       padding-right: 16px;
 }
 
-.ac_results {
-       padding: 0;
-       margin: 0;
-       list-style: none;
-       position: absolute;
-       z-index: 10000;
-       display: none;
-       border-width: 1px;
-       border-style: solid;
+#dashboard_right_now td.b a.musublink {
+       font-size: 16px;
 }
 
-.ac_results li {
-       padding: 2px 5px;
-       white-space: nowrap;
-       text-align: left;
+#dashboard_right_now div.musubtable {
+       border-top: none;
 }
 
-.ac_over {
-       cursor: pointer;
+#dashboard_right_now div.musubtable .t {
+       white-space: normal;
 }
 
-.ac_match {
-       text-decoration: underline;
+/* Background Color for Site Status */
+.wp-list-table .site-deleted {
+       background: #ff8573;
+}
+.wp-list-table .site-spammed {
+       background: #faafaa;
+}
+.wp-list-table .site-archived {
+       background: #ffebe8;
+}
+.wp-list-table .site-mature {
+       background: #fecac2;
 }
 
 
-/*------------------------------------------------------------------------------
-  14.0 - Media Screen
-------------------------------------------------------------------------------*/
+/* nav-menu */
 
-#wpbody-content #media-items .describe {
-       border-collapse: collapse;
-       width: 100%;
-       border-top-style: solid;
-       border-top-width: 1px;
-       clear: both;
-       cursor: default;
-       padding: 5px;
+#nav-menus-frame {
+       margin-left: 300px;
 }
 
-#wpbody-content .describe th {
-       vertical-align: top;
-       text-align: left;
-       padding: 10px;
-       width: 140px;
+#wpbody-content #menu-settings-column {
+       display:inline;
+       width:281px;
+       margin-left: -300px;
+       clear: both;
+       float: left;
+       padding-top: 24px;
 }
 
-#wpbody-content .describe .media-item-info tr {
-       background-color: transparent;
+.no-js #wpbody-content #menu-settings-column {
+       padding-top: 31px;
 }
 
-#wpbody-content .describe .media-item-info td {
-       padding: 4px 10px 0;
+#menu-settings-column .inside {
+       clear: both;
 }
 
-.describe .media-item-info .A1B1 {
-       padding: 0 0 0 10px;
+.metabox-holder-disabled .postbox {
+       opacity: 0.5;
+       filter: alpha(opacity=50);
 }
 
-#wpbody-content .filename {
-       padding: 0 10px;
+.metabox-holder-disabled .button-controls .select-all {
+       display: none;
 }
 
-#wpbody-content .media-item .thumbnail {
-       max-height: 128px;
-       max-width: 128px;
+#wpbody {
+       position: relative;
 }
 
-#wpbody-content #async-upload-wrap a {
-       display: none;
+/* Menu Container */
+#menu-management-liquid {
+       float: left;
+       min-width: 100%;
 }
 
-.media-upload-form td label {
-       margin-right: 6px;
-       margin-left: 2px;
+#menu-management {
+       position: relative;
+       margin-right: 20px;
+       margin-top: -3px;
+       width: 100%;
 }
 
-.media-upload-form .align .field label {
-       display: inline;
-       padding: 0 0 0 22px;
-       margin: 0 1em 0 0;
-       font-weight: bold;
+#menu-management .menu-edit {
+       margin-bottom: 20px;
 }
 
-.media-upload-form tr.image-size label {
-       margin: 0 0 0 3px;
-       font-weight: bold;
+.nav-menus-php #post-body {
+       padding: 10px;
+       border-width: 1px 0;
+       border-style: solid;
 }
 
-.media-upload-form th.label label {
-       font-weight: bold;
-       margin: 0.5em;
-       font-size: 13px;
+#nav-menu-header,
+#nav-menu-footer {
+       padding: 0 10px;
 }
 
-.media-upload-form th.label label span {
-       padding: 0 5px;
+#nav-menu-header {
+       border-bottom: 1px solid;
 }
 
-abbr.required {
-       border: medium none;
-       text-decoration: none;
+#nav-menu-footer {
+       border-top: 1px solid;
 }
 
-#wpbody-content .describe input[type="text"],
-#wpbody-content .describe textarea {
-       width: 460px;
+.nav-menus-php #post-body div.updated,
+.nav-menus-php #post-body div.error {
+       margin: 0;
 }
 
-#wpbody-content .describe p.help {
-       margin: 0;
-       padding: 0 0 0 5px;
+.nav-menus-php #post-body-content {
+       position: relative;
 }
 
-.media-item .error-div a.dismiss,
-.describe-toggle-on,
-.describe-toggle-off {
-       display: block;
-       line-height: 36px;
-       float: right;
-       margin-right: 20px;
+#menu-management .menu-add-new abbr {
+       font-weight:bold;
 }
 
-.describe-toggle-off {
-       display: none;
+/* Menu Tabs */
+
+#menu-management .nav-tabs-nav {
+       margin: 0 20px;
 }
 
-#wpbody-content .media-item {
-       border-bottom-style: solid;
-       border-bottom-width: 1px;
-       min-height: 36px;
-       position: relative;
-       width: 100%;
+#menu-management .nav-tabs-arrow {
+       width: 10px;
+       padding: 0 5px 4px;
+       cursor: pointer;
+       position: absolute;
+       top: 0;
+       line-height: 22px;
+       font-size: 18px;
+       text-shadow: 0 1px 0 #fff;
 }
 
-#wpbody-content .media-single .media-item {
-       border-bottom-style: none;
-       border-bottom-width: 0;
+#menu-management .nav-tabs-arrow-left {
+       left: 0;
 }
 
-#wpbody-content #media-items {
-       border-style: solid solid none;
-       border-width: 1px;
-       width: 670px;
+#menu-management .nav-tabs-arrow-right {
+       right: 0;
+       text-align: right;
 }
 
-#wpbody-content #media-items .filename {
-       line-height: 36px;
+#menu-management .nav-tabs-wrapper {
+       width: 100%;
+       height: 28px;
+       margin-bottom: -1px;
        overflow: hidden;
 }
 
-.media-item .error-div {
-       padding-left: 10px;
+#menu-management .nav-tabs {
+       padding-left: 20px;
+       padding-right: 10px;
 }
 
-.media-item .pinkynail {
+.js #menu-management .nav-tabs {
        float: left;
-       margin: 2px;
-       max-width: 40px;
-       max-height: 32px;
+       margin-left: 0px;
+       margin-right: -400px;
 }
 
-.media-item .startopen,
-.media-item .startclosed {
-       display: none;
+#menu-management .nav-tab {
+       margin-bottom: 0;
+       font-size: 14px;
 }
 
-.media-item .original {
-       position: relative;
-       height: 34px;
-       width: 503px;
+#select-nav-menu-container {
+       text-align: right;
+       padding: 0 10px 3px 10px;
+       margin-bottom: 5px;
 }
 
-.media-item .percent {
-       font-weight: bold;
+#select-nav-menu {
+       width: 100px;
+       display: inline;
+}
+
+#menu-name-label {
+       margin-top: -2px;
 }
 
-.crunching {
+#wpbody .open-label {
        display: block;
-       line-height: 32px;
-       text-align: right;
-       margin-right: 5px;
+       float:left;
 }
 
-.progress {
-       position: relative;
-       margin-bottom: -36px;
-       height: 36px;
+#wpbody .open-label span {
+       padding-right: 10px;
 }
 
-.bar {
-       width: 0;
-       height: 100%;
-       border-right-width: 3px;
-       border-right-style: solid;
+.js .input-with-default-title {
+       font-style: italic;
 }
 
-.upload-php .fixed .column-parent {
-       width: 25%;
+#menu-management .inside {
+       padding: 0 10px;
 }
 
+/* Add Menu Item Boxes */
+.postbox .howto input {
+       width: 180px;
+       float: right;
+}
 
-/*------------------------------------------------------------------------------
-  14.1 - Media Uploader
-------------------------------------------------------------------------------*/
-
-.find-box {
-       width: 500px;
-       height: 300px;
-       overflow: hidden;
-       padding: 33px 5px 40px;
-       position: absolute;
-       z-index: 1000;
+.customlinkdiv .howto input {
+       width: 200px;
 }
 
-.find-box-head {
-       cursor: move;
-       font-weight: bold;
-       height: 2em;
-       line-height: 2em;
-       padding: 1px 12px;
-       position: absolute;
-       top: 5px;
+#nav-menu-theme-locations .howto select {
        width: 100%;
 }
 
-.find-box-inside {
-       overflow: auto;
-       width: 100%;
-       height: 100%;
+#nav-menu-theme-locations .button-controls {
+       text-align: right;
 }
 
-.find-box-search {
-       padding: 12px;
-       border-width: 1px;
-       border-style: none none solid;
+.add-menu-item-view-all {
+       height: 400px;
 }
 
-#find-posts-response {
-       margin: 8px 0;
-       padding: 0 1px;
+/* Button Primary Actions */
+#menu-container .submit {
+       margin: 0px 0px 10px;
+       padding: 0px;
 }
 
-#find-posts-response table {
-       width: 100%;
+.nav-menus-php .meta-sep,
+.nav-menus-php .submitdelete,
+.nav-menus-php .submitcancel {
+       display: block;
+       float: left;
+       margin: 4px 0;
+       line-height: 15px;
 }
 
-#find-posts-response .found-radio {
-       padding: 5px 0 0 8px;
-       width: 15px;
+.meta-sep {
+       padding: 0 2px;
 }
 
-.find-box-buttons {
-       width: 480px;
-       margin: 8px;
+#cancel-save {
+       text-decoration: underline;
+       font-size: 12px;
+       margin-left: 20px;
+       margin-top: 5px;
 }
 
-.find-box-search label {
-       padding-right: 6px;
+/* Button Secondary Actions */
+.list-controls {
+       float: left;
+       margin-top: 5px;
 }
 
-.find-box #resize-se {
-       position: absolute;
-       right: 1px;
-       bottom: 1px;
+.add-to-menu {
+       float: right;
 }
 
-ul#dismissed-updates {
+.postbox img.waiting {
        display: none;
+       vertical-align: middle;
 }
 
-form.upgrade {
-       margin-top: 8px;
+.button-controls {
+       clear:both;
+       margin: 10px 0;
 }
 
-form.upgrade .hint {
-       font-style: italic;
-       font-size: 85%;
-       margin: -0.5em 0 2em 0;
+.show-all,
+.hide-all {
+       cursor: pointer;
 }
 
-#poststuff .inside .the-tagcloud {
-       margin: 5px 0 10px;
-       padding: 8px;
-       border-width: 1px;
-       border-style: solid;
-       line-height: 1.8em;
-       word-spacing: 3px;
-       -moz-border-radius: 6px;
-       -khtml-border-radius: 6px;
-       -webkit-border-radius: 6px;
-       border-radius: 6px;
+.hide-all {
+       display: none;
 }
 
-br.clear {
-       height: 2px;
-       line-height: 2px;
+/* Create Menu */
+#menu-name {
+       width: 270px;
 }
 
-.swfupload {
-       margin: 5px 10px;
-       vertical-align: middle;
+#manage-menu .inside {
+       padding: 0px 0px;
 }
 
+/* Custom Links */
+#available-links dt {
+       display: block;
+}
 
-/*------------------------------------------------------------------------------
-  14.2 - Image Editor
-------------------------------------------------------------------------------*/
+#add-custom-link .howto {
+       font-size: 12px;
+}
 
-.describe .image-editor {
-       vertical-align: top;
+#add-custom-link label span {
+       display: block;
+       float: left;
+       margin-top: 5px;
+       padding-right: 5px;
 }
 
-.imgedit-wrap {
-       position: relative;
+.menu-item-textbox {
+       width: 180px;
 }
 
-.imgedit-settings p {
-       margin: 8px 0;
+.nav-menus-php .howto span {
+       margin-top: 4px;
+       display: block;
+       float: left;
 }
 
-.describe .imgedit-wrap table td {
-       vertical-align: top;
-       padding-top: 0;
+/* Menu item types */
+.quick-search {
+       width: 190px;
 }
 
-.imgedit-wrap p,
-.describe .imgedit-wrap table td {
-       font-size: 11px;
-       line-height: 18px;
+.nav-menus-php .list-wrap {
+       display: none;
+       clear: both;
+       margin-bottom: 10px;
 }
 
-.describe .imgedit-wrap table td.imgedit-settings {
-       padding: 0 5px;
+.nav-menus-php .list-container {
+       max-height: 200px;
+       overflow-y: auto;
+       padding: 10px 10px 5px;
 }
 
-td.imgedit-settings input {
-       vertical-align: middle;
+.nav-menus-php .postbox p.submit {
+       margin-bottom: 0;
 }
 
-.imgedit-wait {
-       position: absolute;
-       top: 0;
-       background: #FFFFFF url(../images/wpspin_light.gif) no-repeat scroll 22px 10px;
-       opacity: 0.7;
-       filter: alpha(opacity=70);
-       width: 100%;
-       height: 500px;
+/* Listings */
+.nav-menus-php .list li {
        display: none;
+       margin: 0;
+       margin-bottom: 5px;
 }
 
-.media-disabled,
-.imgedit-settings .disabled  {
-       color: grey;
+.nav-menus-php .list li .menu-item-title {
+       cursor: pointer;
+       display: block;
 }
 
-.imgedit-wait-spin {
-       padding: 0 4px 4px;
-       vertical-align: bottom;
-       visibility: hidden;
+.nav-menus-php .list li .menu-item-title input {
+       margin-right: 3px;
+       margin-top: -3px;
 }
 
-.imgedit-menu {
-       margin: 0 0 12px;
-       min-width: 300px;
+/* Nav Menu */
+#menu-container .inside {
+       padding-bottom: 10px;
 }
 
-.imgedit-menu div {
-       float: left;
-       width: 32px;
-       height: 32px;
-       -moz-border-radius: 3px;
-       -khtml-border-radius: 3px;
-       -webkit-border-radius: 3px;
-       border-radius: 3px;
-       border-width: 1px;
-       border-style: solid;
+.menu {
+       padding-top:1em;
 }
 
-.imgedit-crop-wrap {
-       position: relative;
+#menu-to-edit {
+       padding: 1em 0;
 }
 
-.imgedit-crop {
-       background: transparent url(../images/imgedit-icons.png) no-repeat scroll -9px -31px;
-       margin: 0 8px 0 0;
+.menu ul {
+       width: 100%;
 }
 
-.imgedit-crop.disabled:hover {
-       background-position: -9px -31px;
+.menu li {
+       margin-bottom: 0;
+       position:relative;
 }
 
-.imgedit-crop:hover {
-       background-position: -9px -1px;
+.menu-item-bar {
+       clear:both;
+       line-height:1.5em;
+       position:relative;
+       margin: 13px 0 0 0;
 }
 
-.imgedit-rleft {
-       background: transparent url(../images/imgedit-icons.png) no-repeat scroll -46px -31px;
-       margin: 0 3px;
+.menu-item-handle {
+       border: 1px solid #dfdfdf;
+       position: relative;
+       padding-left: 10px;
+       height: auto;
+       width: 400px;
+       line-height: 35px;
+       text-shadow: 0 1px 0 #FFFFFF;
+       overflow: hidden;
+       word-wrap: break-word;
 }
 
-.imgedit-rleft.disabled:hover {
-       background-position: -46px -31px;
+#menu-to-edit .menu-item-invalid .menu-item-handle {
+       background-color: #f6c9cc; /* Fallback */
+       background-image: -ms-linear-gradient(bottom, #f6c9cc, #fdf8ff); /* IE10 */
+       background-image: -moz-linear-gradient(bottom, #f6c9cc, #fdf8ff); /* Firefox */
+       background-image: -o-linear-gradient(bottom, #f6c9cc, #fdf8ff); /* Opera */
+       background-image: -webkit-gradient(linear, left bottom, left top, from(#f6c9cc), to(#fdf8ff)); /* old Webkit  */
+       background-image: -webkit-linear-gradient(bottom, #f6c9cc, #fdf8ff); /* new Webkit */
+       background-image: linear-gradient(bottom, #f6c9cc, #fdf8ff); /* proposed W3C Markup */
 }
 
-.imgedit-rleft:hover {
-       background-position: -46px -1px;
+.menu-item-edit-active .menu-item-handle {
+       -webkit-border-bottom-right-radius: 0;
+       -webkit-border-bottom-left-radius: 0;
+       border-bottom-right-radius: 0;
+       border-bottom-left-radius: 0;
 }
 
-.imgedit-rright {
-       background: transparent url(../images/imgedit-icons.png) no-repeat scroll -77px -31px;
-       margin: 0 8px 0 3px;
+.no-js .menu-item-edit-active .item-edit {
+       display: none;
 }
 
-.imgedit-rright.disabled:hover {
-       background-position: -77px -31px;
+.js .menu-item-handle {
+       cursor: move;
 }
 
-.imgedit-rright:hover {
-       background-position: -77px -1px;
+.menu li.deleting .menu-item-handle {
+       background-image: none;
+       text-shadow: 0 0 0;
 }
 
-.imgedit-flipv {
-       background: transparent url(../images/imgedit-icons.png) no-repeat scroll -115px -31px;
-       margin: 0 3px;
+.menu-item-handle .item-title {
+       font-size: 12px;
+       font-weight: bold;
+       padding: 7px 0;
+       line-height: 20px;
+       display:block;
+       margin-right:13em;
 }
 
-.imgedit-flipv.disabled:hover {
-       background-position: -115px -31px;
+/* Sortables */
+li.menu-item.ui-sortable-helper dl {
+       margin-top: 0;
 }
 
-.imgedit-flipv:hover {
-       background-position: -115px -1px;
+li.menu-item.ui-sortable-helper .menu-item-transport dl {
+       margin-top: 13px;
 }
 
-.imgedit-fliph {
-       background: transparent url(../images/imgedit-icons.png) no-repeat scroll -147px -31px;
-       margin: 0 8px 0 3px;
+.menu .sortable-placeholder {
+       height: 35px;
+       width: 410px;
+       margin-top: 13px;
 }
 
-.imgedit-fliph.disabled:hover {
-       background-position: -147px -31px;
+/* WARNING: The factor of 30px is hardcoded into the nav-menus javascript. */
+.menu-item-depth-0 { margin-left: 0px; }
+.menu-item-depth-1 { margin-left: 30px; }
+.menu-item-depth-2 { margin-left: 60px; }
+.menu-item-depth-3 { margin-left: 90px; }
+.menu-item-depth-4 { margin-left: 120px; }
+.menu-item-depth-5 { margin-left: 150px; }
+.menu-item-depth-6 { margin-left: 180px; }
+.menu-item-depth-7 { margin-left: 210px; }
+.menu-item-depth-8 { margin-left: 240px; }
+.menu-item-depth-9 { margin-left: 270px; }
+.menu-item-depth-10 { margin-left: 300px; }
+.menu-item-depth-11 { margin-left: 330px; }
+
+.menu-item-depth-0 .menu-item-transport { margin-left: 0px; }
+.menu-item-depth-1 .menu-item-transport { margin-left: -30px; }
+.menu-item-depth-2 .menu-item-transport { margin-left: -60px; }
+.menu-item-depth-3 .menu-item-transport { margin-left: -90px; }
+.menu-item-depth-4 .menu-item-transport { margin-left: -120px; }
+.menu-item-depth-5 .menu-item-transport { margin-left: -150px; }
+.menu-item-depth-6 .menu-item-transport { margin-left: -180px; }
+.menu-item-depth-7 .menu-item-transport { margin-left: -210px; }
+.menu-item-depth-8 .menu-item-transport { margin-left: -240px; }
+.menu-item-depth-9 .menu-item-transport { margin-left: -270px; }
+.menu-item-depth-10 .menu-item-transport { margin-left: -300px; }
+.menu-item-depth-11 .menu-item-transport { margin-left: -330px; }
+
+body.menu-max-depth-0 { min-width: 950px !important; }
+body.menu-max-depth-1 { min-width: 980px !important; }
+body.menu-max-depth-2 { min-width: 1010px !important; }
+body.menu-max-depth-3 { min-width: 1040px !important; }
+body.menu-max-depth-4 { min-width: 1070px !important; }
+body.menu-max-depth-5 { min-width: 1100px !important; }
+body.menu-max-depth-6 { min-width: 1130px !important; }
+body.menu-max-depth-7 { min-width: 1160px !important; }
+body.menu-max-depth-8 { min-width: 1190px !important; }
+body.menu-max-depth-9 { min-width: 1220px !important; }
+body.menu-max-depth-10 { min-width: 1250px !important; }
+body.menu-max-depth-11 { min-width: 1280px !important; }
+
+/* Menu item controls */
+.item-type {
+       font-size: 12px;
+       padding-right: 10px;
 }
 
-.imgedit-fliph:hover {
-       background-position: -147px -1px;
+.item-controls {
+       font-size: 12px;
+       position: absolute;
+       right: 20px;
+       top: -1px;
 }
 
-.imgedit-undo {
-       background: transparent url(../images/imgedit-icons.png) no-repeat scroll -184px -31px;
-       margin: 0 3px;
+.item-controls a {
+       text-decoration: none;
 }
 
-.imgedit-undo.disabled:hover {
-       background-position: -184px -31px;
+.item-controls a:hover {
+       cursor: pointer;
 }
 
-.imgedit-undo:hover {
-       background-position: -184px -1px;
+.item-controls .item-order {
+       padding-right: 10px;
 }
 
-.imgedit-redo {
-       background: transparent url(../images/imgedit-icons.png) no-repeat scroll -215px -31px;
-       margin: 0 8px 0 3px;
+.nav-menus-php .item-edit {
+       position: absolute;
+       right: -20px;
+       top: 0;
+       display: block;
+       width: 30px;
+       height: 36px;
+       overflow: hidden;
+       text-indent:-999em;
+       border-bottom: 1px solid;
+       -webkit-border-bottom-left-radius: 3px;
+       border-bottom-left-radius: 3px;
 }
 
-.imgedit-redo.disabled:hover {
-       background-position: -215px -31px;
+/* Menu editing */
+.menu-instructions-inactive {
+       display: none;
 }
 
-.imgedit-redo:hover {
-       background-position: -215px -1px;
+.menu-item-settings {
+       display: block;
+       width: 400px;
+       padding: 10px 0 10px 10px;
+       border: solid;
+       border-width: 0 1px 1px 1px;
+       -webkit-border-bottom-right-radius: 3px;
+       -webkit-border-bottom-left-radius: 3px;
+       border-bottom-left-radius: 3px;
+       border-bottom-right-radius: 3px;
+}
+
+.menu-item-edit-active .menu-item-settings {
+       display: block;
+}
+
+.menu-item-edit-inactive .menu-item-settings {
+       display: none;
 }
 
-.imgedit-applyto img {
-       margin: 0 8px 0 0;
+.add-menu-item-pagelinks {
+       margin: .5em auto;
+       text-align: center;
 }
 
-.imgedit-group-top {
-       margin: 5px 0;
+.link-to-original {
+       display: block;
+       margin: 0 0 10px;
+       padding: 3px 5px 5px;
+       font-size: 12px;
+       font-style: italic;
 }
 
-.imgedit-applyto .imgedit-label {
-       padding: 2px 0 0;
-       display: block;
+.link-to-original a {
+       padding-left: 4px;
+       font-style: normal;
 }
 
-.imgedit-help {
+.hidden-field {
        display: none;
-       font-style: italic;
-       margin-bottom: 8px;
 }
 
-.imgedit-help ul li {
-       font-size: 11px;
+.menu-item-settings .description-thin,
+.menu-item-settings .description-wide {
+       margin-right: 10px;
+       float: left;
 }
 
-a.imgedit-help-toggle {
-       text-decoration: none;
+.description-thin {
+       width: 190px;
+       height: 40px;
 }
 
-#wpbody-content .imgedit-response div {
-       width: 600px;
-       margin: 8px;
+.description-wide {
+       width: 390px;
 }
 
-.form-table td.imgedit-response {
-       padding: 0;
+.menu-item-actions {
+       padding-top: 15px;
 }
 
-.imgedit-submit {
-       margin: 8px 0;
+#cancel-save {
+       cursor: pointer;
 }
 
-.imgedit-submit-btn {
-       margin-left: 20px;
+/* Major/minor publishing actions (classes) */
+.nav-menus-php .major-publishing-actions {
+       clear: both;
+       padding: 3px 0 5px;
 }
 
-.imgedit-wrap .nowrap {
-       white-space: nowrap;
+.nav-menus-php .major-publishing-actions .publishing-action {
+       text-align: right;
+       float: right;
+       line-height: 23px;
+       margin: 5px 0 1px;
 }
 
-span.imgedit-scale-warn {
-       color: red;
-       font-size: 20px;
-       font-style: normal;
-       visibility: hidden;
+.nav-menus-php .major-publishing-actions .delete-action {
        vertical-align: middle;
+       text-align: left;
+       float: left;
+       padding-right: 15px;
+       margin-top: 5px;
 }
 
-.imgedit-group {
-       border-width: 1px;
-       border-style: solid;
-       -moz-border-radius: 8px;
-       -khtml-border-radius: 8px;
-       -webkit-border-radius: 8px;
-       border-radius: 8px;
-       margin-bottom: 8px;
-       padding: 2px 10px;
+.menu-name-label span,
+.auto-add-pages label {
+       font-size: 12px;
+       font-style: normal;
 }
 
+.menu-name-label {
+       margin-right: 15px;
+}
 
-/*------------------------------------------------------------------------------
-  15.0 - Comments Screen
-------------------------------------------------------------------------------*/
-
-.form-table {
-       border-collapse: collapse;
-       margin-top: 0.5em;
-       width: 100%;
-       margin-bottom: -8px;
-       clear: both;
+.auto-add-pages input {
+       margin-top: 0;
 }
 
-.form-table td {
-       margin-bottom: 9px;
-       padding: 8px 10px;
-       line-height: 20px;
-       font-size: 12px;
+.auto-add-pages {
+       margin-top: 4px;
+       float: left;
 }
 
-.form-table th,
-.form-wrap label {
-       font-weight: normal;
-       text-shadow: rgba(255,255,255,1) 0 1px 0;
+.nav-menus-php .submitbox .submitcancel {
+       border-bottom: 1px solid;
+       padding: 1px 2px;
+       text-decoration: none;
 }
 
-.form-table th {
-       vertical-align: top;
-       text-align: left;
-       padding: 10px;
-       width: 200px;
+.nav-menus-php .major-publishing-actions .form-invalid {
+       padding-left: 4px;
+       margin-left: -4px;
+       border: 0 none;
 }
 
-.form-table th.th-full {
-       width: auto;
+/* Clearfix */
+#menu-item-name-wrap:after,
+#menu-item-url-wrap:after,
+#menu-name-label:after,
+#menu-settings-column .inside:after,
+#nav-menus-frame:after,
+.nav-menus-php #post-body-content:after,
+.nav-menus-php .button-controls:after,
+.nav-menus-php .major-publishing-actions:after,
+.nav-menus-php .menu-item-settings:after {
+       clear: both;
+       content: ".";
+       display: block;
+       height: 0;
+       visibility: hidden;
 }
 
-.form-table div.color-option {
+#nav-menus-frame,
+.button-controls,
+#menu-item-url-wrap,
+#menu-item-name-wrap {
        display: block;
-       clear: both;
-       margin-top: 12px;
 }
 
-.form-table input.tog {
-       margin-top: 2px;
-       margin-right: 2px;
-       float: left;
+
+/* plugin-install */
+/* NOTE: the following CSS rules(.star*) are taken more or less straight from the bbPress rating plugin. */
+div.star-holder {
+       position: relative;
+       height: 19px;
+       width: 100px;
+       font-size: 19px;
 }
 
-.form-table td p {
-       margin-top: 4px;
+div.action-links {
+       font-weight: normal;
+       margin: 6px 0 0;
 }
 
-.form-table table.color-palette {
-       vertical-align: bottom;
-       float: left;
-       margin: -12px 3px 11px;
+div.star {
+       height: 100%;
+       position: absolute;
+       top: 0;
+       left: 0;
+       background-color: transparent;
+       letter-spacing: 1ex;
+       border: none;
 }
 
-.form-table .color-palette td {
-       border-width: 1px 1px 0;
-       border-style: solid solid none;
-       height: 10px;
-       line-height: 20px;
-       width: 10px;
+.star1 { width: 20%; }
+.star2 { width: 40%; }
+.star3 { width: 60%; }
+.star4 { width: 80%; }
+.star5 { width: 100%; }
+
+.star img,
+div.star a,
+div.star a:hover,
+div.star a:visited {
+       display: block;
+       position: absolute;
+       right: 0;
+       border: none;
+       text-decoration: none;
 }
 
-.commentlist li {
-       padding: 1em 1em .2em;
+div.star img {
+       width: 19px;
+       height: 19px;
+}
+
+/* Header on thickbox */
+#plugin-information-header {
        margin: 0;
+       padding: 0 5px;
+       font-weight: bold;
+       position: relative;
        border-bottom-width: 1px;
        border-bottom-style: solid;
+       height: 2.5em;
+}
+#plugin-information ul#sidemenu {
+       font-weight: normal;
+       margin: 0 5px;
+       position: absolute;
+       left: 0;
+       bottom: -1px;
 }
 
-.commentlist li li {
-       border-bottom: 0;
-       padding: 0;
+/* Install sidemenu */
+#plugin-information p.action-button {
+       width: 100%;
+       padding-bottom: 0;
+       margin-bottom: 0;
+       margin-top: 10px;
+       -webkit-border-top-left-radius: 3px;
+       -webkit-border-bottom-left-radius: 3px;
+       border-top-left-radius: 3px;
+       border-bottom-left-radius: 3px;
 }
 
-.commentlist p {
-       padding: 0;
-       margin: 0 0 .8em;
+#plugin-information .action-button a {
+       text-align: center;
+       font-weight: bold;
+       text-decoration: none;
+       display: block;
+       line-height: 2em;
 }
 
-/* reply to comments */
-#replyrow {
-       font-size: 11px;
+#plugin-information h2 {
+       clear: none !important;
+       margin-right: 200px;
 }
 
-#replyrow input {
-       border-width: 1px;
-       border-style: solid;
+#plugin-information .fyi {
+       margin: 0 10px 50px;
+       width: 210px;
 }
 
-#replyrow td {
-       padding: 2px;
+#plugin-information .fyi h2 {
+       font-size: 0.9em;
+       margin-bottom: 0;
+       margin-right: 0;
 }
 
-#replyrow #editorcontainer {
-       border: 0 none;
+#plugin-information .fyi h2.mainheader {
+       padding: 5px;
+       -webkit-border-top-left-radius: 3px;
+       border-top-left-radius: 3px;
 }
 
-#replysubmit {
+#plugin-information .fyi ul {
+       padding: 10px 5px 10px 7px;
        margin: 0;
-       padding: 3px 7px;
-       text-align:center;
+       list-style: none;
+       -webkit-border-bottom-left-radius: 3px;
+       border-bottom-left-radius: 3px;
 }
 
-#replysubmit img.waiting,
-.inline-edit-save img.waiting {
-       padding: 4px 10px 0;
-       vertical-align: top;
-       float: right;
+#plugin-information .fyi li {
+       margin-right: 0;
 }
 
-#replysubmit .button {
-       margin-right: 5px;
+#plugin-information #section-holder {
+       padding: 10px;
 }
 
-#replysubmit .error {
-       color:red;
-       line-height:21px;
-       text-align:center;
-       vertical-align:center;
+#plugin-information .section ul,
+#plugin-information .section ol {
+       margin-left: 16px;
+       list-style-type: square;
+       list-style-image: none;
 }
 
-#replyrow #editor-toolbar {
-       display: none;
+#plugin-information #section-screenshots li img {
+       vertical-align: text-top;
 }
 
-#replyhead {
-       font-size: 12px;
-       font-weight: bold;
-       padding: 2px 10px 4px;
+#plugin-information #section-screenshots li p {
+       font-style: italic;
+       padding-left: 20px;
+       padding-bottom: 2em;
 }
 
-#edithead .inside {
-       float: left;
-       padding: 3px 0 2px 5px;
+#plugin-information .updated,
+#plugin-information pre {
+       margin-right: 215px;
+}
+
+#plugin-information pre {
+       padding: 7px;
+       overflow: auto;
+}
+
+/* press-this */
+body.press-this {
+       color: #333;
        margin: 0;
-       text-align: center;
-       font-size: 11px;
+       padding: 0;
+       min-width: 675px;
+       min-height: 400px;
 }
 
-#edithead .inside input {
-       width: 180px;
-       font-size: 11px;
+img {
+       border: none;
 }
 
-#edithead label {
-       padding: 2px 0;
+/* Header */
+.press-this #wphead {
+       height: 32px;
+       margin-right: 5px;
+       margin-bottom: 5px;
 }
 
-#replycontainer {
-       padding: 5px;
-       border: 0 none;
-       height: 120px;
-       overflow: hidden;
-       position: relative;
+.press-this #header-logo {
+       float: left;
+       margin: 7px 7px 0;
+       -webkit-user-select: none;
+       -moz-user-select: none;
+       user-select: none;
 }
 
-#replycontent {
-       resize: none;
+.press-this #wphead h1 {
+       font-weight: normal;
+       font-size: 16px;
+       line-height: 32px;
        margin: 0;
-       width: 100%;
-       height: 100%;
-       padding: 0;
-       line-height: 150%;
-       border: 0 none;
-       outline: none;
-       font-size: 12px;
+       float: left;
 }
 
-#replyrow #ed_reply_toolbar {
-       margin: 0;
-       padding: 2px 3px;
+.press-this #wphead h1 a {
+       text-decoration: none;
 }
 
-.comment-ays {
-       margin-bottom: 0;
-       border-style: solid;
-       border-width: 1px;
+.press-this #wphead h1 a:hover {
+       text-decoration: underline;
 }
 
-.comment-ays th {
-       border-right-style: solid;
-       border-right-width: 1px;
+.press-this-sidebar {
+       float: right;
+       width: 200px;
+       padding-top: 10px;
+}
+
+.press-this #title {
+       -moz-box-sizing: border-box;
+       -webkit-box-sizing: border-box;
+       -ms-box-sizing: border-box;
+       box-sizing: border-box;
+}
+
+.press-this .tagchecklist span a {
+       background: transparent url(../images/xit.gif) no-repeat 0 0;
+}
+
+.press-this #titlediv {
+       margin: 0;
 }
 
-.trash-undo-inside,
-.spam-undo-inside {
-       margin: 1px 8px 1px 0;
-       line-height: 16px;
+.press-this .wp-media-buttons {
+       cursor: default;
+       padding: 8px 8px 0;
 }
 
-.spam-undo-inside .avatar,
-.trash-undo-inside .avatar {
-       height: 20px;
-       width: 20px;
-       margin-right: 8px;
-       vertical-align: middle;
+.press-this .howto {
+       margin-top: 2px;
+       margin-bottom: 3px;
+       font-size: 12px;
+       font-style: italic;
+       display: block;
 }
 
-.stuffbox .editcomment {
-       clear: none;
+/* Editor/Main Column */
+.press-this #poststuff {
+       margin: 0 10px 10px;
 }
 
-#comment-status-radio p {
-       margin: 3px 0 5px;
+#poststuff #editor-toolbar {
+       height: 30px;
 }
 
-#comment-status-radio input {
-       margin: 2px 3px 5px 0;
-       vertical-align: middle;
+div.zerosize {
+       border: 0 none;
+       height: 0;
+       margin: 0;
+       overflow: hidden;
+       padding: 0;
+       width: 0;
 }
 
-#comment-status-radio label {
-       padding: 5px 0;
+.posting {
+       margin-right: 212px;
+       position: relative;
 }
 
-.commentlist .avatar {
-       vertical-align: text-top;
+.press-this .inner-sidebar {
+       width: 200px;
 }
 
+.press-this .inner-sidebar .sleeve {
+       padding-top: 5px;
+}
 
-/*------------------------------------------------------------------------------
-  16.0 - Themes
-------------------------------------------------------------------------------*/
+.press-this #submitdiv p {
+       margin: 0;
+       padding: 6px;
+}
 
-.theme-install-php .tablenav {
-       height:auto;
+.press-this #submitdiv #publishing-actions {
+       border-bottom: 1px solid #dfdfdf;
 }
 
-table#availablethemes {
-       border-spacing: 0;
-       border-width: 1px 0;
-       border-style: solid none;
-       margin: 10px auto;
-       width: 100%;
+.press-this #publish {
+       float: right;
 }
 
-table#availablethemes .no-items td{
-       border-width:0;
-       padding:5px;
+.press-this #poststuff h2,
+.press-this #poststuff h3 {
+       font-size: 14px;
+       line-height: 1;
 }
 
-td.available-theme {
-       vertical-align: top;
-       width: 240px;
-       margin: 0;
-       padding: 20px;
-       text-align: left;
+.press-this #tagsdiv-post_tag h3,
+.press-this #categorydiv h3 {
+       cursor: pointer;
 }
 
-table#availablethemes td {
-       border-width: 0 1px 1px;
-       border-style: none solid solid;
+.press-this #submitdiv h3 {
+       cursor: default;
 }
 
-table#availablethemes td.right,
-table#availablethemes td.left  {
-       border-right: 0 none;
-       border-left: 0 none;
+h3.tb {
+       text-shadow: 0 1px 0 #fff;
+       font-weight: bold;
+       font-size: 12px;
+       margin-left: 5px;
 }
 
-table#availablethemes td.bottom {
-       border-bottom: 0 none;
+#TB_window {
+       border: 1px solid #333;
 }
 
-.available-theme a.screenshot {
-       width: 240px;
-       height: 180px;
-       display: block;
-       border-width: 1px;
-       border-style: solid;
+.press-this .postbox,
+.press-this .stuffbox {
        margin-bottom: 10px;
-       overflow: hidden;
+       min-width: 0;
 }
 
-.available-theme img {
-       width: 240px;
+.postbox:hover .handlediv,
+.stuffbox:hover .handlediv {
+       background: transparent url(../images/arrows.png) no-repeat 6px 7px;
 }
 
-.available-theme h3 {
-       margin: 15px 0 5px;
+.press-this #submitdiv:hover .handlediv {
+       background: none;
 }
 
-#current-theme {
-       margin: 1em 0 1.5em;
+.tbtitle {
+       font-size: 1.7em;
+       outline: none;
+       padding: 3px 4px;
+       border-color: #dfdfdf;
 }
 
-#current-theme a {
-       border-bottom: none;
+.press-this .actions {
+       float: right;
+       margin: -19px 0 0;
 }
 
-#current-theme h3 {
-       font-size: 17px;
-       font-weight: normal;
-       margin: 0;
+.press-this #extra-fields .actions {
+       margin: -25px -7px 0 0;
 }
 
-#current-theme .theme-description {
-       margin-top: 5px;
+.press-this .actions li {
+       float: left;
+       list-style: none;
+       margin-right: 10px;
 }
 
-#current-theme img {
-       float: left;
-       border-width: 1px;
-       border-style: solid;
-       margin-right: 1em;
-       margin-bottom: 1.5em;
-       width: 150px;
+#extra-fields .button {
+       margin-right: 5px;
 }
 
-.theme-options span {
-       text-transform: uppercase;
-       font-size: 13px;
+/* Photo Styles */
+#photo_saving {
+       margin: 0 8px 8px;
+       vertical-align: middle;
 }
 
-.theme-options a {
-       font-size: 15px;
+#img_container_container {
+       overflow: auto;
 }
 
-#TB_window #TB_title a.tb-theme-preview-link,
-#TB_window #TB_title a.tb-theme-preview-link:visited {
-       font-weight: bold;
-       text-decoration: none;
+#extra-fields {
+       margin-top: 10px;
+       position: relative;
 }
 
-#TB_window #TB_title {
-       background-color: #222;
-       color: #cfcfcf;
+#extra-fields h2 {
+       margin: 12px;
 }
 
-#broken-themes {
-       text-align: left;
-       width: 50%;
-       border-spacing: 3px;
-       padding: 3px;
+#waiting {
+       margin-top: 10px;
 }
 
-.theme-install-php h4 {
-       margin: 2.5em 0 8px;
+#extra-fields .postbox {
+       margin-bottom: 5px;
 }
 
+#extra-fields .titlewrap {
+       padding: 0;
+       overflow: auto;
+       height: 100px;
+}
 
-/*------------------------------------------------------------------------------
-  16.1 - Custom Header Screen
-------------------------------------------------------------------------------*/
+#img_container a {
+       display: block;
+       float: left;
+       overflow: hidden;
+       vertical-align: center;
+}
 
-.appearance_page_custom-header #headimg {
-       border: 1px solid #DFDFDF;
-       min-height: 100px;
-       width: 100%;
+#img_container img,
+#img_container a {
+       width: 68px;
+       height: 68px;
 }
 
-.appearance_page_custom-header #upload-form p label {
-       font-size: 12px;
+#img_container img {
+       border: none;
+       background-color: #f4f4f4;
+       cursor: pointer;
 }
 
-.appearance_page_custom-header .available-headers .default-header {
-       float: left;
-       margin: 0 20px 20px 0;
+#img_container a,
+#img_container a:link,
+#img_container a:visited {
+       border: 1px solid #ccc;
+       display: block;
+       position: relative;
 }
 
-.appearance_page_custom-header .random-header {
-       clear: both;
-       margin: 0 20px 20px 0;
-       vertical-align: middle;
+#img_container a:hover,
+#img_container a:active {
+       border-color: #000;
+       z-index: 1000;
+       border-width: 2px;
+       margin: -1px;
 }
 
-.appearance_page_custom-header .available-headers label input,
-.appearance_page_custom-header .random-header label input {
-       margin-right: 10px;
+/* Video */
+#embed-code {
+       width: 100%;
+       height: 98px;
 }
 
-.appearance_page_custom-header .available-headers label img {
-       vertical-align: middle;
+/* Categories */
+.press-this .categorydiv div.tabs-panel {
+       height: 100px;
 }
 
+/* Tags */
+.press-this .tagsdiv .newtag {
+       width: 130px;
+}
 
-/*------------------------------------------------------------------------------
-  16.2 - Custom Background Screen
-------------------------------------------------------------------------------*/
+.press-this #content {
+       margin: 5px 0;
+       padding: 0 5px;
+       border: 0 none;
+       height: 357px;
+       font-family: Consolas, Monaco, monospace;
+       font-size: 13px;
+       line-height: 19px;
+       background: transparent;
+}
 
-div#custom-background-image {
-       min-height: 100px;
-       border: 1px solid #dfdfdf;
+/* Submit */
+#saving {
+       display: inline;
+       vertical-align: middle;
 }
 
-div#custom-background-image img {
-       max-width: 400px;
-       max-height: 300px;
+#TB_ajaxContent #options {
+       position: absolute;
+       top: 20px;
+       right: 25px;
+       padding: 5px;
 }
 
+#TB_ajaxContent h3 {
+       margin-bottom: .25em;
+}
 
-/*------------------------------------------------------------------------------
-  16.3 - Tabbed Admin Screen Interface (Experimental)
-------------------------------------------------------------------------------*/
+.error a {
+       text-decoration: underline;
+}
 
-.nav-tab {
-       border-style: solid;
-       border-color: #dfdfdf #dfdfdf #fff;
-       border-width: 1px 1px 0;
-       color: #aaa;
-       text-shadow: rgba(255,255,255,1) 0 1px 0;
-       font-size: 12px;
-       line-height: 16px;
-       display: inline-block;
-       padding: 4px 14px 6px;
+.updated a {
        text-decoration: none;
-       margin: 0 6px -1px 0;
-       -moz-border-radius: 3px 3px 0 0;
-       -webkit-border-top-left-radius: 3px;
-       -webkit-border-top-right-radius: 3px;
-       -khtml-border-top-left-radius: 3px;
-       -khtml-border-top-right-radius: 3px;
-       border-top-left-radius: 3px;
-       border-top-right-radius: 3px;
+       padding-bottom: 2px;
 }
 
-.nav-tab-active {
-       border-width: 1px;
-       color: #464646;
+/* tag hints */
+.taghint {
+       color: #aaa;
+       margin: -17px 0 0 7px;
+       visibility: hidden;
 }
 
-.nav-tab:hover,
-.nav-tab-active {
-       border-color: #ccc #ccc #fff;
+input.newtag ~ div.taghint {
+       visibility: visible;
 }
 
-h2.nav-tab-wrapper, h3.nav-tab-wrapper {
-       border-bottom: 1px solid #ccc;
-       padding-bottom: 0;
+input.newtag:focus ~ div.taghint {
+       visibility: hidden;
 }
 
-h2 .nav-tab {
-       padding: 4px 10px 6px;
-       font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", sans-serif;
-       font-weight: 200;
-       font-size: 20px;
-       line-height: 24px;
-
+/* TinyMCE */
+#mce_fullscreen_container {
+       background: #fff;
 }
 
+#photo-add-url-div input[type="text"] {
+       width: 300px;
+}
 
-/*------------------------------------------------------------------------------
-  17.0 - Plugins
-------------------------------------------------------------------------------*/
-
-.plugins .name,
-#pass-strength-result.strong,
-#pass-strength-result.short,
-.button-highlighted,
-input.button-highlighted,
-#quicktags #ed_strong,
-#ed_reply_toolbar #ed_reply_strong {
-       font-weight: bold;
+/* theme-editor */
+.alignleft h3 {
+       margin: 0;
 }
 
-.plugins p {
-       margin: 0 4px;
-       padding: 0;
+h3 span {
+       font-weight: normal;
 }
 
-.plugins .desc p {
-       margin: 0 0 8px;
+#template textarea {
+       font-family: Consolas, Monaco, monospace;
+       font-size: 12px;
+       width: 97%;
+       background: #f9f9f9;
+       outline: none;
 }
 
-.plugins td.desc {
-       line-height: 1.5em;
+#template p {
+       width: 97%;
 }
 
-.plugins .desc ul,
-.plugins .desc ol {
-       margin: 0 0 0 2em;
+#templateside {
+       float: right;
+       width: 190px;
+       word-wrap: break-word;
+}
+
+#templateside h3,
+#postcustomstuff p.submit {
+       margin: 0;
 }
 
-.plugins .desc ul {
-       list-style-type: disc;
+#templateside h4 {
+       margin: 1em 0 0;
 }
 
-.plugins .row-actions-visible {
+#templateside ol,
+#templateside ul {
+       margin: .5em;
        padding: 0;
 }
 
-.plugins tbody th.check-column {
-       padding: 7px 0;
+#templateside li {
+       margin: 4px 0;
 }
 
-.plugins .inactive td,
-.plugins .inactive th,
-.plugins .active td,
-.plugins .active th {
-       border-top-style: solid;
-       border-top-width: 1px;
-       padding: 5px 7px 0;
+#templateside ul li a span.highlight {
+       display:block;
 }
 
-#wpbody-content .plugins .plugin-title, #wpbody-content .plugins .theme-title {
-       padding-right: 12px;
-       white-space:nowrap;
+.nonessential {
+       font-size: 11px;
+       font-style: italic;
+       padding-left: 12px;
 }
 
-.plugins .second, .plugins .row-actions-visible {
-       padding: 0 0 5px;
+.highlight {
+       padding: 3px 3px 3px 12px;
+       margin-left: -12px;
+       font-weight: bold;
+       border: 0 none;
 }
 
-.plugins-php .widefat tfoot th,
-.plugins-php .widefat tfoot td {
-       border-top-style: solid;
-       border-top-width: 1px;
+#documentation {
+       margin-top: 10px;
 }
-
-.plugin-update-tr .update-message {
-       margin: 5px;
-       padding: 3px 5px;
-       border-width: 1px;
-       border-style: solid;
-       -moz-border-radius: 3px;
-       -khtml-border-radius: 3px;
-       -webkit-border-radius: 3px;
-       border-radius: 3px;
+#documentation label {
+       line-height: 22px;
+       vertical-align: top;
+       font-weight: bold;
 }
 
-.plugin-install-php h4 {
-       margin: 2.5em 0 8px;
+.fileedit-sub {
+       padding: 10px 0 8px;
+       line-height: 180%;
 }
 
 
-/*------------------------------------------------------------------------------
-  18.0 - Users
-------------------------------------------------------------------------------*/
+/* theme-install */
+.theme-listing .theme-item {
+       display: inline-block;
+       width: 200px;
+       border: thin solid #ccc;
+       vertical-align: top;
+}
 
-#profile-page .form-table textarea {
-       width: 500px;
-       margin-bottom: 6px;
+.theme-listing .theme-item h3 {
+       text-align: center;
+       font-size: 14px;
+       font-style: italic;
+       margin: 0;
+       padding: 0;
 }
 
-#profile-page .form-table #rich_editing {
-       margin-right: 5px
+.theme-listing .theme-item img {
+       max-width: 150px;
+       max-height: 150px;
 }
 
-#your-profile legend {
-       font-family: Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
-       font-size: 22px;
+.theme-listing .theme-item-info span,
+.theme-listing .theme-item:hover .theme-item-info span.dots {
+       display: none;
 }
 
-#your-profile #rich_editing {
-       border: none;
+.theme-listing .theme-item:hover .theme-item-info span {
+       display: inline;
 }
 
-#display_name {
-       width: 15em;
+.theme-listing .theme-item-info span.action-links {
+       font-weight: bold;
+       text-align: center;
 }
 
-#createuser .form-field input {
-       width: 25em;
+.theme-listing br.line {
+       border-bottom-width: 1px;
+       border-bottom-style: solid;
+       margin-bottom: 3px;
 }
 
-/*------------------------------------------------------------------------------
-  19.0 - Tools
-------------------------------------------------------------------------------*/
 
-.pressthis {
-       margin: 20px 0;
+#theme-information .available-theme,
+.available-theme {
+       padding: 20px 15px;
 }
 
-.pressthis a {
-       display: inline-block;
-       width: 113px;
-       position: relative;
-       cursor: move;
-       color: #333;
-       background: #dfdfdf;
-       -webkit-gradient(
-               linear,
-               left bottom,
-               left top,
-               color-stop(0.07, rgb(230,230,230)),
-               color-stop(0.77, rgb(216,216,216))
-       );
-       -moz-linear-gradient(
-               center bottom,
-               rgb(230,230,230) 7%,
-               rgb(216,216,216) 77%
-       );
-       background-repeat: no-repeat;
-       background-image-position: 10px 8px;
-       border-radius: 5px;
-       -webkit-border-radius: 5px;
-       -moz-border-radius: 5px;
-       -o-border-radius: 5px;
-       border: 1px #b4b4b4 solid;
-       font: normal normal normal 14px/16px Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
-       text-decoration: none;
-       text-shadow: #fff 0 1px 0px;
-       -webkit-text-shadow: #fff 0 1px 0px;
-       -moz-text-shadow: #fff 0 1px 0px;
-       -o-text-shadow: #fff 0 1px 0px;
+#theme-information .available-theme {
+       overflow: visible;
+       width: 440px;
 }
 
-.pressthis a:hover,
-.pressthis a:active {
-       color: #333
+#theme-information .theme-preview-img {
+       float: left;
+       margin: 5px 25px 10px 15px;
+       width: 300px;
 }
 
-.pressthis a:hover:after {
-       transform: skew(20deg) rotate(9deg);
-       -webkit-transform: skew(20deg) rotate(9deg);
-       -moz-transform: skew(20deg) rotate(9deg);
-       box-shadow: 0 10px 8px rgba(0, 0, 0, 0.7);
-       -webkit-box-shadow: 0 10px 8px rgba(0, 0, 0, 0.7);
-       -moz-box-shadow: 0 10px 8px rgba(0, 0, 0, 0.7);
+#theme-information .action-button {
+       border-top-width: 1px;
+       border-top-style: solid;
+       margin: 10px 5px 0;
 }
 
-.pressthis a span {
-       background: url(../images/press-this.png) no-repeat -45px 5px ;
-       padding: 8px 0 8px 32px;
-       display: inline-block;
+#theme-information .action-button #cancel,
+#theme-information .action-button #install {
+       margin: 10px 5px;
 }
 
-.pressthis a:after {
-       content: '';
-       width: 70%;
-       height: 55%;
-       z-index: -1;
-       position: absolute;
-       right: 10px;
-       bottom: 9px;
-       background: transparent;
-       transform: skew(20deg) rotate(6deg);
-       -webkit-transform: skew(20deg) rotate(6deg);
-       -moz-transform: skew(20deg) rotate(6deg);
-       box-shadow: 0 10px 8px rgba(0, 0, 0, 0.6);
-       -webkit-box-shadow: 0 10px 8px rgba(0, 0, 0, 0.6);
-       -moz-box-shadow: 0 10px 8px rgba(0, 0, 0, 0.6);
+#theme-information .action-button #cancel {
+       float: left;
 }
 
-
-/*------------------------------------------------------------------------------
-  20.0 - Settings
-------------------------------------------------------------------------------*/
-
-#utc-time, #local-time {
-       padding-left: 25px;
-       font-style: italic;
-       font-family: sans-serif;
+#theme-information .action-button #install {
+       float: right;
 }
 
-.defaultavatarpicker .avatar {
-       margin: 2px 0;
-       vertical-align: middle;
+#theme-information .available-theme h3 {
+       margin: 1em 0;
 }
 
-
-/*------------------------------------------------------------------------------
-  21.0 - Admin Footer
-------------------------------------------------------------------------------*/
-
-#footer {
-       position: absolute;
-       bottom: 0;
-       left: 0;
-       right: 0;
-       padding: 10px 0;
-       margin-right: 20px;
-       border-top: 1px;
-       border-style: solid;
+body#theme-information {
+       height: auto;
 }
 
-#footer,
-#footer a {
-       font-size: 12px;
+.feature-filter {
+       padding: 8px 12px 0;
 }
 
-#footer p {
-       margin: 0;
-       line-height: 20px;
+.feature-filter .feature-group {
+       float: left;
+       margin: 5px 10px 10px;
 }
 
-#footer a {
-       text-decoration: none;
+.feature-filter .feature-group li {
+       display: inline;
+       float: left;
+       list-style-type: none;
+       padding-right: 25px;
+       min-width: 150px;
 }
 
-#footer a:hover {
-       text-decoration: underline;
+.feature-container {
+width: 100%;
+overflow: auto;
+margin-bottom: 10px;
 }
 
 
-/*------------------------------------------------------------------------------
-  22.0 - Misc
-------------------------------------------------------------------------------*/
+/* widgets */
 
-#excerpt, .attachmentlinks {
-       margin: 0;
-       height: 4em;
-       width: 98%;
+/* 2 column liquid layout */
+div.widget-liquid-left {
+       float: left;
+       clear: left;
+       width: 100%;
+       margin-right: -325px;
 }
 
-#template div {
-       margin-right: 190px;
+div#widgets-left {
+       margin-left: 5px;
+       margin-right: 325px;
 }
 
-p.pagenav {
-       margin: 0;
-       display: inline;
+div#widgets-right {
+       width: 285px;
+       margin: 0 auto;
 }
 
-.pagenav span {
-       font-weight: bold;
-       margin: 0 6px;
+div.widget-liquid-right {
+       float: right;
+       clear: right;
+       width: 300px;
 }
 
-.row-title {
-       font-size: 13px !important;
-       font-weight: bold;
+.widget-liquid-right .widget,
+.inactive-sidebar .widget,
+.widget-liquid-right .sidebar-description {
+       width: 250px;
+       margin: 0 auto 20px;
+       overflow: hidden;
 }
 
-.column-author img, .column-username img {
+.widget-liquid-right .sidebar-description {
+       margin-bottom: 10px;
+}
+
+.inactive-sidebar .widget {
+       margin: 0 10px 20px;
        float: left;
-       margin-right: 10px;
-       margin-top: 1px;
 }
 
-.row-actions {
-       visibility: hidden;
-       padding: 2px 0 0;
+div.sidebar-name h3 {
+       font-weight: normal;
+       font-size: 15px;
+       margin: 0;
+       padding: 8px 10px;
+       overflow: hidden;
+       white-space: nowrap;
 }
 
-tr:hover .row-actions,
-div.comment-item:hover .row-actions {
-       visibility: visible;
+div.sidebar-name {
+       cursor: pointer;
+       font-size: 13px;
+       border-width: 1px;
+       border-style: solid;
+       -webkit-border-top-right-radius: 3px;
+       -webkit-border-top-left-radius: 3px;
+       border-top-right-radius: 3px;
+       border-top-left-radius: 3px;
 }
 
-.row-actions-visible {
-       padding: 2px 0 0;
+.js .closed .sidebar-name {
+       -webkit-border-bottom-right-radius: 3px;
+       -webkit-border-bottom-left-radius: 3px;
+       border-bottom-right-radius: 3px;
+       border-bottom-left-radius: 3px;
 }
 
-.form-table .pre {
-       padding: 8px;
-       margin: 0;
+.widget-liquid-right .widgets-sortables,
+#widgets-left .widget-holder {
+       border-width: 0 1px 1px;
+       border-style: none solid solid;
+       -webkit-border-bottom-right-radius: 3px;
+       -webkit-border-bottom-left-radius: 3px;
+       border-bottom-right-radius: 3px;
+       border-bottom-left-radius: 3px;
 }
 
-table.form-table td .updated {
-       font-size: 13px;
+.js .closed .widgets-sortables,
+.js .closed .widget-holder {
+       display: none;
 }
 
+.widget-liquid-right .widgets-sortables {
+       padding: 15px 0 0;
+}
 
-.tagchecklist {
-       margin-left: 14px;
-       font-size: 12px;
-       overflow: auto;
+#available-widgets .widget-holder {
+       padding: 7px 5px 0;
 }
-.tagchecklist strong {
-       margin-left: -8px;
-       position: absolute;
+
+#available-widgets .widget {
+       -moz-box-shadow: none;
+       -webkit-box-shadow: none;
+       box-shadow: none;
 }
-.tagchecklist span {
-       margin-right: 25px;
-       display: block;
-       float: left;
-       font-size: 11px;
-       line-height: 1.8em;
-       white-space: nowrap;
-       cursor: default;
+
+.inactive-sidebar {
+       padding: 5px 5px 0;
 }
-.tagchecklist span a {
-       margin: 6px 0pt 0pt -9px;
-       cursor: pointer;
-       width: 10px;
-       height: 10px;
-       display: block;
+
+#widget-list .widget {
+       width: 250px;
+       margin: 0 10px 15px;
+       border: 0 none;
+       background: transparent;
        float: left;
-       text-indent: -9999px;
-       overflow: hidden;
-       position: absolute;
 }
 
-#poststuff h2 {
-       margin-top: 20px;
-       font-size: 1.5em;
-       margin-bottom: 15px;
-       padding: 0 0 3px;
-       clear: left;
+#widget-list .widget-description {
+       padding: 5px 8px;
 }
 
-#poststuff h3,
-.metabox-holder h3 {
-       font-size: 15px;
-       font-family: Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
-       font-weight: normal;
-       padding: 7px 10px;
-       margin: 0;
-       line-height: 1;
+.widget-placeholder {
+       border-width: 1px;
+       border-style: dashed;
+       margin: 0 auto 20px;
+       height: 26px;
+       width: 250px;
 }
 
-#poststuff .inside,
-#poststuff .inside p {
-       font-size: 12px;
-       margin: 6px 0 8px;
+.inactive-sidebar .widget-placeholder {
+       margin: 0 10px 20px;
+       float: left;
 }
 
-#poststuff .inside .submitbox p {
-       margin: 1em 0;
+div.widgets-holder-wrap {
+       padding: 0;
+       margin: 10px 0 20px;
 }
 
-#post-visibility-select, #post-formats-select {
-       line-height: 1.5em;
-       margin-top: 3px;
+#widgets-left #available-widgets {
+       background-color: transparent;
+       border: 0 none;
 }
 
-#poststuff #submitdiv .inside {
+ul#widget-list {
+       list-style: none;
        margin: 0;
        padding: 0;
+       min-height: 100px;
 }
 
-#titlediv, #poststuff .postarea {
-       margin-bottom: 20px;
+.widget .widget-top {
+       margin-bottom: -1px;
+       font-size: 12px;
+       font-weight: bold;
+       height: 26px;
+       overflow: hidden;
 }
 
-td.post-title strong, td.plugin-title strong {
-       display: block;
-       margin-bottom: .2em;
+.widget-top .widget-title {
+       padding: 7px 9px;
 }
 
-td.post-title p, td.plugin-title p {
-       margin: 6px 0;
+.widget-top .widget-title-action {
+       float: right;
 }
 
-.wp-hidden-children .wp-hidden-child,
-.ui-tabs-hide {
-       display: none;
+a.widget-action {
+       display: block;
+       width: 24px;
+       height: 26px;
 }
 
-#templateside ul li a {
-       text-decoration: none;
+#available-widgets a.widget-action {
+       display: none;
 }
 
-.tool-box {
-       margin: 15px 0 35px;
-}
-.tool-box .buttons {
-       margin: 15px 0;
-}
-.tool-box .title {
-       margin: 8px 0;
-       font: 18px/24px Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
+.widget-top a.widget-action {
+       background: transparent url(../images/arrows.png) no-repeat 4px 6px;
 }
 
-.pressthis a {
-       font-size: 1.2em;
+.widget-top a.widget-action:hover {
+       background: transparent url(../images/arrows-dark.png) no-repeat 4px 6px;
 }
 
-#sidemenu {
-       margin: -30px 15px 0 315px;
-       list-style: none;
-       position: relative;
-       float: right;
-       padding-left: 10px;
+.widget .widget-inside,
+.widget .widget-description {
+       padding: 12px 12px 10px;
        font-size: 12px;
+       line-height: 16px;
 }
 
-#sidemenu a {
-       padding: 0 7px;
+.widget-inside,
+.widget-description {
+       display: none;
+}
+
+#available-widgets .widget-description {
        display: block;
-       float: left;
-       line-height: 28px;
-       border-top-width: 1px;
-       border-top-style: solid;
-       border-bottom-width: 1px;
-       border-bottom-style: solid;
 }
 
-#sidemenu li {
-       display: inline;
-       line-height: 200%;
-       list-style: none;
-       text-align: center;
-       white-space: nowrap;
-       margin: 0;
+.widget .widget-inside p {
+       margin: 0 0 1em;
        padding: 0;
 }
 
-#sidemenu a.current {
-       font-weight: normal;
-       padding-left: 6px;
-       padding-right: 6px;
-       -moz-border-radius: 3px 3px 0 0;
-       -webkit-border-top-left-radius: 3px;
-       -webkit-border-top-right-radius: 3px;
-       -khtml-border-top-left-radius: 3px;
-       -khtml-border-top-right-radius: 3px;
-       border-top-left-radius: 3px;
-       border-top-right-radius: 3px;
-       border-width: 1px;
-       border-style: solid;
+.widget-title h4 {
+       margin: 0;
+       line-height: 1;
+       overflow: hidden;
+       white-space: nowrap;
 }
 
-#sidemenu li a .count-0 {
-       display: none;
+.widgets-sortables {
+       min-height: 90px;
 }
 
-#poststuff .inside .the-tagcloud {
-       margin: 5px 0 10px;
-       padding: 8px;
-       border-width: 1px;
-       border-style: solid;
-       line-height: 1.8em;
-       word-spacing: 3px;
-       -moz-border-radius: 3px;
-       -khtml-border-radius: 3px;
-       -webkit-border-radius: 3px;
-       border-radius: 3px;
+.widget-control-actions {
+       margin-top: 8px;
 }
 
-.plugin-install #description, .plugin-install-network #description {
-       width: 60%;
+.widget-control-actions a {
+       text-decoration: none;
 }
 
-table .vers,
-table .column-visible,
-table .column-rating {
-       text-align: left;
+.widget-control-actions a:hover {
+       text-decoration: underline;
 }
 
+.widget-control-actions .ajax-feedback {
+       padding-bottom: 3px;
+}
 
-/* Scrollbar fix for bulk upgrade iframe */
-body.iframe {
-       height: 98%;
+.widget-control-actions div.alignleft {
+       margin-top: 6px;
 }
 
+div#sidebar-info {
+       padding: 0 1em;
+       margin-bottom: 1em;
+       font-size: 12px;
+}
 
-/*------------------------------------------------------------------------------
-  23.0  - Dead
-------------------------------------------------------------------------------*/
+.widget-title a,
+.widget-title a:hover {
+       text-decoration: none;
+       border-bottom: none;
+}
 
-/* - Not used anywhere in WordPress - verify and then deprecate
-------------------------------------------------------------------------------*/
-.anchors {
-       margin: 10px 20px 10px 20px;
+.widget-control-edit {
+       display: block;
+       font-size: 12px;
+       font-weight: normal;
+       line-height: 26px;
+       padding: 0 8px 0 0;
 }
 
-div.nav {
-       height: 2em;
-       padding: 7px 10px;
-       vertical-align: text-top;
-       margin: 5px 0;
+a.widget-control-edit {
+       text-decoration: none;
 }
 
-.nav .button-secondary {
-       padding: 2px 4px;
+.widget-control-edit .add,
+.widget-control-edit .edit {
+       display: none;
 }
 
-.settings-toggle {
-       text-align: right;
-       margin: 5px 7px 15px 0;
-       font-size: 12px;
+#available-widgets .widget-control-edit .add,
+#widgets-right .widget-control-edit .edit,
+.inactive-sidebar .widget-control-edit .edit {
+       display: inline;
 }
 
-.settings-toggle h3 {
-       margin: 0;
+.editwidget {
+       margin: 0 auto 15px;
 }
 
-form#tags-filter {
-       position: relative;
+.editwidget .widget-inside {
+       display: block;
+       padding: 10px;
 }
 
-/* - Only used once or twice in all of WP - deprecate for global style
-------------------------------------------------------------------------------*/
-td.media-icon {
-       text-align: center;
-       width: 80px;
-       padding-top: 8px;
-       padding-bottom: 8px;
+.inactive p.description {
+       margin: 5px 15px 10px;
 }
 
-td.media-icon img {
-       max-width: 80px;
-       max-height: 60px;
+#available-widgets p.description {
+       margin: 0 12px 12px;
 }
 
-.screen-per-page {
-       width: 3em;
+.widget-position {
+       margin-top: 8px;
 }
 
-.list-ajax-loading {
-       float: right;
-       margin-right: 9px;
-       margin-top: -1px;
+.inactive {
+       padding-top: 2px;
 }
 
-.tablenav .list-ajax-loading {
-       margin-top: 7px;
+.sidebar-name-arrow {
+       float: right;
+       height: 29px;
+       width: 26px;
 }
 
-#howto {
-       font-size: 11px;
-       margin: 0 5px;
-       display: block;
+.widget-title .in-widget-title {
+       font-size: 12px;
+       white-space: nowrap;
 }
 
-.import-system {font-size: 16px;}
-#namediv table {
-       width: 100%;
+#removing-widget {
+       display: none;
+       font-weight: normal;
+       padding-left: 15px;
+       font-size: 12px;
+       line-height: 1;
 }
 
-#namediv td.first {
-       width: 10px;
-       white-space: nowrap;
+.widget-control-noform,
+#access-off,
+.widgets_access .widget-action,
+.widgets_access .sidebar-name-arrow,
+.widgets_access #access-on,
+.widgets_access .widget-holder .description {
+       display: none;
 }
 
-#namediv input {
-       width: 98%;
+.widgets_access .widget-holder,
+.widgets_access #widget-list {
+       padding-top: 10px;
 }
 
-#namediv p {
-       margin: 10px 0;
+.widgets_access #access-off {
+       display: inline;
 }
 
-#submitdiv h3 {
-       margin-bottom: 0 !important;
+.widgets_access #wpbody-content .widget-title-action,
+.widgets_access #wpbody-content .widget-control-edit,
+.widgets_access .closed .widgets-sortables,
+.widgets_access .closed .widget-holder {
+       display: block;
 }
 
-/* - Used - but could/should be deprecated with a CSS reset
-------------------------------------------------------------------------------*/
-.zerosize {
-       height: 0;
-       width: 0;
-       margin: 0;
-       border: 0;
-       padding: 0;
-       overflow: hidden;
-       position: absolute;
+.widgets_access .closed .sidebar-name {
+       -webkit-border-bottom-right-radius: 0;
+       -webkit-border-bottom-left-radius: 0;
+       border-bottom-right-radius: 0;
+       border-bottom-left-radius: 0;
 }
 
-br.clear {
-       height: 2px;
-       line-height: 2px;
+.widgets_access .sidebar-name,
+.widgets_access .widget .widget-top {
+       cursor: default;
 }
 
-.checkbox {
-       border: none;
-       margin: 0;
-       padding: 0;
+/* =Media Queries
+-------------------------------------------------------------- */
+
+@media only screen and (max-width: 768px) {
+       /* categories */
+       #col-left {
+               width: 100%;
+       }
+
+       #col-right {
+               width: 100%;
+       }
 }
 
-#content {
-       margin: 0;
-       width: 100%;
+@media only screen and (min-width: 769px) {
+       /* categories */
+       #col-left {
+               width: 35%;
+       }
+
+       #col-right {
+               width: 65%;
+       }
 }
 
-fieldset {
-       border: 0;
-       padding: 0;
-       margin: 0;
+@media only screen and (max-width: 860px) {
+
+       /* categories */
+       #col-left {
+               width: 35%;
+       }
+
+       #col-right {
+               width: 65%;
+       }
 }
 
-.post-categories {
-       display: inline;
-       margin: 0;
-       padding: 0;
+@media only screen and (min-width: 980px) {
+
+       /* categories */
+       #col-left {
+               width: 35%;
+       }
+
+       #col-right {
+               width: 65%;
+       }
 }
 
-.post-categories li {
-       display: inline;
+@media only screen and (max-width: 768px) {
+       /* categories */
+       #col-left {
+               width: 100%;
+       }
+
+       #col-right {
+               width: 100%;
+       }
+
+       .form-field input,
+       .form-field textarea {
+               width: 99%;
+       }
+
+       .form-wrap .form-field {
+               padding:0;
+       }
+
+       /* users */
+       #profile-page .form-table textarea {
+               max-width: 400px;
+               width: auto;
+       }
 }