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