]> scripts.mit.edu Git - autoinstalls/wordpress.git/blob - wp-admin/wp-admin.dev.css
Wordpress 2.9
[autoinstalls/wordpress.git] / wp-admin / wp-admin.dev.css
1 textarea,
2 input[type="text"],
3 input[type="password"],
4 input[type="file"],
5 input[type="button"],
6 input[type="submit"],
7 input[type="reset"],
8 select {
9         border-width: 1px;
10         border-style: solid;
11         -moz-border-radius: 4px;
12         -khtml-border-radius: 4px;
13         -webkit-border-radius: 4px;
14         border-radius: 4px;
15 }
16
17 p,
18 ul,
19 ol,
20 blockquote,
21 input,
22 select {
23         font-size: 12px;
24 }
25
26 select option {
27         padding: 2px;
28 }
29
30 .plugins .name,
31 #pass-strength-result.strong,
32 #pass-strength-result.short,
33 .button-highlighted,
34 #quicktags #ed_strong,
35 #ed_reply_toolbar #ed_reply_strong {
36         font-weight: bold;
37 }
38
39 .plugins p {
40         margin: 0 4px;
41         padding: 0;
42 }
43
44 .plugins .desc p {
45         margin: 0 0 8px;
46 }
47
48 .plugins td.desc {
49         line-height: 1.5em;
50 }
51
52 .plugins .desc ul,
53 .plugins .desc ol {
54         margin: 0 0 0 2em;
55 }
56
57 .plugins .desc ul {
58         list-style-type: disc;
59 }
60
61 .plugins .action-links {
62         white-space: nowrap;
63 }
64
65 .plugins .row-actions-visible {
66         padding: 0;
67 }
68
69 .widefat tbody.plugins th.check-column {
70         padding: 7px 0;
71 }
72
73 .widefat .plugins td,
74 .widefat .plugins th {
75         border-bottom: 0 none;
76 }
77
78 #install-plugins .plugins td,
79 #install-plugins .plugins th {
80         border-bottom-style: solid;
81         border-bottom-width: 1px;
82 }
83
84 .plugins .inactive td,
85 .plugins .inactive th,
86 .plugins .active td,
87 .plugins .active th {
88         border-top-style: solid;
89         border-top-width: 1px;
90         padding: 5px 7px 0;
91 }
92
93 #wpbody-content .plugins .plugin-title {
94         padding-right: 12px;
95 }
96
97 .plugins .second td,
98 .plugins .second th {
99         border-top: 0 none;
100         padding: 0 7px 5px;
101 }
102
103 .plugins-php .widefat tfoot th,
104 .plugins-php .widefat tfoot td {
105         border-top-style: solid;
106         border-top-width: 1px;
107 }
108
109 .import-system {
110         font-size: 16px;
111 }
112
113 .anchors {
114         margin: 10px 20px 10px 20px;
115 }
116
117 table#availablethemes {
118         border-spacing: 0;
119         border-width: 1px 0;
120         border-style: solid none;
121         margin: 10px auto;
122         width: 100%;
123 }
124
125 td.available-theme {
126         vertical-align: top;
127         width: 240px;
128         margin: 0;
129         padding: 20px;
130         text-align: left;
131 }
132
133 table#availablethemes td {
134         border-width: 0 1px 1px;
135         border-style: none solid solid;
136 }
137
138 table#availablethemes td.right,
139 table#availablethemes td.left  {
140         border-right: 0 none;
141         border-left: 0 none;
142 }
143
144 table#availablethemes td.bottom {
145         border-bottom: 0 none;
146 }
147
148 .available-theme a.screenshot {
149         width: 240px;
150         height: 180px;
151         display: block;
152         border-width: 1px;
153         border-style: solid;
154         margin-bottom: 10px;
155         overflow: hidden;
156 }
157
158 .available-theme img {
159         width: 240px;
160 }
161
162 .available-theme h3 {
163         margin: 15px 0 5px;
164 }
165
166 #current-theme {
167         margin: 1em 0 1.5em;
168 }
169
170 #current-theme a {
171         border-bottom: none;
172 }
173
174 #current-theme h3 {
175         font-size: 17px;
176         font-weight: normal;
177         margin: 0;
178 }
179
180 #current-theme .theme-description {
181         margin-top: 5px;
182 }
183
184 #current-theme img {
185         float: left;
186         border-width: 1px;
187         border-style: solid;
188         margin-right: 1em;
189         margin-bottom: 1.5em;
190         width: 150px;
191 }
192
193 #TB_window #TB_title a.tb-theme-preview-link,
194 #TB_window #TB_title a.tb-theme-preview-link:visited {
195         font-weight: bold;
196         text-decoration: none;
197 }
198
199 #TB_window #TB_title {
200         background-color: #222;
201         color: #cfcfcf;
202 }
203
204 .checkbox {
205         border: none;
206         margin: 0;
207         padding: 0;
208 }
209
210 .code, code {
211         font-family: Consolas, Monaco, Courier, monospace;
212 }
213
214 kbd, code {
215         padding: 1px 3px;
216         margin: 0 1px;
217         font-size: 11px;
218 }
219
220 .commentlist li {
221         padding: 1em 1em .2em;
222         margin: 0;
223         border-bottom-width: 1px;
224         border-bottom-style: solid;
225 }
226
227 .commentlist li li {
228         border-bottom: 0;
229         padding: 0;
230 }
231
232 .commentlist p {
233         padding: 0;
234         margin: 0 0 .8em;
235 }
236
237 .post-categories {
238         display: inline;
239         margin: 0;
240         padding: 0;
241 }
242
243 .post-categories li {
244         display: inline;
245 }
246
247 .quicktags, .search {
248         font: 12px Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
249 }
250
251 .submit {
252         padding: 1.5em 0;
253         margin: 5px 0;
254         -moz-border-radius: 0 0 3px 3px;
255         -webkit-border-bottom-left-radius: 3px;
256         -webkit-border-bottom-right-radius: 3px;
257         -khtml-border-bottom-left-radius: 3px;
258         -khtml-border-bottom-right-radius: 3px;
259         border-bottom-left-radius: 3px;
260         border-bottom-right-radius: 3px;
261 }
262
263 form p.submit a.cancel:hover {
264         text-decoration: none;
265 }
266
267 #submitdiv h3 {
268         margin-bottom: 0 !important;
269 }
270
271 #misc-publishing-actions {
272         padding: 6px 0 16px 0;
273 }
274
275 .misc-pub-section {
276         padding: 6px;
277         border-bottom-width: 1px;
278         border-bottom-style: solid;
279 }
280
281 .misc-pub-section-last {
282         border-bottom: 0 none;
283 }
284
285 #minor-publishing-actions {
286         padding: 6px;
287         text-align: right;
288 }
289
290 #minor-publishing {
291         border-bottom-width: 1px;
292         border-bottom-style: solid;
293 }
294
295 #save-post {
296         float: left;
297 }
298
299 .preview {
300         float: right;
301 }
302
303 #major-publishing-actions {
304         padding: 6px;
305         clear: both;
306         border-top: none;
307 }
308
309 #minor-publishing-actions input,
310 #major-publishing-actions input,
311 #minor-publishing-actions .preview {
312         min-width: 80px;
313         text-align: center;
314 }
315
316 #delete-action {
317         line-height: 25px;
318         vertical-align: middle;
319         text-align: left;
320         float: left;
321 }
322
323 #publishing-action {
324         text-align: right;
325         float: right;
326         line-height: 23px;
327 }
328
329 #post-body #minor-publishing {
330         padding-bottom: 10px;
331 }
332
333 #post-body #misc-publishing-actions {
334         padding: 0;
335 }
336
337 #post-body .misc-pub-section {
338         border-right-width: 1px;
339         border-right-style: solid;
340         border-bottom: 0 none;
341         min-height: 30px;
342         float: left;
343         max-width: 32%;
344 }
345
346 #post-body .misc-pub-section-last {
347         border-right: 0;
348 }
349
350 #sticky-span {
351         margin-left: 18px;
352 }
353
354 #post-status-display,
355 #post-visibility-display {
356         font-weight: bold;
357 }
358
359 .side-info {
360         margin: 0;
361         padding: 4px;
362         font-size: 11px;
363 }
364
365 .side-info h5 {
366         padding-bottom: 7px;
367         font-size: 14px;
368         margin: 12px 2px 5px;
369         border-bottom-width: 1px;
370         border-bottom-style: solid;
371 }
372
373 .side-info ul {
374         margin: 0;
375         padding-left: 18px;
376         list-style: square;
377 }
378
379 .submit input,
380 .button,
381 .button-primary,
382 .button-secondary,
383 .button-highlighted,
384 #postcustomstuff .submit input {
385         text-decoration: none;
386         font-size: 11px !important;
387         line-height: 14px;
388         padding: 2px 8px;
389         cursor: pointer;
390         border-width: 1px;
391         border-style: solid;
392         -moz-border-radius: 11px;
393         -khtml-border-radius: 11px;
394         -webkit-border-radius: 11px;
395         border-radius: 11px;
396         -moz-box-sizing: content-box;
397         -webkit-box-sizing: content-box;
398         -khtml-box-sizing: content-box;
399         box-sizing: content-box;
400 }
401
402 a.button,
403 a.button-primary,
404 a.button-secondary {
405         line-height: 15px;
406         padding: 3px 10px;
407         white-space: nowrap;
408         -webkit-border-radius: 10px;
409 }
410
411 #doaction,
412 #doaction2,
413 #post-query-submit {
414         margin-right: 8px;
415 }
416
417 .tablenav select[name="action"],
418 .tablenav select[name="action2"] {
419         width: 130px;
420 }
421
422 .tablenav select[name="m"] {
423         width: 155px;
424 }
425
426 .tablenav select#cat {
427         width: 170px;
428 }
429
430 #wpcontent select {
431         padding: 2px;
432         height: 2em;
433         font-size: 11px;
434 }
435
436 #wpcontent option {
437         padding: 2px;
438 }
439
440 #timezone_string option {
441         margin-left: 1em;
442 }
443
444 .approve {
445         display: none;
446 }
447
448 .unapproved .approve,
449 .spam .approve,
450 .trash .approve {
451         display: inline;
452 }
453
454 .unapproved .unapprove {
455         display: none;
456 }
457
458 .narrow {
459         width: 70%;
460         margin-bottom: 40px;
461 }
462
463 .narrow p {
464         line-height: 150%;
465 }
466
467 textarea.all-options, input.all-options {
468         width: 250px;
469 }
470
471 #namediv table {
472         width: 100%;
473 }
474
475 #namediv td.first {
476         width: 10px;
477         white-space: nowrap;
478 }
479
480 #namediv input {
481         width: 98%;
482 }
483
484 #namediv p {
485         margin: 10px 0;
486 }
487
488 #wpbody-content .metabox-holder {
489         padding-top: 10px;
490 }
491
492 #content {
493         margin: 0;
494         width: 100%;
495 }
496
497 #editorcontainer #content {
498         padding: 6px;
499         line-height: 150%;
500         border: 0 none;
501         outline: none;
502         -moz-box-sizing: border-box;
503         -webkit-box-sizing: border-box;
504         -khtml-box-sizing: border-box;
505         box-sizing: border-box;
506 }
507
508 #editorcontainer,
509 #quicktags {
510         border-style: solid;
511         border-width: 1px;
512         border-collapse: separate;
513         -moz-border-radius: 6px 6px 0 0;
514         -webkit-border-top-right-radius: 6px;
515         -webkit-border-top-left-radius: 6px;
516         -khtml-border-top-right-radius: 6px;
517         -khtml-border-top-left-radius: 6px;
518         border-top-right-radius: 6px;
519         border-top-left-radius: 6px;
520 }
521
522 #quicktags {
523         padding: 0;
524         margin-bottom: -3px;
525         border-bottom-width: 3px;
526         background-image: url("images/ed-bg.gif");
527         background-position: left top;
528         background-repeat: repeat-x;
529 }
530
531 #quicktags #ed_toolbar {
532         padding: 2px 4px 0;
533 }
534
535 #ed_toolbar input,
536 #ed_reply_toolbar input {
537         margin: 3px 1px 4px;
538         line-height: 18px;
539         display: inline-block;
540         min-width: 26px;
541         padding: 2px 4px;
542         font-size: 12px;
543 }
544
545 #ed_reply_toolbar input {
546         margin: 1px 2px 1px 1px;
547 }
548
549 #quicktags #ed_link,
550 #ed_reply_toolbar #ed_reply_link {
551         text-decoration: underline;
552 }
553
554 #quicktags #ed_del,
555 #ed_reply_toolbar #ed_reply_del {
556         text-decoration: line-through;
557 }
558
559 #quicktags #ed_em,
560 #ed_reply_toolbar #ed_reply_em {
561         font-style: italic;
562 }
563
564 #excerpt, .attachmentlinks {
565         margin: 0;
566         height: 4em;
567         width: 98%;
568 }
569
570 /* post meta postbox */
571 #postcustomstuff table,
572 #postcustomstuff input,
573 #postcustomstuff textarea {
574         border-width: 1px;
575         border-style: solid;
576         -moz-border-radius: 3px;
577         -khtml-border-radius: 3px;
578         -webkit-border-radius: 3px;
579         border-radius: 3px;
580 }
581
582 #postcustomstuff .updatemeta,
583 #postcustomstuff .deletemeta {
584         margin: auto;
585 }
586
587 #postcustomstuff thead th {
588         padding: 5px 8px 8px;
589 }
590
591 #postcustom #postcustomstuff .submit {
592         border: 0 none;
593         float: none;
594         padding: 5px 8px;
595 }
596
597 #side-sortables #postcustom #postcustomstuff .submit {
598         padding: 0 5px;
599 }
600
601 #side-sortables #postcustom #postcustomstuff td.left input {
602         margin: 3px 3px 0;
603 }
604
605 #side-sortables #postcustom #postcustomstuff #the-list textarea {
606         height: 85px;
607         margin: 3px;
608 }
609
610 #postcustomstuff table {
611         margin: 0;
612         width: 100%;
613         border-width: 1px;
614         border-style: solid;
615         border-spacing: 0;
616 }
617
618 #postcustomstuff table input,
619 #postcustomstuff table select,
620 #postcustomstuff table textarea {
621         width: 95%;
622         margin: 8px 0 8px 8px;
623 }
624
625 #postcustomstuff th.left,
626 #postcustomstuff td.left {
627         width: 38%;
628 }
629
630 #postcustomstuff .submit input {
631         width: auto;
632 }
633
634 #postcustomstuff #newmeta .submit {
635         padding: 0 8px;
636 }
637
638 #postcustomstuff table #addmetasub {
639         width: auto;
640 }
641
642 #postcustomstuff #newmetaleft {
643         vertical-align: top;
644 }
645
646 #postcustomstuff #newmetaleft a {
647         padding: 0 10px;
648         text-decoration: none;
649 }
650
651 #save {
652         width: 15em;
653 }
654
655 #template div {
656         margin-right: 190px;
657 }
658
659 * html #template div {
660         margin-right: 0;
661 }
662
663 /* A handy div class for hiding controls.
664 Some browsers will disable them when you
665 set display: none; */
666 .zerosize {
667         height: 0;
668         width: 0;
669         margin: 0;
670         border: 0;
671         padding: 0;
672         overflow: hidden;
673         position: absolute;
674 }
675
676 * html #themeselect {
677         padding: 0 3px;
678         height: 22px;
679 }
680
681 #your-profile legend {
682         font-family: Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
683         font-size: 22px;
684 }
685
686 #your-profile #rich_editing {
687         border: none;
688 }
689
690 #howto {
691         font-size: 11px;
692         margin: 0 5px;
693         display: block;
694 }
695
696 #ajax-response.alignleft {
697         margin-left: 2em;
698 }
699
700 div.nav {
701         height: 2em;
702         padding: 7px 10px;
703         vertical-align: text-top;
704         margin: 5px 0;
705 }
706
707 .nav .button-secondary {
708         padding: 2px 4px;
709 }
710
711 a.page-numbers {
712         border-bottom-style: solid;
713         border-bottom-width: 2px;
714         font-weight: bold;
715         margin-right: 1px;
716         padding: 0 2px;
717 }
718
719 p.pagenav {
720         margin: 0;
721         display: inline;
722 }
723
724 .pagenav span {
725         font-weight: bold;
726         margin: 0 6px;
727 }
728
729 .row-title {
730         font-size: 12px !important;
731         font-weight: bold;
732 }
733
734 .widefat .column-comment p {
735         margin: 0.6em 0;
736 }
737
738 .column-author img, .column-username img {
739         float: left;
740         margin-right: 10px;
741         margin-top: 3px;
742 }
743
744 .tablenav a.button-secondary {
745         display: block;
746         margin: 3px 8px 0 0;
747 }
748
749 .tablenav {
750         clear: both;
751         height: 30px;
752         margin: 6px 0 4px;
753         vertical-align: middle;
754 }
755
756 .tablenav .tablenav-pages {
757         float: right;
758         display: block;
759         cursor: default;
760         height: 30px;
761         line-height: 30px;
762         font-size: 11px;
763 }
764
765 .tablenav .tablenav-pages a,
766 .tablenav-pages span.current  {
767         text-decoration: none;
768         border: none;
769         padding: 3px 6px;
770         border-width: 1px;
771         border-style: solid;
772         -moz-border-radius: 5px;
773         -khtml-border-radius: 5px;
774         -webkit-border-radius: 5px;
775         border-radius: 5px;
776 }
777
778 .tablenav .displaying-num {
779         margin-right: 10px;
780         font-size: 12px;
781         font-family: Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
782         font-style: italic;
783 }
784
785 .tablenav .actions {
786         padding: 2px 8px 0 0;
787 }
788
789 td.media-icon {
790         text-align: center;
791         width: 80px;
792         padding-top: 8px;
793 }
794
795 td.media-icon img {
796         max-width: 80px;
797         max-height: 60px;
798 }
799
800 #update-nag {
801         line-height: 29px;
802         font-size: 12px;
803         text-align: center;
804 }
805
806 #update-nag {
807         border-width: 1px 0;
808         border-style: solid none;
809 }
810
811 .plugins .plugin-update {
812         padding: 0;
813 }
814
815 .plugin-update .update-message {
816         margin: 0 10px 8px 31px;
817         font-weight: bold;
818 }
819
820 #pass-strength-result {
821         border-style: solid;
822         border-width: 1px;
823         float: left;
824         margin: 12px 5px 5px 1px;
825         padding: 3px 5px;
826         text-align: center;
827         width: 200px;
828 }
829
830 .row-actions {
831         visibility: hidden;
832         padding: 2px 0 0;
833 }
834
835 tr:hover .row-actions,
836 div.comment-item:hover .row-actions {
837         visibility: visible;
838 }
839
840 .row-actions-visible {
841         padding: 2px 0 0;
842         cursor: pointer;
843 }
844
845 /* Admin Header */
846 #wphead-info {
847         margin: 0 0 0 15px;
848         padding-right: 15px;
849 }
850
851 #user_info {
852         float: right;
853         font-size: 12px;
854         line-height: 46px;
855         height: 46px;
856 }
857
858 #user_info p {
859         margin: 0;
860         padding: 0;
861         line-height: 46px;
862 }
863
864 #wphead {
865         height: 46px;
866 }
867
868 #wphead a,
869 #adminmenu a,
870 #sidemenu a,
871 #taglist a,
872 #catlist a,
873 #show-settings a {
874         text-decoration: none;
875 }
876
877 #header-logo {
878         float: left;
879         margin: 7px 0 0 15px;
880 }
881
882 #wphead h1 {
883         font: normal 22px Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
884         padding: 10px 8px 5px;
885         margin: 0;
886         float: left;
887 }
888
889 #wphead h1.long-title {
890         font: normal 18px Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
891         padding: 12px 10px 5px;
892 }
893
894 #wphead #site-visit-button {
895         background-repeat:repeat-x;
896         background-position:0 0;
897         -moz-border-radius:3px;
898         -webkit-border-radius:3px;
899         -khtml-border-radius:3px;
900         border-radius:3px;
901         cursor:pointer; /* to keep IE happy */
902         display:-moz-inline-stack; /* to keep FF2 happy */
903         display:inline-block;
904         font-size: 50%;
905         font-style:normal;
906         line-height:17px;
907         margin-left:5px;
908         padding:0 6px;
909         vertical-align:middle;
910 }
911
912 #wphead h1 a:hover {
913         text-decoration:none;
914 }
915 #wphead h1 a:hover #site-title {
916         text-decoration:underline;
917 }
918
919 /* side admin menu */
920 #adminmenu * {
921         -webkit-user-select: none;
922         -moz-user-select: none;
923         -khtml-user-select: none;
924         user-select: none;
925 }
926
927 #adminmenu .wp-submenu {
928         display: none;
929         list-style: none;
930         padding: 0;
931         margin: 0;
932         position: relative;
933         z-index: 2;
934         border-width: 1px 0 0;
935         border-style: solid none none;
936 }
937
938 #adminmenu .wp-submenu a {
939         font: normal 11px/18px "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
940 }
941
942 #adminmenu .wp-submenu li.current,
943 #adminmenu .wp-submenu li.current a,
944 #adminmenu .wp-submenu li.current a:hover {
945         font-weight: bold;
946 }
947
948 #adminmenu a.menu-top,
949 #adminmenu .wp-submenu-head {
950         font: normal 13px/18px Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
951 }
952
953 #adminmenu div.wp-submenu-head {
954         display: none;
955 }
956
957 .folded #adminmenu div.wp-submenu-head,
958 .folded #adminmenu li.wp-has-submenu div.sub-open {
959         display: block;
960 }
961
962 .folded #adminmenu a.menu-top,
963 .folded #adminmenu .wp-submenu,
964 .folded #adminmenu li.wp-menu-open .wp-submenu,
965 .folded #adminmenu div.wp-menu-toggle {
966         display: none;
967 }
968
969 #adminmenu li.wp-menu-open .wp-submenu,
970 .no-js #adminmenu .open-if-no-js .wp-submenu {
971         display: block;
972 }
973
974 #adminmenu div.wp-menu-image {
975         float: left;
976         width: 28px;
977         height: 28px;
978 }
979
980 #adminmenu li {
981         margin: 0;
982         padding: 0;
983         cursor: pointer;
984 }
985
986 #adminmenu a {
987         display: block;
988         line-height: 18px;
989         padding: 1px 5px 3px;
990 }
991
992 #adminmenu li.menu-top {
993         min-height: 26px;
994 }
995
996 #adminmenu a.menu-top {
997         line-height: 18px;
998         min-width: 10em;
999         padding: 5px 5px;
1000         border-width: 1px 1px 0;
1001         border-style: solid solid none;
1002 }
1003
1004 #adminmenu .wp-submenu a {
1005         margin: 0;
1006         padding-left: 12px;
1007         border-width: 0 1px 0 0;
1008         border-style: none solid none none;
1009 }
1010
1011 #adminmenu .menu-top-last ul.wp-submenu {
1012         border-width: 0 0 1px;
1013         border-style: none none solid;
1014 }
1015
1016 #adminmenu .wp-submenu li {
1017         padding: 0;
1018         margin: 0;
1019 }
1020
1021 .folded #adminmenu li.menu-top {
1022         width: 28px;
1023         height: 30px;
1024         overflow: hidden;
1025         border-width: 1px 1px 0;
1026         border-style: solid solid none;
1027 }
1028
1029 #adminmenu .menu-top-first a.menu-top,
1030 .folded #adminmenu li.menu-top-first,
1031 #adminmenu .wp-submenu .wp-submenu-head {
1032         border-width: 1px 1px 0;
1033         border-style: solid solid none;
1034         -moz-border-radius-topleft :6px;
1035         -moz-border-radius-topright: 6px;
1036         -webkit-border-top-right-radius: 6px;
1037         -webkit-border-top-left-radius: 6px;
1038         -khtml-border-top-right-radius: 6px;
1039         -khtml-border-top-left-radius: 6px;
1040         border-top-right-radius: 6px;
1041         border-top-left-radius: 6px;
1042 }
1043
1044 #adminmenu .menu-top-last a.menu-top,
1045 .folded #adminmenu li.menu-top-last {
1046         border-width: 1px;
1047         border-style: solid;
1048         -moz-border-radius-bottomleft: 6px;
1049         -moz-border-radius-bottomright: 6px;
1050         -webkit-border-bottom-right-radius: 6px;
1051         -webkit-border-bottom-left-radius: 6px;
1052         -khtml-border-bottom-right-radius: 6px;
1053         -khtml-border-bottom-left-radius: 6px;
1054         border-bottom-right-radius: 6px;
1055         border-bottom-left-radius: 6px;
1056 }
1057
1058 #adminmenu li.wp-menu-open a.menu-top-last {
1059         border-bottom: 0 none;
1060         -moz-border-radius-bottomright: 0;
1061         -moz-border-radius-bottomleft: 0;
1062         -webkit-border-bottom-right-radius: 0;
1063         -webkit-border-bottom-left-radius: 0;
1064         -khtml-border-bottom-right-radius: 0;
1065         -khtml-border-bottom-left-radius: 0;
1066         border-bottom-right-radius: 0;
1067         border-bottom-left-radius: 0;
1068 }
1069
1070 #adminmenu .wp-menu-image img {
1071         float: left;
1072         padding: 8px 6px 0;
1073         opacity: 0.6;
1074         filter: alpha(opacity=60);
1075 }
1076
1077 #adminmenu li.menu-top:hover .wp-menu-image img,
1078 #adminmenu li.wp-has-current-submenu .wp-menu-image img {
1079         opacity: 1;
1080         filter: alpha(opacity=100);
1081 }
1082
1083 #adminmenu li.wp-menu-separator {
1084         height: 21px;
1085         padding: 0;
1086         margin: 0;
1087 }
1088
1089 #adminmenu a.separator {
1090         cursor: w-resize;
1091         height: 20px;
1092         padding: 0;
1093 }
1094
1095 .folded #adminmenu a.separator {
1096         cursor: e-resize;
1097 }
1098
1099 #adminmenu .wp-menu-separator-last {
1100         height: 10px;
1101         width: 1px;
1102 }
1103
1104 #adminmenu .wp-submenu .wp-submenu-head {
1105         border-width: 1px;
1106         border-style: solid;
1107         padding: 6px 4px 6px 10px;
1108         cursor: default;
1109 }
1110
1111 .folded #adminmenu .wp-submenu {
1112         position: absolute;
1113         margin: -1px 0 0 28px;
1114         padding: 0 8px 8px;
1115         z-index: 999;
1116         border: 0 none;
1117 }
1118
1119 .folded #adminmenu .wp-submenu ul {
1120         width: 140px;
1121         border-width: 0 0 1px;
1122         border-style: none none solid;
1123 }
1124
1125 .folded #adminmenu .wp-submenu li.wp-first-item {
1126         border-top: 0 none;
1127 }
1128
1129 .folded #adminmenu .wp-submenu a {
1130         padding-left: 10px;
1131 }
1132
1133 .folded #adminmenu a.wp-has-submenu {
1134         margin-left: 40px;
1135 }
1136
1137 #adminmenu li.menu-top-last .wp-submenu ul {
1138         border-width: 0 0 1px;
1139         border-style: none none solid;
1140 }
1141
1142 #adminmenu .wp-menu-toggle {
1143         width: 22px;
1144         clear: right;
1145         float: right;
1146         margin: 1px 0 0;
1147         height: 27px;
1148         padding: 1px 2px 0 0;
1149         cursor: default;
1150 }
1151
1152 #adminmenu li.wp-has-current-submenu ul {
1153         border-bottom-width: 1px;
1154         border-bottom-style: solid;
1155 }
1156
1157 #adminmenu .wp-menu-image a {
1158         height: 24px;
1159 }
1160
1161 #adminmenu .wp-menu-image img {
1162         padding: 6px 0 0 1px;
1163 }
1164
1165 /* end side admin menu */
1166
1167 /* comments/plugins bubble in menu */
1168 #adminmenu #awaiting-mod,
1169 #adminmenu span.update-plugins,
1170 #sidemenu li a span.update-plugins {
1171         position: absolute;
1172         font-family: Helvetica, Arial, sans-serif;
1173         font-size: 7pt;
1174         font-weight: bold;
1175         margin-top: 2px;
1176         margin-left: 2px;
1177         -moz-border-radius: 7px;
1178         -khtml-border-radius: 7px;
1179         -webkit-border-radius: 7px;
1180         border-radius: 7px;
1181 }
1182
1183 #adminmenu li #awaiting-mod span,
1184 #adminmenu li span.update-plugins span,
1185 #sidemenu li a span.update-plugins span {
1186         float: left;
1187         display: block;
1188         height: 1.6em;
1189         line-height: 1.6em;
1190         padding: 0 6px;
1191 }
1192
1193 #adminmenu li span.count-0,
1194 #sidemenu li a .count-0 {
1195         display: none;
1196 }
1197 /* end menu stuff */
1198
1199 /* comments bubble */
1200 .post-com-count-wrapper {
1201         min-width: 22px;
1202         font-family: Helvetica, Arial, sans-serif;
1203 }
1204
1205 .post-com-count {
1206         height: 1.3em;
1207         line-height: 1.1em;
1208         display: block;
1209         text-decoration: none;
1210         padding: 0 0 6px;
1211         cursor: pointer;
1212         background-position: center -80px;
1213         background-repeat: no-repeat;
1214 }
1215
1216 .post-com-count span {
1217         font-size: 9px;
1218         font-weight: bold;
1219         height: 1.7em;
1220         line-height: 1.70em;
1221         min-width: 0.7em;
1222         padding: 0 6px;
1223         display: inline-block;
1224         cursor: pointer;
1225         -moz-border-radius: 5px;
1226         -khtml-border-radius: 5px;
1227         -webkit-border-radius: 5px;
1228         border-radius: 5px;
1229 }
1230
1231 strong .post-com-count {
1232         background-position: center -55px;
1233 }
1234
1235 .post-com-count:hover {
1236         background-position: center -3px;
1237 }
1238
1239 .column-response .post-com-count {
1240         float: left;
1241         margin-right: 5px;
1242         text-align: center;
1243 }
1244
1245 .response-links {
1246         float: left;
1247 }
1248
1249 #the-comment-list .attachment-80x60 {
1250         padding: 4px 8px;
1251 }
1252
1253 /* Admin Footer */
1254 #footer {
1255         margin-top: -45px;
1256 }
1257
1258 #footer,
1259 #footer a {
1260         font-size: 12px;
1261         font-family: Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
1262         font-style: italic;
1263 }
1264
1265 #footer p {
1266         margin: 0;
1267         padding: 15px;
1268         line-height: 15px;
1269 }
1270
1271 #footer a {
1272         text-decoration: none;
1273 }
1274
1275 #footer a:hover {
1276         text-decoration: underline;
1277 }
1278
1279 /* Tables used on comment.php and option/setting pages */
1280
1281 .form-table {
1282         border-collapse: collapse;
1283         margin-top: 0.5em;
1284         width: 100%;
1285         margin-bottom: -8px;
1286         clear: both;
1287 }
1288
1289 .form-table td {
1290         margin-bottom: 9px;
1291         padding: 8px 10px;
1292         line-height: 20px;
1293         font-size: 11px;
1294 }
1295
1296 .form-table th,
1297 .form-wrap label {
1298         font-weight: normal;
1299         text-shadow: rgba(255,255,255,1) 0 1px 0;
1300 }
1301
1302 .form-table th {
1303         vertical-align: top;
1304         text-align: left;
1305         padding: 10px;
1306         width: 200px;
1307 }
1308
1309 .form-table th.th-full {
1310         width: auto;
1311 }
1312
1313 .form-table div.color-option {
1314         display: block;
1315         clear: both;
1316         margin-top: 12px;
1317 }
1318
1319 .form-table input.tog {
1320         margin-top: 2px;
1321         margin-right: 2px;
1322         float: left;
1323 }
1324
1325 .form-table table.color-palette {
1326         vertical-align: bottom;
1327         float: left;
1328         margin: -12px 3px 11px;
1329 }
1330
1331 .form-table .color-palette td {
1332         border-width: 1px 1px 0;
1333         border-style: solid solid none;
1334         height: 10px;
1335         line-height: 20px;
1336         width: 10px;
1337 }
1338
1339 textarea.large-text {
1340         width: 99%;
1341 }
1342
1343 .form-table input.regular-text,
1344 #adduser .form-field input {
1345         width: 25em;
1346 }
1347
1348 .form-table input.small-text {
1349         width: 50px;
1350 }
1351
1352 #profile-page .form-table textarea {
1353         width: 500px;
1354         margin-bottom: 6px;
1355 }
1356
1357 #profile-page .form-table #rich_editing {
1358         margin-right: 5px
1359 }
1360
1361 .form-table .pre {
1362         padding: 8px;
1363         margin: 0;
1364 }
1365
1366 .pre {
1367         /* http://www.longren.org/2006/09/27/wrapping-text-inside-pre-tags/ */
1368         white-space: pre-wrap; /* css-3 */
1369         white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
1370         white-space: -pre-wrap; /* Opera 4-6 */
1371         white-space: -o-pre-wrap; /* Opera 7 */
1372         word-wrap: break-word; /* Internet Explorer 5.5+ */
1373 }
1374
1375 table.form-table td .updated {
1376         font-size: 13px;
1377 }
1378
1379 /* divs for cats and tags pages */
1380
1381 .form-wrap {
1382         margin: 10px 0;
1383         width: 97%;
1384 }
1385
1386 .form-wrap p,
1387 .form-wrap label {
1388         font-size: 11px;
1389 }
1390
1391 .form-wrap label {
1392         display: block;
1393         padding: 2px;
1394         font-size: 12px;
1395 }
1396
1397 .form-field input,
1398 .form-field textarea {
1399         border-style: solid;
1400         border-width: 1px;
1401         width: 95%;
1402 }
1403
1404 p.description,
1405 .form-wrap p {
1406         margin: 2px 0 5px;
1407 }
1408
1409 p.help,
1410 p.description,
1411 span.description,
1412 .form-wrap p {
1413         font-size: 12px;
1414         font-style: italic;
1415         font-family: "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
1416 }
1417
1418 .form-wrap .form-field {
1419         margin: 0 0 10px;
1420         padding: 8px;
1421 }
1422
1423 .col-wrap h3 {
1424         margin: 12px 0;
1425         font-size: 1.1em;
1426 }
1427
1428 .col-wrap p.submit {
1429         margin-top: -10px;
1430 }
1431
1432 .tagcloud {
1433         width: 97%;
1434         margin: 0 0 40px;
1435         text-align: justify;
1436 }
1437
1438 .tagcloud h3 {
1439         margin: 2px 0 12px;
1440 }
1441
1442 /* Post Screen */
1443 #post-body #normal-sortables {
1444         min-height: 50px;
1445 }
1446
1447 #post-body #advanced-sortables {
1448         min-height: 20px;
1449 }
1450
1451 .postbox {
1452         position: relative;
1453         min-width: 255px;
1454         width: 99.5%;
1455 }
1456
1457 #trackback_url {
1458         width: 99%;
1459 }
1460
1461 #normal-sortables .postbox .submit {
1462         background: transparent none;
1463         border: 0 none;
1464         float: right;
1465         padding: 0 12px;
1466         margin: 0;
1467 }
1468
1469 #normal-sortables .postbox #replyrow .submit {
1470         float: none;
1471         margin: 0;
1472         padding: 3px 7px;
1473 }
1474
1475 #side-sortables .submitbox .submit input,
1476 #side-sortables .submitbox .submit .preview,
1477 #side-sortables .submitbox .submit a.preview:hover {
1478         border: 0 none;
1479 }
1480
1481 #side-sortables .inside-submitbox .insidebox,
1482 .stuffbox .insidebox {
1483         margin: 11px 0;
1484 }
1485
1486 #side-sortables .comments-box,
1487 #normal-sortables .comments-box {
1488         border: 0 none;
1489 }
1490
1491 #side-sortables .comments-box thead th,
1492 #normal-sortables .comments-box thead th {
1493         background: transparent;
1494         padding: 0 7px 4px;
1495         font-style: italic;
1496 }
1497
1498 #commentsdiv img.waiting {
1499         padding-left: 5px;
1500         vertical-align: middle;
1501 }
1502
1503 #post-body .tagsdiv #newtag {
1504         margin-right: 5px;
1505         width: 16em;
1506 }
1507
1508 #side-sortables input#post_password {
1509         width: 94%
1510 }
1511
1512 #side-sortables .tagsdiv #newtag {
1513         width: 68%;
1514 }
1515
1516 #post-status-info {
1517         border-width: 0 1px 1px;
1518         border-style: none solid solid;
1519         width: 100%;
1520         -moz-border-radius: 0 0 6px 6px;
1521         -webkit-border-bottom-left-radius: 6px;
1522         -webkit-border-bottom-right-radius: 6px;
1523         -khtml-border-bottom-left-radius: 6px;
1524         -khtml-border-bottom-right-radius: 6px;
1525         border-bottom-left-radius: 6px;
1526         border-bottom-right-radius: 6px;
1527 }
1528
1529 #post-status-info td {
1530         font-size: 11px;
1531 }
1532
1533 .autosave-info {
1534         padding: 2px 15px 2px 2px;
1535         text-align: right;
1536 }
1537
1538 #editorcontent #post-status-info {
1539         border: none;
1540 }
1541
1542 #post-body .wp_themeSkin .mceStatusbar a.mceResize {
1543         display: block;
1544         background: transparent url(images/resize.gif) no-repeat scroll right bottom;
1545         width: 12px;
1546         cursor: se-resize;
1547         margin: 0 2px;
1548         position: relative;
1549         top: 22px;
1550 }
1551
1552 #linksubmitdiv div.inside,
1553 div.inside {
1554         padding: 0;
1555         margin: 0;
1556 }
1557
1558 #comment-status-radio p {
1559         margin: 3px 0 5px;
1560 }
1561
1562 #comment-status-radio input {
1563         margin: 2px 3px 5px 0;
1564         vertical-align: middle;
1565 }
1566
1567 #comment-status-radio label {
1568         padding: 5px 0;
1569 }
1570
1571 .tagchecklist {
1572         margin-left: 14px;
1573         font-size: 12px;
1574         overflow: auto;
1575 }
1576
1577 .tagchecklist strong {
1578         margin-left: -8px;
1579         position: absolute;
1580 }
1581
1582 .tagchecklist span {
1583         margin-right: 25px;
1584         display: block;
1585         float: left;
1586         font-size: 11px;
1587         line-height: 1.8em;
1588         white-space: nowrap;
1589         cursor: default;
1590 }
1591
1592 .tagchecklist span a {
1593         margin: 6px 0pt 0pt -9px;
1594         cursor: pointer;
1595         width: 10px;
1596         height: 10px;
1597         display: block;
1598         float: left;
1599         text-indent: -9999px;
1600         overflow: hidden;
1601         position: absolute;
1602 }
1603
1604 .howto {
1605         font-style: italic;
1606         display: block;
1607         font-family: "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
1608 }
1609
1610 .ac_results {
1611         padding: 0;
1612         margin: 0;
1613         list-style: none;
1614         position: absolute;
1615         z-index: 10000;
1616         display: none;
1617         border-width: 1px;
1618         border-style: solid;
1619 }
1620
1621 .ac_results li {
1622         padding: 2px 5px;
1623         white-space: nowrap;
1624         text-align: left;
1625 }
1626
1627 .ac_over {
1628         cursor: pointer;
1629 }
1630
1631 .ac_match {
1632         text-decoration: underline;
1633 }
1634
1635 #poststuff h2 {
1636         margin-top: 20px;
1637         font-size: 1.5em;
1638         margin-bottom: 15px;
1639         padding: 0 0 3px;
1640         clear: left;
1641 }
1642
1643 .widget .widget-top,
1644 .postbox h3 {
1645         cursor: move;
1646         -webkit-user-select: none;
1647         -moz-user-select: none;
1648         -khtml-user-select: none;
1649         user-select: none;
1650 }
1651
1652 .postbox .hndle span {
1653         padding: 6px 0;
1654 }
1655
1656 .postbox .hndle {
1657         cursor: move;
1658 }
1659
1660 .hndle a {
1661         font-size: 11px;
1662         font-weight: normal;
1663 }
1664
1665 #dashboard-widgets .meta-box-sortables {
1666         margin: 0 5px;
1667 }
1668
1669 .postbox .handlediv {
1670         float: right;
1671         width: 23px;
1672         height: 26px;
1673 }
1674
1675 .sortable-placeholder {
1676         border-width: 1px;
1677         border-style: dashed;
1678         margin-bottom: 20px;
1679 }
1680
1681 #poststuff h3,
1682 .metabox-holder h3 {
1683         font-size: 12px;
1684         font-weight: bold;
1685         padding: 7px 9px;
1686         margin: 0;
1687         line-height: 1;
1688 }
1689
1690 .widget,
1691 .postbox,
1692 .stuffbox {
1693         margin-bottom: 20px;
1694         border-width: 1px;
1695         border-style: solid;
1696         line-height: 1;
1697         -moz-border-radius: 6px;
1698         -khtml-border-radius: 6px;
1699         -webkit-border-radius: 6px;
1700         border-radius: 6px;
1701 }
1702
1703 .widget .widget-top,
1704 .postbox h3,
1705 .postbox h3,
1706 .stuffbox h3 {
1707         -moz-border-radius: 6px 6px 0 0;
1708         -webkit-border-top-right-radius: 6px;
1709         -webkit-border-top-left-radius: 6px;
1710         -khtml-border-top-right-radius: 6px;
1711         -khtml-border-top-left-radius: 6px;
1712         border-top-right-radius: 6px;
1713         border-top-left-radius: 6px;
1714 }
1715
1716 .postbox.closed h3 {
1717         -moz-border-radius-bottomleft:4px;
1718         -webkit-border-bottom-left-radius: 4px;
1719         -khtml-border-bottom-left-radius: 4px;
1720         border-bottom-left-radius: 4px;
1721         -moz-border-radius-bottomright:4px;
1722         -webkit-border-bottom-right-radius: 4px;
1723         -khtml-border-bottom-right-radius: 4px;
1724         border-bottom-right-radius: 4px;
1725 }
1726
1727 .postbox table.form-table {
1728         margin-bottom: 0;
1729 }
1730
1731 .postbox input[type="text"],
1732 .postbox textarea,
1733 .stuffbox input[type="text"],
1734 .stuffbox textarea {
1735         border-width: 1px;
1736         border-style: solid;
1737 }
1738
1739 #poststuff .inside,
1740 #poststuff .inside p {
1741         font-size: 11px;
1742         margin: 6px 6px 8px;
1743 }
1744
1745 #poststuff .inside .submitbox p {
1746         margin: 1em 0;
1747 }
1748
1749 #post-visibility-select {
1750         line-height: 1.5em;
1751         margin-top: 3px;
1752 }
1753
1754 #poststuff #submitdiv .inside {
1755         margin: 0;
1756 }
1757
1758 #titlediv, #poststuff .postarea {
1759         margin-bottom: 20px;
1760 }
1761
1762 #titlediv {
1763         margin-bottom: 20px;
1764 }
1765 #titlediv label { cursor: text; }
1766
1767 #titlediv div.inside {
1768         margin: 0;
1769 }
1770
1771 #poststuff #titlewrap {
1772         border: 0;
1773         padding: 0;
1774
1775 }
1776
1777 #titlediv #title {
1778         padding: 3px 4px;
1779         border-width: 1px;
1780         border-style: solid;
1781         -moz-border-radius: 6px;
1782         -khtml-border-radius: 6px;
1783         -webkit-border-radius: 6px;
1784         border-radius: 6px;
1785         font-size: 1.7em;
1786         width: 100%;
1787         outline: none;
1788 }
1789
1790 #poststuff .inside-submitbox,
1791 #side-sortables .inside-submitbox {
1792         margin: 0 3px;
1793         font-size: 11px;
1794 }
1795
1796 input#link_description,
1797 input#link_url {
1798         width: 98%;
1799 }
1800
1801 #pending {
1802         background: 0 none;
1803         border: 0 none;
1804         padding: 0;
1805         font-size: 11px;
1806         margin-top: -1px;
1807 }
1808
1809 #edit-slug-box {
1810         height: 1em;
1811         margin-top: 8px;
1812         padding: 0 7px;
1813 }
1814
1815 #editable-post-name-full {
1816         display: none;
1817 }
1818
1819 #editable-post-name input {
1820         width: 16em;
1821 }
1822
1823 .postarea h3 label {
1824         float: left;
1825 }
1826
1827 .postarea #add-media-button {
1828         float: right;
1829         margin: 7px 0pt 0pt;
1830         position: relative;
1831         right: 10px;
1832 }
1833
1834 #poststuff #editor-toolbar {
1835         height: 30px;
1836 }
1837
1838 .wp_themeSkin tr.mceFirst td.mceToolbar {
1839         border-width: 0 0 1px;
1840         border-style: none none solid;
1841 }
1842
1843 #edButtonPreview,
1844 #edButtonHTML {
1845         height: 18px;
1846         margin: 5px 5px 0 0;
1847         padding: 4px 5px 2px;
1848         float: right;
1849         cursor: pointer;
1850         border-width: 1px;
1851         border-style: solid;
1852         -moz-border-radius: 3px 3px 0 0;
1853         -webkit-border-top-right-radius: 3px;
1854         -webkit-border-top-left-radius: 3px;
1855         -khtml-border-top-right-radius: 3px;
1856         -khtml-border-top-left-radius: 3px;
1857         border-top-right-radius: 3px;
1858         border-top-left-radius: 3px;
1859 }
1860
1861 .js .theEditor {
1862         color: white;
1863 }
1864
1865 #poststuff #edButtonHTML {
1866         margin-right: 15px;
1867 }
1868
1869 #media-buttons {
1870         cursor: default;
1871         padding: 8px 8px 0;
1872 }
1873
1874 #media-buttons a {
1875         cursor: pointer;
1876         padding: 0 0 5px 10px;
1877 }
1878
1879 #media-buttons img,
1880 #submitpost #ajax-loading {
1881         vertical-align: middle;
1882 }
1883
1884 .submitbox .submit {
1885         text-align: left;
1886         padding: 12px 10px 10px;
1887         font-size: 11px;
1888 }
1889
1890 .submitbox .submitdelete {
1891         border-bottom-width: 1px;
1892         border-bottom-style: solid;
1893         text-decoration: none;
1894         padding: 1px 2px;
1895 }
1896
1897 .inside-submitbox #post_status {
1898         margin: 2px 0 2px -2px;
1899 }
1900
1901 .submitbox .submit a:hover {
1902         border-bottom-width: 1px;
1903         border-bottom-style: solid;
1904 }
1905
1906 .submitbox .submit input {
1907         margin-bottom: 8px;
1908         margin-right: 4px;
1909         padding: 6px;
1910 }
1911
1912 #post-status-select {
1913         line-height: 2.5em;
1914         margin-top: 3px;
1915 }
1916
1917 /* Categories */
1918
1919 #category-adder {
1920         margin-left: 120px;
1921         padding: 4px 0;
1922 }
1923
1924 #category-adder h4 {
1925         margin: 0 0 8px;
1926 }
1927
1928 #side-sortables #category-adder {
1929         margin: 0;
1930 }
1931
1932 #post-body #category-add input, #category-add select {
1933         width: 30%;
1934 }
1935
1936 #side-sortables #category-add input {
1937         width: 94%;
1938 }
1939
1940 #side-sortables #category-add select {
1941         width: 100%;
1942 }
1943
1944 #category-add input#category-add-sumbit {
1945         width: auto;
1946 }
1947
1948 #post-body ul#category-tabs {
1949         float: left;
1950         width: 120px;
1951         text-align: right;
1952         /* Negative margin for the sake of those without JS: all tabs display */
1953         margin: 0 -120px 0 5px;
1954         padding: 0;
1955 }
1956
1957 #post-body ul#category-tabs li {
1958         padding: 8px;
1959 }
1960
1961 #post-body ul#category-tabs li.tabs {
1962         -moz-border-radius: 3px 0 0 3px;
1963         -webkit-border-top-left-radius: 3px;
1964         -webkit-border-bottom-left-radius: 3px;
1965         -khtml-border-top-left-radius: 3px;
1966         -khtml-border-bottom-left-radius: 3px;
1967         border-top-left-radius: 3px;
1968         border-bottom-left-radius: 3px;
1969 }
1970
1971 #post-body ul#category-tabs li.tabs a {
1972         font-weight: bold;
1973         text-decoration: none;
1974 }
1975
1976 #categorydiv div.tabs-panel,
1977 #linkcategorydiv div.tabs-panel {
1978         height: 200px;
1979         overflow: auto;
1980         padding: 0.5em 0.9em;
1981         border-style: solid;
1982         border-width: 1px;
1983 }
1984
1985 #post-body #categorydiv div.tabs-panel,
1986 #post-body #linkcategorydiv div.tabs-panel {
1987         margin: 0 5px 0 125px;
1988 }
1989
1990 #side-sortables #category-tabs li {
1991         display: inline;
1992         padding-right: 8px;
1993 }
1994
1995 #side-sortables #category-tabs a {
1996         text-decoration: none;
1997 }
1998
1999 #side-sortables #category-tabs {
2000         margin-bottom: 3px;
2001 }
2002
2003 #categorydiv ul,
2004 #linkcategorydiv ul {
2005         list-style: none;
2006         padding: 0;
2007         margin: 0;
2008 }
2009
2010 #categorydiv ul.categorychecklist ul,
2011 #linkcategorydiv ul.categorychecklist ul {
2012         margin-left: 18px;
2013 }
2014
2015 ul.categorychecklist li {
2016         margin: 0;
2017         padding: 0;
2018         line-height: 19px;
2019 }
2020
2021 #category-adder h4 {
2022         margin-top: 4px;
2023         margin-bottom: 0px;
2024 }
2025
2026 #categorydiv .tabs-panel {
2027         border-width: 3px;
2028         border-style: solid;
2029 }
2030
2031 ul#category-tabs {
2032         margin-top: 12px;
2033 }
2034
2035 ul#category-tabs li.tabs {
2036         border-style: solid solid none;
2037         border-width: 1px 1px 0;
2038 }
2039
2040 #post-body #category-tabs li.tabs {
2041         border-style: solid none solid solid;
2042         border-width: 1px 0 1px 1px;
2043         margin-right: -1px;
2044 }
2045
2046 ul#category-tabs li {
2047         padding: 5px 8px;
2048         -moz-border-radius: 3px 3px 0 0;
2049         -webkit-border-top-left-radius: 3px;
2050         -webkit-border-top-right-radius: 3px;
2051         -khtml-border-top-left-radius: 3px;
2052         -khtml-border-top-right-radius: 3px;
2053         border-top-left-radius: 3px;
2054         border-top-right-radius: 3px;
2055 }
2056
2057 /* positioning etc. */
2058
2059 form#tags-filter {
2060         position: relative;
2061 }
2062
2063 p.search-box {
2064         float: right;
2065         margin: -5px 0 0;
2066 }
2067
2068 .screen-per-page {
2069         width: 3em;
2070 }
2071
2072 #posts-filter fieldset {
2073         float: left;
2074         margin: 0 1.5ex 1em 0;
2075         padding: 0;
2076 }
2077
2078 #posts-filter fieldset legend {
2079         padding: 0 0 .2em 1px;
2080 }
2081
2082 /* Edit posts */
2083
2084 td.post-title strong, td.plugin-title strong {
2085         display: block;
2086         margin-bottom: .2em;
2087 }
2088
2089 td.post-title p, td.plugin-title p {
2090         margin: 6px 0;
2091 }
2092
2093 td.plugin-title {
2094         white-space: nowrap;
2095 }
2096
2097 /* Global classes */
2098
2099 .wp-hidden-children .wp-hidden-child,
2100 .ui-tabs-hide,
2101 #codepress-off {
2102         display: none;
2103 }
2104
2105 .commentlist .avatar {
2106         vertical-align: text-top;
2107 }
2108
2109 .defaultavatarpicker .avatar {
2110         margin: 2px 0;
2111         vertical-align: middle;
2112 }
2113
2114 body.wp-admin {
2115         min-width: 785px;
2116 }
2117
2118 .view-switch {
2119         float: right;
2120         margin: 6px 8px 0;
2121 }
2122
2123 .view-switch a {
2124         text-decoration: none;
2125 }
2126
2127 .filter {
2128         float: left;
2129         margin: -5px 0 0 10px;
2130 }
2131
2132 .filter .subsubsub {
2133         margin-left: -10px;
2134         margin-top: 13px;
2135 }
2136
2137 #the-comment-list td.comment p.comment-author {
2138         margin-top: 0;
2139         margin-left: 0;
2140 }
2141
2142 #the-comment-list p.comment-author img {
2143         float: left;
2144         margin-right: 8px;
2145 }
2146
2147 #the-comment-list p.comment-author strong a {
2148         border: none;
2149 }
2150
2151 #the-comment-list td {
2152         vertical-align: top;
2153 }
2154
2155 #the-comment-list td.comment {
2156         word-wrap: break-word;
2157 }
2158
2159 #the-comment-list .check-column {
2160         padding-top: 8px;
2161 }
2162
2163 #templateside ul li a {
2164         text-decoration: none;
2165 }
2166
2167 .indicator-hint {
2168         padding-top: 8px;
2169 }
2170
2171 #display_name {
2172         width: 15em;
2173 }
2174
2175 .tablenav .delete {
2176         margin-right: 20px;
2177 }
2178
2179 td.action-links,
2180 th.action-links {
2181         text-align: right;
2182 }
2183
2184 /* Diff */
2185
2186 table.diff {
2187         width: 100%;
2188 }
2189
2190 table.diff col.content {
2191         width: 50%;
2192 }
2193
2194 table.diff tr {
2195         background-color: transparent;
2196 }
2197
2198 table.diff td, table.diff th {
2199         padding: .5em;
2200         font-family: Consolas, Monaco, Courier, monospace;
2201         border: none;
2202 }
2203
2204 table.diff .diff-deletedline del, table.diff .diff-addedline ins {
2205         text-decoration: none;
2206 }
2207
2208 #wp-word-count {
2209         display: block;
2210         padding: 2px 7px;
2211 }
2212
2213 fieldset {
2214         border: 0;
2215         padding: 0;
2216         margin: 0;
2217 }
2218
2219 .tool-box {
2220         margin: 15px 0 35px;
2221 }
2222
2223 .tool-box .buttons {
2224         margin: 15px 0;
2225 }
2226
2227 .tool-box .title {
2228         margin: 8px 0;
2229         font: 18px/24px Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
2230 }
2231
2232 .pressthis a {
2233         font-size: 1.2em;
2234 }
2235
2236 #wp_editbtns,
2237 #wp_gallerybtns {
2238         padding: 2px;
2239         position: absolute;
2240         display: none;
2241         z-index: 999998;
2242 }
2243
2244 #wp_editimgbtn,
2245 #wp_delimgbtn,
2246 #wp_editgallery,
2247 #wp_delgallery {
2248         margin: 2px;
2249         padding: 2px;
2250         border-width: 1px;
2251         border-style: solid;
2252         -moz-border-radius: 3px;
2253         -khtml-border-radius: 3px;
2254         -webkit-border-radius: 3px;
2255         border-radius: 3px;
2256 }
2257
2258 .settings-toggle {
2259         text-align: right;
2260         margin: 5px 7px 15px 0;
2261         font-size: 12px;
2262 }
2263
2264 .settings-toggle h3 {
2265         margin: 0;
2266 }
2267
2268 #timestampdiv select {
2269         height: 20px;
2270         line-height: 14px;
2271         padding: 0;
2272         vertical-align: top;
2273 }
2274
2275 #jj, #hh, #mn {
2276         width: 2em;
2277         padding: 1px;
2278         font-size: 12px;
2279 }
2280
2281 #aa {
2282         width: 3.4em;
2283         padding: 1px;
2284         font-size: 12px;
2285 }
2286
2287 .curtime #timestamp {
2288         background-repeat: no-repeat;
2289         background-position: left top;
2290         padding-left: 18px;
2291 }
2292
2293 #timestampdiv {
2294         padding-top: 5px;
2295         line-height: 23px;
2296 }
2297
2298 #timestampdiv p {
2299         margin: 8px 0 6px;
2300 }
2301
2302 #timestampdiv input {
2303         border-width: 1px;
2304         border-style: solid;
2305 }
2306
2307 /* media popup 0819 */
2308 #sidemenu {
2309         margin: -30px 15px 0 315px;
2310         list-style: none;
2311         position: relative;
2312         float: right;
2313         padding-left: 10px;
2314         font-size: 12px;
2315 }
2316
2317 #sidemenu a {
2318         padding: 0 7px;
2319         display: block;
2320         float: left;
2321         line-height: 28px;
2322         border-top-width: 1px;
2323         border-top-style: solid;
2324         border-bottom-width: 1px;
2325         border-bottom-style: solid;
2326 }
2327
2328 #sidemenu li {
2329         display: inline;
2330         line-height: 200%;
2331         list-style: none;
2332         text-align: center;
2333         white-space: nowrap;
2334         margin: 0;
2335         padding: 0;
2336 }
2337
2338 #sidemenu a.current {
2339         font-weight: normal;
2340         padding-left: 6px;
2341         padding-right: 6px;
2342         -moz-border-radius: 4px 4px 0 0;
2343         -webkit-border-top-left-radius: 4px;
2344         -webkit-border-top-right-radius: 4px;
2345         -khtml-border-top-left-radius: 4px;
2346         -khtml-border-top-right-radius: 4px;
2347         border-top-left-radius: 4px;
2348         border-top-right-radius: 4px;
2349         border-width: 1px;
2350         border-style: solid;
2351 }
2352
2353 #sidemenu {
2354         margin: -30px 15px 0 315px;
2355         list-style: none;
2356         position: relative;
2357         float: right;
2358         padding-left: 10px;
2359         font-size: 12px;
2360 }
2361
2362 #sidemenu a {
2363         padding: 0 7px;
2364         display: block;
2365         float: left;
2366         line-height: 28px;
2367         border-top-width: 1px;
2368         border-top-style: solid;
2369         border-bottom-width: 1px;
2370         border-bottom-style: solid;
2371 }
2372
2373 #sidemenu li a .count-0 {
2374         display: none;
2375 }
2376
2377 /* reply to comments */
2378 #replyrow {
2379         font-size: 11px;
2380 }
2381
2382 #replyrow input {
2383         border-width: 1px;
2384         border-style: solid;
2385 }
2386
2387 #replyrow td {
2388         padding: 2px;
2389 }
2390
2391 #replyrow #editorcontainer {
2392         border: 0 none;
2393 }
2394
2395 #replysubmit {
2396         margin: 0;
2397         padding: 3px 7px;
2398 }
2399
2400 #replysubmit img.waiting,
2401 .inline-edit-save img.waiting {
2402         padding: 2px 10px 0;
2403         vertical-align: top;
2404 }
2405
2406 #replysubmit .button {
2407         margin-right: 5px;
2408 }
2409
2410 #replyrow #editor-toolbar {
2411         display: none;
2412 }
2413
2414 #replyhead {
2415         font-size: 12px;
2416         font-weight: bold;
2417         padding: 2px 10px 4px;
2418 }
2419
2420 #edithead .inside {
2421         float: left;
2422         padding: 3px 0 2px 5px;
2423         margin: 0;
2424         text-align: center;
2425         font-size: 11px;
2426 }
2427
2428 #edithead .inside input {
2429         width: 180px;
2430         font-size: 11px;
2431 }
2432
2433 #edithead label {
2434         padding: 2px 0;
2435 }
2436
2437 #replycontainer {
2438         padding: 5px;
2439         border: 0 none;
2440         height: 120px;
2441         overflow: hidden;
2442         position: relative;
2443 }
2444
2445 #replycontent {
2446         resize: none;
2447         margin: 0;
2448         width: 100%;
2449         height: 100%;
2450         padding: 0;
2451         line-height: 150%;
2452         border: 0 none;
2453         outline: none;
2454         font-size: 12px;
2455 }
2456
2457 #replyrow #ed_reply_toolbar {
2458         margin: 0;
2459         padding: 2px 3px;
2460 }
2461
2462 /* show/hide settings */
2463 #screen-meta {
2464         position: relative;
2465         clear: both;
2466 }
2467
2468 #screen-meta-links {
2469         margin: 0 9px 0 0;
2470 }
2471
2472 #screen-meta .screen-reader-text {
2473         visibility: hidden;
2474 }
2475
2476 #screen-options-link-wrap,
2477 #contextual-help-link-wrap {
2478         float: right;
2479         background: transparent url( images/screen-options-left.gif ) no-repeat 0 0;
2480         font-family: "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
2481         height: 22px;
2482         padding: 0;
2483         margin: 0 6px 0 0;
2484 }
2485
2486 #screen-meta a.show-settings {
2487         text-decoration: none;
2488         z-index: 1;
2489         padding: 0 16px 0 6px;
2490         height: 22px;
2491         line-height: 22px;
2492         font-size: 10px;
2493         display: block;
2494         background-repeat: no-repeat;
2495         background-position: right bottom;
2496 }
2497
2498 #screen-meta a.show-settings {
2499         background-image: url( images/screen-options-right.gif );
2500 }
2501
2502 #screen-meta a.show-settings:hover {
2503         text-decoration: none;
2504 }
2505
2506 #screen-options-wrap h5,
2507 #contextual-help-wrap h5 {
2508         margin: 8px 0;
2509         font-size: 13px;
2510 }
2511
2512 #screen-options-wrap,
2513 #contextual-help-wrap {
2514         border-style: none solid solid;
2515         border-top: 0 none;
2516         border-width: 0 1px 1px;
2517         margin: 0 15px;
2518         padding: 8px 12px 12px;
2519         -moz-border-radius: 0 0 0 4px;
2520         -webkit-border-bottom-left-radius: 4px;
2521         -khtml-border-bottom-left-radius: 4px;
2522         border-bottom-left-radius: 4px;
2523 }
2524
2525 .metabox-prefs label {
2526         padding-right: 15px;
2527         white-space: nowrap;
2528         line-height: 30px;
2529 }
2530
2531 .metabox-prefs label input {
2532         margin: 0 5px 0 2px;
2533 }
2534
2535 .metabox-prefs label a {
2536         display: none;
2537 }
2538
2539 /* Inline Editor
2540         .quick-edit* is for Quick Edit
2541         .bulk-edit* is for Bulk Edit
2542         .inline-edit* is for everything
2543 */
2544 /*      Layout */
2545 tr.inline-edit-row td {
2546         padding: 0 0.5em;
2547 }
2548
2549 #wpbody-content .inline-edit-row fieldset {
2550         font-size: 12px;
2551         float: left;
2552         margin: 0;
2553         padding: 0;
2554         width: 100%;
2555 }
2556
2557 #wpbody-content .inline-edit-row fieldset .inline-edit-col {
2558         padding: 0 0.5em;
2559 }
2560
2561 #wpbody-content .quick-edit-row-page fieldset.inline-edit-col-right .inline-edit-col {
2562         border-width: 0 0 0 1px;
2563         border-style: none none none solid;
2564 }
2565
2566 #wpbody-content .quick-edit-row-post .inline-edit-col-left {
2567         width: 40%;
2568 }
2569
2570 #wpbody-content .quick-edit-row-post .inline-edit-col-right {
2571         width: 39%;
2572 }
2573
2574 #wpbody-content .inline-edit-row-post .inline-edit-col-center {
2575         width: 20%;
2576 }
2577
2578 #wpbody-content .quick-edit-row-page .inline-edit-col-left {
2579         width: 50%;
2580 }
2581
2582 #wpbody-content .quick-edit-row-page .inline-edit-col-right,
2583 #wpbody-content .bulk-edit-row-post .inline-edit-col-right {
2584         width: 49%;
2585 }
2586
2587 #wpbody-content .bulk-edit-row .inline-edit-col-left {
2588         width: 30%;
2589 }
2590
2591 #wpbody-content .bulk-edit-row-page .inline-edit-col-right {
2592         width: 69%;
2593 }
2594
2595 #wpbody-content .bulk-edit-row .inline-edit-col-bottom {
2596         float: right;
2597         width: 69%;
2598 }
2599
2600 #wpbody-content .inline-edit-row-page .inline-edit-col-right,
2601 #owpbody-content .bulk-edit-row-post .inline-edit-col-right {
2602         margin-top: 27px;
2603 }
2604
2605 .inline-edit-row fieldset .inline-edit-group {
2606         clear: both;
2607 }
2608
2609 .inline-edit-row fieldset .inline-edit-group:after {
2610         content: ".";
2611         display: block;
2612         height: 0;
2613         clear: both;
2614         visibility: hidden;
2615 }
2616
2617 .inline-edit-row p.submit {
2618         clear: both;
2619         padding: 0.5em;
2620         margin: 0.5em 0 0;
2621 }
2622
2623 .inline-edit-row span.error {
2624         line-height: 22px;
2625         margin: 0 15px;
2626         padding: 3px 5px;
2627 }
2628
2629 /*      Positioning */
2630 .inline-edit-row h4 {
2631         margin: .2em 0;
2632         padding: 0;
2633         line-height: 23px;
2634 }
2635 .inline-edit-row fieldset span.title,
2636 .inline-edit-row fieldset span.checkbox-title {
2637         margin: 0;
2638         padding: 0;
2639         line-height: 27px;
2640 }
2641
2642 .inline-edit-row fieldset label,
2643 .inline-edit-row fieldset span.inline-edit-categories-label {
2644         display: block;
2645         margin: .2em 0;
2646 }
2647
2648 .inline-edit-row fieldset label.inline-edit-tags {
2649         margin-top: 0;
2650 }
2651
2652 .inline-edit-row fieldset label.inline-edit-tags span.title {
2653         margin: .2em 0;
2654 }
2655
2656 .inline-edit-row fieldset label span.title {
2657         display: block;
2658         float: left;
2659         width: 5em;
2660 }
2661
2662 .inline-edit-row fieldset label span.input-text-wrap {
2663         display: block;
2664         margin-left: 5em;
2665 }
2666
2667 .quick-edit-row-post fieldset.inline-edit-col-right label span.title {
2668         width: auto;
2669         padding-right: 0.5em;
2670 }
2671
2672 .inline-edit-row .input-text-wrap input[type=text] {
2673         width: 100%;
2674 }
2675
2676 .inline-edit-row fieldset label input[type=checkbox] {
2677         vertical-align: text-bottom;
2678 }
2679
2680 .inline-edit-row fieldset label textarea {
2681         width: 100%;
2682         height: 4em;
2683 }
2684
2685 #wpbody-content .bulk-edit-row fieldset .inline-edit-group label {
2686         max-width: 50%;
2687 }
2688
2689 #wpbody-content .quick-edit-row fieldset .inline-edit-group label.alignleft:first-child {
2690         margin-right: 0.5em
2691 }
2692
2693 /*      Styling */
2694 .inline-edit-row h4 {
2695         text-transform: uppercase;
2696 }
2697
2698 .inline-edit-row fieldset span.title,
2699 .inline-edit-row fieldset span.checkbox-title {
2700         font-family: Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
2701         font-style: italic;
2702         line-height: 1.8em;
2703 }
2704
2705 /*      Specific Elements */
2706 .inline-edit-row fieldset input[type="text"],
2707 .inline-edit-row fieldset textarea {
2708         border-style: solid;
2709         border-width: 1px;
2710 }
2711
2712 .inline-edit-row fieldset .inline-edit-date {
2713         float: left;
2714 }
2715
2716 .inline-edit-row fieldset input[name=jj],
2717 .inline-edit-row fieldset input[name=hh],
2718 .inline-edit-row fieldset input[name=mn] {
2719         font-size: 12px;
2720         width: 2.1em;
2721 }
2722
2723 .inline-edit-row fieldset input[name=aa] {
2724         font-size: 12px;
2725         width: 3.5em;
2726 }
2727
2728 .inline-edit-row fieldset label input.inline-edit-password-input {
2729         width: 8em;
2730 }
2731
2732 .inline-edit-row .catshow,
2733 .inline-edit-row .cathide {
2734         cursor: pointer;
2735 }
2736
2737 ul.cat-checklist {
2738         height: 12em;
2739         border-style: solid;
2740         border-width: 1px;
2741         overflow-y: scroll;
2742         padding: 0 5px;
2743         margin: 0;
2744 }
2745
2746 #bulk-titles {
2747         display: block;
2748         height: 12em;
2749         border-style: solid;
2750         border-width: 1px;
2751         overflow-y: scroll;
2752         padding: 0 5px;
2753         margin: 0 0 5px;
2754 }
2755
2756 .inline-edit-row fieldset ul.cat-checklist li,
2757 .inline-edit-row fieldset ul.cat-checklist input {
2758         margin: 0;
2759 }
2760
2761 .inline-edit-row fieldset ul.cat-checklist label,
2762 .inline-edit-row .catshow,
2763 .inline-edit-row .cathide,
2764 .inline-edit-row #bulk-titles div {
2765         font-family: "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
2766         font-style: normal;
2767         font-size: 11px;
2768 }
2769
2770 table .inline-edit-row fieldset ul.cat-hover {
2771         height: auto;
2772         max-height: 30em;
2773         overflow-y: auto;
2774         position: absolute;
2775 }
2776
2777 .inline-edit-row fieldset label input.inline-edit-menu-order-input {
2778         width: 3em;
2779 }
2780
2781 .inline-edit-row fieldset label input.inline-edit-slug-input {
2782         width: 75%;
2783 }
2784
2785 .quick-edit-row-post fieldset label.inline-edit-status {
2786         float: left;
2787 }
2788
2789 #bulk-titles {
2790         line-height: 140%;
2791 }
2792 #bulk-titles div {
2793         margin: 0.2em 0.3em;
2794 }
2795
2796 #bulk-titles div a {
2797         cursor: pointer;
2798         display: block;
2799         float: left;
2800         height: 10px;
2801         margin: 3px 3px 0 -2px;
2802         overflow: hidden;
2803         position: relative;
2804         text-indent: -9999px;
2805         width: 10px;
2806 }
2807
2808 /* Media library */
2809 #wpbody-content #media-items .describe {
2810         border-collapse: collapse;
2811         width: 100%;
2812         border-top-style: solid;
2813         border-top-width: 1px;
2814         clear: both;
2815         cursor: default;
2816         padding: 5px;
2817 }
2818
2819 #wpbody-content .describe th {
2820         vertical-align: top;
2821         text-align: left;
2822         padding: 10px;
2823         width: 140px;
2824 }
2825
2826 #wpbody-content .describe .media-item-info tr {
2827         background-color: transparent;
2828 }
2829
2830 #wpbody-content .describe .media-item-info td {
2831         padding: 4px 10px 0;
2832 }
2833
2834 .describe .media-item-info .A1B1 {
2835         padding: 0 15px 8px 0;
2836 }
2837
2838 #wpbody-content .filename {
2839         padding: 0 10px;
2840 }
2841
2842 #wpbody-content .media-item .thumbnail {
2843         max-height: 128px;
2844         max-width: 128px;
2845 }
2846
2847 #wpbody-content #async-upload-wrap a {
2848         display: none;
2849 }
2850
2851 .media-upload-form td label {
2852         margin-right: 6px;
2853         margin-left: 2px;
2854 }
2855
2856 .media-upload-form .align .field label {
2857         display: inline;
2858         padding: 0 0 0 22px;
2859         margin: 0 1em 0 0;
2860         font-weight: bold;
2861 }
2862
2863 .media-upload-form tr.image-size label {
2864         margin: 0 0 0 3px;
2865         font-weight: bold;
2866 }
2867
2868 .media-upload-form th.label label {
2869         font-weight: bold;
2870         margin: 0.5em;
2871         font-size: 13px;
2872 }
2873
2874 .media-upload-form th.label label span {
2875         padding: 0 5px;
2876 }
2877
2878 abbr.required {
2879         border: medium none;
2880         text-decoration: none;
2881 }
2882
2883 #wpbody-content .describe input[type="text"],
2884 #wpbody-content .describe textarea {
2885         width: 460px;
2886 }
2887
2888 #wpbody-content .describe p.help {
2889         margin: 0;
2890         padding: 0 0 0 5px;
2891 }
2892
2893 .describe-toggle-on,
2894 .describe-toggle-off {
2895         display: block;
2896         line-height: 36px;
2897         float: right;
2898         margin-right: 20px;
2899 }
2900
2901 .describe-toggle-off {
2902         display: none;
2903 }
2904
2905 #wpbody-content .media-item {
2906         border-bottom-style: solid;
2907         border-bottom-width: 1px;
2908         min-height: 36px;
2909         position: relative;
2910         width: 100%;
2911 }
2912
2913 #wpbody-content .media-single .media-item {
2914         border-bottom-style: none;
2915         border-bottom-width: 0;
2916 }
2917
2918 #wpbody-content #media-items {
2919         border-style: solid solid none;
2920         border-width: 1px;
2921         width: 670px;
2922 }
2923
2924 #wpbody-content #media-items .filename {
2925         line-height: 36px;
2926         overflow: hidden;
2927 }
2928
2929 .media-item .pinkynail {
2930         float: left;
2931         margin: 2px;
2932         max-width: 40px;
2933         max-height: 32px;
2934 }
2935
2936 .media-item .startopen,
2937 .media-item .startclosed {
2938         display: none;
2939 }
2940
2941 .media-item .original {
2942         position: relative;
2943         height: 34px;
2944         text-align: center;
2945 }
2946
2947 .media-item .percent {
2948         font-weight: bold;
2949 }
2950
2951 .crunching {
2952         display: block;
2953         line-height: 32px;
2954         text-align: right;
2955         margin-right: 5px;
2956 }
2957
2958 button.dismiss {
2959         position: absolute;
2960         top: 7px;
2961         right: 5px;
2962         z-index: 4;
2963         width: 8em;
2964 }
2965
2966 .file-error {
2967         float: left;
2968         font-weight: bold;
2969         padding: 10px;
2970 }
2971
2972 .progress {
2973         position: relative;
2974         margin-bottom: -36px;
2975         height: 36px;
2976 }
2977
2978 .bar {
2979         width: 0;
2980         height: 100%;
2981         border-right-width: 3px;
2982         border-right-style: solid;
2983 }
2984
2985 .upload-php .fixed .column-parent {
2986         width: 25%;
2987 }
2988
2989 /* find posts */
2990 .find-box {
2991         width: 500px;
2992         height: 300px;
2993         overflow: hidden;
2994         padding: 33px 5px 40px;
2995         position: absolute;
2996         z-index: 1000;
2997 }
2998
2999 .find-box-head {
3000         cursor: move;
3001         font-weight: bold;
3002         height: 2em;
3003         line-height: 2em;
3004         padding: 1px 12px;
3005         position: absolute;
3006         top: 5px;
3007         width: 100%;
3008 }
3009
3010 .find-box-inside {
3011         overflow: auto;
3012         width: 100%;
3013         height: 100%;
3014 }
3015
3016 .find-box-search {
3017         padding: 12px;
3018         border-width: 1px;
3019         border-style: none none solid;
3020 }
3021
3022 #find-posts-response {
3023         margin: 8px 0;
3024         padding: 0 1px;
3025 }
3026
3027 #find-posts-response table {
3028         width: 100%;
3029 }
3030
3031 #find-posts-response .found-radio {
3032         padding: 5px 0 0 8px;
3033         width: 15px;
3034 }
3035
3036 .find-box-buttons {
3037         width: 480px;
3038         margin: 8px;
3039 }
3040
3041 .find-box-search label {
3042         padding-right: 6px;
3043 }
3044
3045 .find-box #resize-se {
3046         position: absolute;
3047         right: 1px;
3048         bottom: 1px;
3049 }
3050
3051 /* favorite-actions */
3052 #favorite-actions {
3053         float: right;
3054         margin: 11px 12px 0;
3055         min-width: 130px;
3056         position: relative;
3057 }
3058
3059 #favorite-first {
3060         -moz-border-radius: 12px;
3061         -khtml-border-radius: 12px;
3062         -webkit-border-radius: 12px;
3063         border-radius: 12px;
3064         line-height: 15px;
3065         padding: 3px 30px 4px 12px;
3066         border-width: 1px;
3067         border-style: solid;
3068 }
3069
3070 #favorite-inside {
3071         margin: 0 0 0 0px;
3072         padding: 0 1px 6px 1px;
3073         border-width: 1px;
3074         border-style: solid;
3075         position: absolute;
3076         z-index: 11;
3077         display: none;
3078         -moz-border-radius: 0 0 12px 12px;
3079         -webkit-border-bottom-right-radius: 12px;
3080         -webkit-border-bottom-left-radius: 12px;
3081         -khtml-border-bottom-right-radius: 12px;
3082         -khtml-border-bottom-left-radius: 12px;
3083         border-bottom-right-radius: 12px;
3084         border-bottom-left-radius: 12px;
3085 }
3086
3087 #favorite-actions a {
3088         display: block;
3089         text-decoration: none;
3090         font-size: 11px;
3091 }
3092
3093 #favorite-inside a {
3094         padding: 3px 5px 3px 10px;
3095 }
3096
3097 #favorite-toggle {
3098         height: 22px;
3099         position: absolute;
3100         right: 0;
3101         top: 1px;
3102         width: 28px;
3103 }
3104
3105 #favorite-actions .slide-down {
3106         -moz-border-radius: 12px 12px 0 0;
3107         -webkit-border-bottom-right-radius: 0;
3108         -webkit-border-bottom-left-radius: 0;
3109         -khtml-border-bottom-right-radius: 0;
3110         -khtml-border-bottom-left-radius: 0;
3111         border-bottom-right-radius: 0;
3112         border-bottom-left-radius: 0;
3113         border-bottom-width: 1px;
3114         border-bottom-style: solid;
3115 }
3116
3117 #utc-time, #local-time {
3118         padding-left: 25px;
3119         font-style: italic;
3120         font-family: "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
3121 }
3122
3123 ul#dismissed-updates {
3124         display: none;
3125 }
3126 form.upgrade {
3127         margin-top: 8px;
3128 }
3129
3130 form.upgrade .hint {
3131         font-style: italic;
3132         font-size: 85%;
3133         margin: -0.5em 0 2em 0;
3134 }
3135
3136 #poststuff .inside .the-tagcloud {
3137         margin: 5px 0 10px;
3138         padding: 8px;
3139         border-width: 1px;
3140         border-style: solid;
3141         line-height: 1.8em;
3142         word-spacing: 3px;
3143         -moz-border-radius: 6px;
3144         -khtml-border-radius: 6px;
3145         -webkit-border-radius: 6px;
3146         border-radius: 6px;
3147 }
3148
3149 br.clear {
3150         height: 2px;
3151         line-height: 2px;
3152 }
3153
3154 .swfupload {
3155         margin: 5px 10px;
3156         vertical-align: middle;
3157 }
3158
3159 /* table.fixed column width */
3160 table.fixed {
3161         table-layout: fixed;
3162 }
3163
3164 .fixed .column-rating,
3165 .fixed .column-visible {
3166         width: 8%;
3167 }
3168
3169 .fixed .column-date,
3170 .fixed .column-parent,
3171 .fixed .column-links {
3172         width: 10%;
3173 }
3174
3175 .fixed .column-response,
3176 .fixed .column-author,
3177 .fixed .column-categories,
3178 .fixed .column-tags,
3179 .fixed .column-rel,
3180 .fixed .column-role {
3181         width: 15%;
3182 }
3183
3184 .fixed .column-comments {
3185         width: 4em;
3186         padding-top: 8px;
3187 }
3188
3189 .fixed .column-slug {
3190         width: 25%;
3191 }
3192
3193 .fixed .column-posts {
3194         width: 10%;
3195 }
3196
3197 .fixed .column-icon {
3198         width: 80px;
3199 }
3200
3201 #commentsdiv .fixed .column-author,
3202 #comments-form .fixed .column-author {
3203         width: 20%;
3204 }
3205
3206 .widefat th,
3207 .widefat td {
3208         overflow: hidden;
3209 }
3210
3211 .widefat td p {
3212         margin: 2px 0 0.8em;
3213 }
3214
3215 table .vers,
3216 table .column-visible,
3217 table .column-rating {
3218         text-align: center;
3219 }
3220
3221 .icon32 {
3222         float: left;
3223         height: 36px;
3224         margin: 14px 6px 0 0;
3225         width: 36px;
3226 }
3227
3228 .key-labels label {
3229         line-height: 24px;
3230 }
3231
3232 .subtitle {
3233         font-size: 0.75em;
3234         line-height: 1;
3235         padding-left: 25px;
3236 }
3237
3238 ol {
3239         list-style-type: decimal;
3240         margin-left: 2em;
3241 }
3242
3243 .postbox-container {
3244         float: left;
3245         padding-right: 0.5%;
3246 }
3247
3248 .postbox-container .meta-box-sortables {
3249         min-height: 300px;
3250 }
3251
3252 .temp-border {
3253         border: 1px dotted #ccc;
3254 }
3255
3256 .columns-prefs label {
3257         padding: 0 5px;
3258 }
3259
3260 .theme-install-php h4,
3261 .plugin-install-php h4 {
3262         margin: 2.5em 0 8px;
3263 }
3264
3265 p.install-help {
3266         margin: 8px 0;
3267         font-style: italic;
3268 }
3269
3270 p.popular-tags {
3271         -moz-border-radius: 8px;
3272         -khtml-border-radius: 8px;
3273         -webkit-border-radius: 8px;
3274         border-radius: 8px;
3275         border-width: 1px;
3276         border-style: solid;
3277         line-height: 2em;
3278         padding: 8px 12px 12px;
3279         text-align: justify;
3280 }
3281
3282 p.popular-tags a {
3283         padding: 0 3px;
3284 }
3285
3286 .stuffbox .editcomment {
3287         clear: none;
3288 }
3289
3290 .ajax-feedback {
3291         visibility: hidden;
3292         vertical-align: bottom;
3293 }
3294
3295 .tagsdiv .newtag {
3296         width: 180px;
3297 }
3298
3299 .tagsdiv .the-tags {
3300         display: block;
3301         height: 60px;
3302         margin: 0 auto;
3303         overflow: auto;
3304         width: 260px;
3305 }
3306
3307 #post-body-content .tagsdiv .the-tags {
3308         margin: 0 5px;
3309 }
3310
3311 label,
3312 #your-profile label + a {
3313         vertical-align: middle;
3314 }
3315
3316 #misc-publishing-actions label {
3317         vertical-align: baseline;
3318 }
3319
3320 .plugin-update-tr .update-message {
3321         margin: 5px;
3322         padding: 3px 5px;
3323         border-width: 1px;
3324         border-style: solid;
3325         -moz-border-radius: 5px;
3326         -khtml-border-radius: 5px;
3327         -webkit-border-radius: 5px;
3328         border-radius: 5px;
3329 }
3330
3331 .add-new-h2 {
3332         font-style: normal;
3333         margin: 0 6px;
3334         position: relative;
3335         top: -3px;
3336 }
3337
3338 .describe .image-editor {
3339         vertical-align: top;
3340 }
3341
3342 .imgedit-wrap {
3343         position: relative;
3344 }
3345
3346 .imgedit-settings p {
3347         margin: 8px 0;
3348 }
3349
3350 .describe .imgedit-wrap table td {
3351         vertical-align: top;
3352         padding-top: 0;
3353 }
3354
3355 .imgedit-wrap p,
3356 .describe .imgedit-wrap table td {
3357         font-size: 11px;
3358         line-height: 18px;
3359 }
3360
3361 .describe .imgedit-wrap table td.imgedit-settings {
3362         padding: 0 5px;
3363 }
3364
3365 td.imgedit-settings input {
3366         vertical-align: middle;
3367 }
3368
3369 .imgedit-wait {
3370         position: absolute;
3371         top: 0;
3372         background: #FFFFFF url(images/wpspin_light.gif) no-repeat scroll 22px 10px;
3373         opacity: 0.7;
3374         filter: alpha(opacity=70);
3375         width: 100%;
3376         height: 500px;
3377         display: none;
3378 }
3379
3380 .media-disabled,
3381 .imgedit-settings .disabled  {
3382         color: grey;
3383 }
3384
3385 .imgedit-wait-spin {
3386         padding: 0 4px 4px;
3387         vertical-align: bottom;
3388         visibility: hidden;
3389 }
3390
3391 .imgedit-menu {
3392         margin: 0 0 12px;
3393         min-width: 300px;
3394 }
3395
3396 .imgedit-menu div {
3397         float: left;
3398         width: 32px;
3399         height: 32px;
3400         -moz-border-radius: 4px;
3401         -khtml-border-radius: 4px;
3402         -webkit-border-radius: 4px;
3403         border-radius: 4px;
3404         border-width: 1px;
3405         border-style: solid;
3406 }
3407
3408 .imgedit-crop-wrap {
3409         position: relative;
3410 }
3411
3412 .imgedit-crop {
3413         background: transparent url(images/imgedit-icons.png) no-repeat scroll -9px -31px;
3414         margin: 0 8px 0 0;
3415 }
3416
3417 .imgedit-crop.disabled:hover {
3418         background-position: -9px -31px;
3419 }
3420
3421 .imgedit-crop:hover {
3422         background-position: -9px -1px;
3423 }
3424
3425 .imgedit-rleft {
3426         background: transparent url(images/imgedit-icons.png) no-repeat scroll -46px -31px;
3427         margin: 0 3px;
3428 }
3429
3430 .imgedit-rleft.disabled:hover {
3431         background-position: -46px -31px;
3432 }
3433
3434 .imgedit-rleft:hover {
3435         background-position: -46px -1px;
3436 }
3437
3438 .imgedit-rright {
3439         background: transparent url(images/imgedit-icons.png) no-repeat scroll -77px -31px;
3440         margin: 0 8px 0 3px;
3441 }
3442
3443 .imgedit-rright.disabled:hover {
3444         background-position: -77px -31px;
3445 }
3446
3447 .imgedit-rright:hover {
3448         background-position: -77px -1px;
3449 }
3450
3451 .imgedit-flipv {
3452         background: transparent url(images/imgedit-icons.png) no-repeat scroll -115px -31px;
3453         margin: 0 3px;
3454 }
3455
3456 .imgedit-flipv.disabled:hover {
3457         background-position: -115px -31px;
3458 }
3459
3460 .imgedit-flipv:hover {
3461         background-position: -115px -1px;
3462 }
3463
3464 .imgedit-fliph {
3465         background: transparent url(images/imgedit-icons.png) no-repeat scroll -147px -31px;
3466         margin: 0 8px 0 3px;
3467 }
3468
3469 .imgedit-fliph.disabled:hover {
3470         background-position: -147px -31px;
3471 }
3472
3473 .imgedit-fliph:hover {
3474         background-position: -147px -1px;
3475 }
3476
3477 .imgedit-undo {
3478         background: transparent url(images/imgedit-icons.png) no-repeat scroll -184px -31px;
3479         margin: 0 3px;
3480 }
3481
3482 .imgedit-undo.disabled:hover {
3483         background-position: -184px -31px;
3484 }
3485
3486 .imgedit-undo:hover {
3487         background-position: -184px -1px;
3488 }
3489
3490 .imgedit-redo {
3491         background: transparent url(images/imgedit-icons.png) no-repeat scroll -215px -31px;
3492         margin: 0 8px 0 3px;
3493 }
3494
3495 .imgedit-redo.disabled:hover {
3496         background-position: -215px -31px;
3497 }
3498
3499 .imgedit-redo:hover {
3500         background-position: -215px -1px;
3501 }
3502
3503 .imgedit-applyto img {
3504         margin: 0 8px 0 0;
3505 }
3506
3507 .imgedit-group-top {
3508         margin: 5px 0;
3509 }
3510
3511 .imgedit-applyto .imgedit-label {
3512         padding: 2px 0 0;
3513         display: block;
3514 }
3515
3516 .imgedit-help {
3517         display: none;
3518         font-style: italic;
3519         margin-bottom: 8px;
3520 }
3521
3522 .imgedit-help ul li {
3523         font-size: 11px;
3524 }
3525
3526 a.imgedit-help-toggle {
3527         text-decoration: none;
3528 }
3529
3530 #wpbody-content .imgedit-response div {
3531         width: 600px;
3532         margin: 8px;
3533 }
3534
3535 .form-table td.imgedit-response {
3536         padding: 0;
3537 }
3538
3539 .imgedit-submit {
3540         margin: 8px 0;
3541 }
3542
3543 .imgedit-submit-btn {
3544         margin-left: 20px;
3545 }
3546
3547 .imgedit-wrap .nowrap {
3548         white-space: nowrap;
3549 }
3550
3551 span.imgedit-scale-warn {
3552         color: red;
3553         font-size: 20px;
3554         font-style: normal;
3555         visibility: hidden;
3556         vertical-align: middle;
3557 }
3558
3559 .imgedit-group {
3560         border-width: 1px;
3561         border-style: solid;
3562         -moz-border-radius: 8px;
3563         -khtml-border-radius: 8px;
3564         -webkit-border-radius: 8px;
3565         border-radius: 8px;
3566         margin-bottom: 8px;
3567         padding: 2px 10px;
3568 }
3569
3570 #dashboard_recent_comments div.undo {
3571         border-top-style: solid;
3572         border-top-width: 1px;
3573         margin: 0 -10px;
3574         padding: 3px 8px;
3575         font-size: 11px;
3576 }
3577
3578 .trash-undo-inside,
3579 .spam-undo-inside {
3580         margin: 1px 8px 1px 0;
3581         line-height: 16px;
3582 }
3583
3584 .spam-undo-inside .avatar,
3585 .trash-undo-inside .avatar {
3586         height: 20px;
3587         width: 20px;
3588         margin-right: 8px;
3589         vertical-align: middle;
3590 }
3591
3592 /* tag hints */
3593 .taghint {
3594         color: #aaa;
3595         margin: 14px 0 -17px 8px;
3596 }
3597
3598 #poststuff .tagsdiv .howto {
3599         margin: 0 0 6px 8px;
3600 }
3601
3602 .ajaxtag .newtag {
3603         background: transparent;
3604         position: relative;
3605 }
3606
3607 #broken-themes {
3608         text-align: left;
3609         width: 50%;
3610         border-spacing: 3px;
3611         padding: 3px;
3612 }
3613
3614 .describe .del-link {
3615         padding-left: 5px;
3616 }
3617
3618 .comment-ays {
3619         margin-bottom: 0;
3620         border-style: solid;
3621         border-width: 1px;
3622 }
3623
3624 .comment-ays th {
3625         border-right-style: solid;
3626         border-right-width: 1px;
3627 }