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