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