]> git.mxchange.org Git - friendica.git/blob - view/theme/duepuntozero/style.css
Merge branch 'master' of ../save/merge/frio into frio_merge
[friendica.git] / view / theme / duepuntozero / style.css
1 /**
2  * duepuntozero Frindika style
3  * Fabio Comuni <fabrix.xm@gmail.com>
4  */
5
6
7 /* generals */
8 body {
9         font-family: helvetica,arial,freesans,clean,sans-serif;
10         font-size: 12px;
11         background-color: #ffffff;
12         background-image: url(head.jpg);
13         background-repeat: repeat-x;
14         color: #000000;
15         margin: 0px;
16 }
17
18
19 a, a:visited, a:link { color: #3465a4; text-decoration: none; }
20 a:hover {text-decoration: underline; }
21
22 input {
23         border: 1px solid #666666;
24         -moz-border-radius: 3px;
25         border-radius: 3px;
26         padding: 3px;
27 }
28
29 img { border :0px; }
30
31 #id_openid_url, .openid input {
32    background: url(login-bg.gif) no-repeat;
33    background-position: 0 50%;
34    padding-left: 18px;
35 }
36 .openid:hover {
37
38 }
39
40 #id_openid_url {
41         width: 384px;
42 }
43
44 code {
45         font-family: Courier, monospace;
46         white-space: pre;
47         display: block;
48         overflow: auto;
49         border: 1px solid #444;
50         background: #EEE;
51         color: #444;
52         padding: 10px;
53         margin-top: 20px;
54 }
55
56 blockquote {
57         background-color: #f4f8f9;
58         border-left: 4px solid #dae4ee;
59         padding: 0.4em;
60 }
61
62 .icollapse-wrapper, .ccollapse-wrapper {
63         border: 1px solid #CCC;
64         padding: 5px;
65 }
66
67 .hide-comments {
68         margin-left: 5px;
69 }
70
71 #panel {
72         background-color: ivory;
73         position: absolute;
74         z-index: 2;
75         width: 30%;
76         padding: 25px;
77         border: 1px solid #444;
78 }
79
80 .heart {
81         color: #FF0000;
82         font-size: 100%;
83         margin-right: 5px;
84 }
85
86 ul.menu-popup {
87         position: absolute;
88         display: none;
89         width: auto;
90         margin: 2px 0 0;
91         padding: 0px;
92         list-style: none;
93         z-index: 100000;
94         border: 2px solid #444444;
95         background: #FFFFFF;
96 }
97 .menu-popup li a {
98         padding: 2px;
99         white-space: nowrap;
100 }
101
102 a.btn, a.btn:hover {
103         text-decoration: none;
104         color: inherit;
105 }
106
107
108 /* nav */
109 nav {
110         height: 94px;
111         display: block;
112         margin: 0px 10%;
113         border-bottom: 1px solid #babdb6;
114         position: relative;
115 }
116 nav #site-location {
117         color: #888a85;
118         font-size: 0.8em;
119         position: absolute;
120 }
121
122 .error-message {
123         color: #FF0000;
124         font-size: 1.1em;
125         border: 1px solid #FF8888;
126         background-color: #FFEEEE;
127         padding: 10px;
128 }
129
130 .info-message {
131         color: #204a87;
132         font-size: 1.1em;
133         border: 1px solid #3465a4;
134         background-color: #d7e3f1;
135         padding: 10px;
136 }
137
138 .warning-message {
139     background-color: #F4FA58;
140     border: 1px solid #F3F781;
141     color: #000000;
142     font-size: 1.1em;
143     padding: 10px;
144 }
145
146
147 nav #banner {
148         display: block;
149     margin-top: 14px;
150         position: absolute;
151 }
152 nav #banner #logo-text a {
153         font-size: 40px;
154         font-weight: bold;
155         margin-left: 3px;
156         color: #000000;
157
158 }
159 nav #banner #logo-text a:hover { text-decoration: none; }
160
161
162 .nav-commlink, .nav-login-link {
163         display: block;
164         height: 15px;
165         margin-top: 67px;
166         margin-right: 2px;
167         /*padding: 6px 10px;*/
168         padding: 6px 3px;
169         float: left;
170         bottom: 140px;
171         border: 1px solid #babdb6;
172         border-bottom: 0px;
173         background-color: #aec0d3;
174         color: #565854;
175         -moz-border-radius: 3px 3px 0px 0px;
176         border-radius: 3px 3px 0px 0px;
177 }
178 nav .nav-link {
179         float: right;
180         margin: 0.2em 0em;
181         padding: 0em 0.5em;
182         background-color: transparent !important;
183 }
184
185 .nav-commlink.selected {
186         background-color: #ffffff;
187         border-bottom: 1px solid #ffffff;
188         color: #000000 !important;
189         margin-top: 64px;
190         padding-top: 6px;
191         padding-bottom: 8px;
192 }
193 .nav-ajax-left {
194         font-size: 0.8em;
195         float: left;
196         margin-top: 62px;
197 }
198
199
200 nav #nav-link-wrapper .nav-link {
201         border-right: 1px solid #babdb6;
202 }
203
204 /* aside */
205 aside {
206         display: block;
207         min-height: 112px;
208         width: 200px;
209         margin-left: 10%;
210         padding: 1em;
211         float: left;
212         background-image: url(border.jpg);
213         background-position: top left;
214         background-repeat: no-repeat;
215         position: absolute;
216 }
217
218 #dfrn-request-link {
219         display: block;
220         color: #FFFFFF;
221         -webkit-border-radius: 5px ;
222         -moz-border-radius: 5px;
223         border-radius: 5px;
224         padding: 5px;
225         font-weight: bold;
226         background: #3465a4 url('friendica-16.png') no-repeat 95% center;
227 }
228 #subscribe-feed-link,
229 #wallmessage-link {
230         display: block;
231         color: #FFFFFF;
232         -webkit-border-radius: 5px ;
233         -moz-border-radius: 5px;
234         border-radius: 5px;
235         padding: 5px;
236         font-weight: bold;
237         background-color: #3465a4;
238 }
239
240 /* section */
241 section {
242         margin: 0px 10%;
243         padding-top: 1em;
244         padding-left: 250px;
245         padding-right: 1em;
246         display: block;
247         background-color: #ffffff;
248         background-image: url(border.jpg);
249         background-position: top right;
250         background-repeat: no-repeat;
251         min-height: 112px;
252
253 }
254 .tabs {
255         height: 27px;
256         background-image: url(head.jpg);
257         background-repeat: repeat-x;
258         background-position: 0px -20px;
259         border-bottom: 1px solid #babdb6;
260         padding:0px;
261 }
262 .tabs li { margin: 0px; list-style: none; }
263 .tab {
264         display:block;
265         float:left;
266         padding: 0.4em;
267         /*margin-right: 1em;*/
268         margin-right: 3px ;
269 }
270 .tab.active {
271         font-weight: bold;
272
273 }
274
275
276 /* footer */
277 footer {
278         text-align: right;
279         padding-bottom: 1em;
280         padding-right: 3em;
281 }
282
283 .birthday-today, .event-today {
284         font-weight: bold;
285 }
286
287 div.wall-item-content-wrapper.shiny {
288   background-image: url('shiny.png');
289   background-position: -5px 30px;
290   background-repeat:no-repeat;
291 }
292
293 .preview {
294         background: #FFFFC8;
295 }
296
297 #theme-preview {
298         margin: 15px 0 15px 150px;
299 }
300
301 /* Contact-Header for the Network Stream */
302 #viewcontact_wrapper-network {
303         width: 100%;
304         min-height: 100px;
305         background-color: #DBE6F1;
306         border-bottom: 1px solid #babdb6;
307 }
308 #contact-entry-wrapper-network {
309         float: none;
310         width: auto;
311         height: auto;
312         padding: 10px;
313         margin: 0px
314 }
315 #contact-entry-accounttype-network {
316         font-size: 20px;
317 }
318 #contact-entry-name-network {
319         font-size: 24.5px;
320 }
321 /*#contact-entry-name-network>.contact-entry-details, #contact-entry-url-network,
322 #contact-entry-details-network, contact-entry-network-network {
323         color: #000;
324 }*/
325
326 /* from default */
327 #jot-perms-icon,
328 #profile-location,
329 #profile-nolocation,
330 #profile-youtube,
331 #profile-video,
332 #profile-audio,
333 #profile-link,
334 #profile-title,
335 #wall-image-upload,
336 #wall-file-upload,
337 #profile-upload-wrapper,
338 #wall-image-upload-div,
339 #wall-file-upload-div,
340 .hover, .focus {
341         cursor: pointer;
342 }
343
344 #jot-perms-icon {
345         float: left;
346 }
347
348 #jot-title, #jot-category {
349         border: 0px;
350         margin: 0px;
351         height: 20px;
352         width: 530px;
353         margin-bottom: 5px;
354         font-weight: bold;
355         border: 1px solid #ffffff;
356 }
357
358 #jot-title::-webkit-input-placeholder{font-weight: normal;}
359 #jot-category::-webkit-input-placeholder{font-weight: normal;}
360 #jot-title:-moz-placeholder{font-weight: normal;}
361 #jot-category:-moz-placeholder{font-weight: normal;}
362
363
364 #jot-title:hover,
365 #jot-title:focus,
366 #jot-category:hover,
367 #jot-category:focus {
368         border: 1px solid #cccccc;
369 }
370
371 .jothidden { display:none; }
372
373
374 .fakelink, .fakelink:visited, .fakelink:link {
375         color: #3465a4;
376         text-decoration: none;
377         cursor: pointer;
378         margin-top: 15px;
379         margin-bottom: 15px;
380 }
381 .lockview {
382         cursor: pointer;
383 }
384
385 #group-sidebar {
386         margin-bottom: 10px;
387 }
388
389 .group-selected, .nets-selected, .fileas-selected, .categories-selected, .forum-selected {
390         padding: 3px;
391         -moz-border-radius: 3px;
392         border-radius: 3px;
393         border: 1px solid #CCCCCC;
394         background: #F8F8F8;
395         font-weight: bold;
396 }
397
398 .settings-widget .selected {
399         padding: 3px;
400         -moz-border-radius: 3px;
401         border-radius: 3px;
402         border: 1px solid #CCCCCC;
403         background: #F8F8F8;
404         font-weight: bold;
405 }
406
407 .fakelink:hover {
408         color: #3465a4;
409         text-decoration: underline;
410         cursor: pointer;
411 }
412 .smalltext {
413         font-size: 0.7em;
414 }
415 #sysmsg {
416         /*width: 600px;*/
417         margin-bottom: 10px;
418 }
419
420 #register-fill-ext {
421         margin-bottom: 25px;
422 }
423
424 #label-register-name, #label-register-email, #label-register-nickname, #label-register-openid {
425         float: left;
426         width: 350px;
427         margin-top: 10px;
428 }
429
430 #register-name, #register-email, #register-nickname {
431         float: left;
432         margin-top: 10px;
433         width: 150px;
434 }
435
436 #register-openid {
437         float: left;
438         margin-top: 10px;
439         width: 130px;
440 }
441
442 #register-name-end, #register-email-end, #register-nickname-end, #register-submit-end, #register-openid-end {
443         clear: both;
444 }
445
446 #register-nickname-desc {
447         margin-top: 30px;
448         width: 650px;
449 }
450 #register-sitename {
451         float: left;
452         margin-top: 10px;
453 }
454
455 #register-submit-button {
456         margin-top: 10px;
457 }
458
459
460 #login_standard {
461         width: 210px;
462         float: left;
463 }
464 #login_openid {
465         width: 210px;
466         margin-left: 250px;
467 }
468
469 #login_standard input,
470 #login_openid input {
471         width: 180px;
472 }
473
474 #login-extra-links {
475         clear: both;
476 }
477
478 #register-link, #lost-password-link {
479         float: left;
480         font-size: 80%;
481         margin-right: 15px;
482 }
483
484 #login-name-end, #login-password-end, #login-extra-end, #login-submit-end {
485         height: 50px;
486 }
487
488 #login-submit-wrapper {
489         clear: both;
490 }
491 #login-submit-button {
492 /*      margin-top: 10px; */
493         margin-left: 200px;
494 }
495
496
497 input#dfrn-url {
498         float: left;
499         background: url(friendica-16.png) no-repeat;
500         background-position: 2px center;
501         font-size: 17px;
502         padding-left: 21px;
503         height: 21px;
504         background-color: #FFFFFF;
505         color: #000000;
506         margin-bottom: 20px;
507 }
508
509 #dfrn-url-label {
510         float: left;
511         width: 250px;
512 }
513
514 #dfrn-request-url-end {
515         clear: both;
516 }
517
518 #knowyouyes, #knowyouno {
519         float: left;
520 }
521
522 #dfrn-request-knowyou-yes-wrapper, #dfrn-request-knowyou-no-wrapper {
523
524         float: none;
525 }
526 #dfrn-request-knowyou-yes-label, #dfrn-request-knowyou-no-label {
527         float: left;
528         width: 75px;
529         margin-left: 50px;
530         margin-bottom: 7px;
531 }
532 #dfrn-request-knowyou-break, #dfrn-request-knowyou-end {
533         clear: both;
534
535 }
536
537 #dfrn-request-message-wrapper {
538         margin-bottom: 50px;
539 }
540 #dfrn-request-submit-wrapper {
541         clear: both;
542         margin-left: 50px;
543 }
544
545 #dfrn-request-info-wrapper {
546         margin-left: 50px;
547 }
548
549
550
551 #cropimage-wrapper, #cropimage-preview-wrapper {
552         float: left;
553         padding: 30px;
554 }
555
556 #crop-image-form {
557         margin-top: 30px;
558         clear: both;
559 }
560
561 .intro-wrapper {
562         margin-top: 20px;
563 }
564
565 .intro-fullname {
566         font-size: 1.1em;
567         font-weight: bold;
568
569 }
570 .intro-desc {
571         margin-bottom: 20px;
572         font-weight: bold;
573 }
574
575 .intro-note {
576         padding: 10px;
577 }
578
579 .intro-end {
580         padding: 30px;
581 }
582
583 .intro-form {
584         float: left;
585 }
586 .intro-approve-form {
587         clear: both;
588 }
589 .intro-approve-as-friend-end {
590         clear: both;
591 }
592 .intro-submit-approve, .intro-submit-ignore {
593         margin-right: 20px;
594 }
595 .intro-submit-approve {
596         margin-top: 15px;
597 }
598
599 .intro-approve-as-friend-label, .intro-approve-as-fan-label {
600         float: left;
601         width: 100px;
602         margin-left: 20px;
603 }
604 .intro-approve-as-friend, .intro-approve-as-fan {
605         float: left;
606 }
607 .intro-form-end {
608         clear: both;
609 }
610 .intro-approve-as-friend-desc {
611         margin-top: 15px;
612 }
613 .intro-approve-as-end {
614         clear: both;
615         margin-bottom: 10px;
616 }
617
618 .intro-end {
619         clear: both;
620         margin-bottom: 30px;
621 }
622 .aprofile dt {
623         font-weight: bold;
624 }
625 #page-profile .title {
626         font-weight: bold;
627 }
628 #profile-vcard-break {
629         clear: both;
630 }
631 #profile-extra-links {
632         clear: both;
633         margin-top: 10px;
634 }
635
636 #profile-extra-links ul {
637         list-style-type: none;
638         padding: 0px;
639 }
640
641
642 #profile-extra-links li {
643         margin-top: 5px;
644 }
645
646 #profile-edit-links ul {
647         list-style-type: none;
648 }
649
650 #profile-edit-links li {
651         margin-top: 10px;
652 }
653 .profile-edit-side-div {
654         float: right;
655 }
656 .profile-edit-side-link {
657         opacity: 0.3;
658         filter:alpha(opacity=30);
659 }
660 .profile-edit-side-link:hover {
661         opacity: 1.0;
662         filter:alpha(opacity=100);
663 }
664
665 .view-contact-wrapper {
666         margin-top: 20px;
667         float: left;
668         margin-left: 20px;
669         width: 180px;
670 }
671
672 .contact-wrapper {
673         float: left;
674         width: 150px;
675         height: 150px;
676         overflow: auto;
677 }
678
679 #view-contact-end {
680         clear: both;
681 }
682
683
684 #viewcontacts {
685         margin-top: 15px;
686 }
687 #profile-edit-default-desc {
688         color: #FF0000;
689         border: 1px solid #FF8888;
690         background-color: #FFEEEE;
691         padding: 7px;
692 }
693
694 #profile-edit-clone-link-wrapper {
695         float: left;
696         margin-left: 50px;
697         margin-bottom: 20px;
698         width: 300px;
699 }
700
701
702 #profile-edit-links-end {
703         clear: both;
704         margin-bottom: 15px;
705 }
706
707 .profile-listing-photo {
708         border: none;
709 }
710
711 .profile-edit-submit-wrapper {
712         margin-top: 20px;
713         margin-bottom: 20px;
714 }
715
716 #profile-photo-link-select-wrapper {
717         margin-top: 2em;
718 }
719
720 #profile-photo-submit-wrapper {
721         margin-top: 10px;
722 }
723
724 #profile-photo-wrapper img {
725         width:175px;
726         height:175px;
727         padding: 12px;
728 }
729
730 #profile-edit-profile-name-label,
731 #profile-edit-name-label,
732 #profile-edit-pdesc-label,
733 #profile-edit-gender-label,
734 #profile-edit-dob-label,
735 #profile-edit-address-label,
736 #profile-edit-locality-label,
737 #profile-edit-region-label,
738 #profile-edit-postal-code-label,
739 #profile-edit-country-name-label,
740 #profile-edit-marital-label,
741 #profile-edit-sexual-label,
742 #profile-edit-politic-label,
743 #profile-edit-religion-label,
744 #profile-edit-pubkeywords-label,
745 #profile-edit-prvkeywords-label,
746 #profile-edit-homepage-label,
747 #profile-edit-hometown-label {
748         float: left;
749         width: 175px;
750 }
751
752 #profile-edit-profile-name,
753 #profile-edit-name,
754 #profile-edit-pdesc,
755 #gender-select,
756 #profile-edit-dob,
757 #profile-edit-address,
758 #profile-edit-locality,
759 #profile-edit-region,
760 #profile-edit-postal-code,
761 #profile-edit-country-name,
762 #marital-select,
763 #sexual-select,
764 #profile-edit-politic,
765 #profile-edit-religion,
766 #profile-edit-pubkeywords,
767 #profile-edit-prvkeywords,
768 #profile-in-dir-yes,
769 #profile-in-dir-no,
770 #profile-in-netdir-yes,
771 #profile-in-netdir-no,
772 #hide-wall-yes,
773 #hide-wall-no,
774 #hide-friends-yes,
775 #hide-friends-no {
776         float: left;
777         margin-bottom: 20px;
778 }
779 #settings-normal,
780 #settings-soapbox,
781 #settings-freelove,
782 #settings-community {
783         float: left;
784 }
785 #settings-notifications label {
786         margin-left: 20px;
787 }
788 #settings-notify-desc, #settings-activity-desc {
789         font-weight: bold;
790         margin-bottom: 15px;
791 }
792 #settings-pagetype-desc {
793         color: #666666;
794         margin-bottom: 15px;
795 }
796
797 #profile-in-dir-yes-label,
798 #profile-in-dir-no-label,
799 #profile-in-netdir-yes-label,
800 #profile-in-netdir-no-label,
801 #hide-wall-yes-label,
802 #hide-wall-no-label,
803 #hide-friends-yes-label,
804 #hide-friends-no-label {
805         margin-left: 125px;
806         float: left;
807         width: 50px;
808 }
809
810 #profile-edit-with-label {
811         width: 175px;
812         margin-left: 20px;
813 }
814
815 #profile-publish-yes-reg,
816 #profile-publish-no-reg {
817         float: left;
818         margin-bottom: 10px;
819 }
820
821 #profile-publish-yes-label-reg,
822 #profile-publish-no-label-reg {
823         margin-left: 350px;
824         float: left;
825         width: 50px;
826 }
827
828 #profile-publish-break-reg,
829 #profile-publish-end-reg {
830         clear: both;
831 }
832
833
834 #profile-edit-pdesc-desc,
835 #profile-edit-pubkeywords-desc,
836 #profile-edit-prvkeywords-desc {
837         float: left;
838         margin-left: 20px;
839 }
840
841
842 #profile-edit-homepage, #profile-edit-hometown {
843         float: left;
844         margin-bottom: 35px;
845 }
846 #settings-normal-label,
847 #settings-soapbox-label,
848 #settings-community-label,
849 #settings-freelove-label {
850         float: left;
851         width: 200px;
852 }
853 #settings-normal-desc,
854 #settings-soapbox-desc,
855 #settings-community-desc,
856 #settings-freelove-desc {
857         /*float: left;
858         margin-left: 75px;*/
859     clear: left;
860     color: #666666;
861     display: block;
862     margin-bottom: 20px
863 }
864
865 #profile-edit-profile-name-end,
866 #profile-edit-name-end,
867 #profile-edit-pdesc-end,
868 #profile-edit-gender-end,
869 #profile-edit-dob-end,
870 #profile-edit-address-end,
871 #profile-edit-locality-end,
872 #profile-edit-region-end,
873 #profile-edit-postal-code-end,
874 #profile-edit-country-name-end,
875 #profile-edit-marital-end,
876 #profile-edit-sexual-end,
877 #profile-edit-politic-end,
878 #profile-edit-religion-end,
879 #profile-edit-pubkeywords-end,
880 #profile-edit-prvkeywords-end,
881 #profile-edit-homepage-end,
882 #profile-edit-hometown-end,
883 #profile-in-dir-break,
884 #profile-in-dir-end,
885 #profile-in-netdir-break,
886 #profile-in-netdir-end,
887 #hide-wall-break,
888 #hide-wall-end,
889 #hide-friends-break,
890 #hide-friends-end,
891 #settings-normal-break,
892 #settings-soapbox-break,
893 #settings-community-break,
894 #settings-freelove-break {
895         clear: both;
896 }
897
898 .settings-widget ul {
899         list-style-type: none;
900         padding: 0px;
901 }
902
903 .settings-widget li {
904         margin-left: 24px;
905         margin-bottom: 8px;
906 }
907
908
909 #gender-select, #marital-select, #sexual-select {
910         width: 220px;
911 }
912
913 #profile-edit-profile-name-wrapper .required {
914         color: #FF0000;
915         float: left;
916 }
917
918 #contacts-main {
919         margin-top: 20px;
920         margin-bottom: 20px;
921 }
922
923 .contact-entry-wrapper {
924         float: left;
925         min-width: 363px;
926         height: 90px;
927         padding-right: 10px;
928         margin: 0 10px 10px 0px;
929 }
930 .contact-entry-wrapper .contact-entry-photo-wrapper {
931         float: left;
932         margin-right: 10px;
933 }
934 #contacts-search-end {
935         margin-bottom: 10px;
936 }
937
938 .contact-entry-direction-icon {
939         margin-top: 24px;
940         margin-right: 2px;
941 }
942
943 .contact-entry-photo img {
944         border: none;
945 }
946 .contact-entry-photo a img {
947         width: 80px;
948         height: 80px;
949 }
950 .contact-entry-photo-end {
951         clear: both;
952 }
953 .contact-entry-name {
954         font-weight: bold;
955 }
956 .contact-entry-details {
957         font-size: 13px;
958         color: #999999;
959         white-space: nowrap;
960         overflow: hidden;
961         text-overflow: ellipsis;
962 }
963 .contact-entry-edit-links {
964         margin-top: 6px;
965         margin-left: 10px;
966         width: 16px;
967 }
968 .contact-entry-nav-wrapper {
969         float: left;
970         margin-left: 10px;
971 }
972
973 .contact-entry-edit-links img {
974         border: none;
975         margin-right: 15px;
976 }
977 .contact-entry-photo {
978         float: left;
979         position: relative;
980 }
981 .contact-entry-end {
982         clear: both;
983 }
984
985 #fsuggest-desc, #fsuggest-submit-wrapper {
986         margin-top: 15px;
987         margin-bottom: 15px;
988 }
989
990 #network-star-link{
991         margin-top: 10px;
992 }
993 .network-star {
994         float: left;
995         margin-right: 5px;
996 }
997 #network-bmark-link {
998         margin-top: 10px;
999 }
1000
1001 .wall-item-content-wrapper {
1002         margin-top: 10px;
1003         border: 1px solid #CCC;
1004         position: relative;
1005         -moz-border-radius: 3px;
1006         border-radius: 3px;
1007 }
1008
1009 .tread-wrapper .tread-wrapper {
1010         margin-left: 50px;
1011 }
1012 .tread-wrapper .wall-item-comment-wrapper {
1013         margin-left: 50px;
1014 }
1015
1016 .tread-end-wrapper {
1017         margin-left: 50px;
1018 }
1019
1020 .wall-item-content-wrapper.comment {
1021         /*margin-left: 50px;*/
1022         background: #EEEEEE;
1023 }
1024
1025 .wall-item-like.comment, .wall-item-dislike.comment {
1026         margin-left: 50px;
1027 }
1028
1029 .wall-item-info {
1030         display: block;
1031         float: left;
1032         width:110px;
1033         margin-right:10px;
1034 }
1035 .comment .wall-item-info {
1036         width: 70px;
1037 }
1038
1039 .wall-item-photo-wrapper {
1040         margin-top: 10px;
1041         margin-left: 10px;
1042         margin-bottom: 10px;
1043         width: 100px;
1044 }
1045 .wall-item-photo-menu-button {
1046         display: block;
1047         position: absolute;
1048         background-image: url("photo-menu.jpg");
1049         background-position: top left;
1050         background-repeat: no-repeat;
1051         margin: 0px; padding: 0px;
1052         width: 16px;
1053         height: 16px;
1054         top: 74px; left:10px;
1055         overflow: hidden;
1056         text-indent: 40px;
1057         display: none;
1058
1059 }
1060 .wall-item-photo-menu {
1061         width: auto;
1062         border: 2px solid #444444;
1063         background: #FFFFFF;
1064         position: absolute;
1065         left: 10px; top: 90px;
1066         display: none;
1067         z-index: 10000;
1068 }
1069 .wall-item-photo-menu ul { margin:0px; padding: 0px; list-style: none }
1070 .wall-item-photo-menu li a { display: block; padding: 2px; }
1071 .wall-item-photo-menu li a:hover { color: #FFFFFF; background: #3465A4; text-decoration: none; }
1072
1073 .comment .wall-item-photo-menu-button { top: 44px;}
1074 .comment .wall-item-photo-menu { top: 60px; }
1075
1076 .wallwall .wwto {
1077     left: 50px;
1078     margin: 0;
1079     position: absolute;
1080     top: 70px;
1081     width: 30px
1082 }
1083 .wallwall .wwto img {
1084         width: 30px !important;
1085         height: 30px !important;
1086 }
1087
1088 .wallwall .wall-item-photo-end {
1089         clear: both;
1090 }
1091
1092 .wall-item-arrowphoto-wrapper {
1093     position: absolute;
1094     left: 75px;
1095     top: 70px;
1096     z-index: 100;
1097 }
1098 .wall-item-wrapper {
1099         /*float: left;
1100     margin-right: 5px;
1101     width: 250px;*/
1102     margin-left:10px;
1103 }
1104 .wall-item-lock {
1105         /*height: 20px;*/
1106         /*margin-top: 10px;*/
1107     left: 105px;
1108     position: absolute;
1109     top: 1px;
1110 }
1111 .comment .wall-item-lock {
1112         left: 65px;
1113 }
1114
1115 .wall-item-ago {
1116         color: #888888;
1117         font-size: 0.8em;
1118 }
1119
1120 .wall-item-location {
1121         overflow: hidden;
1122         /* add ellipsis on text overflow               */
1123         /* this work on safari, opera, ie, chrome.     */
1124         /* firefox users have to wait support or we    */
1125         /* can use a jquery plugin http://bit.ly/zJskg */
1126         text-overflow: ellipsis;
1127         -o-text-overflow: ellipsis;
1128         width: 100%;
1129 }
1130
1131 .wall-item-like-buttons {
1132         float: left;
1133         margin-right: 10px;
1134 /*      padding-right: 10px; */
1135 /*      border-right: 2px solid #fff; */
1136 }
1137
1138 .like-rotator {
1139         margin-left: 5px;
1140 }
1141
1142 .wall-item-like-buttons > a,
1143 .wall-item-like-buttons > img {
1144         float: left;
1145 }
1146
1147 .wall-item-like-buttons img {
1148         cursor: pointer;
1149 }
1150
1151 .wall-item-share-buttons {
1152         margin-left: 10px;
1153         margin-right: 10px;
1154 }
1155
1156 .editpost {
1157         margin-left: 10px;
1158         float: left;
1159 }
1160 .star-item {
1161         margin-left: 10px;
1162         float: left;
1163 }
1164 .tag-item {
1165         margin-left: 10px;
1166         float: left;
1167 }
1168
1169 .filer-item {
1170         margin-left: 10px;
1171         float: left;
1172 }
1173
1174 .wall-item-links-wrapper {
1175         float: left;
1176 }
1177
1178 .wall-item-delete-wrapper {
1179         float: right;
1180 }
1181
1182 .wall-item-delete-end {
1183         clear: both;
1184 }
1185
1186 .wall-item-delete-icon {
1187         border: none;
1188 }
1189
1190 .wall-item-attend-wrapper {
1191     float:left;
1192     padding-left: 10px;
1193 }
1194
1195 .wall-item-attend-wrapper > a {
1196     display: inline-block;
1197     margin-right: 10px;
1198 }
1199
1200
1201 .wall-item-wrapper-end {
1202         clear: both;
1203 }
1204 .wall-item-name-link {
1205         font-weight: bold;
1206         text-decoration: none;
1207         color: #3172BD;
1208 }
1209 .wall-item-photo {
1210         border: none;
1211 }
1212 .comment .wall-item-photo {
1213         width: 50px !important;
1214         height: 50px !important;
1215 }
1216 .wall-item-content {
1217         /*float: left;*/
1218         /*width: 450px;*/
1219         margin-left: 10px;
1220         /*margin-bottom: 20px;*/
1221         /*padding: 20px;*/
1222         max-height: 700px;
1223         overflow: auto;
1224 }
1225
1226 .wall-item-content img {
1227   max-width: 700px;
1228 }
1229
1230 .wall-item-container .wall-item-content .type-link img,
1231 .type-link img {
1232   max-width: 160px;
1233   max-height: 160px;
1234   float: left;
1235   margin-right: 10px;
1236 }
1237 .type-link blockquote {
1238   margin-left: 160px;
1239   max-height: 160px;
1240   overflow: hidden;
1241 }
1242 .type-link .oembed {
1243 }
1244 .oembed.video .embed_video > div {
1245     position: absolute; top: 0px; left: 0px;
1246     background: rgba(0, 0, 0, 0.5) url(shiny.png) no-repeat scroll center center;
1247 }
1248
1249 .shared_header {
1250   height: 32px;
1251   color: #999;
1252   border-top: 1px solid #D2D2D2;
1253   padding-top: 5px;
1254   margin-top: 5px;
1255 }
1256
1257 .shared_header a {
1258   color: black;
1259   -webkit-transition: all 0.2s ease-in-out;
1260   -moz-transition: all 0.2s ease-in-out;
1261   -o-transition: all 0.2s ease-in-out;
1262   -ms-transition: all 0.2s ease-in-out;
1263   transition: all 0.2s ease-in-out;
1264 }
1265
1266 .shared_header a:hover {
1267   color: #36c;
1268 }
1269
1270 .shared_header img {
1271   -webkit-border-radius: 4px;
1272   -moz-border-radius: 4px;
1273   border-radius: 4px;
1274   float: left;
1275 }
1276
1277 .shared_header span {
1278   margin-left: 9px;
1279 }
1280
1281 blockquote.shared_content {
1282   margin-left: 32px;
1283   color: #000;
1284   border: none;
1285 }
1286
1287 .wall-item-title {
1288         float: left;
1289         font-weight: bold;
1290         /*width: 450px;*/
1291 }
1292
1293 .wall-item-title-end {
1294         clear: both;
1295 }
1296
1297 .wall-item-body {
1298         float: left;
1299         /*width: 450px;*/
1300         margin-top: 10px;
1301 }
1302
1303 .wall-item-tools {
1304         clear: both;
1305         background-image: url("head.jpg");
1306     background-position: 0 -20px;
1307     background-repeat: repeat-x;
1308         padding: 5px 10px 0px;
1309 }
1310 .wall-item-author {
1311         margin-top: 10px;
1312 }
1313
1314 .comment .wall-item-tools {
1315         background:none;
1316 }
1317
1318 .comment-edit-wrapper {
1319         margin-top: 15px;
1320         background: #f3f3f3;
1321         margin-left: 50px;
1322 }
1323
1324 .comment-wwedit-wrapper {
1325         background: #f3f3f3;
1326 }
1327
1328 .comment-edit-photo {
1329         margin-top: 10px;
1330         margin-left: 10px;
1331         margin-bottom: 10px;
1332         width: 100px;
1333         float: left;
1334 }
1335 .comment-wwedit-wrapper.threaded > .comment-edit-form > .comment-edit-photo {
1336         width: 40px;
1337 }
1338
1339 .comment-edit-photo img {
1340         width: 25px;
1341 }
1342 .comment-edit-text-empty, .comment-edit-text-full {
1343         float: left;
1344         margin-top: 10px;
1345         -moz-border-radius: 3px;
1346         border-radius: 3px;
1347         border: 1px solid #cccccc;
1348         padding: 3px 1px 1px 3px;
1349 }
1350 .comment-edit-text-end {
1351         clear: both;
1352 }
1353
1354 .comment-edit-submit {
1355         margin: 10px 0px 10px 110px;
1356 }
1357
1358 .comment-wwedit-wrapper.threaded > .comment-edit-form > .comment-edit-submit-wrapper > .comment-edit-submit {
1359         margin-left: 50px;
1360 }
1361
1362 #profile-jot-plugin-wrapper,
1363 #profile-jot-submit-wrapper {
1364         margin-top: 15px;
1365 }
1366
1367 #profile-jot-submit {
1368         float: left;
1369 }
1370 #profile-upload-wrapper {
1371         float: left;
1372         margin-left: 30px;
1373 }
1374 #profile-attach-wrapper {
1375         float: left;
1376         margin-left: 30px;
1377 }
1378 #profile-rotator {
1379         float: left;
1380         margin-left: 30px;
1381 }
1382 #profile-link-wrapper {
1383         float: left;
1384         margin-left: 15px;
1385 }
1386 #profile-youtube-wrapper {
1387         float: left;
1388         margin-left: 15px;
1389 }
1390 #profile-video-wrapper {
1391         float: left;
1392         margin-left: 15px;
1393 }
1394 #profile-audio-wrapper {
1395         float: left;
1396         margin-left: 15px;
1397 }
1398 #profile-location-wrapper {
1399         float: left;
1400         margin-left: 15px;
1401 }
1402 #jot-preview-link {
1403         float: left;
1404         margin-left: 45px;
1405         margin-top: 0px !important;
1406 }
1407
1408
1409 #profile-nolocation-wrapper {
1410         float: left;
1411         margin-left: 15px;
1412 }
1413 #profile-title-wrapper {
1414         float: left;
1415         margin-left: 15px;
1416 }
1417
1418 #profile-jot-perms {
1419         float: left;
1420         margin-left: 100px;
1421         font-weight: bold;
1422         font-size: 1.2em;
1423 }
1424
1425
1426 #profile-jot-perms-end {
1427         /*clear: left;*/
1428         height: 30px;
1429 }
1430
1431 #profile-jot-plugin-end{
1432   clear: both;
1433 }
1434 .profile-jot-net {
1435         float: left;
1436         margin-right: 10px;
1437         margin-top: 5px;
1438         margin-bottom: 5px;
1439 }
1440
1441 #profile-jot-networks-end {
1442         clear: both;
1443 }
1444
1445 #profile-jot-end {
1446         /*clear: both;*/
1447         margin-bottom: 30px;
1448 }
1449 #about-jot-submit-wrapper {
1450         margin-top: 15px;
1451 }
1452 #about-jot-end {
1453         margin-bottom: 30px;
1454 }
1455 #contacts-main {
1456         margin-bottom: 30px;
1457 }
1458
1459 #profile-listing-desc {
1460         margin-left: 30px;
1461 }
1462
1463 #profile-listing-new-link-wrapper {
1464         margin-left: 30px;
1465         margin-bottom: 30px;
1466 }
1467 .profile-listing-photo-wrapper {
1468         float: left;
1469 }
1470
1471 .profile-listing-edit-buttons-wrapper {
1472         clear: both;
1473 }
1474 .profile-listing-photo-edit-link {
1475         float: left;
1476         width: 125px;
1477 }
1478 .profile-listing-end {
1479         clear: both;
1480 }
1481 .profile-listing-edit-buttons-wrapper img{
1482         border: none;
1483         margin-right: 20px;
1484 }
1485 .profile-listing {
1486         margin-top: 25px;
1487 }
1488 .profile-listing-name {
1489         float: left;
1490         margin-left: 32px;
1491         margin-top: 10px;
1492         color: #3172BD;
1493         font-weight: bold;
1494         width: 200px;
1495
1496 }
1497 .fortune {
1498         margin-top: 50px;
1499         color: #4444FF;
1500         font-weight: bold;
1501         margin-bottom: 20px;
1502 }
1503
1504
1505 .directory-end {
1506         clear: both;
1507 }
1508 .directory-name {
1509         text-align: center;
1510 }
1511 .directory-photo {
1512         margin-left: 25px;
1513 }
1514 .directory-details {
1515         font-size: 0.7em;
1516         text-align: center;
1517         margin-left: 5px;
1518         margin-right: 5px;
1519 }
1520 .directory-item {
1521         float: left;
1522         width: 225px;
1523         height: 260px;
1524         overflow: auto;
1525 }
1526
1527 #directory-search-wrapper {
1528         margin-top: 20px;
1529         margin-right: 20px;
1530         margin-bottom: 50px;
1531 }
1532
1533 #directory-search-end {
1534 }
1535
1536 .directory-photo-img {
1537         border: none;
1538 }
1539
1540
1541 .pager {
1542   padding: 10px;
1543   text-align: center;
1544   font-size: 1.0em;
1545   clear:left;
1546 }
1547
1548
1549 .pager_first,
1550 .pager_last,
1551 .pager_prev,
1552 .pager_next,
1553 .pager_n,
1554 .scroll_loader_text {
1555         border: 1px solid black;
1556         background: #EEE;
1557         padding: 4px;
1558 }
1559
1560 .pager_first a,
1561 .pager_last a,
1562 .pager_prev a,
1563 .pager_next a,
1564 .pager_n a {
1565         text-decoration: none;
1566 }
1567
1568 .pager_current {
1569   border: 1px solid black;
1570   background: #FFCCCC;
1571   padding: 4px;
1572 }
1573
1574
1575 #advanced-profile-name-wrapper,
1576 #advanced-profile-gender-wrapper,
1577 #advanced-profile-dob-wrapper,
1578 #advanced-profile-age-wrapper,
1579 #advanced-profile-marital-wrapper,
1580 #advanced-profile-sexual-wrapper,
1581 #advanced-profile-homepage-wrapper,
1582 #advanced-profile-politic-wrapper,
1583 #advanced-profile-religion-wrapper,
1584 #advanced-profile-about-wrapper,
1585 #advanced-profile-interest-wrapper,
1586 #advanced-profile-contact-wrapper,
1587 #advanced-profile-music-wrapper,
1588 #advanced-profile-book-wrapper,
1589 #advanced-profile-tv-wrapper,
1590 #advanced-profile-film-wrapper,
1591 #advanced-profile-romance-wrapper,
1592 #advanced-profile-work-wrapper,
1593 #advanced-profile-education-wrapper {
1594         margin-top: 20px;
1595 }
1596
1597 #advanced-profile-name-text,
1598 #advanced-profile-gender-text,
1599 #advanced-profile-dob-text,
1600 #advanced-profile-age-text,
1601 #advanced-profile-marital-text,
1602 #advanced-profile-sexual-text,
1603 #advanced-profile-homepage-text,
1604 #advanced-profile-politic-text,
1605 #advanced-profile-religion-text,
1606 #advanced-profile-about-text,
1607 #advanced-profile-interest-text,
1608 #advanced-profile-contact-text,
1609 #advanced-profile-music-text,
1610 #advanced-profile-book-text,
1611 #advanced-profile-tv-text,
1612 #advanced-profile-film-text,
1613 #advanced-profile-romance-text,
1614 #advanced-profile-work-text,
1615 #advanced-profile-education-text {
1616         width: 300px;
1617         float: left;
1618 }
1619
1620 #advanced-profile-name-end,
1621 #advanced-profile-gender-end,
1622 #advanced-profile-dob-end,
1623 #advanced-profile-age-end,
1624 #advanced-profile-marital-end,
1625 #advanced-profile-sexual-end,
1626 #advanced-profile-homepage-end,
1627 #advanced-profile-politic-end,
1628 #advanced-profile-religion-end {
1629         height: 10px;
1630 }
1631
1632 #advanced-profile-about-end,
1633 #advanced-profile-interest-end,
1634 #advanced-profile-contact-end,
1635 #advanced-profile-music-end,
1636 #advanced-profile-book-end,
1637 #advanced-profile-tv-end,
1638 #advanced-profile-film-end,
1639 #advanced-profile-romance-end,
1640 #advanced-profile-work-end,
1641 #advanced-profile-education-end {
1642
1643
1644 }
1645
1646 #advanced-profile-name,
1647 #advanced-profile-gender,
1648 #advanced-profile-dob,
1649 #advanced-profile-age,
1650 #advanced-profile-marital,
1651 #advanced-profile-sexual,
1652 #advanced-profile-homepage,
1653 #advanced-profile-politic,
1654 #advanced-profile-religion {
1655         float: left;
1656
1657 }
1658
1659
1660 #advanced-profile-about,
1661 #advanced-profile-interest,
1662 #advanced-profile-contact,
1663 #advanced-profile-music,
1664 #advanced-profile-book,
1665 #advanced-profile-tv,
1666 #advanced-profile-film,
1667 #advanced-profile-romance,
1668 #advanced-profile-work,
1669 #advanced-profile-education {
1670         margin-top: 10px;
1671         margin-left: 50px;
1672         margin-right: 20px;
1673         padding: 10px;
1674         border: 1px solid #CCCCCC;
1675 }
1676
1677 #advanced-profile-with {
1678         float: left;
1679         margin-left: 15px;
1680 }
1681
1682 #contact-edit-wrapper {
1683         margin-top: 10px;
1684 }
1685
1686 #contact-edit-banner-name {
1687         font-size: 1.4em;
1688         font-weight: bold;
1689 }
1690
1691 #contact-edit-poll-wrapper {
1692         margin-top: 15px;
1693 }
1694
1695 #contact-edit-poll-text {
1696         margin-top: 15px;
1697         margin-bottom: 5px;
1698 }
1699
1700 #contact-edit-update-now {
1701         margin-top: 15px;
1702 }
1703
1704 #contact-edit-links{
1705         clear: both;
1706 }
1707
1708 #contact-edit-links ul {
1709         list-style: none;
1710         list-style-type: none;
1711         margin-left: 0px;
1712         padding-left: 0px;
1713 }
1714
1715 #contact-edit-links li {
1716         margin-top: 5px;
1717 }
1718
1719 #contact-edit-drop-link {
1720         float: right;
1721         margin-right: 20px;
1722 }
1723
1724 #contact-edit-nav-end {
1725         clear: both;
1726 }
1727
1728 #contact-edit-wrapper {
1729         width: 100%;
1730 }
1731
1732 #contact-edit-end {
1733         clear: both;
1734         margin-top: 15px;
1735 }
1736
1737 #contact-profile-selector {
1738         width: 175px;
1739         /*margin-left: 175px;*/
1740 }
1741
1742 .contact-select {       position: absolute; top: 64px; left:64px; display:none; }
1743 .contact-select:checked,
1744 .contact-entry-photo:hover .contact-select {    display:block; }
1745
1746 .contact-photo-menu-button {
1747         position: absolute;
1748         background-image: url("photo-menu.jpg");
1749         background-position: top left;
1750         background-repeat: no-repeat;
1751         margin: 0px; padding: 0px;
1752         width: 16px;
1753         height: 16px;
1754         top: 64px; left:0px;
1755         overflow: hidden;
1756         text-indent: 40px;
1757         display: none;
1758
1759 }
1760 .contact-photo-menu {
1761         width: auto;
1762         border: 2px solid #444444;
1763         background: #FFFFFF;
1764         position: absolute;
1765         left: 0px; top: 90px;
1766         display: none;
1767         z-index: 10000;
1768 }
1769 .contact-photo-menu ul { margin:0px; padding: 0px; list-style: none }
1770 .contact-photo-menu li a { display: block; padding: 2px; }
1771 .contact-photo-menu li a:hover { color: #FFFFFF; background: #3465A4; text-decoration: none; }
1772
1773
1774 #block-message, #ignore-message, #archive-message, #lost-contact-message {
1775         color: #FF0000;
1776 }
1777
1778 #profile-edit-insecure {
1779         margin-top: 20px;
1780         color: #FF0000;
1781         font-size: 1.1em;
1782         border: 1px solid #FF8888;
1783         background-color: #FFEEEE;
1784         padding-left: 5px;
1785         /*: 3px 3px 3px 5px; */
1786         width: 587px;
1787 }
1788
1789 #profile-jot-text {
1790         height: 20px;
1791         width: 100%;
1792         color:#cccccc;
1793         border: 1px solid #cccccc;
1794         padding: 3px 0px 0px 5px;
1795         -moz-border-radius: 3px;
1796         border-radius: 3px;
1797 }
1798
1799
1800 /** acl **/
1801 #photo-edit-perms-select,
1802 #photos-upload-permissions-wrapper,
1803 #profile-jot-acl-wrapper{
1804         display:block!important;
1805 }
1806
1807 #photos-usage-message {
1808         margin-bottom: 15px;
1809 }
1810
1811
1812 #acl-wrapper {
1813         width: 690px;
1814         float:left;
1815 }
1816 #acl-search {
1817         float:right;
1818         background: #ffffff url("../../../images/search_18.png") no-repeat right center;
1819         padding-right:20px;
1820 }
1821 #acl-showall {
1822         float: left;
1823         display: block;
1824         width: auto;
1825         height: 18px;
1826         background-color: #cccccc;
1827         background-image: url("../../../images/show_all_off.png");
1828         background-position: 7px 7px;
1829         background-repeat: no-repeat;
1830         padding: 7px 5px 0px 30px;
1831         -webkit-border-radius: 5px ;
1832         -moz-border-radius: 5px;
1833         border-radius: 5px;
1834         color: #999999;
1835 }
1836 #acl-showall.selected {
1837         color: #000000;
1838         background-color: #ff9900;
1839         background-image: url("../../../images/show_all_on.png");
1840 }
1841
1842 #acl-list {
1843         height: 210px;
1844         border: 1px solid #cccccc;
1845         clear: both;
1846         margin-top: 30px;
1847         overflow: auto;
1848 }
1849 #acl-list-content {
1850
1851 }
1852 .acl-list-item {
1853         display: block;
1854         width: 150px;
1855         height: 30px;
1856         border: 1px solid #cccccc;
1857         margin: 5px;
1858         float: left;
1859 }
1860 .acl-list-item img{
1861         width:22px;
1862         height: 22px;
1863         float: left;
1864         margin: 4px;
1865 }
1866 .acl-list-item p { height: 12px; font-size: 10px; margin: 0px; padding: 2px 0px 1px; overflow: hidden;}
1867 .acl-list-item a {
1868         font-size: 8px;
1869         display: block;
1870         width: 40px;
1871         height: 10px;
1872         float: left;
1873         color: #999999;
1874         background-color: #cccccc;
1875         background-position: 3px 3px;
1876         background-repeat: no-repeat;
1877         margin-right: 5px;
1878         -webkit-border-radius: 2px ;
1879         -moz-border-radius: 2px;
1880         border-radius: 2px;
1881         padding-left: 15px;
1882 }
1883 #acl-wrapper a:hover {
1884         text-decoration: none;
1885         color:#000000;
1886 }
1887 .acl-button-show { background-image: url("../../../images/show_off.png"); }
1888 .acl-button-hide { background-image: url("../../../images/hide_off.png"); }
1889
1890 .acl-button-show.selected {
1891         color: #000000;
1892         background-color: #9ade00;
1893         background-image: url("../../../images/show_on.png");
1894 }
1895 .acl-button-hide.selected {
1896         color: #000000;
1897         background-color: #ff4141;
1898         background-image: url("../../../images/hide_on.png");
1899 }
1900 .acl-list-item.groupshow { border-color: #9ade00; }
1901 .acl-list-item.grouphide { border-color: #ff4141; }
1902 /** /acl **/
1903
1904
1905 .comment-edit-text-empty {
1906         color: gray;
1907         height: 2em;
1908         width: 175px;
1909         overflow: auto;
1910         margin-bottom: 10px;
1911 }
1912
1913 .comment-wwedit-wrapper.threaded > .comment-edit-form > .comment-edit-text-empty {
1914         height: 1.5em;
1915 }
1916
1917 .comment-edit-text-full {
1918         color: black;
1919         height: 150px;
1920         width: 350px;
1921         overflow: auto;
1922 }
1923
1924 #group-new-submit-wrapper {
1925         margin-top: 30px;
1926 }
1927
1928 #group-edit-name-label {
1929         float: left;
1930         width: 175px;
1931         margin-top: 20px;
1932         margin-bottom: 20px;
1933 }
1934
1935 #group-edit-name {
1936         float: left;
1937         width: 225px;
1938         margin-top: 20px;
1939         margin-bottom: 20px;
1940 }
1941
1942 #group-edit-name-wrapper {
1943
1944
1945 }
1946
1947
1948 #group_members_select_label {
1949         display: block;
1950         float: left;
1951         width: 175px;
1952 }
1953
1954 .group_members_select {
1955         float: left;
1956         width: 230px;
1957         overflow: auto;
1958 }
1959
1960 #group_members_select_end {
1961         clear: both;
1962 }
1963 #group-edit-name-end {
1964         clear: both;
1965 }
1966
1967 #prvmail-to-label, #prvmail-subject-label, #prvmail-message-label {
1968         margin-bottom: 10px;
1969         margin-top: 20px;
1970 }
1971
1972 #prvmail-submit {
1973         float: left;
1974         margin-top: 10px;
1975         margin-right: 30px;
1976 }
1977 #prvmail-upload-wrapper,
1978 #prvmail-link-wrapper,
1979 #prvmail-rotator-wrapper {
1980         float: left;
1981         margin-top: 10px;
1982         margin-right: 10px;
1983         width: 24px;
1984 }
1985
1986 #prvmail-end {
1987         clear: both;
1988 }
1989
1990 .mail-list-sender,
1991 .mail-list-detail {
1992         float: left;
1993 }
1994 .mail-list-detail {
1995         margin-left: 20px;
1996 }
1997
1998 .mail-list-subject {
1999         font-size: 1.1em;
2000         margin-top: 10px;
2001 }
2002 a.mail-list-link {
2003     display: block;
2004     font-size: 1.3em;
2005     padding: 4px 0;
2006 }
2007
2008 /*
2009 *a.mail-list-link:hover {
2010 *       background-color: #15607B;
2011 *       color: #F5F6FB;
2012 *}
2013 */
2014
2015 .mail-list-outside-wrapper-end {
2016         clear: both;
2017 }
2018
2019 .mail-list-outside-wrapper {
2020         margin-top: 30px;
2021 }
2022
2023 .mail-list-delete-wrapper {
2024         float: right;
2025         margin-right: 30px;
2026         margin-top: 15px;
2027 }
2028
2029 .mail-list-delete-icon {
2030         border: none;
2031 }
2032
2033 .mail-conv-sender,
2034 .mail-conv-detail {
2035         float: left;
2036 }
2037 .mail-conv-detail {
2038         margin-left: 20px;
2039         width: 500px;
2040 }
2041
2042 .mail-conv-subject {
2043     font-size: 1.4em;
2044     margin: 10px 0;
2045 }
2046
2047 .mail-conv-outside-wrapper-end {
2048         clear: both;
2049 }
2050
2051 .mail-conv-outside-wrapper {
2052         margin-top: 30px;
2053 }
2054
2055 .mail-conv-delete-wrapper {
2056         float: right;
2057         margin-right: 30px;
2058         margin-top: 15px;
2059 }
2060 .mail-conv-break {
2061         clear: both;
2062 }
2063
2064 .mail-conv-delete-icon {
2065         border: none;
2066 }
2067
2068 .message-links ul {
2069         list-style-type: none;
2070         padding: 0px;
2071 }
2072
2073 .message-links li {
2074         margin-top: 10px;
2075         float: left;
2076 }
2077 .message-links a {
2078         padding: 3px 5px;
2079 }
2080
2081 .message-links-end {
2082         clear: both;
2083 }
2084
2085 #sidebar-group-list ul {
2086         list-style-type: none;
2087 }
2088 .sidebar-group-li .notify, .forum-widget-entry .notify {
2089         display: none;
2090         font-size: 9px;
2091         border: 1px solid rgb(221, 221, 221);
2092         padding: 2px;
2093         float: right;
2094         background-color: #BABDB6;
2095 }
2096 .sidebar-group-li .notify.show, .forum-widget-entry .notify.show {
2097         display: block;
2098 }
2099
2100 #sidebar-group-list .icon, #sidebar-group-list .iconspacer {
2101         display: inline-block;
2102         height: 12px;
2103         width: 12px;
2104 }
2105
2106 #sidebar-group-list li {
2107         margin-top: 10px;
2108 }
2109
2110 #forumlist-sidebar ul {
2111         list-style: none;
2112 }
2113
2114 .nets-ul, .fileas-ul, .categories-ul, .datebrowse-ul {
2115         list-style-type: none;
2116 }
2117
2118 .nets-ul li, .fileas-ul li, .categories-ul li, .datebrowse-ul li {
2119         margin-top: 10px;
2120 }
2121
2122 .nets-link {
2123         margin-left: 24px;
2124 }
2125 .nets-all {
2126         margin-left: 42px;
2127 }
2128
2129 .fileas-link, .categories-link {
2130         margin-left: 24px;
2131 }
2132
2133 .fileas-all, .categories-all {
2134         margin-left: 0px;
2135 }
2136
2137 #search-save {
2138         margin-left: 5px;
2139 }
2140 .groupsideedit {
2141         margin-right: 10px;
2142 }
2143 #saved-search-ul {
2144         list-style-type: none;
2145 }
2146 .savedsearchdrop, .savedsearchterm {
2147         float: left;
2148         margin-top: 10px;
2149 }
2150 .savedsearchterm {
2151         margin-left: 10px;
2152 }
2153
2154
2155 #side-follow-wrapper {
2156         margin-top: 20px;
2157 }
2158 #side-follow-url, #side-peoplefind-url {
2159         margin-top: 5px;
2160 }
2161 #side-follow-submit, #side-peoplefind-submit {
2162         margin-top: 15px;
2163 }
2164
2165 #side-match-link {
2166         margin-top: 10px;
2167 }
2168
2169 aside input[type='text'] {
2170  width: 174px;
2171 }
2172
2173 .widget {
2174         border: 1px solid #DDDDDD;
2175         padding: 8px;
2176         margin-top: 5px;
2177         -moz-border-radius:5px;
2178         -webkit-border-radius:5px;
2179         border-radius:5px;
2180
2181 }
2182
2183
2184 /*.photos {
2185         height: auto;
2186         overflow: auto;
2187 }*/
2188
2189 .photos-end {
2190         clear: both;
2191         margin-bottom: 25px;
2192 }
2193
2194 .photo-album-image-wrapper {
2195         float: left;
2196         margin-top: 15px;
2197         margin-right: 15px;
2198         margin-left: 15px;
2199 /*      width: 200px; height: 200px;
2200         overflow: hidden;
2201         position: relative; */
2202 }
2203 .photo-album-image-wrapper .caption {
2204         display: none;
2205         width: 100%;
2206 /*      position: absolute; */
2207         bottom: 0px;
2208         padding: 0.5em 0.5em 0px 0.5em;
2209         background-color: rgba(245, 245, 255, 0.8);
2210         border-bottom: 2px solid #CCC;
2211         margin: 0px;
2212 }
2213 .photo-album-image-wrapper a:hover .caption {
2214         display:block;
2215 }
2216
2217 #photo-album-end {
2218         clear: both;
2219         margin-bottom: 25px;
2220 }
2221
2222 .photo-top-image-wrapper {
2223 /*      position: relative; */
2224         float: left;
2225         margin-top: 15px;
2226         margin-right: 15px;
2227         margin-left: 15px;
2228         margin-bottom: 15px;
2229 /*      width: 200px; height: 200px;
2230         overflow: hidden; */
2231 }
2232 .photo-top-album-name {
2233         width: 100%;
2234         min-height: 2em;
2235 /*      position: absolute;  */
2236         bottom: 0px;
2237         padding: 0px 3px;
2238         padding-top: 0.5em;
2239         background-color: rgb(255, 255, 255);
2240 }
2241 #photo-top-end {
2242         clear: both;
2243 }
2244
2245 #photo-top-links {
2246         margin-bottom: 30px;
2247         margin-left: 30px;
2248 }
2249
2250 #photos-upload-newalbum-div {
2251         float: left;
2252         width: 175px;
2253 }
2254
2255 #photos-upload-noshare {
2256         margin-bottom: 10px;
2257 }
2258 #photos-upload-existing-album-text {
2259         float: left;
2260         width: 175px;
2261 }
2262 #photos-upload-newalbum {
2263         float: left;
2264 }
2265 #photos-upload-album-select {
2266         float: left;
2267 }
2268
2269 #photos-upload-spacer {
2270         margin-top: 25px;
2271 }
2272 #photos-upload-new-end, #photos-upload-exist-end {
2273         clear: both;
2274 }
2275 #photos-upload-exist-end {
2276         margin-bottom: 15px;
2277 }
2278 #photos-upload-submit {
2279         margin-top: 15px;
2280 }
2281
2282 #photos_upload_applet_wrapper {
2283         margin-bottom: 15px;
2284 }
2285
2286 #photos-upload-no-java-message {
2287         margin-bottom: 15px;
2288 }
2289
2290 .video-top-wrapper {
2291         display: inline-block;
2292         vertical-align: top;
2293         margin-top: 15px;
2294         margin-right: 15px;
2295         margin-left: 15px;
2296         margin-bottom: 15px;
2297 }
2298
2299 #profile-jot-desc {
2300         /*float: left;*/
2301         width: 480px;
2302         color: #FF0000;
2303         margin-top: 10px;
2304         margin-bottom: 10px;
2305 }
2306
2307 #character-counter {
2308         float: right;
2309         font-size: 120%;
2310 }
2311
2312 #character-counter.grey {
2313         color: #888888;
2314 }
2315
2316 #character-counter.orange {
2317         color: orange;
2318 }
2319 #character-counter.red {
2320         color: red;
2321 }
2322
2323 #profile-jot-banner-end {
2324         /* clear: both; */
2325 }
2326
2327 #photos-upload-select-files-text {
2328         margin-top: 15px;
2329         margin-bottom: 15px;
2330 }
2331
2332 #photos-upload-perms-menu, #photos-upload-perms-menu:visited, #photos-upload-perms-menu:link {
2333         color: #8888FF;
2334         text-decoration: none;
2335         cursor: pointer;
2336 }
2337
2338 #photos-upload-perms-menu:hover {
2339         color: #0000FF;
2340         text-decoration: underline;
2341         cursor: pointer;
2342 }
2343 #settings-default-perms-menu {
2344         margin-top: 15px;
2345         margin-bottom: 15px;
2346 }
2347
2348 #photo-edit-caption-label, #photo-edit-tags-label, #photo-edit-albumname-label, #photo-edit-rotate-label {
2349         float: left;
2350         width: 150px;
2351 }
2352
2353 #photo-edit-perms-end {
2354         margin-bottom: 15px;
2355 }
2356
2357 #photo-edit-caption, #photo-edit-newtag, #photo-edit-albumname, #photo-edit-rotate {
2358         float: left;
2359         margin-bottom: 25px;
2360 }
2361 #photo-edit-link-wrap {
2362         margin-bottom: 15px;
2363 }
2364 #photo-like-div {
2365         margin-bottom: 25px;
2366 }
2367
2368 #photo-edit-caption-end, #photo-edit-tags-end, #photo-edit-albumname-end, #photo-edit-rotate-end {
2369         clear: both;
2370 }
2371
2372 #photo-edit-rotate-end {
2373         margin-bottom: 15px;
2374 }
2375
2376 #photo-edit-delete-button {
2377         margin-left: 200px;
2378 }
2379 #photo-edit-end {
2380         margin-bottom: 35px;
2381 }
2382 #photo-caption {
2383         font-size: 110%;
2384         font-weight: bold;
2385         margin-top: 15px;
2386         margin-bottom: 15px;
2387 }
2388
2389 #in-this-photo-text {
2390         color: #0000FF;
2391         margin-left: 30px;
2392 }
2393
2394 #in-this-photo {
2395         margin-left: 60px;
2396         margin-top: 10px;
2397         margin-bottom: 20px;
2398 }
2399
2400 #photo-album-edit-submit, #photo-album-edit-drop {
2401         margin-top: 15px;
2402         margin-bottom: 15px;
2403 }
2404
2405 #photo-album-edit-drop {
2406         margin-left: 200px;
2407 }
2408
2409 .group-delete-wrapper {
2410         float: right;
2411         margin-right: 50px;
2412 }
2413
2414 #install-dbhost-label,
2415 #install-dbuser-label,
2416 #install-dbpass-label,
2417 #install-dbdata-label,
2418 #install-tz-desc {
2419        float: left;
2420        width: 250px;
2421        margin-top: 10px;
2422        margin-bottom: 10px;
2423
2424 }
2425
2426 #install-dbhost,
2427 #install-dbuser,
2428 #install-dbpass,
2429 #install-dbdata {
2430        float: left;
2431        width: 200px;
2432        margin-left: 20px;
2433 }
2434
2435 #install-dbhost-end,
2436 #install-dbuser-end,
2437 #install-dbpass-end,
2438 #install-dbdata-end,
2439 #install-tz-end {
2440        clear: both;
2441 }
2442
2443 #install-form select#timezone_select {
2444        float: left;
2445        margin-top: 18px;
2446        margin-left: 20px;
2447 }
2448
2449 #dfrn-request-networks {
2450         margin-bottom: 30px;
2451 }
2452
2453 #pause {
2454   position: fixed;
2455   bottom: 5px;
2456   right: 5px;
2457 }
2458
2459 .sparkle {
2460         cursor: url('lock.cur'), pointer;
2461 /*      cursor: pointer !important; */
2462 }
2463
2464 .contact-block-div {
2465         float: left;
2466         width: 52px;
2467         height: 52px;
2468 }
2469 .contact-block-textdiv {
2470         float: left;
2471         width: 150px;
2472         height: 34px;
2473 }
2474
2475 #contact-block-end {
2476         clear: both;
2477 }
2478 .contact-block-link {
2479         float: left;
2480 }
2481 .contact-block-img {
2482         width:48px;
2483         height:48px;
2484 }
2485
2486 #tag-remove {
2487         margin-bottom: 15px;
2488 }
2489
2490 #tagrm li {
2491         margin-bottom: 10px;
2492 }
2493
2494 #tagrm-submit, #tagrm-cancel {
2495         margin-top: 25px;
2496 }
2497
2498 #tagrm-cancel {
2499         margin-left: 15px;
2500 }
2501
2502 .wall-item-conv {
2503         margin-top: 5px;
2504         margin-bottom: 25px;
2505 }
2506
2507 #search-submit {
2508         margin-left: 15px;
2509 }
2510
2511 #search-box {
2512         margin-bottom: 25px;
2513 }
2514
2515 .location-label, .gender-label, .marital-label, .homepage-label, .network-label {
2516         float: left;
2517         text-align: right;
2518         display: block;
2519         width: 65px;
2520 }
2521
2522 .adr, .x-gender, .marital-text, .homepage-url, .x-network {
2523         float: left;
2524         display: block;
2525         margin-left: 8px;
2526 }
2527
2528 .profile-clear {
2529         clear: both;
2530 }
2531
2532
2533 .clear {
2534         clear: both;
2535 }
2536
2537 .cc-license {
2538         margin-top: 50px;
2539         font-size: 70%;
2540 }
2541
2542
2543 #plugin-settings-link, #account-settings-link {
2544         margin-bottom: 10px;
2545 }
2546
2547 #uexport-link {
2548         margin-bottom: 20px;
2549 }
2550
2551 /* end from default */
2552
2553
2554 .fn {
2555         padding: 0px 0px 5px 12px;
2556         font-size: 120%;
2557         font-weight: bold;
2558 }
2559
2560 .vcard .title,
2561 .vcard .p-addr {
2562         margin-bottom: 5px;
2563         margin-left: 12px;
2564 }
2565
2566 .vcard .account-type {
2567         font-size: 120%;
2568         margin-bottom: 13px;
2569 }
2570
2571 .vcard dl {
2572         clear: both;
2573 }
2574
2575 #birthday-title {
2576         float: left;
2577         font-weight: bold;
2578 }
2579
2580 #birthday-adjust {
2581         float: left;
2582         font-size: 75%;
2583         margin-left: 10px;
2584 }
2585
2586 #birthday-title-end {
2587         clear: both;
2588 }
2589
2590 .birthday-list {
2591         margin-left: 15px;
2592 }
2593
2594 #birthday-wrapper {
2595         margin-bottom: 20px;
2596 }
2597
2598 #network-new-link {
2599         margin-top: 15px;
2600         margin-bottom: 15px;
2601 }
2602
2603
2604 .tool-wrapper {
2605   float: left;
2606   margin-left: 15px;
2607 }
2608
2609 .tool-link {
2610   cursor: pointer;
2611 }
2612
2613 .eventcal {
2614         float: left;
2615         font-size: 20px;
2616 }
2617
2618 #event-summary-text {
2619         margin-top: 15px;
2620 }
2621
2622 #event-share-checkbox {
2623         float: left;
2624         margin-top: 10px;
2625 }
2626
2627 #event-share-text {
2628         float: left;
2629         margin-top: 10px;
2630         margin-left: 5px;
2631 }
2632
2633 #event-share-break {
2634         clear: both;
2635         margin-bottom: 10px;
2636 }
2637
2638 #event-summary {
2639         width: 400px;
2640 }
2641
2642 .vevent {
2643         border: 1px solid #CCCCCC;
2644 }
2645
2646 .vevent .event-summary {
2647         margin-left: 10px;
2648         margin-right: 10px;
2649         font-weight: bold;
2650 }
2651
2652 .vevent .event-description, .vevent .event-location {
2653         margin-left: 10px;
2654         margin-right: 10px;
2655 }
2656 .vevent .event-start {
2657         margin-left: 10px;
2658         margin-right: 10px;
2659 }
2660
2661 #new-event-link {
2662         margin-bottom: 10px;
2663 }
2664
2665 .edit-event-link, .plink-event-link {
2666         float: left;
2667         margin-top: 4px;
2668         margin-right: 4px;
2669         margin-bottom: 15px;
2670 }
2671
2672 .event-description:before {
2673         content: url('../../../images/calendar.png');
2674         margin-right: 15px;
2675 }
2676
2677 .event-start, .event-end {
2678         margin-left: 10px;
2679         width: 330px;
2680         clear: both;
2681 }
2682
2683 .event-start .dtstart, .event-end .dtend {
2684         float: right;
2685 }
2686
2687 .event-list-date {
2688         margin-bottom: 10px;
2689 }
2690
2691 .prevcal, .nextcal {
2692         float: left;
2693         margin-left: 32px;
2694         margin-right: 32px;
2695         margin-top: 64px;
2696 }
2697 .event-calendar-end {
2698         clear: both;
2699 }
2700
2701
2702 .calendar {
2703         font-family: Courier, monospace;
2704 }
2705 .today {
2706         font-weight: bold;
2707         color: #FF0000;
2708 }
2709
2710 .settings-block {
2711         border: 1px solid #AAA;
2712         margin: 10px;
2713         padding: 10px;
2714 }
2715
2716 .app-title {
2717         margin: 10px;
2718 }
2719
2720 #identity-manage-desc {
2721         margin-top:15px;
2722         margin-bottom: 15px;
2723 }
2724
2725 #identity-manage-choose {
2726         margin-bottom: 15px;
2727 }
2728
2729 #identity-submit {
2730         margin-top: 20px;
2731 }
2732
2733 #photo-prev-link, #photo-next-link {
2734         padding: 10px;
2735         float: left;
2736 }
2737
2738 #photo-photo {
2739         float: left;
2740 }
2741
2742 #photo-photo-end {
2743         clear: both;
2744 }
2745
2746 .profile-match-photo {
2747         float: left;
2748         text-align: center;
2749         width: 120px;
2750 }
2751
2752 .profile-match-name {
2753         float: left;
2754         text-align: center;
2755         width: 120px;
2756         overflow: hidden;
2757 }
2758
2759 .profile-match-break,
2760 .profile-match-end {
2761         clear: both;
2762 }
2763
2764 .profile-match-connect {
2765         text-align: center;
2766         font-weight: bold;
2767 }
2768
2769 .profile-match-wrapper {
2770         float: left;
2771         padding: 10px;
2772         width: 120px;
2773         height: 120px;
2774         scroll: auto;
2775 }
2776 #profile-match-wrapper-end {
2777         clear: both;
2778 }
2779 .side-link {
2780         margin-bottom: 15px;
2781 }
2782
2783 #group-members {
2784         margin-top: 20px;
2785         padding: 10px;
2786         height: 250px;
2787         overflow: auto;
2788         border: 1px solid #ddd;
2789 }
2790
2791 #group-members-end {
2792         clear: both;
2793 }
2794
2795 #group-separator {
2796         margin-top: 10px;
2797         margin-bottom: 10px;
2798 }
2799
2800 #group-all-contacts {
2801         padding: 10px;
2802         height: 450px;
2803         overflow: auto;
2804         border: 1px solid #ddd;
2805 }
2806
2807 #group-all-contacts-end {
2808         clear: both;
2809         margin-bottom: 10px;
2810 }
2811
2812 #group-edit-desc {
2813         margin-top: 15px;
2814 }
2815
2816
2817 #prof-members {
2818         margin-top: 20px;
2819         padding: 10px;
2820         height: 250px;
2821         overflow: auto;
2822         border: 1px solid #ddd;
2823 }
2824
2825 #prof-members-end {
2826         clear: both;
2827 }
2828
2829 #prof-separator {
2830         margin-top: 10px;
2831         margin-bottom: 10px;
2832 }
2833
2834 #prof-all-contacts {
2835         padding: 10px;
2836         height: 450px;
2837         overflow: auto;
2838         border: 1px solid #ddd;
2839 }
2840
2841 #prof-all-contacts-end {
2842         clear: both;
2843         margin-bottom: 10px;
2844 }
2845
2846 #prof-edit-desc {
2847         margin-top: 15px;
2848 }
2849
2850 #crepair-name-label,
2851 #crepair-nick-label,
2852 #crepair-attag-label,
2853 #crepair-url-label,
2854 #crepair-request-label,
2855 #crepair-confirm-label,
2856 #crepair-notify-label,
2857 #crepair-photo-label,
2858 #crepair-poll-label {
2859         float: left;
2860         width: 200px;
2861         margin-bottom: 15px;
2862 }
2863
2864 #crepair-name,
2865 #crepair-nick,
2866 #crepair-attag,
2867 #crepair-url,
2868 #crepair-request,
2869 #crepair-confirm,
2870 #crepair-notify,
2871 #crepair-photo,
2872 #crepair-poll {
2873         float: left;
2874         width: 300px;
2875 }
2876
2877
2878 #netsearch-box {
2879         margin-top: 20px;
2880 }
2881
2882 #netsearch-box #search-submit {
2883         margin: 5px 0px 0px 0px;
2884 }
2885
2886 .required {
2887         color: #FF0000;
2888 }
2889
2890 #event-start-text, #event-finish-text {
2891         margin-top: 10px;
2892         margin-bottom: 5px;
2893 }
2894
2895 #event-nofinish-checkbox, #event-nofinish-text, #event-adjust-checkbox, #event-adjust-text {
2896         float: left;
2897 }
2898 #event-datetime-break {
2899         margin-bottom: 10px;
2900 }
2901
2902 #event-nofinish-break, #event-adjust-break {
2903         clear: both;
2904 }
2905
2906 #event-desc-text, #event-location-text {
2907         margin-top: 10px;
2908         margin-bottom: 5px;
2909 }
2910 #event-submit {
2911         margin-top: 10px;
2912 }
2913
2914 .body-tag, .filesavetags, .categorytags {
2915         opacity: 0.5;
2916         filter:alpha(opacity=50);
2917 }
2918
2919 .body-tag:hover, .filesavetags:hover, .categorytags:hover {
2920         opacity: 1.0 !important;
2921         filter:alpha(opacity=100) !important;
2922 }
2923
2924 .item-select {
2925         opacity: 0.1;
2926         filter:alpha(opacity=10);
2927         float: right;
2928         margin-right: 10px;
2929
2930 }
2931 .item-select:hover, .checkeditem {
2932         opacity: 1;
2933         filter:alpha(opacity=100);
2934 }
2935
2936
2937 #item-delete-selected {
2938         margin-top: 30px;
2939 }
2940
2941 #item-delete-selected-end {
2942         clear: both;
2943 }
2944 #item-delete-selected-icon, #item-delete-selected-desc {
2945         float: left;
2946         margin-right: 5px;
2947 }
2948 #item-delete-selected-desc:hover {
2949         text-decoration: underline;
2950 }
2951
2952
2953 .notif-image {
2954         height: 80px;
2955         width: 80px;
2956         margin-right: 15px;
2957 }
2958 .notification-listing-end {
2959         clear: both;
2960         margin-bottom: 15px;
2961 }
2962
2963
2964
2965 /**
2966  * Plugins settings
2967  */
2968
2969 .settings-block > h3,
2970 .settings-heading {
2971         border-bottom: 1px solid #babdb6;
2972 }
2973
2974
2975 /**
2976  * Form fields
2977  */
2978 .field {
2979         margin-bottom: 10px;
2980         padding-bottom: 10px;
2981         overflow: auto;
2982         width: 100%
2983 }
2984
2985 .field label {
2986         float: left;
2987         width: 200px;
2988 }
2989
2990 .field input,
2991 .field textarea {
2992         width: 400px;
2993 }
2994 .field textarea { height: 100px; }
2995 .field_help {
2996         display: block;
2997         margin-left: 200px;
2998         color: #666666;
2999
3000 }
3001
3002
3003 .field .onoff {
3004         float: left;
3005         width: 80px;
3006 }
3007 .field .onoff a {
3008         display: block;
3009         border:1px solid #666666;
3010         background-image:url("../../../images/onoff.jpg");
3011         background-repeat: no-repeat;
3012         padding: 4px 2px 2px 2px;
3013         height: 16px;
3014         text-decoration: none;
3015 }
3016 .field .onoff .off {
3017         border-color:#666666;
3018         padding-left: 40px;
3019         background-position: left center;
3020         background-color: #cccccc;
3021         color: #666666;
3022         text-align: right;
3023 }
3024 .field .onoff .on {
3025         border-color:#204A87;
3026         padding-right: 40px;
3027         background-position: right center;
3028         background-color: #D7E3F1;
3029         color: #204A87;
3030         text-align: left;
3031 }
3032 .hidden { display: none!important; }
3033
3034 .field.radio .field_help { margin-left: 0px; }
3035
3036
3037
3038 /**
3039  * ADMIN
3040  */
3041 #pending-update {
3042         float:right;
3043         color: #ffffff;
3044         font-weight: bold;
3045         background-color: #FF0000;
3046         padding: 0em 0.3em;
3047
3048 }
3049 #adminpage dl {
3050         clear: left;
3051         margin-bottom: 2px;
3052         padding-bottom: 2px;
3053         border-bottom: 1px solid black;
3054 }
3055 #adminpage dt {
3056         width: 200px;
3057         float: left;
3058         font-weight: bold;
3059 }
3060 #adminpage dd {
3061         margin-left: 200px;
3062 }
3063
3064 #adminpage h3 {
3065         border-bottom: 1px solid #cccccc;
3066 }
3067 #adminpage .field label {
3068         font-weight: bold;
3069 }
3070 #adminpage .submit {
3071         clear:left;
3072         text-align: right;
3073 }
3074
3075 #adminpage #pluginslist {
3076         margin: 0px; padding: 0px;
3077 }
3078 #adminpage .plugin {
3079         list-style: none;
3080         display: block;
3081         border: 1px solid #888888;
3082         padding: 1em;
3083         margin-bottom: 5px;
3084         clear: left;
3085 }
3086 #adminpage .plugin .desc { margin-left: 2.5em;}
3087 #adminpage .toggleplugin {
3088         float:left;
3089         margin-right: 1em;
3090 }
3091
3092 #adminpage table {width:100%; border-bottom: 1px solid #000000; margin: 5px 0px;}
3093 #adminpage table th { text-align: left;}
3094 #adminpage td .icon { float: left;}
3095 #adminpage table#users img { width: 16px; height: 16px; }
3096 #adminpage table tr:hover { background-color: #bbc7d7; }
3097 #adminpage .selectall { text-align: right; }
3098
3099 /*
3100  * UPDATE
3101  */
3102 .popup {
3103         width: 100%; height: 100%;
3104         top:0px; left:0px;
3105         position: absolute;
3106         display: none;
3107 }
3108
3109 .popup .background {
3110         background-color: rgba(0,0,0,128);
3111         opacity: 0.5;
3112         width: 100%; height: 100%;
3113         position: absolute;
3114         top:0px; left:0px;
3115 }
3116 .popup .panel {
3117         top:25%;left:25%;width:50%;height:50%;
3118         padding: 1em;
3119         position: absolute;
3120         border: 4px solid #000000;
3121         background-color: #FFFFFF;
3122 }
3123 .popup .panel .panel_text { display: block; overflow: auto; height: 80%; }
3124 .popup .panel .panel_in { width: 100%; height: 100%;    position: relative; }
3125 .popup .panel .panel_actions {  width: 100%; bottom: 4px; left: 0px; position: absolute; }
3126 .panel_text .progress { width: 50%; overflow: hidden; height: auto; border: 1px solid #cccccc; margin-bottom: 5px}
3127 .panel_text .progress span {float: right; display: block; width: 25%; background-color: #eeeeee; text-align: right;}
3128
3129 /**
3130  * OAuth
3131  */
3132 .oauthapp {
3133         height: auto; overflow: auto;
3134         border-bottom: 2px solid #cccccc;
3135         padding-bottom: 1em;
3136         margin-bottom: 1em;
3137 }
3138 .oauthapp img {
3139         float: left;
3140         width: 48px; height: 48px;
3141         margin: 10px;
3142 }
3143 .oauthapp img.noicon {
3144         background-image: url("../../../images/icons/48/plugin.png");
3145         background-position: center center;
3146         background-repeat: no-repeat;
3147 }
3148 .oauthapp a {
3149         float: left;
3150 }
3151
3152 /**
3153  * ICONS
3154  */
3155 .iconspacer {
3156         display: block; width: 16px; height: 16px;
3157 }
3158
3159 .icon {
3160         display: block; width: 16px; height: 16px;
3161         background-image: url('../../../images/icons.png');
3162 }
3163 .article { background-position: 0px 0px;}
3164 .audio { background-position: -16px 0px;}
3165 .block { background-position: -32px 0px;}
3166 .drop { background-position: -48px 0px;}
3167 .drophide { background-position: -64px 0px;}
3168 .edit { background-position: -80px 0px;}
3169 .camera { background-position: -96px 0px;}
3170 .dislike { background-position: -112px 0px;}
3171 .like { background-position: -128px 0px;}
3172 .link { background-position: -144px 0px;}
3173
3174 .globe { background-position: 0px -16px;}
3175 .noglobe { background-position: -16px -16px;}
3176 .no { background-position: -32px -16px;}
3177 .pause { background-position: -48px -16px;}
3178 .play { background-position: -64px -16px;}
3179 .pencil { background-position: -80px -16px;}
3180 .small-pencil { background-position: -96px -16px;}
3181 .recycle { background-position: -112px -16px;}
3182 .remote-link { background-position: -128px -16px;}
3183 .share { background-position: -144px -16px;}
3184
3185 .tools { background-position: 0px -32px;}
3186 .lock { background-position: -16px -32px;}
3187 .unlock { background-position: -32px -32px;}
3188 .video { background-position: -48px -32px;}
3189 .youtube { background-position: -64px -32px;}
3190 .attach { background-position: -80px -32px; }
3191 .language { background-position: -96px -32px; }
3192 .prev { background-position: -112px -32px; }
3193 .next { background-position: -128px -32px; }
3194 .on { background-position: -144px -32px; }
3195
3196 .off { background-position: 0px -48px; }
3197 .starred { background-position: -16px -48px; }
3198 .unstarred { background-position: -32px -48px; }
3199 .tagged { background-position: -48px -48px; }
3200 .yellow { background-position: -64px -48px; }
3201
3202 .attendyes { background-position: -80px -48px; }
3203 .attendno { background-position: -96px -48px; }
3204 .attendmaybe { background-position: -112px -48px; }
3205
3206 .filer-icon {
3207         display: block; width: 16px; height: 16px;
3208         background-image: url('file.gif');
3209 }
3210
3211 .icon.dim { opacity: 0.3;filter:alpha(opacity=30); }
3212 [class^="comment-edit-bb"] {
3213         list-style: none;
3214         display: none;
3215         margin: 0px 0 -5px 0px;
3216         padding: 0px;
3217         width: 75%;
3218 }
3219 [class^="comment-edit-bb"] > li {
3220         display: inline-block;
3221         margin: 10px 10px 0 0;
3222         visibility: none;
3223 }
3224 [class^="comment-edit-bb-end"] {
3225         clear: both;
3226 }
3227 .editicon {
3228     display: inline-block;
3229     width: 16px;
3230     height: 16px;
3231     background-image: url(bbedit.png);
3232         background-color: #fff;
3233     text-decoration: none;
3234 }
3235 .editicon:hover {
3236         background-color: #ccc;
3237 }
3238 .boldbb {
3239         background-position: 0px 0px;
3240 }
3241 .boldbb:hover {
3242         background-position: 0px -16px;
3243 }
3244 .italicbb {
3245         background-position: -16px 0px;
3246 }
3247 .italicbb:hover {
3248         background-position: -16px -16px;
3249 }
3250 .underlinebb {
3251         background-position: -32px 0px;
3252 }
3253 .underlinebb:hover {
3254         background-position: -32px -16px;
3255 }
3256 .quotebb {
3257         background-position: -48px 0px;
3258 }
3259 .quotebb:hover {
3260         background-position: -48px -16px;
3261 }
3262 .codebb {
3263         background-position: -64px 0px;
3264 }
3265 .codebb:hover {
3266         background-position: -64px -16px;
3267 }
3268 .imagebb {
3269         background-position: -80px 0px;
3270 }
3271 .imagebb:hover {
3272         background-position: -80px -16px;
3273 }
3274 .urlbb {
3275         background-position: -96px 0px;
3276 }
3277 .urlbb:hover {
3278         background-position: -96px -16px;
3279 }
3280 .videobb {
3281         background-position: -112px 0px;
3282 }
3283 .videobb:hover {
3284         background-position: -112px -16px;
3285 }
3286
3287 .attachtype {
3288         display: block; width: 20px; height: 23px;
3289         float: left;
3290         background-image: url('../../../images/content-types.png');
3291         background-position: -80px 0px;
3292 }
3293
3294 .body-attach {
3295         margin-top: 10px;
3296 }
3297
3298 .type-video { background-position: 0px 0px; }
3299 .type-image { background-position: -20px 0px; }
3300 .type-audio { background-position: -40px 0px; }
3301 .type-text  { background-position: -60px 0px; }
3302 .type-unkn  { background-position: -80px 0px; }
3303
3304
3305 /* autocomplete popup */
3306 .acpopup {
3307         background-color:#ffffff;
3308         overflow:auto;
3309         z-index:100000;
3310         border:1px solid #cccccc;
3311 }
3312 .acpopup-mce {
3313         max-height:150px;
3314         background-color:#ffffff;
3315         overflow:auto;
3316         z-index:100000;
3317         border:1px solid #cccccc;
3318 }
3319 .acpopupitem {
3320         background-color:#ffffff; padding: 4px;
3321         clear:left;
3322 }
3323 .acpopupitem img {
3324         float: left;
3325         margin-right: 4px;
3326 }
3327
3328 .acpopupitem.selected {
3329         color: #FFFFFF; background: #3465A4;
3330 }
3331 .textcomplete-item.active {
3332         color: #FFFFFF; background: #3465A4;
3333 }
3334 .active a .acpopup-sub-text {
3335         color: #fff;
3336 }
3337
3338 /* popup notifications */
3339 div.jGrowl div.notice {
3340   background: #511919 url("../../../images/icons/48/notice.png") no-repeat 5px center;
3341   color: #ffffff;
3342   padding-left: 58px;
3343 }
3344 div.jGrowl div.info {
3345   background: #364e59 url("../../../images/icons/48/info.png") no-repeat 5px center;
3346   color: #ffffff;
3347   padding-left: 58px;
3348 }
3349 #jGrowl.top-right {
3350         top: 15px;
3351         right: 15px;
3352 }
3353 .qcomment {
3354         border: 1px solid #EEE;
3355         padding: 3px;
3356         margin-top: 15px;
3357         margin-left: 25px;
3358         width: 125px;
3359         overflow-y: auto;
3360 }
3361
3362
3363 .qcomment option {
3364         width: 125px;
3365         overflow-x: hidden;
3366 }
3367
3368 .qcomment {
3369         opacity: 0.3;
3370         filter:alpha(opacity=30);
3371 }
3372 .qcomment:hover {
3373         opacity: 1.0;
3374         filter:alpha(opacity=100);
3375 }
3376
3377 /* notifications popup menu */
3378 .manage-notify {
3379   font-size: 10px;
3380   padding: 1px 3px;
3381   top: 0px;
3382   min-width: 15px;
3383   text-align: center;
3384   float: right;
3385   margin-top: -14px;
3386   margin-right: -20px;
3387 }
3388
3389 .nav-notify {
3390         display: none;
3391         position: absolute;
3392         font-size: 10px;
3393         padding: 1px 3px;
3394         top: 0px;
3395         right: -10px;
3396         min-width: 15px;
3397         text-align: right;
3398 }
3399 .nav-notify.show {
3400         display: block;
3401 }
3402 #nav-notifications-menu {
3403         width: 320px;
3404         max-height: 400px;
3405         overflow-y: scroll;overflow-style:scrollbar;
3406         background-color:#FFFFFF;
3407         -moz-border-radius: 5px;
3408         -webkit-border-radius: 5px;
3409         border-radius:5px;
3410         border: 1px solid #888;
3411         top: 90px;
3412         left: 200px;
3413 }
3414 #nav-notifications-menu .contactname { font-weight: bold; font-size: 0.9em; }
3415 #nav-notifications-menu img { float: left; margin-right: 5px; }
3416 #nav-notifications-menu .notif-when { font-size: 0.8em; display: block; }
3417 #nav-notifications-menu li {
3418         padding: 7px 0px 7px 10px;
3419         word-wrap:normal;
3420         border-bottom: 1px solid #000;
3421 }
3422
3423 #nav-notifications-menu li:hover {
3424
3425 }
3426
3427 #nav-notifications-menu a:hover {
3428         text-decoration: underline;
3429 }
3430
3431 .notif-item a {
3432         color: #000000;
3433 }
3434
3435 .notif-item a:hover {
3436         text-decoration: underline;
3437 }
3438
3439 .notif-image {
3440         width: 32px;
3441         height: 32px;
3442         padding: 7px 7px 0px 0px;
3443 }
3444
3445 .notify-seen {
3446         background: #DDDDDD;
3447 }
3448
3449 #id_term_label {
3450         width:75px;
3451 }
3452 #id_term {
3453         width:100px;
3454 }
3455
3456 #recip {
3457
3458 }
3459 .autocomplete-w1 { background: #ffffff no-repeat bottom right; position:absolute; top:0px; left:0px; margin:6px 0 0 6px; /* IE6 fix: */ _background:none; _margin:1px 0 0 0; }
3460 .autocomplete { color:#000; border:1px solid #999; background:#FFF; cursor:default; text-align:left; max-height:350px; overflow:auto; margin:-6px 6px 6px -6px; /* IE6 specific: */ _height:350px;  _margin:0; _overflow-x:hidden; }
3461 .autocomplete .selected { background:#F0F0F0; }
3462 .autocomplete div { padding:2px 5px; white-space:nowrap; overflow:hidden; }
3463
3464 #datebrowse-sidebar select {
3465         margin-left: 25px;
3466 }
3467
3468 #div_id_remember label {
3469         width: 170px;
3470 }
3471 #div_id_remember input {
3472         width: 20px;
3473 }
3474
3475 .shared_header span {
3476         margin-left: 10px;
3477 }
3478
3479 /* small screens */
3480 @media all and (max-width: 1089px) {
3481     .field label { width: 90%; }
3482     .field input, .field textarea, .field select  { width: 90%; }
3483         .field input[type="checkbox"],.field input[type="radio"] {
3484                 width: 2em;
3485         }
3486     #id_openid_url { width: 85%; }
3487     .field_help { margin-left: 0px; }
3488         textarea { width: 100%; }
3489 }
3490 @media all and (max-width: 760px) {
3491         body { background-image: none; }
3492         nav, aside, section, footer {
3493                 margin: 0px;
3494                 float: none;
3495                 position: relative;
3496                 width: 100%;
3497                 padding: 0.5em;
3498                 height: auto;
3499         }
3500         aside:before {
3501                 content: ">>";
3502                 display: block;
3503                 background-color: #eee;
3504         }
3505         aside { overflow: hidden; min-height: 0; height: 1em;}
3506         aside:hover, aside:focus { height: auto; }
3507
3508         nav .nav-link {
3509                 float: left;
3510                 width: 23%;
3511                 min-width: 100px;
3512                 height: 15px;
3513                 display: block;
3514                 margin: 0.4em 2px 0 0;
3515
3516                 padding: 6px 3px;
3517                 border-width: 1px 1px 0px;
3518                 border-style: solid solid none;
3519                 border-color: rgb(186, 189, 182);
3520                 background-color: rgb(174, 192,211)!important;
3521         }
3522         .nav-commlink.selected,
3523         .nav-commlink {
3524                 border-bottom: 0px;
3525                 padding: 6px 3px;
3526                 min-width: 100px;
3527                 float: left;
3528                 margin-top: 0.4em;
3529                 width: 23%;
3530                 bottom: auto;
3531         }
3532         .nav-ajax-left {margin-left: -1em; margin-top: 0px;     }
3533         nav #site-location,
3534         nav #banner { position: relative; clear:both; }
3535         ul.menu-popup { left: 0px; top: 20px; }
3536
3537 }
3538
3539 /* videos page */
3540 .videos .video-top-wrapper {
3541   width: 300px;
3542   float: left;
3543   margin: 0px 10px 10px 0px;
3544   position: relative;
3545 }
3546 .videos .video-top-wrapper .video-js {
3547   width: 300px!important;
3548   height: 232px!important;
3549 }
3550 .videos .video-top-wrapper .video-delete {
3551   position: absolute;
3552   opacity: 0;
3553   right: 0px;
3554   top: 0px;
3555   transition: opacity 0.5s;
3556 }
3557 .videos .video-top-wrapper:hover .video-delete {
3558   opacity: 1;
3559 }
3560 #message-preview .mail-list-sender-url, #message-preview .mail-list-delete {
3561         display: none;
3562 }
3563 #message-preview .mail-list-outside-wrapper {
3564         margin-top: 20px;
3565 }