]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-admin/wp-admin.css
Wordpress 2.6.2-scripts
[autoinstalls/wordpress.git] / wp-admin / wp-admin.css
index fcfdbdff1cee3d592f965c365b74b4e432826068..0699a87b923d4435d23e20bab9be72be9751da92 100644 (file)
-* html #poststuff {
-       height: 100%; /* kill peekaboo bug in IE */
+.plugins .name {
+       font-weight: bold;
 }
 
-/* This is the Holly Hack \*/
-* html .wrap { height: 1% }
-/* For Win IE's eyes only */
-
-body {
-       border: none;
+.plugins p {
+       margin: 0 4px;
+       padding: 0;
 }
-a {
-       border-bottom: 1px solid #69c;
-       color: #00019b;
-       text-decoration: none;
+
+.plugins .togl {
+       width: 150px;
+       border-right-width: 1px;
+       border-right-style: solid;
 }
 
-a.delete:hover {
-       background: #c00;
-       color: #fff;
+.import-system {
+       font-size: 16px;
 }
 
-#planetnews ul {
-       list-style: none;
-       margin: 0;
+#uploading {
+       border-style: none;
        padding: 0;
+       margin-bottom: 16px;
+       height: 18em;
+       width: 100%;
 }
 
-#planetnews li {
-       width: 17%;
-       margin: 1%;
-       float: left;
+form#upload th {
+       text-align: right;
+}
+
+form#upload #post_content, form#upload #post_title {
+       width: 250px;
+}
+
+.form-invalid input {
+       border-width: 1px !important;
+       border-style: solid !important;
 }
 
-#planetnews li a {
+
+form#upload #post_content {
+       height: 50px;
+}
+
+.attpreview {
+       width: 1px; /* hug */
+       text-align: center;
+}
+
+.anchors {
+       margin: 10px 20px 10px 20px;
+}
+
+table#availablethemes {
+       border-spacing: 0px;
+       border: none;
+       border-top: 1px solid #ccc;
+       border-bottom: 1px solid #ccc;
+       margin: 10px auto;
+}
+td.available-theme {
+       vertical-align: top;
+       width: 240px;
+       margin: 0;
+       padding: 20px;
+       text-align: left;
+}
+table#availablethemes td {
+       border: 1px solid #eee;
+       border-top: none;
+}
+table#availablethemes td.top {
+       border-top: none;
+}
+table#availablethemes td.right {
+       border-right: none;
+       border-left: none;
+}
+table#availablethemes td.bottom {
+       border-bottom: none;
+}
+table#availablethemes td.left {
+       border-right: none;
+       border-left: none;
+}
+
+.available-theme a.screenshot {
+       width: 240px;
+       height: 180px;
        display: block;
-       padding: .5em;
-       background: #ddd;
-       height: 6em;
+       border: 1px solid #efefef;
+       margin-bottom: 10px;
        overflow: hidden;
 }
+.available-theme img {
+       width: 240px;
+}
+.available-theme h3 {
+       margin: 15px 0 5px;
+}
+
+#current-theme {
+       margin-top: 1em;
+}
 
-a.edit, a.delete, a.edit:hover, a.delete:hover {
+#current-theme a {
        border-bottom: none;
-       display: block;
-       padding: 5px 0;
-       text-align: center;
 }
 
-a.edit:hover {
-       background: #ccc;
-       color: #036;
+#current-theme h3 {
+       font-size: 17px;
+       font-weight: normal;
+       margin: 0;
 }
 
-a:visited {
-       color: #006;
+#current-theme .description {
+       margin-top: 5px;
 }
 
-a:hover {
-/*     border-bottom: 1px solid #3a75ae;*/
-       color: #069;
+#current-theme img {
+       float: left;
+       border: 1px solid #666;
+       margin-right: 1em;
+       margin-bottom: 1.5em;
+       width: 150px;
 }
 
-body   {
-       background: #f9fcfe;
-       color: #000;
+#TB_window #TB_title a.tb-theme-preview-link,
+#TB_window #TB_title a.tb-theme-preview-link:visited {
+       font-weight: bold;
+       color: #999;
+       text-decoration: none;
+}
+
+#TB_window #TB_title a.tb-theme-preview-link:hover,
+#TB_window #TB_title a.tb-theme-preview-link:focus {
+       color: #ccc;
+}
+
+.checkbox {
+       border: none;
        margin: 0;
        padding: 0;
 }
 
-body, td {
-       font: 13px "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana;
+.code {
+       font-family: "Courier New", Courier, monospace;
 }
 
-fieldset {
-       border: none;
-       padding: 3px;
+.commentlist li {
+       padding: 1em 1em .2em;
+       margin: 0;
+       border-bottom-width: 1px;
+       border-bottom-style: solid;
 }
 
-fieldset label.selectit {
-       display: block;
+.commentlist li li {
+       border-bottom: 0px;
+       padding: 0;
+}
+
+.commentlist p {
+       padding: 0;
+       margin: 0 0 .8em;
+}
+
+.post-categories {
+       display: inline;
+       margin: 0;
+       padding: 0;
+}
+
+.post-categories li {
+       display: inline;
+}
+
+.quicktags, .search {
+       font: 12px Georgia, "Times New Roman", Times, serif;
+}
+
+.submit {
+       border-top: 1px solid #ccc;
+       padding: 1.5em 0 0 0;
+       margin: 10px 0 0 0;
+       -moz-border-radius-bottomleft: 3px;
+       -khtml-border-bottom-left-radius: 3px;
+       -webkit-border-bottom-left-radius: 3px;
+       border-bottom-left-radius: 3px;
+       -moz-border-radius-bottomright: 3px;
+       -khtml-border-bottom-right-radius: 3px;
+       -webkit-border-bottom-right-radius: 3px;
+       border-bottom-right-radius: 3px;
+}
+
+.side-info {
+       margin: 0;
+       padding: 4px;
        font-size: 11px;
-       padding: 0 2px;
 }
 
-fieldset label.selectit:hover {
-       background: #e9e9e9;
+.side-info h5 {
+       padding-bottom: 7px;
+       font-size: 14px;
+       margin: 12px 2px 5px;
+       border-bottom-width: 1px;
+       border-bottom-style: solid;
 }
 
-fieldset legend {
-       padding: .1em .3em;
+.side-info ul {
+       margin: 0;
+       padding-left: 18px;
+       list-style: square;
 }
 
-fieldset span.cat-nest {
-       display: block;
-       margin-left: 10px;
+.submit input, .button, .button-secondary, .button-highlighted {
+       font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, sans-serif;
+       padding: 3px 5px;
+       font-size: 12px;
+       line-height: 1.5em;
+       border-width: 1px;
+       border-style: solid;
+       -moz-border-radius: 3px;
+       -khtml-border-radius: 3px;
+       -webkit-border-radius: 3px;
+       border-radius: 3px;
+       cursor: pointer;
+       text-decoration: none;  
+}
+
+.button-highlighted {
+       font-weight: bold;
 }
 
-fieldset.options {
-       padding: 1em;
+#wpcontent select {
+       font: 12px/20px "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, sans-serif;
+       padding: 2px;
+
+       border-width: 1px;
+       border-style: solid;
+       height: 2em;
+       vertical-align:top;
 }
 
-fieldset.options legend {
-       font-size: 16px;
+.approve {
+       display: none;
+}
+
+.unapproved .approve {
+       display: inline;
+}
+
+.updated a {
+       border-bottom-width: 1px;
+       border-bottom-style: solid;
+}
+
+
+.unapproved .unapprove {
+       display: none;
+}
+
+.narrow {
+       width: 70%;
+       margin-bottom: 40px;
+}
+
+.narrow p {
+       line-height: 150%;
+}
+
+
+table .vers {
+       text-align: center;
+}
+
+textarea.all-options, input.all-options {
+       width: 250px;
 }
 
-form, label input {
+#postdiv, #titlediv, #guiddiv, #poststuff .stuffbox {
+       margin: 0 8px 0 0;
+       padding: 0;
+}
+
+#titlediv, #namediv, #poststuff #namediv {
+       margin-top: 10px;
+}
+
+#postdivrich {
        margin: 0;
        padding: 0;
 }
 
-h2 {
-       border-bottom: .5em solid #f0f8ff;
-       color: #333;
-       font: normal 30px/5px serif;
-       margin: 5px 10px;
+#content {
+       margin: 0;
+       width: 100%;
 }
 
-h2 small.quickjump {
-       display: block;
-       text-align: right;
+#editorcontainer #content {
+       padding: 0;
+       line-height: 150%;
+       border: 0 none;
+       outline: none;
 }
 
-h2 small.quickjump a {
-       text-decoration: none;
-       border-bottom: 0;
-       font-size: 15px;
-       background: #f0f8ff;
-       padding: 5px 10px;
+#editorcontainer {
+       padding: 6px;
+       border-style: none solid solid;
+       border-width: 1px;
+       border-collapse: separate;
 }
 
-img, #footer a {
-       border: 0;
+#quicktags {
+       padding: 0;
+       border: 0 none;
 }
 
-input:focus, textarea:focus, label:focus {
-       background: #fff;
-       border: 1px solid #686868;
+#quicktags #ed_toolbar {
+       padding: 2px 4px;
 }
 
-label {
-       cursor: pointer;
+#ed_toolbar input {
+       margin: 3px 2px 2px;
+       padding: 2px 4px;
+       line-height: 18px;
+       display: inline-block;
 }
 
-li, dd {
-       margin-bottom: 6px;
+#quicktags #ed_strong {
+       font-weight: bold;
 }
 
-p, li, dl, dd, dt {
-       line-height: 130%;
+#quicktags #ed_link {
+       text-decoration: underline;
 }
 
-textarea, input, select {
-       background: #f4f4f4;
-       border: 1px solid #b2b2b2;
-       color: #000;
-       font:  13px Verdana, Arial, Helvetica, sans-serif;
-       margin: 1px;
-       padding: 3px;
+#quicktags #ed_del {
+       text-decoration: line-through;
 }
 
-#uploading {
-       border-style: none;
-       padding: 0px;
-       margin-bottom: 16px;
-       height: 15em;
-       width: 100%;
-/*     overflow-y: hidden;*/
+#quicktags #ed_em {
+       font-style: italic;
 }
 
-form#upload th {
-       text-align: right;
+#quicktags #ed_code {
+       font-family: "Courier New", Courier, mono;
+       font-size: 1.1em;
+       vertical-align: top;
 }
 
-form#upload #post_content, form#upload #post_title {
-       width: 250px;
+
+#attachmentlinks textarea {
+       width: 100%;
+       height: 2.5em;
+       margin-bottom: 6px;
 }
 
-form#upload #post_content {
-       height: 50px;
+#excerpt, .attachmentlinks {
+       margin: 0;
+       height: 4em;
+       width: 98%;
 }
 
-.attpreview {
-       width: 1px; /* hug */
-       text-align: center;
+.plugins p {
 }
 
-.alignleft {
-       float: left
+#login .fullwidth {
+       width: 320px;
 }
 
-.alignright {
-       float: right;
+#searchform fieldset {
+       float: left;
+       margin: 0 1.5ex 1em 0;
+       padding: 0;
 }
 
-.alternate {
-       background: #f1f1f1;
+#searchform fieldset legend {
+       padding: 0 0 .2em 1px;
 }
 
-.anchors {
-       margin: 10px 20px 10px 20px;
+#searchform #s {
+       padding: 4px 3px;
 }
 
-.available-theme {
-       width: 30%;
-       margin: 0 1em;
+#searchform #post-query-submit {
        float: left;
-       text-align: center;
-       height: 28em;
-       overflow: hidden;
+       margin: 14px 0 1em;
+       position: relative;
+       top: .35em;
 }
 
-.available-theme a.screenshot {
-       width: 250px;
-       height: 200px;
-       display: block;
+#postcustomstuff .updatemeta, #postcustomstuff .deletemeta {
        margin: auto;
-       background: #f1f1f1;
-       border: 1px solid #ccc;
-       margin-bottom: 10px;
+}
+
+#postcustomstuff table {
+       margin: 0;
+       width: 100%;
+       border-width: 1px;
+       border-style: solid;
+}
+
+#postcustomstuff table input, #postcustomstuff table textarea {
+       width: 95%;
+}
+
+#postcustomstuff table #addmetasub {
+       width: auto;
+}
+
+#poststuff #post-body {
+       margin-right: 230px;
+}
+
+#save {
+       width: 15em;
+}
+
+#template div {
+       margin-right: 190px;
+}
+
+* html #template div {
+       margin-right: 0;
+}
+
+#template, #template div, #editcat, #addcat {
+       zoom: 1;
+}
+
+/* A handy div class for hiding controls.
+Some browsers will disable them when you
+set display:none; */
+.zerosize {
+       height: 0;
+       width: 0;
+       margin: 0;
+       border: 0;
+       padding: 0;
        overflow: hidden;
+       position: absolute;
 }
 
-.available-theme a.screenshot:hover {
-/*     border: 1px solid #666;*/
+* html #themeselect {
+       padding: 0 3px;
+       height: 22px;
 }
 
-.available-theme img {
-       width: 100%;
+#your-profile legend {
+       font-family: Georgia, "Times New Roman", Times, serif;
+       font-size: 22px;
 }
 
-.checkbox {
-       background: #fff;
+#your-profile #rich_editing {
        border: none;
+}
+
+#howto {
+       font-size: 11px;
+       margin: 0 5px;
+       display: block;
+}
+
+#ajax-response.alignleft {
+       margin-left: 2em;
+}
+
+
+div.nav {
+       height: 2em;
+       padding: 7px 10px;
+       vertical-align: text-top;
+       margin: 5px 0;
+}
+
+.nav .button-secondary {
+       padding: 2px 4px;
+}
+
+.page-numbers {
+       padding: 2px 4px;
+       margin-right: 3px;
+       border-width: 1px;
+       border-style: solid;
+}
+
+.page-numbers.current {
+       font-weight: bold;
+       border-width: 1px;
+       border-style: solid;
+}
+
+p.pagenav {
        margin: 0;
-       padding: 0;
+       display: inline;
 }
 
-.code {
-       font-family: "Courier New", Courier, monospace;
+.pagenav span {
+       font-weight: bold;
+       margin: 0 6px;
 }
 
-.commentlist li {
-       border-bottom: 1px solid #369;
-       padding: .3em 1em;
+.row-title {
+       font-size: 12px !important;
+       font-weight: bold;
+}
+
+.comment-column {
+       margin-left: 5px;
+}
+
+.tablenav a.button-secondary {
+       display: block;
+       margin: 1px 8px 0 0;
+}
+
+.tablenav .button-secondary {
+       padding: 2px 4px;
+       vertical-align: top;
 }
 
-.clear {
+.tablenav .tablenav-pages a.next, .tablenav .tablenav-pages a.prev {
+       text-decoration: underline;
+}
+
+.tablenav {
+       height: 2em;
+       padding: 7px 10px;
        clear: both;
-       height: 2px;
+       margin-bottom: -10px;
+       margin-top: 8px;
+       vertical-align: text-top;
 }
 
-.hidden {
-       display: none;
+.tablenav .tablenav-pages {
+       float: right;
+       height: 18px;
+       padding-top: 6px;
+       font-size: 11px;
 }
 
-.navigation {
-       display: block;
+.tablenav .tablenav-pages a {
+       text-decoration: none;
+}
+
+td.media-icon {
+       vertical-align: middle;
        text-align: center;
-       margin-top: 10px;
-       margin-bottom: 30px;
 }
 
-.post-categories {
-       display: inline;
+td.media-icon img {
+       max-width: 80px;
+       max-height: 60px;
+}
+
+#update-nag, .plugin-update {
+       line-height: 29px;
+       font-size: 12px;
+       text-align: center;
+       border-bottom-width: 1px;
+       border-bottom-style: solid;
+       border-top-width: 1px;
+       border-top-style: solid;
+}
+
+#update-nag a, .plugin-update a {
+       font-size: 1.1em;
+}
+
+#pass-strength-result {
+       padding: 3px 5px 3px 5px;
+       margin-top: 3px;
+       text-align: center;
+       border-width: 1px;
+       border-style: solid;
+}
+
+a.view-comment-post-link {
+       position: absolute;
+       text-decoration:underline;
+}
+
+/* Admin Header */
+
+#user_info {
+       position: absolute;
+       right: 15px;
+       top: 11px;
+       font-size: 11px;
+}
+
+#user_info p {
        margin: 0;
        padding: 0;
 }
 
-.post-categories li, #ed_toolbar {
+#wphead {
+       border-top-width: 30px;
+       border-top-style: solid;
+}
+
+#wphead a, #dashmenu a, #adminmenu a, #submenu a, #sidemenu a, #taglist a, #catlist a {
+       text-decoration: none;
+}
+
+#wphead #viewsite {
+       position: absolute;
+       margin-top: 12px;
+       margin-left: 10px;
+}
+#wphead #viewsite a {
+       font: 12px "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, sans-serif;
+       padding: 3px 4px;
+       display: block;
+       letter-spacing: normal;
+       border-width: 1px;
+       border-style: solid;
+       -moz-border-radius: 3px;
+       -khtml-border-radius: 3px;
+       -webkit-border-radius: 3px;
+       border-radius: 3px;
+}
+
+#wphead h1 {
+       font: normal 36px Georgia, "Times New Roman", Times, serif;
+       padding: 11px 170px 16px 12px;
+       margin: 0;
+       margin-right: 15%;
+}
+
+/* menu stuff */
+
+#dashmenu {
+       margin: 0;
+       list-style: none;
+       position: absolute;
+       top: 7px;
+       left: 0;
+       font-size: 11px;
+       padding-left: 9px;
+}
+
+#dashmenu a {
+       padding: 5px 6px;
+       line-height: 220%;
+       margin-right: 8px;
+}
+
+#dashmenu a.current {
+       border: none;
+       -moz-border-radius-topleft: 3px;
+       -khtml-border-top-left-radius: 3px;
+       -webkit-border-top-left-radius: 3px;
+       border-top-left-radius: 3px;
+       -moz-border-radius-topright: 3px;
+       -khtml-border-top-right-radius: 3px;
+       -webkit-border-top-right-radius: 3px;
+       border-top-right-radius: 3px;
+}
+
+#adminmenu {
+       margin: 0;
+       list-style: none;
+       padding-left: 11px;
+       border-bottom-width: 1px;
+       border-bottom-style: solid;
+}
+
+#adminmenu a {
+       font-size: 16px;
+       padding: 5px 7px;
+       line-height: 30px;
+}
+
+#adminmenu a.current, #sidemenu a.current {
+       font-weight: normal;
+       padding-left: 6px;
+       padding-right: 6px;
+       -moz-border-radius-topleft: 4px;
+       -khtml-border-top-left-radius: 4px;
+       -webkit-border-top-left-radius: 4px;
+       border-top-left-radius: 4px;
+       -moz-border-radius-topright: 4px;
+       -khtml-border-top-right-radius: 4px;
+       -webkit-border-top-right-radius: 4px;
+       border-top-right-radius: 4px;
+       border-width: 1px;
+       border-style: solid;
+}
+
+#adminmenu a.current {
+       border-bottom-width: 2px;
+}
+
+#sidemenu {
+       margin: -30px 15px 0 315px;
+       list-style: none;
+       position: relative;
+       float: right;
+       padding-left: 10px;
+       font-size:12px;
+}
+
+#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;
+}
+
+#dashmenu li, #adminmenu li, #submenu li, #sidemenu li {
        display: inline;
+       line-height: 200%;
+       list-style: none;
+       text-align: center;
+       white-space: nowrap;
+       margin: 0;
+       padding: 0;
 }
 
-.quicktags, .search {
-       background: #ccc;
-       color: #000;
-       font: 12px Georgia, "Times New Roman", Times, serif;
+#submenu li {
+       padding: 0 0 8px 17px;
 }
 
-.submit input, .submit input:focus, .button {
-       background: url( images/fade-butt.png );
-       border: 3px double #999;
-       border-left-color: #ccc;
-       border-top-color: #ccc;
-       color: #333;
-       padding: 0.25em;
+#adminmenu li a #awaiting-mod, #sidemenu li a #update-plugins {
+       position: absolute;
+       margin-left: -0.4em;
+       margin-top: 0.2em;
+       font-size: 0.7em;
+       background-repeat: no-repeat;
+       background-position: 0 bottom;
+       height: 0.9em;
+       width: 1em;
 }
 
-.submit input:active, .button:active {
-       background: #f4f4f4;
-       border: 3px double #ccc;
-       border-left-color: #999;
-       border-top-color: #999;
+#adminmenu li a .count-0, #sidemenu li a .count-0 {
+       display: none;
 }
 
-.submit, .editform th, #postcustomsubmit {
-       text-align: right;
+.post-com-count-wrapper {
+       min-width: 22px;
 }
 
-.optiontable {
-       width: 100%;
+.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;
 }
 
-.optiontable td, .optiontable th {
-       padding: .5em;
+.post-com-count span {
+       height: 1.3em;
+       line-height: 1.2em;
+       padding: 0 0.5em;
+       background-color: #bbb;
+       display: inline-block;
+       cursor: pointer;
+       -moz-border-radius: 3px;
+       -khtml-border-radius: 3px;
+       -webkit-border-radius: 3px;
+       border-radius: 3px;
 }
 
-.optiontable th {
-       width: 33%;
-       text-align: right;
+strong .post-com-count {
+       background-position: center -55px;
 }
 
-.unapproved {
-       color: #888;
+.post-com-count:hover {
+       background-position: center -3px;
 }
 
-.unapproved a:link {
-       color: #b9bcff;
+#adminmenu li a:hover #awaiting-mod, #sidemenu li a:hover #update-plugins {
+       background-position: -80px bottom;
 }
 
-.unapproved a:visited {
-       color: #696dff;
+#adminmenu li a #awaiting-mod span, #sidemenu li a #update-plugins span {
+       top: -0.8em;
+       right: 0;
+       position: absolute;
+       display: block;
+       height: 1.3em;
+       line-height: 1.3em;
+       padding: 0 0.6em;
+       -moz-border-radius: 3px;
+       -khtml-border-radius: 3px;
+       -webkit-border-radius: 3px;
+       border-radius: 3px;
 }
 
-.unapproved a:hover {
-       color: #009ef0;
+#submenu {
+       margin: 0;
+       list-style: none;
+       padding: 6px 0 3px 0;
 }
 
-.updated {
-       background: #CFEBF7 url(images/notice.gif) no-repeat 1em ;
-       border: 1px solid #2580B2;
-       margin: 1em 5% 10px;
-       padding: 0 1em 0 3em;
+#submenu li {
+       font-size: 14px;
 }
 
-.error {
-       background: #FFEFF7;
-       border: 1px solid #c69;
-       margin: 1em 5% 10px;
-       padding: 0 1em 0 1em;
+#minisub { /* for empty submenus */
+       height: 15px;
 }
 
-.wrap {
-       background: #fff;
-       border: 1px solid #ccc;
+/* end menu stuff */
+
+/* Admin Footer */
+
+html, body {
+       height:100%;
+}
+#wpwrap {
+       position: relative;
+       min-height: 100%;
+}
+#wpcontent{
+       padding-bottom: 95px;
+}
+#footer {
        clear: both;
-       margin: 15px 5%;
-       padding: .5em 1em;
+       height: 65px;
+       padding: 10px 0 0 60px;
+       margin: 0;
+       position: relative;
+       margin-top: -75px;
+       font-size: 12px;
 }
 
-.wrap h2 {
-       margin: .8em 0 .5em;
+#footer p {
+       margin: 0;
+       padding: 7px 0;
+}
+
+#footer p a {
+       text-decoration: none;
+}
+
+#footer p a:hover {
+       text-decoration: underline;
+}
+
+/* Tables used on comment.php and option/setting pages */
+
+.form-table {
+       border-collapse: collapse;
+       margin-top: 1em;
+       width: 100%;
+       margin-bottom: -8px;
+}
+
+.form-table td {
+       margin-bottom: 9px;
+       padding: 10px;
+       line-height: 20px;
+       border-bottom-width: 8px;
+       border-bottom-style: solid;
+       font-size: 11px;
+}
+
+.form-table th {
+       vertical-align: top;
+       text-align: left;
+       padding: 10px;
+       width: 150px;
+       border-bottom-width: 8px;
+       border-bottom-style: solid;
+}
+
+.form-table th.th-full {
+       width: auto;
+}
+
+.form-table input, .form-table textarea {
+       border-width: 1px;
+       border-style: solid;
+}
+
+.form-table div.color-option {
+       display: block;
        clear: both;
 }
 
-table .vers, table .name {
-       text-align: center;
+.form-table input.tog {
+       margin-top: 2px;
+       margin-right: 2px;
+       float: left;
 }
 
-textarea.all-options, input.all-options {
-       width: 250px;
+.form-table table.color-palette {
+       vertical-align: bottom;
+       float: left;
+       margin: -3px 3px 8px;
 }
 
-input.disabled, textarea.disabled {
-       background: #ccc;
+.form-table .color-palette td {
+       border-bottom: none;
+       border: 1px solid #fff;
+       font-size: 1px;
+       line-height: 1px;
 }
 
-#adminmenu {
-       background: #6da6d1;
-       border-top: 3px solid #448abd;
-       margin: 0;
-       padding: .2em .2em .2em 2em;
+#profile-page .form-table textarea {
+       width: 500px;
+       margin-bottom: 6px;
 }
 
-#adminmenu .current, #submenu .current {
-       font-weight: bold;
+#profile-page .form-table input[type=text] { 
+       width: 300px;
 }
 
-#adminmenu a {
-       color: #000;
-       font-size: 14px;
-       font-weight: normal;
+#pass-strength-result {
+       width: 197px;
+       float: left;
+       margin-right: 5px;
+       border: 1px solid #ccc !important;
+}
+
+#profile-page .form-table #rich_editing {
+       margin-right: 5px
+}
+
+.form-table .pre {
+       padding: 8px;
        margin: 0;
-       padding: 3px 5px;
-       text-decoration: none;
 }
 
-#adminmenu a:hover, .current {
-       background: #ddeaf4;
-       color: #333;
+.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+ */
+}
+
+table.form-table td .updated {
+       font-size: 13px;
+}
+
+/* Post Screen */
+
+#tagsdiv #newtag {
+       margin-right: 5px;
+       width: 16em;
+}
+
+#tagchecklist {
+       margin-left: 10px;
+
+       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;
+}
+
+.howto {
+       font-style: italic;
+       display: block;
 }
 
-#adminmenu li, #submenu li {
-       display: inline;
-       line-height: 200%;
+.ac_results {
+       padding: 0;
+       margin: 0;
        list-style: none;
-       text-align: center;
+       position: absolute;
+       z-index: 10000;
+       display: none;
+       border-width: 1px;
+       border-style: solid;
 }
 
-#submenu {
-       background: #0d324f;
-       border-bottom: none;
-       margin: 0;
-       padding: 3px 2em 0 3em;
+.ac_results li {
+       padding: 2px 5px;
+       white-space: nowrap;
+       text-align: left;
 }
 
-#submenu .current {
-       background: #f9fcfe;
-       border-top: 1px solid #045290;
-       border-right: 2px solid #045290;
-       color: #000;
+.ac_over {
+       cursor: pointer;
 }
 
-#submenu a {
-       border: none;
-       color: #fff;
-       font-size: 12px;
-       padding: .3em .4em .33em;
+.ac_match {
+       text-decoration: underline;
 }
 
-#submenu a:hover {
-       background: #ddeaf4;
-       color: #393939;
+#poststuff h2 {
+       margin-top: 20px;
+       font-size: 1.5em;
+       margin-bottom: 15px;
+       padding: 0 0 3px;
+       clear: left;
 }
 
-#submenu li {
-       line-height: 170%;
+#poststuff h3 {
+       font-size: 14px;
+       font-weight: bold;
+       padding: 7px;
+       margin: 0 0 10px;
 }
 
-
-#categorydiv input, #poststatusdiv input, #commentstatusdiv input, #pingstatusdiv input {
-       border: none;
+#poststuff .postbox, #poststuff .stuffbox {
+       margin-left: 20px;
+       padding: 2px;
+       margin-bottom: 20px;
+       margin-right: 8px;
+       border-width: 1px;
+       border-style: solid;
 }
 
-#titlediv, #guiddiv {
-       margin: 0 8px 0 0;
-       padding: 0px;
+#titlediv, #poststuff .postarea {
+       margin-left: 20px;
+       margin-bottom: 20px;
+       margin-right: 8px;
 }
 
-#postdiv {
-       margin: 0 8px 0 0;
-       padding: 0px;
+#titlediv {
+       margin-bottom: 20px;
 }
 
-#postdivrich {
-       margin: 0px;
-       padding: 0px;
+#titlediv div.inside {
+       margin: 0;
 }
 
-#content {
-       margin: 0 0 0 0;
+#titlediv #title {
+       border: 0;
+       padding: 0;
+       font-size: 1.7em;
        width: 100%;
+       outline: none;
 }
 
-#titlediv input, #guiddiv input {
-       margin: 0px;
-       width: 100%;
+#poststuff #titlewrap {
+       padding: 2px 3px;
+       border-width: 1px;
+       border-style: solid;
 }
 
-#quicktags {
-       margin-left: -1px;
+#poststuff .inside {
+       margin: 0 12px 12px;
+       font-size: 11px;
 }
 
-#currenttheme img {
-       float: left;
-       border: 1px solid #666;
-       margin-right: 1em;
-       margin-bottom: 1.5em;
-       width: 300px;
+#link_name, #link_url, #link_description {
+       font-size: 1.7em;
+       padding: 4px 3px;
+       width: 98%;
 }
 
-#deletepost:hover {
-       background: #ce0000;
-       color: #fff;
+#edit-slug-box {
+       margin-top: 8px;
 }
 
-#quicktags #ed_strong {
+#editable-post-name-full {display: none;}
+
+#editable-post-name input {width: 16em;}
+
+#edit-slug-buttons a.save {
+       padding: 6px 4px;
+       margin-right: 4px;
+       text-decoration: none;
+       border-width: 1px;
+       border-style: solid;
+       -moz-border-radius: 3px;
+       -khtml-border-radius: 3px;
+       -webkit-border-radius: 3px;
+       border-radius: 3px;
        font-weight: bold;
 }
 
-#quicktags #ed_link {
-       color: blue;
-       text-decoration: underline;
+#poststuff #editor-toolbar {
+       position: relative;
+       height: 30px;
+       margin-top: -41px;
 }
 
-#quicktags #ed_del {
-       text-decoration: line-through;
+#poststuff #edButtonPreview, #poststuff #edButtonHTML {
+       display: block;
+       height: 20px;
+       padding: 5px 5px 1px;
+       margin: 5px 8px 0 0;
+       float: right;
+       cursor: pointer;
 }
 
-#quicktags #ed_em {
-       font-style: italic;
+#poststuff #editor-toolbar .active {
+       font-weight: bold;
+       -moz-border-radius-topright: 3px;
+       -khtml-border-top-right-radius: 3px;
+       -webkit-border-top-right-radius: 3px;
+       border-top-right-radius: 3px;
+       -moz-border-radius-topleft: 3px;
+       -khtml-border-top-left-radius: 3px;
+       -webkit-border-top-left-radius: 3px;
+       border-top-left-radius: 3px;
 }
 
-#quicktags #ed_code {
-       font-family: "Courier New", Courier, mono;
+#poststuff #media-buttons {
+       float: right;
+       margin-right: 20px;
+       margin-top: 8px;
+       cursor: default;
+       line-height: 1;
+       height: 1.1em;
 }
 
-#title {
-       font-size: 1.5em;
+#poststuff #media-buttons a {
+       cursor: pointer;
+       padding: 0 5px 2px 2px;
 }
 
-#postexcerpt div, #attachmentlinks div {
-       margin-right: 8px;
+#poststuff #media-buttons img {
+       vertical-align: middle;
 }
 
-#attachmentlinks textarea {
-       width: 100%;
-       height: 2.5em;
-       margin-bottom: 6px;
+#poststuff .togbox {
+       background-position: -10px 16px;
+       background-repeat: no-repeat;
+       display: block;
+       height: 37px;
+       margin-left: -21px;
+       margin-top: -10px;
+       overflow: hidden;
+       position: absolute;
+       text-indent: -9999px;
+       width: 12px;
+       -moz-border-radius-topleft: 3px;
+       -khtml-border-top-left-radius: 3px;
+       -webkit-border-top-left-radius: 3px;
+       border-top-left-radius: 3px;
+       -moz-border-radius-bottomleft: 3px;
+       -khtml-border-bottom-left-radius: 3px;
+       -webkit-border-bottom-left-radius: 3px;
+       border-bottom-left-radius: 3px;
+}
+
+#poststuff .closed .inside {
+       display: none;
 }
 
-* html #postexcerpt .dbx-toggle-open, * html #postexcerpt .dbx-toggle-open {
-       padding-right: 8px;
+#poststuff .closed h3 {
+       margin: 0;
 }
 
-#excerpt, .attachmentlinks {
-       margin: 0px;
-       height: 4em;
-       width: 100%;
+#poststuff .closed .togbox {
+       background-position: 4px 15px;
 }
 
-#footer {
-       clear: both;
-       text-align: center;
+.submitbox {
+       width: 220px;
+       float: right;
 }
 
-#login {
-       background: #fff;
-       border: 1px solid #a2a2a2;
-       margin: 5em auto;
-       padding: 1.5em;
-       width: 25em;
+.submitbox .inside strong {
+       font-size: 14px;
 }
 
-#login #login_error {
-       background: #c00;
-       border: 1px solid #a40000;
-       color: #fff;
-       font-size: 16px;
-       font-weight: bold;
-       padding: .5em;
-       text-align: center;
+.submitbox .submitdelete {
+       border-bottom-width: 1px;
+       border-bottom-style: solid;
+       text-decoration: none;
+       margin-left: 8px;
+       padding-bottom: 1px;
 }
 
-#login h1 {
-       background: url(images/wordpress-logo.png) no-repeat top left;
-       margin-top: 0;
+
+.submitbox #previewview {
+       padding: 15px 10px;
+       -moz-border-radius-topleft: 3px;
+       -khtml-border-top-left-radius: 3px;
+       -webkit-border-top-left-radius: 3px;
+       border-top-left-radius: 3px;
+       -moz-border-radius-topright: 3px;
+       -khtml-border-top-right-radius: 3px;
+       -webkit-border-top-right-radius: 3px;
+       border-top-right-radius: 3px;
 }
 
-#login h1 a {
-       display: block;
-       text-indent: -1000px;
-       height: 66px;
+.submitbox #previewview a {
+       padding: 6px;
+       text-decoration: none;
+       font-weight: normal;
        border-bottom: none;
+       font-size: 14px;
+       -moz-border-radius: 3px;
+       -khtml-border-radius: 3px;
+       -webkit-border-radius: 3px;
+       border-radius: 3px;
 }
 
-#login input {
-       padding: 3px;
+.submitbox .submit {
+       text-align: left;
+       padding: 12px 10px 10px 10px;
+       font-size: 11px;
 }
 
-#login ul {
-       list-style: none;
-       margin: 0;
-       padding: 0;
+.submitbox .submit a:hover {
+       border-bottom-width: 1px;
+       border-bottom-style: solid;
 }
 
-#login ul li {
-       display: inline;
-       margin-left: 1.4em;
-       text-align: center;
+.submitbox .submit input {
+       margin-bottom: 8px;
+       margin-right: 3px;
+       padding: 6px 4px;
+       border: none;
 }
 
-#login #log, #pwd {
-       font-size: 1.7em;
-       width: 80%;
+.submitbox #autosave .error {
+       margin-top: 10px;
 }
 
-#login #submit {
-       font-size: 1.7em;
-}
+/* Categories */
 
-#postcustom .updatemeta, #postcustom .deletemeta {
-       margin: auto;
+#categorydiv #category-adder {
+       margin-left: 120px;
+       padding: 4px 0;
 }
 
-#postcustom table {
-       border: 1px solid #ccc;
-       margin: 0px;
-       width: 100%;
+#category-add input, #category-add select {
+       width: 30%;
 }
 
-#postcustom table input, #postcustom table textarea {
-       width: 95%;
+#category-add input#category-add-sumbit {
+       width: auto;
 }
 
-#poststuff {
-       margin-right: 16em;
+#categorydiv ul#category-tabs {
+       float: left;
+       width: 120px;
+       text-align: right;
+       /* Negative margin for the sake of those without JS: all tabs display */
+       margin: 0 -120px 0 0;
+       padding: 0;
 }
 
-#save {
-       width: 15em;
+ul#category-tabs li {
+       padding: 8px;
 }
 
-#template div {
-       margin-right: 190px;
+ul#category-tabs li.ui-tabs-selected {
+       -moz-border-radius-topleft: 3px;
+       -khtml-border-top-left-radius: 3px;
+       -webkit-border-top-left-radius: 3px;
+       border-top-left-radius: 3px;
+       -moz-border-radius-bottomleft: 3px;
+       -khtml-border-bottom-left-radius: 3px;
+       -webkit-border-bottom-left-radius: 3px;
+       border-bottom-left-radius: 3px;
 }
 
-* html #template div {
-       margin-right: 0px;
+ul#category-tabs li.ui-tabs-selected a {
+       color: #333;
+       font-weight: bold;
+       text-decoration: none;
 }
 
-#template, #template div, #editcat, #addcat {
-       zoom: 1;
+div.ui-tabs-panel {
+       margin: 0 5px 0 120px;
+       padding: .5em .9em;
+       height: 10em;
+       overflow: auto;
+       border-width: 4px;
+       border-style: solid;
 }
 
-#template textarea {
-       font: small 'Courier New', Courier, monospace;
-       width: 97%;
+#categorydiv ul {
+       list-style: none;
+       padding: 0;
+       margin: 0;
 }
 
-#templateside {
-       float: right;
-       width: 170px;
+#categorydiv ul.categorychecklist ul {
+       margin-left: 18px;
 }
 
-#templateside h3, #postcustom p {
+ul.categorychecklist li {
        margin: 0;
-}
-
-#templateside ol, #templateside ul {
-       list-style: none;
-       margin: .5em;
        padding: 0;
+       line-height: 19px;
 }
 
-#user_info {
-       position: absolute;
-       right: 1em;
-       top: 0;
-       color: #fff;
-       font-size: .9em;
-}
-
-#user_info a {
-       color: #fff;
+#linkcategorydiv #category-adder {
+       margin-left: 120px;
+       padding: 4px 0;
 }
 
-#wphead {
-       background: #14568a;
-       padding: .8em 19em .8em 2em;
-       color: #c3def1;
+#category-adder h4 {
+       margin: 0;
 }
 
-#wphead a {
-       color: #fff;
+#linkcategorydiv ul#category-tabs {
+       float: left;
+       width: 120px;
+       text-align: right;
+       /* Negative margin for the sake of those without JS: all tabs display */
+       margin: 0 -120px 0 0;
+       padding: 0;
 }
 
-#wphead h1 {
-       font-size: 2.5em;
-       font-weight: normal;
-       letter-spacing: -.05em;
+#linkcategorydiv ul {
+       list-style: none;
+       padding: 0;
        margin: 0;
-       font-family: Georgia, "Times New Roman", Times, serif
 }
 
-#wphead h1 span {
-       font-size: .4em;
-       letter-spacing: 0;
+#linkcategorydiv ul.categorychecklist ul {
+       margin-left: 18px;
 }
 
-#zeitgeist {
-       background: #eee;
-       border: 1px solid #69c;
-       float: right;
-       font-size: 90%;
-       margin-bottom: .5em;
-       margin-left: 1em;
-       margin-top: .5em;
-       padding: 1em;
-       width: 40%;
+/* pasitioning etc. */
+form#tags-filter {
+        position: relative;
 }
 
-#zeitgeist h2, fieldset legend a {
-       border-bottom: none;
+p#tag-search {
+        position: absolute;
+        right: 0;
+        top: 0;
+        margin: 0;
 }
 
-#zeitgeist h2 {
-       margin-top: .4em;
+form#posts-filter {
+        position: relative;
 }
 
-#zeitgeist h3 {
-       border-bottom: 1px solid #ccc;
-       font-size: 16px;
-       margin: 1em 0 0;
+p#post-search {
+        position: absolute;
+        right: 0;
+        top: 0;
+        margin: 0;
 }
 
-#zeitgeist h3 cite {
-       font-size: 12px;
-       font-style: normal;
+#post-search .button, #widget-search .button {
+       padding: 3px;
+       font-size: 13px;
 }
 
-#zeitgeist li, #zeitgeist p {
-       margin: .2em 0;
+#posts-filter fieldset {
+       float: left;
+       margin: 0 1.5ex 1em 0;
+       padding: 0;
 }
 
-#zeitgeist ul {
-       margin: 0 0 .3em .6em;
-       padding: 0 0 0 .6em;
+#posts-filter fieldset legend {
+       padding: 0 0 .2em 1px;
 }
 
-.active td {
-       background: #BEB;
-}
-.active .name {
-       background: #9C9;
-}
-.alternate.active td {
-       background: #ADA;
-}
-.alternate.active .name {
-       background: #8B8;
+.bordertitle {
+       padding-bottom: 5px;
+       border-bottom-width: 1px;
+       border-bottom-style: solid;
 }
 
-/* A handy div class for hiding controls.
-   Some browsers will disable them when you
-   set display:none; */
-.zerosize {
-       height: 0px;
-       width: 0px;
-       margin: 0px;
-       border: 0px;
-       padding: 0px;
-       overflow: hidden;
-       position: absolute;
-}
+/* Global classes */
+.wp-hidden-children .wp-hidden-child { display: none; }
+.wp-no-js-hidden { display: none; }
+.ui-tabs-hide { display: none; }
 
-/* Box stuff */
-.dbx-clone {
-       position:absolute;
-       visibility:hidden;
-}
-.dbx-clone, .dbx-clone .dbx-handle-cursor {
-       cursor:move !important;
-}
-.dbx-dummy {
-       display:block;
-       width:0;
-       height:0;
-       overflow:hidden;
-}
-.dbx-group, .dbx-box, .dbx-handle {
-       position:relative;
-       display:block;
+.commentlist .avatar {
+       vertical-align:text-top;
 }
 
-#grabit {
-       width: 188px;
+.defaultavatarpicker .avatar {
+       margin: 2px 0;
+       vertical-align: middle;
 }
 
-* html #themeselect {
-       padding: 0px 3px;
-       height: 22px;
+body.minwidth {
+       min-width: 808px;
 }
 
-/****************************************************************
-  avoid padding, margins or borders on dbx-box, 
-  to reduce visual discrepancies between it and the clone.  
-  overall, dbx-box is best left as visually unstyled as possible 
-*****************************************************************/
-.dbx-box {
-       margin:0;
-       padding:0;
-       border:none;
+ul.view-switch {
+       float: right;
+       list-style: none;
+       margin: -23px 5px -2px 0;
+       position: relative;
 }
 
-/* Can change this */
-#moremeta fieldset, #advancedstuff fieldset {
-       margin-bottom: 1em;
-}
-#moremeta fieldset div {
-       margin: 2px 0 0 0px;
-       padding: 7px;
-}
-#moremeta {
-       line-height: 130%;
-       margin-right: 15px;
-       position: absolute;
-       right: 5%;
-       width: 14.5em;
-}
-#moremeta select {
-       width: 96%;
+ul.view-switch li {
+       float: left;
+       margin: 0;
+       font-size: 11px;
+       padding: 4px 6px;
+       font-weight: bold;
 }
 
-#slugdiv input, #passworddiv input, #authordiv select, #thumbdiv input, #parentdiv input {
-       margin-top: .5em;
-       width: 90%;
+ul.view-switch a {
+       text-decoration: none;
 }
 
-#moremeta h3, #advancedstuff h3 {
-       padding: 3px;
-       font-weight: normal;
-       font-size: 13px;
+ul.view-switch li.current {
+       border: none;
+       -moz-border-radius-topleft: 3px;
+       -khtml-border-top-left-radius: 3px;
+       -webkit-border-top-left-radius: 3px;
+       border-top-left-radius: 3px;
+       -moz-border-radius-topright: 3px;
+       -khtml-border-top-right-radius: 3px;
+       -webkit-border-top-right-radius: 3px;
+       border-top-right-radius: 3px;
 }
 
-#advancedstuff div {
-       margin-top: .5em;
-}
 
-#categorydiv div div {
-       height: 12em;
-       overflow: auto;
+#the-comment-list .comment a {
+       padding-bottom: 1px;
+       text-decoration: none;
+       border-bottom-width: 1px;
+       border-bottom-style: solid;
 }
 
-#ajaxcat input {
-       border: 1px solid #ccc;
+
+#the-comment-list td.comment p.comment-author {
+       margin-top: 0;
+       margin-left: 0 ;
 }
 
-#your-profile fieldset {
-       border: 1px solid #ccc;
+#the-comment-list p.comment-author img {
        float: left;
-       width: 40%;
-       padding: .5em 2em;
-       margin: 1em; 
+       margin-right: 8px;
 }
 
-#your-profile fieldset input  {
-       width: 100%;
-       font-size: 20px;
-       padding: 2px;
+#the-comment-list p.comment-author strong a {
+       border: none;
 }
 
-#your-profile fieldset textarea {
-       width: 100%;
-       padding: 2px;
+#the-comment-list td {
+       vertical-align: top;
 }
 
-#your-profile legend {
-       font-family: Georgia, "Times New Roman", Times, serif;
-       font-size: 22px;
+#the-comment-list td.comment {
+       width: 65%;
+       max-width: 460px;
+       word-wrap: break-word;
 }
 
-/* default box styles */
-
-/* toggle state of inner content area */
-.dbx-box-open .dbx-content {
-       display: block;
+#the-comment-list td.comment p {
+       margin-left: 8px;
 }
-.dbx-box-closed .dbx-content {
-       display: none;
+
+#the-comment-list .check-column {
+       padding-top: 8px;
 }
 
-#moremeta .dbx-content {
-       background: url(images/box-butt.gif) no-repeat bottom right;
-       padding-bottom: 15px;
-       padding-right: 2px;
+#templateside ul li a {
+       text-decoration: none;
 }
 
-#moremeta fieldset.dbx-box-closed {
-       background: url(images/box-butt.gif) no-repeat bottom;
-       padding-bottom: 9px;
+.curtime {
+       background-image: url(images/date-button.gif);
+       background-repeat: no-repeat;
+       background-position: left 2px;
+       padding-left: 18px;
 }
 
-/* handles */
+.tablenav .delete {
+       margin-right: 20px;
+}
 
-.dbx-handle  {
-       background: #2685af;
-       padding: 6px 1em 2px;
-       font-size: 12px;
+#tTips {
+       display: none;
+       position: absolute;
        margin: 0;
-       color: #E3EFF5;
+       padding: 0 0 8px 0;
+       background-image: url(images/tail.gif);
+       background-repeat: no-repeat;
+       background-position: 15px bottom;
+       background-color: transparent;
 }
 
-#moremeta .dbx-handle {
-       padding: 6px 1em 2px;
-       font-size: 12px;
-       background: #2685af url(images/box-head.gif) no-repeat right;
+#tTips p#tTips_inside {
+       margin: 0;
+       padding: 8px 12px;
+       text-align: center;
+       -moz-border-radius: 8px;
+       -khtml-border-radius: 8px;
+       -webkit-border-radius: 8px;
+       border-radius: 8px;
 }
 
-#moremeta .dbx-box {
-       background: url(images/box-bg.gif) repeat-y right;
+td.action-links, th.action-links {
+       text-align: right;
 }
 
-#advancedstuff h3.dbx-handle {
-       margin-left: 7px;
-       margin-bottom: -7px;
-       padding: 6px 1em 0 3px;
-       background: #2685af url(images/box-head-right.gif) no-repeat top right;
-}
+#poststuff h3, #poststuff .closed h3 {
+       cursor: pointer;
+} 
 
-#advancedstuff div.dbx-h-andle-wrapper {
-       margin: 0 0 0 -7px;
-       background: #fff url(images/box-head-left.gif) no-repeat top left;
+.hide-if-no-js {
+       display: none;
 }
 
-#advancedstuff div.dbx-content {
-       margin-left: 8px;
-       background: url(images/box-bg-right.gif) repeat-y right;
-       padding: 10px 10px 15px 0px;
-}
+/* Diff */
 
-#postexcerpt div.dbx-content {
-       margin-right: 0;
-       padding-right: 17px;
+table.diff {
+       width: 100%;
 }
 
-#advancedstuff div.dbx-c-ontent-wrapper {
-       margin-left: -7px;
-       margin-right: 0;
-       background: url(images/box-bg-left.gif) repeat-y left;
+table.diff col.content {
+       width: 50%;
 }
 
-#advancedstuff fieldset.dbx-box {
-       padding-bottom: 9px;
-       margin-left: 6px;
-       background: url(images/box-butt-right.gif) no-repeat bottom right;
+table.diff tr {
+       background-color: transparent;
 }
 
-#advancedstuff div.dbx-b-ox-wrapper {
-       background: url(images/box-butt-left.gif) no-repeat bottom left;
+table.diff td, table.diff th {
+       padding: .5em;
+       font-family: monospace;
+       border: none;
 }
 
-#advancedstuff .dbx-box-closed div.dbx-c-ontent-wrapper {
-       padding-bottom: 2px;
-       background: url(images/box-butt-left.gif) no-repeat bottom left;
+table.diff .diff-deletedline del, table.diff .diff-addedline ins {
+       text-decoration: none;
 }
 
-#advancedstuff .dbx-box {
-       background: url(images/box-butt-right.gif) no-repeat bottom right;
+#wp-word-count {
+       display: block;
 }
 
-
-/* handle cursors */
-.dbx-handle-cursor {
-       cursor: move;
-}
-       
-/* toggle images */
-a.dbx-toggle, a.dbx-toggle:visited {
-       display:block;
-       overflow: hidden;
-       background-image: url( images/toggle.gif );
-       position: absolute;
-       top: 0px;
-       right: 0px;
-       background-repeat: no-repeat;
-       border: 0px;
-       margin: 0px;
-       padding: 0px;
+fieldset {
+       border: 0;
+       padding: 0;
+       margin: 0;
 }
 
-#moremeta a.dbx-toggle, #moremeta a.dbx-toggle-open:visited {
-       height: 25px;
-       width: 27px;
-       background-position: 0 0px;
+.info-box {
+       top: 100px;
+       left: 50%;
+       margin-left: -225px;
+       height: 300px;
+       width: 450px;
+       border: 5px solid #ddd;
+       background: #f8f8f8;
+       position: absolute;
+       padding: 15px 15px 10px;
+       z-index: 1000;
+       display: none;
 }
 
-#moremeta a.dbx-toggle-open, #moremeta a.dbx-toggle-open:visited {
-       height: 25px;
-       width: 27px;
-       background-position: 0 -25px;
+.info-box .submit {
+       position: absolute;
+       bottom: 15px;
+       width: 450px;
+       padding: 15px 0 0;
 }
 
-#advancedstuff a.dbx-toggle, #advancedstuff a.dbx-toggle-open:visited {
-       height: 22px;
-       width: 22px;
-       top: 3px;
-       right: 5px;
-       background-position: 0 -3px;
+.info-box .gears-img {
+       float: right;
+       margin: 10px;
 }
 
-#advancedstuff a.dbx-toggle-open, #advancedstuff a.dbx-toggle-open:visited {
-       height: 22px;
-       width: 22px;
-       top: 3px;
-       right: 5px;
-       background-position: 0 -28px;
+.info-box-title {
+       line-height: 2;
+       margin: 0;
+       padding: 0 7px;
 }
 
-#categorychecklist {
-       margin-right: 6px;
+#wp_editbtns {
+       padding: 2px;
+       position: absolute;
+       display: none;
+       z-index: 999998;
 }
 
-/* additional clone styles */
-.dbx-clone {
-       opacity: 0.8;
-       -moz-opacity: 0.8;
-       -khtml-opacity: 0.8;
-       filter: alpha(opacity=80);
+#wp_editimgbtn, #wp_delimgbtn {
+       margin: 2px;
+       padding: 2px;
+       border: 1px solid #999;
+       background-color: #eee;
+       -moz-border-radius: 3px;
+       -khtml-border-radius: 3px;
+       -webkit-border-radius: 3px;
+       border-radius: 3px;
 }
 
-#newcat { width: 120px; margin-right: 5px; }
-input#catadd {         background: #a4a4a4;
-       border-bottom: 1px solid #898989;
-       border-left: 1px solid #bcbcbc;
-       border-right: 1px solid #898989;
-       border-top: 1px solid #bcbcbc;
-       color: #fff;
-       font-size: 10px;
-       padding: 0;
-       margin: 0;
-       font-weight: bold;
-       height: 20px;
-       margin-bottom: 2px;
-       text-align: center;
-       width: 37px; }
-#howto {
-       font-size: 11px;
-       margin: 0 5px;
-       display: block;
+#wp_editimgbtn:hover, #wp_delimgbtn:hover {
+       border-color: #555;
+       background-color: #ccc;
 }
-#jaxcat {
-       margin: 0;
-       padding: 0;
-}
\ No newline at end of file