]> git.mxchange.org Git - friendica.git/blob - view/theme/loozah/style.css
c68e38b68edf1ed6e78505ff54a9081f1b44c05f
[friendica.git] / view / theme / loozah / style.css
1 /*
2         Loozah CSS - Emmanuel Revah manurevah.com
3         Copy, Paste, Send - Free
4
5         this is still considered as messy :]
6 */
7
8 /** {*/
9         /*margin: 0;*/
10         /*padding: 0;*/
11 /*}*/
12
13 /* GENERIC STUFF */
14 body {
15         background: #F5F6FB;
16         color: #444444;
17         font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
18         font-size: 90%;
19         margin-left: 10px;
20 }
21 a, a:visited {
22 /*      color: #34366A; */
23         color: #15607B;
24         text-decoration: none;
25 }
26 a:hover {
27         color: #0CBEFE;
28         text-decoration: none;
29 }
30 input, select {
31         background-color: #ECECEC;
32         border: 1px solid #858585;
33 }
34 input:hover {
35
36         background-color: #0CBEFE;
37 /*      background-color: #49dbFa; */
38         color: black;
39 /*      color: #F5F6FB; */
40 /*      border: 1px solid #F5F6FB; */
41         cursor: pointer;
42 }
43
44 .openid {
45    background-color: #ECECEC !important;
46    background: url(login-bg.gif) no-repeat;
47    background-position: 0 50%;
48    padding-left: 18px;
49 }
50 .openid:hover {
51         background-color: #0CBEFE !important;
52 }
53
54 option {
55         background-color: #ECD6D2;
56 }
57 img {
58         border: none;
59 }
60 code {
61         font-family: Courier, monospace;
62         white-space: pre;
63         display: block;
64         overflow: auto;
65         border: 1px solid #444;
66         background: #EEE;
67         color: #444;
68         padding: 10px;
69         margin-top: 20px;
70 }
71 blockquote:before {
72         content: '>> ';
73 }
74
75 #site-location {
76         position: absolute;
77         right: 5px;
78         top: 3px;
79         color: white;
80         font-size: 60%;
81 }
82
83 .shiny {
84         border-color: orange !important;
85 }
86
87 .nav-login-link {
88         float: right;
89         margin-left: 0px;
90         margin-right: 3px;
91         padding: 3px;
92         font-size: 70%;
93 }
94
95 /* NOTIFICATION */
96 #notification-show-hide-link {
97         background-color: red;
98         padding: 2px 4px;
99         background-color: #ECECEC;
100         border: 1px solid #858585;
101 }
102 #notification-show-hide-link:hover {
103         background-color: #0CBEFE;
104         color: #F5F6FB;
105         border: 1px solid #F5F6FB;
106 }
107
108 #jot-perms-icon, 
109 #profile-location,
110 #profile-nolocation,
111 #profile-youtube, 
112 #profile-video,
113 #profile-audio, 
114 #profile-link,
115 #profile-title, 
116 #wall-image-upload,
117 #wall-file-upload,
118 #profile-upload-wrapper,
119 #wall-image-upload-div,
120 #wall-file-upload-div,
121 .hover, .focus {
122         cursor: pointer;
123 }
124
125 #jot-perms-icon {
126         float: left;
127 }
128
129 .fakelink, .fakelink:visited {
130         color: #15607B;
131         text-decoration: none;
132         cursor: pointer;
133         margin-top: 15px;
134         margin-bottom: 15px;
135 }
136 .lockview {
137         cursor: pointer;
138 }
139
140 .fakelink:hover {
141         color: #0CBEFE;
142         text-decoration: none;
143         cursor: pointer;
144 }
145 .smalltext {
146         font-size: 0.7em;
147 }
148 #sysmsg {
149         width: 600px;
150         margin-bottom: 10px;
151 }
152
153 #top-margin {
154         height: 20px;
155 }
156
157 #logo-img {
158         margin-top: 3px;
159
160 }
161
162 #logo-text {
163         font-family: "gill sans MT bold", "lucida grande",tahoma,verdana,arial,sans-serif;
164         margin-left: 3px;
165         vertical-align: top;
166 }
167
168 #logo-text a, #logo-text a:hover, #logo-text a:visited {
169         color: #F5F6FB;
170         font-family: "gill sans MT bold", "lucida grande",tahoma,verdana,arial,sans-serif;
171         margin-left: 3px;
172         vertical-align: top;
173 }
174
175
176 #banner {
177         color: #F5F6FB;
178         font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
179         font-size: 2.0em;
180         position: absolute;
181         top: 5px;
182         left: 39%;
183 }
184
185 #panel {
186         background-color: ivory;
187         position: absolute;
188         z-index: 2;
189         width: 30%;
190         padding: 25px;
191         border: 1px solid #444;
192 }
193
194 img.photo {
195         /*border: 1px solid #AAAAAA;*/
196         /*padding: 5px;*/
197         /*background: #FFFFFF;*/
198 }
199
200 #logo {
201         font-size: 300%;
202         color: #A8A8A8;
203         font-weight: bold;
204         margin-left: 280px;
205 }
206
207 /*
208  * #page-footer {
209  *      height: 20px;
210  *
211  * }
212  */
213
214 .heart {
215         color: #FF0000;
216         font-size: 100%;
217 }
218
219 aside {
220         /*position: absolute;*/
221         /*left: 0px;*/
222         /*top: 60px;*/
223         /*right: 250px;*/
224         width: 230px;
225         /*margin-left: 20px;*/
226         /*margin-right: 0px;*/
227         font-size: 0.9em;
228
229         float: left;
230         margin-top: 64px;
231         margin-left: 20px;
232 }
233 section {
234         position: absolute;
235         left: 250px;
236         top: 60px;
237         margin-top: 25px;
238         margin-left: 20px;
239         margin-right: 20px;
240         right: 0px;
241 }
242 h1 {
243         font-size: 1.6em;
244 }
245
246 nav {
247         position: absolute;
248         top: 0px;
249         height: 48px;
250         left: 0px;
251         right: 0px;
252         background: #15607B;
253 }
254
255 /*
256  * footer {
257  *      left: 0px;
258  *      bottom: 0px;
259  *      position: fixed;
260  *      background-color: #0CBEFE;
261  *      width: 100%;
262  *      padding: 2px 3%;
263  * }
264  */
265
266 .fn {
267         font-size: 1.4em;
268         margin-bottom: 5px;
269         line-height: 1.5;
270 }
271
272 .vcard .title {
273         margin-bottom: 5px;
274 }
275
276
277 .powered {
278         font-size: 0.6em;
279         color: black;
280 }
281 .powered a {
282         color: #EBF3F3;
283         font-weight: bold;
284 }
285 .powered a:hover {
286         color: #FFC019;
287 }
288 .error-message {
289         color: #FF0000;
290         font-size: 1.1em;
291         border: 1px solid #FF8888;
292         background-color: #FFEEEE;
293         padding: 10px;
294 }
295 .info-message {
296         color: #204a87;
297         font-size: 1.1em;
298         border: 1px solid #3465a4;
299         background-color: #d7e3f1;
300         padding: 10px;
301 }
302
303
304 .nav-link {
305         float: right;
306         margin-left: 0px;
307         margin-right: 3px;
308         padding: 6px;
309         /*border: 2px solid #000000;*/
310         background: #D5D5D5;
311         font-size: 80%;
312         font-weight: bold;
313         -moz-border-radius-topleft: 3px;
314         -moz-border-radius-topright: 3px;
315         -webkit-border-radius-topleft: 3px;
316         -webkit-border-radius-topright: 3px;
317         border-radius-topleft: 3px;
318         border-radius-topright: 3px;
319 }
320 .nav-link:hover {
321         background-color: #0CBEFE;
322         color: #F5F6FB;
323 }
324
325
326 .nav-ajax-left {
327         margin-left: 1px;
328         margin-right: 2px;
329         float: left;
330         font-size: 0.6em;
331         font-weight: bold;
332         color: #F8FF15;
333         /*background: #FFFFFF;*/
334 }
335
336
337
338 .nav-selected {
339         border-bottom: none !important;
340         background: #F5F6FB !important;
341         padding: 8px 6px 6px 6px !important;
342         color: #000 !important;
343 }
344
345
346 .nav-ajax-left:hover {
347         font-size: 1.5em;
348 }
349
350 .nav-ajax-right {
351         margin-left: 1px;
352         float: right;
353         font-size: 0.6em;
354         font-weight: bold;
355         color: #FF0000;
356 }
357
358 .nav-commlink {
359         float: left;
360         margin-left: 3px;
361         margin-right: 0px;
362         padding: 6px;
363         /*border: 2px solid #000000;*/
364         background: #D5D5D5;
365         font-size: 80%;
366         font-weight: bold;
367         text-decoration: none;
368         -moz-border-radius-topleft: 3px;
369         -moz-border-radius-topright: 3px;
370         -webkit-border-radius-topleft: 3px;
371         -webkit-border-radius-topright: 3px;
372         border-radius-topleft: 3px;
373         border-radius-topright: 3px;
374 }
375 .nav-commlink:hover {
376         background-color: #0CBEFE;
377         color: #F5F6FB;
378 }
379
380 #nav-end {
381         clear: both;
382 }
383
384 .login-extra-links {
385         font-size: 0.7em;
386 }
387
388 #profile-extra-links {
389         margin-top: 20px;
390         margin-bottom: 20px;
391         margin-left: 20px;
392         margin-right: 20px;
393 }
394 #register-fill-ext {
395         margin-bottom: 25px;
396 }
397
398 #label-register-name, #label-register-email, #label-register-nickname, #label-register-openid {
399         float: left;
400         width: 350px;
401         margin-top: 10px;
402 }
403
404 #register-name, #register-email, #register-nickname {
405         float: left;
406         margin-top: 10px;
407         width: 150px;
408 }
409
410 #register-openid {
411         float: left;
412         margin-top: 10px;
413         width: 130px;
414 }
415
416 #register-name-end, #register-email-end, #register-nickname-end, #register-submit-end, #register-openid-end {
417         clear: both;
418 }
419
420 #register-nickname-desc {
421         margin-top: 30px;
422         width: 650px;
423 }
424 #register-sitename {
425         float: left;
426         margin-top: 10px;
427 }
428
429 #register-submit-button {
430         margin-top: 10px;
431 }
432
433 #label-login-name, #label-login-password, #login-extra-filler {
434         float: left;
435         width: 200px;
436         margin-bottom: 20px;
437 }
438
439
440 #login-password {
441         float: left;
442         width: 170px;
443 }
444
445 #login-name {
446         float: left;
447         width: 153px;
448 }
449
450 #login-name.no-openid {
451         float: left;
452         width: 170px;
453 }
454
455 #register-link, #lost-password-link {
456         float: left;
457         font-size: 80%;
458         margin-right: 15px;
459 }
460
461 #login-name-end, #login-password-end, #login-extra-end, #login-submit-end {
462         clear: both;
463 }
464
465 #login-submit-button {
466 /*      margin-top: 10px; */
467         margin-left: 200px;
468 }
469
470 input#dfrn-url {
471         float: left;
472         background: url(friendika-16.png) no-repeat;
473         background-position: 2px center;
474         font-size: 17px;
475         padding-left: 21px;
476         height: 21px;
477         background-color: #FFFFFF;
478         color: #000000;
479         margin-bottom: 20px;
480 }
481
482 #dfrn-url-label {
483         float: left;
484         width: 250px;
485 }
486
487 #dfrn-request-url-end {
488         clear: both;
489 }
490
491 #knowyouyes, #knowyouno {
492         float: left;
493 }
494
495 #dfrn-request-knowyou-yes-wrapper, #dfrn-request-knowyou-no-wrapper {
496
497         float: none;
498 }
499 #dfrn-request-knowyou-yes-label, #dfrn-request-knowyou-no-label {
500         float: left;
501         width: 75px;
502         margin-left: 50px;
503         margin-bottom: 7px;
504 }
505 #dfrn-request-knowyou-break, #dfrn-request-knowyou-end {
506         clear: both;
507
508 }
509
510 #dfrn-request-message-wrapper {
511         margin-bottom: 50px;
512 }
513 #dfrn-request-submit-wrapper {
514         clear: both;
515         margin-left: 50px;
516 }
517
518 #dfrn-request-info-wrapper {
519         margin-left: 50px;
520 }
521
522 #settings-nick-wrapper {
523         margin-bottom: 15px;
524 }
525
526 #settings-expire-end {
527         margin-bottom: 30px;
528 }
529
530 #settings-username-end,
531 #settings-email-end,
532 #settings-nick-end,
533 #settings-defloc-end,
534 #settings-allowloc-end,
535 #settings-blockw-end,
536 #settings-timezone-end,
537 #settings-theme-end,
538 #settings-password-end,
539 #settings-confirm-end,
540 #settings-openid-end,
541 #settings-maxreq-end,
542 #notify1-end,
543 #notify2-end,
544 #notify3-end,
545 #notify4-end,
546 #notify5-end,
547 #imap-server-end,
548 #imap-port-end,
549 #imap-ssl-end,
550 #imap-user-end,
551 #imap-pass-end,
552 #imap-replyto-end,
553 #imap-pubmail-end {
554         margin-bottom: 5px;
555         clear: both;
556 }
557
558 #settings-username-label,
559 #settings-email-label,
560 #settings-nick-label,
561 #settings-defloc-label,
562 #settings-allowloc-label,
563 #settings-blockw-label,
564 #settings-timezone-label,
565 #settings-theme-label,
566 #settings-password-label,
567 #settings-confirm-label,
568 #settings-openid-label,
569 #settings-maxreq-label,
570 #settings-label-notify1,
571 #settings-label-notify2,
572 #settings-label-notify3,
573 #settings-label-notify4,
574 #settings-label-notify5,
575 #settings-label-imap1,
576 #settings-label-imap2,
577 #settings-label-imap3,
578 #settings-label-imap4,
579 #settings-label-imap5,
580 #settings-label-imap6,
581 #settings-label-imap7 {
582         float: left;
583         width: 200px;
584 }
585
586 #settings-username,
587 #settings-email,
588 #settings-nick,
589 #settings-defloc,
590 #settings-allowloc,
591 #settings-blockw,
592 #timezone-select,
593 #theme-select,
594 #settings-password,
595 #settings-confirm,
596 #settings-maxreq,
597 #notify1,
598 #notify2,
599 #notify3,
600 #notify4,
601 #notify5,
602 #imap-server,
603 #imap-port,
604 #imap-ssl,
605 #imap-user,
606 #imap-pass,
607 #imap-replyto,
608 #imap-pubmail {
609         float: left;
610         margin-bottom: 20px;
611 }
612
613 #settings-openid {
614         float: left;
615         margin-bottom: 20px;
616         width: 127px;
617 }
618         
619 #settings-maxreq-desc {
620         float: left;
621         margin-left: 20px;
622 }
623
624 #settings-theme-label,
625 #settings-defloc-label {
626         margin-top: 20px;
627 }
628
629 #settings-defloc {
630         margin-top: 20px;
631 }
632
633
634 #theme-select {
635         margin-top: 20px;
636         width: 207px;
637 }
638 #settings-notify-desc {
639         margin-top: 20px;
640         margin-bottom: 20px;
641 }
642 #settings-nick-desc {
643         width: 500px;
644 }
645
646 #settings-nick {
647         margin-bottom: 30px;
648 }
649
650 #cropimage-wrapper, #cropimage-preview-wrapper {
651         float: left;
652         padding: 30px;
653 }
654
655 #crop-image-form {
656         margin-top: 30px;
657         clear: both;
658 }
659
660 .intro-wrapper {
661         margin-top: 20px;
662 }
663
664 .intro-fullname {
665         font-size: 1.1em;
666         font-weight: bold;
667
668 }
669 .intro-desc {
670         margin-bottom: 20px;
671         font-weight: bold;
672 }
673
674 .intro-note {
675         padding: 10px;
676 }
677
678 .intro-end {
679         padding: 30px;
680 }
681
682 .intro-form {
683         float: left;
684 }
685 .intro-approve-form {
686         clear: both;
687 }
688 .intro-approve-as-friend-end {
689         clear: both;
690 }
691 .intro-submit-approve, .intro-submit-ignore {
692         margin-right: 20px;
693 }
694 .intro-submit-approve {
695         margin-top: 15px;
696 }
697
698 .intro-approve-as-friend-label, .intro-approve-as-fan-label {
699         float: left;
700         width: 100px;
701         margin-left: 20px;
702 }
703 .intro-approve-as-friend, .intro-approve-as-fan {
704         float: left;
705 }
706 .intro-form-end {
707         clear: both;
708 }
709 .intro-approve-as-friend-desc {
710         margin-top: 15px;
711 }
712 .intro-approve-as-end {
713         clear: both;
714         margin-bottom: 10px;
715 }
716
717 .intro-end {
718         clear: both;
719         margin-bottom: 30px;
720 }
721
722 #profile-extra-links ul {
723         list-style-type: none;
724 }
725
726
727 #profile-extra-links li {
728         margin-top: 5px;
729 }
730
731 #profile-edit-links ul {
732         list-style-type: none;
733 }
734
735 #profile-edit-links li {
736         margin-top: 10px;
737 }
738
739 .view-contact-wrapper {
740         margin-top: 20px;
741         float: left;
742         margin-left: 20px;
743         width: 180px;
744 }
745 #view-contact-end {
746         clear: both;
747 }
748 #viewcontacts {
749         margin-top: 15px;
750 }
751 #profile-edit-default-desc {
752         color: #FF0000;
753         border: 1px solid #FF8888;
754         background-color: #FFEEEE;
755         padding: 7px;
756 }
757
758 #profile-edit-clone-link-wrapper {
759         float: left;
760         margin-left: 50px;
761         margin-bottom: 20px;
762         width: 300px;
763 }
764
765 #profile-edit-drop-link-wrapper {
766         float: left;
767 }
768
769 #profile-edit-links-end {
770         clear: both;
771 }
772 .profile-listing-photo {
773         border: none;
774 }
775
776 .profile-edit-submit-wrapper {
777         margin-top: 20px;
778         margin-bottom: 20px;
779 }
780
781 #profile-photo-link-select-wrapper {
782         margin-top: 2em;
783 }
784 #profile-photo-wrapper img {
785         width:175px;
786         height:175px;
787 }
788
789 #profile-edit-profile-name-label,
790 #profile-edit-name-label,
791 #profile-edit-pdesc-label,
792 #profile-edit-gender-label,
793 #profile-edit-dob-label,
794 #profile-edit-address-label,
795 #profile-edit-locality-label,
796 #profile-edit-region-label,
797 #profile-edit-postal-code-label,
798 #profile-edit-country-name-label,
799 #profile-edit-marital-label,
800 #profile-edit-sexual-label,
801 #profile-edit-politic-label,
802 #profile-edit-religion-label,
803 #profile-edit-pubkeywords-label,
804 #profile-edit-prvkeywords-label,
805 #profile-edit-homepage-label {
806         float: left;
807         width: 175px;
808 }
809
810 #profile-edit-profile-name,
811 #profile-edit-name,
812 #profile-edit-pdesc,
813 #gender-select,
814 #profile-edit-dob,
815 #profile-edit-address,
816 #profile-edit-locality,
817 #profile-edit-region,
818 #profile-edit-postal-code,
819 #profile-edit-country-name,
820 #marital-select,
821 #sexual-select,
822 #profile-edit-politic,
823 #profile-edit-religion,
824 #profile-edit-pubkeywords,
825 #profile-edit-prvkeywords,
826 #profile-in-dir-yes,
827 #profile-in-dir-no,
828 #profile-in-netdir-yes,
829 #profile-in-netdir-no,
830 #hide-wall-yes,
831 #hide-wall-no,
832 #hide-friends-yes,
833 #hide-friends-no,
834 #settings-normal,
835 #settings-soapbox,
836 #settings-community,
837 #settings-freelove {
838         float: left;
839         margin-bottom: 20px;
840 }
841
842 #profile-in-dir-yes-label,
843 #profile-in-dir-no-label,
844 #profile-in-netdir-yes-label,
845 #profile-in-netdir-no-label,
846 #hide-wall-yes-label,
847 #hide-wall-no-label,
848 #hide-friends-yes-label,
849 #hide-friends-no-label {
850         margin-left: 125px;
851         float: left;
852         width: 50px;
853 }
854
855 #profile-edit-with-label {
856         width: 175px;
857         margin-left: 20px;
858 }
859
860 #profile-edit-pubkeywords-desc,
861 #profile-edit-prvkeywords-desc {
862         float: left;
863         margin-left: 20px;
864 }
865
866 #profile-publish-yes-reg,
867 #profile-publish-no-reg {
868        float: left;
869        margin-bottom: 10px;
870 }
871
872 #profile-publish-yes-label-reg,
873 #profile-publish-no-label-reg {
874        margin-left: 350px;
875        float: left;
876        width: 50px;
877 }
878
879 #profile-publish-break-reg,
880 #profile-publish-end-reg {
881        clear: both;
882 }
883
884
885
886 #profile-edit-homepage {
887         float: left;
888         margin-bottom: 35px;
889 }
890 #settings-normal-label,
891 #settings-soapbox-label,
892 #settings-community-label,
893 #settings-freelove-label {
894         float: left;
895         width: 200px;
896 }
897 #settings-normal-desc,
898 #settings-soapbox-desc,
899 #settings-community-desc,
900 #settings-freelove-desc {
901         float: left;
902         margin-left: 75px;
903 }
904
905 #profile-edit-profile-name-end,
906 #profile-edit-name-end,
907 #profile-edit-pdesc-end,
908 #profile-edit-gender-end,
909 #profile-edit-dob-end,
910 #profile-edit-address-end,
911 #profile-edit-locality-end,
912 #profile-edit-region-end,
913 #profile-edit-postal-code-end,
914 #profile-edit-country-name-end,
915 #profile-edit-marital-end,
916 #profile-edit-sexual-end,
917 #profile-edit-politic-end,
918 #profile-edit-religion-end,
919 #profile-edit-pubkeywords-end,
920 #profile-edit-prvkeywords-end,
921 #profile-edit-homepage-end,
922 #profile-in-dir-break,
923 #profile-in-dir-end,
924 #profile-in-netdir-break,
925 #profile-in-netdir-end,
926 #hide-wall-break,
927 #hide-wall-end,
928 #hide-friends-break,
929 #hide-friends-end,
930 #settings-normal-break,
931 #settings-soapbox-break,
932 #settings-community-break,
933 #settings-freelove-break {
934         clear: both;
935 }
936
937
938
939
940
941 #gender-select, #marital-select, #sexual-select {
942         width: 220px;
943 }
944
945 #profile-edit-profile-name-wrapper .required {
946         color: #FF0000;
947         float: left;
948 }
949
950 #contacts-main {
951         margin-top: 20px;
952         margin-bottom: 20px;
953 }
954
955 .contact-entry-wrapper {
956         float: left;
957         width: 180px;
958 }
959
960 .contact-entry-direction-icon {
961         margin-top: 24px;
962         margin-right: 2px;
963 }
964
965 .contact-entry-photo img {
966         border: none;
967 }
968 .contact-entry-photo-end {
969         clear: both;
970 }
971 .contact-entry-name {
972         float: left;
973         margin-left: 30px;
974 }
975 .contact-entry-edit-links {
976         margin-top: 6px;
977         margin-left: 10px;
978         width: 16px;
979 }
980 .contact-entry-nav-wrapper {
981         float: left;
982         margin-left: 10px;
983 }
984
985 .contact-entry-edit-links img {
986         border: none;
987         margin-right: 15px;
988 }
989 .contact-entry-photo {
990         float: left;
991 }
992 .contact-entry-end {
993         clear: both;
994 }
995
996 #contact-edit-end {
997         clear: both;
998 }
999
1000
1001 #fsuggest-desc, #fsuggest-submit-wrapper {
1002         margin-top: 15px;
1003         margin-bottom: 15px;
1004 }
1005
1006
1007 .wall-item-content-wrapper {
1008         margin-top: 10px;
1009         border: 1px solid #CCC;
1010         position: relative;
1011 }
1012
1013 .wall-item-content-wrapper.comment {
1014         margin-left: 50px;
1015         background: #CCCCCC;
1016 }
1017
1018 .wall-item-photo-wrapper {
1019         margin-top: 10px;
1020         margin-left: 10px;
1021         margin-bottom: 10px;
1022         width: 100px;
1023         float: left;
1024 }
1025
1026 .wall-item-photo-menu-button {
1027         display: block;
1028         position: absolute;
1029         background-image: url("photo-menu.jpg");
1030         background-position: top left; 
1031         background-repeat: no-repeat;
1032         margin: 0px; padding: 0px;
1033         width: 16px;
1034         height: 16px;
1035         top: 74px; left:10px;
1036         overflow: hidden;
1037         text-indent: 40px;
1038         display: none;
1039 }
1040 .wall-item-photo-menu {
1041         width: auto;
1042         border: 2px solid #444444;
1043         background: #FFFFFF;
1044         position: absolute;
1045         left: 10px; top: 90px;
1046         display: none;
1047         z-index: 10000;
1048 }
1049 .wall-item-photo-menu ul { margin:0px; padding: 0px; list-style: none }
1050 .wall-item-photo-menu li a { display: block; padding: 2px; }
1051 .wall-item-photo-menu li a:hover { color: #FFFFFF; background: #3465A4; text-decoration: none; }
1052
1053
1054 .wall-item-arrowphoto-wrapper {
1055         margin-top: 40px;
1056 }
1057 .wall-item-wrapper {
1058         margin-left: 10px;;
1059 }
1060
1061 .wall-item-lock {
1062         position: absolute;
1063         left: 105px;
1064         top: 1px;
1065 }
1066
1067 .wall-item-ago {
1068         color: #888888;
1069         font-size: 0.8em;
1070 }
1071 .wall-item-like-buttons {
1072     float: left;
1073     margin-right: 10px;
1074     padding-right: 10px;
1075     border-right: 2px solid #fff;
1076 }
1077 .wall-item-like-buttons > a,
1078 .wall-item-like-buttons > img {
1079         float: left;
1080 }
1081
1082 .wall-item-share-buttons {
1083         margin-left: 5px;
1084 }
1085
1086 .editpost {
1087         margin-left: 15px;
1088 }
1089
1090 .wall-item-info.wallwall {
1091         width: 285px;
1092 }
1093
1094 .wwto, .wall-item-arrowphoto-wrapper, .wwfrom {
1095         float: left;
1096         margin-right: 10px;
1097 }
1098
1099
1100 .wall-item-links-wrapper {
1101     float: left;
1102 }
1103
1104 .wall-item-delete-wrapper {
1105     float: right;
1106 }
1107
1108 .wall-item-delete-end {
1109     clear: both;
1110 }
1111
1112
1113 .wall-item-like-buttons img {
1114         cursor: pointer;
1115 }
1116
1117 .wall-item-delete-icon {
1118         border: none;
1119 }
1120
1121
1122 .wall-item-wrapper-end {
1123         clear: both;
1124 }
1125 .wall-item-name-link {
1126         font-weight: bold;
1127         text-decoration: none;
1128         color: #3172BD;
1129 }
1130 .wall-item-photo {
1131         border: none;
1132 }
1133 .wall-item-content {
1134         float: left;
1135         width: 450px;
1136         margin-left: 10px;
1137         margin-bottom: 20px;
1138         padding: 20px;
1139         max-height: 400px;
1140         overflow: auto;
1141
1142 }
1143 .wall-item-tools {
1144     clear: both;
1145 padding: 5px 10px 0px;
1146 }
1147 .wall-item-photo-end {
1148         clear: both;
1149 }
1150 .wall-item-author {
1151         margin-top: 10px;
1152 }
1153 .wall-item-info {
1154     display: block;
1155     float: left;
1156     width:110px;
1157     margin-right:10px;
1158 }
1159
1160 .wall-item-title {
1161         float: left;
1162         font-weight: bold;
1163         width: 450px;
1164 }
1165
1166 .wall-item-body {
1167         float: left;
1168         width: 450px;
1169         margin-top: 10px;
1170 }
1171
1172 .comment-edit-wrapper {
1173         margin-top: 15px;
1174         background: #CCCCCC;
1175         margin-left: 50px;
1176 }
1177
1178 .comment-wwedit-wrapper {
1179         margin-top: 15px;
1180         background: #CCCCCC;
1181         margin-left: 250px;
1182 }
1183
1184 .comment-edit-photo {
1185         margin-top: 10px;
1186         margin-left: 10px;
1187         margin-bottom: 10px;
1188         width: 100px;
1189         float: left;
1190 }
1191 .comment-edit-text-empty, .comment-edit-text-full {
1192         float: left;
1193         margin-top: 40px;
1194 }
1195 .comment-edit-text-end {
1196         clear: both;
1197 }
1198
1199 .comment-edit-submit {
1200         margin-left: 110px;
1201         margin-top: 10px;
1202 }
1203 #profile-jot-plugin-wrapper,
1204 #profile-jot-submit-wrapper {
1205         margin-top: 15px;
1206 }
1207
1208 #profile-jot-submit {
1209         float: left;
1210 }
1211 #profile-upload-wrapper {
1212         float: left;
1213         margin-left: 30px;
1214 }
1215 #profile-attach-wrapper {
1216     float: left;
1217     margin-left: 30px;
1218 }
1219 #profile-rotator {
1220         float: left;
1221         margin-left: 30px;
1222 }
1223 #profile-link-wrapper {
1224         float: left;
1225         margin-left: 15px;
1226 }
1227 #profile-youtube-wrapper {
1228         float: left;
1229         margin-left: 15px;
1230 }
1231 #profile-video-wrapper {
1232         float: left;
1233         margin-left: 15px;
1234 }
1235 #profile-audio-wrapper {
1236         float: left;
1237         margin-left: 15px;
1238 }
1239 #profile-location-wrapper {
1240         float: left;
1241         margin-left: 15px;
1242 }
1243 #profile-nolocation-wrapper {
1244         float: left;
1245         margin-left: 15px;
1246 }
1247
1248 #profile-title-wrapper {
1249         float: left;
1250         margin-left: 15px;
1251 }
1252
1253 #profile-jot-perms {
1254         float: left;
1255         margin-left: 100px;
1256         font-weight: bold;
1257         font-size: 1.2em;
1258 }
1259
1260 #profile-jot-perms-end {
1261         clear: both;
1262 }
1263 #profile-jot-plugin-end {
1264   clear:both;
1265 }
1266 .profile-jot-net {
1267         float: left;
1268         margin-right: 10px;
1269         margin-top: 5px;
1270         margin-bottom: 5px;
1271 }
1272
1273 #profile-jot-networks-end {
1274         clear: both;
1275 }
1276
1277 #profile-jot-end {
1278         clear: both;
1279         margin-bottom: 30px;
1280 }
1281 #about-jot-submit-wrapper {
1282         margin-top: 15px;
1283 }
1284 #about-jot-end {
1285         margin-bottom: 30px;
1286 }
1287 #contacts-main {
1288         margin-bottom: 30px;
1289 }
1290
1291 #profile-listing-desc {
1292         margin-left: 30px;
1293 }
1294
1295 #profile-listing-new-link-wrapper {
1296         margin-left: 30px;
1297         margin-bottom: 30px;
1298 }
1299 .profile-listing-photo-wrapper {
1300         float: left;
1301 }
1302
1303 .profile-listing-edit-buttons-wrapper {
1304         clear: both;
1305 }
1306 .profile-listing-photo-edit-link {
1307         float: left;
1308         width: 125px;
1309 }
1310 .profile-listing-end {
1311         clear: both;
1312 }
1313 .profile-listing-edit-buttons-wrapper img{
1314         border: none;
1315         margin-right: 20px;
1316 }
1317 .profile-listing {
1318         margin-top: 25px;
1319 }
1320 .profile-listing-name {
1321         float: left;
1322         margin-left: 32px;
1323         margin-top: 10px;
1324         color: #3172BD;
1325         font-weight: bold;
1326         width: 200px;
1327
1328 }
1329 .fortune {
1330         margin-top: 50px;
1331         color: #4444FF;
1332         font-weight: bold;
1333         margin-bottom: 20px;
1334 }
1335
1336
1337 .directory-end {
1338         clear: both;
1339 }
1340 .directory-name {
1341         text-align: center;
1342 }
1343 .directory-photo {
1344         margin-left: 25px;
1345 }
1346 .directory-details {
1347         font-size: 0.7em;
1348         text-align: center;
1349         margin-left: 5px;
1350         margin-right: 5px;
1351 }
1352 .directory-item {
1353         float: left;
1354         width: 225px;
1355         height: 260px;
1356         overflow: auto;
1357 }
1358
1359 #directory-search-wrapper {
1360         margin-top: 20px;
1361         margin-right: 20px;
1362         margin-bottom: 50px;
1363 }
1364
1365 #directory-search-end {
1366 }
1367
1368 .directory-photo-img {
1369         border: none;
1370 }
1371
1372
1373 .pager {
1374   padding: 10px;
1375   text-align: center;
1376   font-size: 1.0em;
1377 }
1378
1379
1380 .pager_first,
1381 .pager_last,
1382 .pager_prev,
1383 .pager_next,
1384 .pager_n {
1385         border: 1px solid black;
1386         background: #EEE;
1387         padding: 4px;
1388 }
1389
1390 .pager_first a,
1391 .pager_last a,
1392 .pager_prev a,
1393 .pager_next a,
1394 .pager_n a {
1395         text-decoration: none;
1396 }
1397
1398 .pager_current {
1399   border: 1px solid black;
1400   background: #FFCCCC;
1401   padding: 4px;
1402 }
1403
1404
1405 #advanced-profile-name-wrapper,
1406 #advanced-profile-gender-wrapper,
1407 #advanced-profile-dob-wrapper,
1408 #advanced-profile-age-wrapper,
1409 #advanced-profile-marital-wrapper,
1410 #advanced-profile-sexual-wrapper,
1411 #advanced-profile-homepage-wrapper,
1412 #advanced-profile-politic-wrapper,
1413 #advanced-profile-religion-wrapper,
1414 #advanced-profile-about-wrapper,
1415 #advanced-profile-interest-wrapper,
1416 #advanced-profile-contact-wrapper,
1417 #advanced-profile-music-wrapper,
1418 #advanced-profile-book-wrapper,
1419 #advanced-profile-tv-wrapper,
1420 #advanced-profile-film-wrapper,
1421 #advanced-profile-romance-wrapper,
1422 #advanced-profile-work-wrapper,
1423 #advanced-profile-education-wrapper {
1424         margin-top: 20px;
1425 }
1426
1427 #advanced-profile-name-text,
1428 #advanced-profile-gender-text,
1429 #advanced-profile-dob-text,
1430 #advanced-profile-age-text,
1431 #advanced-profile-marital-text,
1432 #advanced-profile-sexual-text,
1433 #advanced-profile-homepage-text,
1434 #advanced-profile-politic-text,
1435 #advanced-profile-religion-text,
1436 #advanced-profile-about-text,
1437 #advanced-profile-interest-text,
1438 #advanced-profile-contact-text,
1439 #advanced-profile-music-text,
1440 #advanced-profile-book-text,
1441 #advanced-profile-tv-text,
1442 #advanced-profile-film-text,
1443 #advanced-profile-romance-text,
1444 #advanced-profile-work-text,
1445 #advanced-profile-education-text {
1446         width: 300px;
1447         float: left;
1448 }
1449
1450 #advanced-profile-name-end,
1451 #advanced-profile-gender-end,
1452 #advanced-profile-dob-end,
1453 #advanced-profile-age-end,
1454 #advanced-profile-marital-end,
1455 #advanced-profile-sexual-end,
1456 #advanced-profile-homepage-end,
1457 #advanced-profile-politic-end,
1458 #advanced-profile-religion-end {
1459         clear: both;
1460 }
1461
1462 #advanced-profile-about-end,
1463 #advanced-profile-interest-end,
1464 #advanced-profile-contact-end,
1465 #advanced-profile-music-end,
1466 #advanced-profile-book-end,
1467 #advanced-profile-tv-end,
1468 #advanced-profile-film-end,
1469 #advanced-profile-romance-end,
1470 #advanced-profile-work-end,
1471 #advanced-profile-education-end {
1472
1473
1474 }
1475
1476 #advanced-profile-name,
1477 #advanced-profile-gender,
1478 #advanced-profile-dob,
1479 #advanced-profile-age,
1480 #advanced-profile-marital,
1481 #advanced-profile-sexual,
1482 #advanced-profile-homepage,
1483 #advanced-profile-politic,
1484 #advanced-profile-religion {
1485         float: left;
1486
1487 }
1488
1489
1490 #advanced-profile-about,
1491 #advanced-profile-interest,
1492 #advanced-profile-contact,
1493 #advanced-profile-music,
1494 #advanced-profile-book,
1495 #advanced-profile-tv,
1496 #advanced-profile-film,
1497 #advanced-profile-romance,
1498 #advanced-profile-work,
1499 #advanced-profile-education {
1500         margin-top: 10px;
1501         margin-left: 50px;
1502         margin-right: 20px;
1503         padding: 10px;
1504         border: 1px solid #CCCCCC;
1505 }
1506
1507 #advanced-profile-with {
1508         float: left;
1509         margin-left: 15px;
1510 }
1511
1512 #contact-edit-wrapper {
1513         margin-top: 50px;
1514 }
1515
1516 #contact-edit-banner-name {
1517         font-size: 1.4em;
1518         font-weight: bold;
1519         margin-left: 30px;
1520 }
1521
1522 #contact-edit-poll-wrapper {
1523         margin-left: 50px;
1524         margin-top: 30px;
1525 }
1526 #contact-edit-poll-text {
1527         margin-top: 15px;
1528         margin-bottom: 5px;
1529 }
1530
1531 #contact-edit-update-now {
1532         margin-top: 15px;
1533 }
1534
1535 #contact-edit-photo-wrapper {
1536         margin-bottom: 20px;
1537 }
1538 #contact-edit-links {
1539         float: left;
1540 }
1541 #contact-edit-links a {
1542         float: left;
1543 }
1544 #contact-edit-links img {
1545         margin-left: 20px;
1546         border: none;
1547 }
1548
1549 #contact-drop-links {
1550         float: left;
1551 }
1552
1553 #contact-drop-links img {
1554         margin-left: 20px;
1555         border: none;
1556 }
1557
1558 #contact-edit-nav-end {
1559         clear: both;
1560 }
1561
1562 #contact-edit-direction-icon {
1563         float: left;
1564         margin-top: 70px;
1565         margin-right: 2px;
1566 }
1567
1568 #contact-edit-photo {
1569         float: left;
1570 }
1571
1572 #contact-edit-photo-end {
1573         clear: both;
1574 }
1575
1576 #contact-edit-photo-wrapper {
1577         float: left;
1578 }
1579
1580 #contact-edit-nav-wrapper {
1581         float: left;
1582 }
1583
1584 #contact-edit-end {
1585         clear: both;
1586 }
1587
1588 #contact-profile-selector {
1589         width: 175px;
1590         margin-left: 175px;
1591 }
1592
1593 #contact-reputation-selector {
1594         margin-left: 175px;
1595 }
1596
1597 #contact-edit-rating-text {
1598         margin-left: 175px;
1599 }
1600
1601 .contact-edit-submit {
1602         margin-top: 20px;
1603         margin-left: 50px;
1604 }
1605
1606 #block-message, #ignore-message, #profile-edit-insecure {
1607         margin-top: 20px;
1608         color: #FF0000;
1609         font-size: 1.1em;
1610         border: 1px solid #FF8888;
1611         background-color: #FFEEEE;
1612         padding: 10px;
1613 }
1614
1615 #block-message, #ignore-message {
1616         width: 180px;
1617 }
1618
1619 #profile-edit-insecure {
1620         width: 600px;
1621 }
1622
1623 .profile-tabs {
1624         float: left;
1625         padding: 4px;
1626         margin-top: 10px;
1627         margin-bottom: 10px;
1628         margin-right: 5px;
1629         /*border: 1px solid #CCC;*/
1630         /*background: #F8F8F8;*/
1631         font-size: 0.8em;
1632         font-weight: bold;
1633         background-color: #ECECEC;
1634         border: 1px solid #858585;
1635 }
1636 .profile-tabs:hover {
1637         background-color: #0CBEFE;
1638         color: #F5F6FB;
1639         border: 1px solid #F5F6FB;
1640         /*cursor: pointer;*/
1641 }
1642
1643 #profile-tabs-end {
1644         clear: both;
1645 }
1646
1647 .comment-edit-text-empty {
1648         color: gray;
1649         height: 30px;
1650         width: 175px;
1651         overflow: auto;
1652         margin-bottom: 10px;
1653 }
1654
1655 .comment-edit-text-full {
1656         color: black;
1657         height: 150px;
1658         width: 350px;
1659         overflow: auto;
1660 }
1661
1662 #group-new-submit-wrapper {
1663         margin-top: 30px;
1664 }
1665
1666 #acl-allow-group-label,
1667 #acl-allow-contact-label,
1668 #acl-deny-group-label,
1669 #acl-deny-contact-label {
1670         display: block;
1671 }
1672
1673 #acl-permit-text {
1674     margin-top: 10px;
1675     float: left;
1676 }
1677
1678 #acl-deny-text {
1679     margin-top: 10px;
1680 }
1681
1682 #jot-public {
1683     float: left;
1684     margin-top: 10px;
1685     margin-left: 15px;
1686     color: #FF0000;
1687 }
1688
1689 #acl-permit-text-end {
1690     clear: both;
1691 }
1692
1693 #acl-allow-group-label,
1694 #acl-allow-contact-label,
1695 #acl-deny-group-label,
1696 #acl-deny-contact-label {
1697         margin-top: 5px;
1698         margin-bottom: 5px;
1699 }
1700
1701
1702 #group_allow_wrapper,
1703 #group_deny_wrapper {
1704         float: left;
1705         width: 100px;
1706         margin-right: 10px;
1707 }
1708
1709 #contact_allow_wrapper,
1710 #contact_deny_wrapper {
1711         float: left;
1712         width: 150px;
1713         margin-right: 10px;
1714 }
1715
1716 #acl-allow-end,
1717 #acl-deny-end {
1718         clear: both;
1719 }
1720 #acl-permit-outer-wrapper,
1721 #acl-deny-outer-wrapper {
1722         padding: 10px;
1723         margin-top: 10px;
1724         border: 2px solid #BBBBBB;
1725         float: left;
1726 }
1727
1728 #acl-wrapper-end {
1729         clear: both;
1730 }
1731
1732 #group-edit-name-label {
1733         float: left;
1734         width: 175px;
1735         margin-top: 20px;
1736         margin-bottom: 20px;
1737 }
1738
1739 #group-edit-name {
1740         float: left;
1741         width: 225px;
1742         margin-top: 20px;
1743         margin-bottom: 20px;
1744 }
1745
1746 #group-edit-name-wrapper {
1747
1748
1749 }
1750
1751
1752 #group_members_select_label {
1753         display: block;
1754         float: left;
1755         width: 175px;
1756 }
1757
1758 .group_members_select {
1759         float: left;
1760         width: 230px;
1761         overflow: auto;
1762 }
1763
1764 #group_members_select_end {
1765         clear: both;
1766 }
1767 #group-edit-name-end {
1768         clear: both;
1769 }
1770
1771 #prvmail-to-label, #prvmail-subject-label, #prvmail-message-label {
1772         margin-bottom: 10px;
1773         margin-top: 20px;
1774 }
1775
1776 #prvmail-submit {
1777         float: left;
1778         margin-top: 10px;
1779         margin-right: 30px;
1780 }
1781 #prvmail-upload-wrapper,
1782 #prvmail-link-wrapper,
1783 #prvmail-rotator-wrapper {
1784         float: left;
1785         margin-top: 10px;
1786         margin-right: 10px;
1787         width: 24px;
1788 }
1789
1790 #prvmail-end {
1791         clear: both;
1792 }
1793
1794 .mail-list-sender,
1795 .mail-list-detail {
1796         float: left;
1797 }
1798 .mail-list-detail {
1799         margin-left: 20px;
1800 }
1801
1802 .mail-list-subject {
1803         font-size: 1.1em;
1804         margin-top: 10px;
1805 }
1806 a.mail-list-link {
1807         display: block;
1808         padding: 4px 5px;
1809 }
1810
1811 /*
1812 *a.mail-list-link:hover {
1813 *       background-color: #15607B;
1814 *       color: #F5F6FB;
1815 *}
1816 */
1817
1818 .mail-list-outside-wrapper-end {
1819         clear: both;
1820 }
1821
1822 .mail-list-outside-wrapper {
1823         margin-top: 30px;
1824 }
1825
1826 .mail-list-delete-wrapper {
1827         float: right;
1828         margin-right: 30px;
1829         margin-top: 15px;
1830 }
1831
1832 .mail-list-delete-icon {
1833         border: none;
1834 }
1835
1836 .mail-conv-sender,
1837 .mail-conv-detail {
1838         float: left;
1839 }
1840 .mail-conv-detail {
1841         margin-left: 20px;
1842         width: 500px;
1843 }
1844
1845 .mail-conv-subject {
1846         font-size: 1.1em;
1847         margin-top: 10px;
1848 }
1849
1850 .mail-conv-outside-wrapper-end {
1851         clear: both;
1852 }
1853
1854 .mail-conv-outside-wrapper {
1855         margin-top: 30px;
1856 }
1857
1858 .mail-conv-delete-wrapper {
1859         float: right;
1860         margin-right: 30px;
1861         margin-top: 15px;
1862 }
1863
1864 .mail-conv-delete-icon {
1865         border: none;
1866 }
1867
1868 .message-links ul {
1869         list-style-type: none;
1870 }
1871
1872 .message-links li {
1873         margin-top: 10px;
1874 }
1875 .message-links a {
1876         /*background-color: #ECECEC;*/
1877         /*border: 1px solid #858585;*/
1878         padding: 3px 5px;
1879         /*display: block;*/
1880 }
1881 .message-links a:hover {
1882         background-color: #0CBEFE;
1883         color: #F5F6FB;
1884         /*border: 1px solid #F5F6FB;*/
1885 }
1886
1887 #sidebar-group-list ul {
1888         list-style-type: none;
1889 }
1890
1891 #sidebar-group-list li {
1892         margin-top: 10px;
1893 }
1894
1895 #side-follow-wrapper {
1896         margin-top: 20px;
1897 }
1898 #side-follow-url {
1899         margin-top: 5px;
1900 }
1901 #side-follow-submit {
1902         margin-top: 15px;
1903 }
1904
1905 .photo-album-image-wrapper {
1906         float: left;
1907         margin-top: 15px;
1908         height: 350px;
1909         width: 350px;
1910 }
1911
1912 #photo-album-end {
1913         clear: both;
1914 }
1915
1916 .photo-top-image-wrapper {
1917         float: left;
1918         margin-top: 15px;
1919         height: 350px;
1920         width: 350px;
1921 }
1922
1923 #photo-top-end {
1924         clear: both;
1925 }
1926
1927 #photo-top-links {
1928         margin-bottom: 30px;
1929         margin-left: 30px;
1930 }
1931
1932 #photos-upload-newalbum-div {
1933         float: left;
1934         width: 175px;
1935 }
1936 #photos-upload-existing-album-text {
1937         float: left;
1938         width: 175px;
1939 }
1940 #photos-upload-newalbum {
1941         float: left;
1942 }
1943 #photos-upload-album-select {
1944         float: left;
1945 }
1946 #photos-upload-spacer {
1947         margin-top: 25px;
1948 }
1949 #photos-upload-new-end, #photos-upload-exist-end {
1950         clear: both;
1951 }
1952 #photos-upload-exist-end {
1953         margin-bottom: 15px;
1954 }
1955 #photos-upload-submit {
1956         margin-top: 15px;
1957 }
1958
1959 #photos_upload_applet_wrapper {
1960         margin-bottom: 15px;
1961 }
1962
1963 #photos-upload-no-java-message {
1964         margin-bottom: 15px;
1965 }
1966
1967 #profile-jot-desc {
1968         float: left;
1969         width: 480px;
1970         margin-top: 10px;
1971         margin-bottom: 10px;
1972 }
1973 #character-counter {
1974         float: left;
1975         font-size: 120%;
1976 }
1977
1978 #character-counter.grey {
1979         color: #888888;
1980 }
1981
1982 #character-counter.orange {
1983         color: orange;
1984 }
1985 #character-counter.red {
1986         color: red;
1987 }
1988
1989 #profile-jot-banner-end {
1990         clear: both;
1991 }
1992
1993 #photos-upload-select-files-text {
1994         margin-top: 15px;
1995         margin-bottom: 15px;
1996 }
1997
1998 #photos-upload-perms-menu, #photos-upload-perms-menu:visited {
1999         color: #8888FF;
2000         text-decoration: none;
2001         cursor: pointer;
2002 }
2003
2004 #photos-upload-perms-menu:hover {
2005         color: #0000FF;
2006         text-decoration: underline;
2007         cursor: pointer;
2008 }
2009 #settings-default-perms-menu {
2010         margin-top: 15px;
2011         margin-bottom: 15px;
2012 }
2013
2014 #photo-edit-caption-label, #photo-edit-tags-label, #photo-edit-albumname-label {
2015         float: left;
2016         width: 150px;
2017 }
2018
2019 #photo-edit-perms-end {
2020         margin-bottom: 15px;
2021 }
2022
2023 #photo-edit-caption, #photo-edit-newtag, #photo-edit-albumname {
2024         float: left;
2025         margin-bottom: 25px;
2026 }
2027 #photo-edit-link-wrap {
2028         margin-bottom: 15px;
2029 }
2030 #photo-like-div {
2031         margin-bottom: 25px;
2032 }
2033
2034 #photo-edit-caption-end, #photo-edit-tags-end, #photo-edit-albumname-end {
2035         clear: both;
2036 }
2037
2038 #photo-edit-delete-button {
2039         margin-left: 200px;
2040 }
2041 #photo-edit-end {
2042         margin-bottom: 35px;
2043 }
2044 #photo-caption {
2045         font-size: 110%;
2046         font-weight: bold;
2047         margin-top: 15px;
2048         margin-bottom: 15px;
2049 }
2050
2051 #in-this-photo-text {
2052         color: #0000FF;
2053         margin-left: 30px;
2054 }
2055
2056 #in-this-photo {
2057         margin-left: 60px;
2058         margin-top: 10px;
2059         margin-bottom: 20px;
2060 }
2061
2062 #photo-album-edit-submit, #photo-album-edit-drop {
2063         margin-top: 15px;
2064         margin-bottom: 15px;
2065 }
2066
2067 #photo-album-edit-drop {
2068         margin-left: 200px;
2069 }
2070
2071 .group-delete-wrapper {
2072         float: right;
2073         margin-right: 50px;
2074 }
2075
2076 #install-dbhost-label,
2077 #install-dbuser-label,
2078 #install-dbpass-label,
2079 #install-dbdata-label,
2080 #install-tz-desc {
2081        float: left;
2082        width: 250px;
2083        margin-top: 10px;
2084        margin-bottom: 10px;
2085
2086 }
2087
2088 #install-dbhost,
2089 #install-dbuser,
2090 #install-dbpass,
2091 #install-dbdata {
2092        float: left;
2093        width: 200px;
2094        margin-left: 20px;
2095 }
2096
2097 #install-dbhost-end,
2098 #install-dbuser-end,
2099 #install-dbpass-end,
2100 #install-dbdata-end,
2101 #install-tz-end {
2102        clear: both;
2103 }
2104
2105 #install-form select#timezone_select {
2106        float: left;
2107        margin-top: 18px;
2108        margin-left: 20px;
2109 }
2110
2111 #dfrn-request-networks {
2112         margin-bottom: 30px;
2113 }
2114
2115 #pause {
2116   position: fixed;
2117   bottom: 5px;
2118   right: 5px;
2119 }
2120
2121 .sparkle {
2122         cursor: url('lock.cur'), pointer;
2123 /*      cursor: pointer !important; */
2124 }
2125
2126 .contact-block-div {
2127         float: left;
2128         width: 52px;
2129         height: 52px;
2130 }
2131 .contact-block-textdiv {
2132         float: left;
2133         width: 150px;
2134         height: 34px;
2135 }
2136
2137 #contact-block-end {
2138         clear: both;
2139 }
2140 .contact-block-link {
2141         float: left;
2142 }
2143 .contact-block-img {
2144         width:48px;
2145         height:48px;
2146 }
2147
2148 #tag-remove {
2149         margin-bottom: 15px;
2150 }
2151
2152 #tagrm li {
2153         margin-bottom: 10px;
2154 }
2155
2156 #tagrm-submit, #tagrm-cancel {
2157         margin-top: 25px;
2158 }
2159
2160 #tagrm-cancel {
2161         margin-left: 15px;
2162 }
2163
2164 .wall-item-conv {
2165         margin-top: 5px;
2166         margin-bottom: 25px;
2167 }
2168
2169 #search-submit {
2170         margin-left: 15px;
2171 }
2172
2173 #search-box {
2174         margin-bottom: 25px;
2175 }
2176
2177 .location-label, .gender-label, .marital-label, .homepage-label {
2178         float: left;
2179         text-align: right;
2180         display: block;
2181         width: 65px;
2182 }
2183
2184 .adr, .x-gender, .marital-text, .homepage-url {
2185         float: left;
2186         display: block;
2187         margin-left: 8px;
2188 }
2189
2190 .profile-clear {
2191         clear: both;
2192 }
2193
2194
2195 .clear {
2196         clear: both;
2197 }
2198
2199 .cc-license {
2200         margin-top: 50px;
2201         font-size: 70%;
2202 }
2203
2204
2205 #plugin-settings-link, #account-settings-link, #uexport-link {
2206         margin-bottom: 10px;
2207 }
2208
2209
2210 #birthday-title {
2211         float: left;
2212         font-weight: bold;      
2213 }
2214
2215 #birthday-adjust {
2216         float: left;
2217         font-size: 75%;
2218         margin-left: 10px;
2219 }
2220
2221 #birthday-title-end {
2222         clear: both;
2223 }
2224
2225 .birthday-list {
2226         margin-left: 15px;
2227 }
2228
2229 #birthday-wrapper {
2230         margin-bottom: 20px;
2231 }
2232
2233
2234 #network-new-link {
2235         margin-top: 15px;
2236         margin-bottom: 15px;
2237 }
2238
2239 .tool-wrapper {
2240   float: left;
2241   margin-left: 15px;
2242 }
2243 .tool-link {
2244   cursor: pointer;
2245 }
2246
2247
2248 .calendar {
2249         font-family: Courier, monospace;
2250 }
2251 .today {
2252         color: #FF0000;
2253 }
2254
2255
2256 .settings-block {
2257         border: 1px solid #AAA;
2258         margin: 10px;
2259         padding: 10px;
2260 }
2261
2262
2263 .app-title {
2264         margin: 10px;
2265 }
2266
2267
2268 #identity-manage-desc {
2269         margin-top:15px;
2270         margin-bottom: 15px;
2271 }
2272
2273 #identity-manage-choose {
2274         margin-bottom: 15px;
2275 }
2276
2277 #identity-submit {
2278         margin-top: 20px;
2279 }
2280
2281
2282 #photo-prev-link, #photo-next-link {
2283         padding: 10px;
2284         float: left;
2285 }
2286
2287 #photo-photo {
2288         float: left;
2289 }
2290
2291 #photo-photo-end {
2292         clear: both;
2293 }
2294
2295
2296 .profile-match-photo {
2297         float: left;
2298         text-align: center;
2299         width: 120px;
2300 }
2301
2302 .profile-match-name {
2303         float: left;
2304         text-align: center;
2305         width: 120px;
2306         overflow: hidden;
2307 }
2308
2309 .profile-match-break,
2310 .profile-match-end {
2311         clear: both;
2312 }
2313
2314 .profile-match-wrapper {
2315         float: left;
2316         padding: 10px;
2317 }
2318 #profile-match-wrapper-end {
2319         clear: both;
2320 }
2321
2322 .side-link {
2323         margin-bottom: 15px;
2324 }
2325
2326 #language-selector {
2327         position: absolute;
2328         top: 0;
2329         left: 16px;
2330 }
2331
2332
2333 #group-members {
2334         margin-top: 20px;
2335         padding: 10px;
2336         height: 250px;
2337         overflow: auto;
2338         border: 1px solid #ddd;
2339 }
2340
2341 #group-members-end {
2342         clear: both;
2343 }
2344
2345 #group-separator {
2346         margin-top: 10px;
2347         margin-bottom: 10px;
2348 }
2349
2350 #group-all-contacts {
2351         padding: 10px;
2352         height: 450px;
2353         overflow: auto;
2354         border: 1px solid #ddd;
2355 }
2356
2357 #group-all-contacts-end {
2358         clear: both;
2359         margin-bottom: 10px;
2360 }
2361
2362 #group-edit-desc {
2363     margin-top: 15px;
2364 }
2365
2366
2367 #prof-members {
2368         margin-top: 20px;
2369         padding: 10px;
2370         height: 250px;
2371         overflow: auto;
2372         border: 1px solid #ddd;
2373 }
2374
2375 #prof-members-end {
2376         clear: both;
2377 }
2378
2379 #prof-separator {
2380         margin-top: 10px;
2381         margin-bottom: 10px;
2382 }
2383
2384 #prof-all-contacts {
2385         padding: 10px;
2386         height: 450px;
2387         overflow: auto;
2388         border: 1px solid #ddd;
2389 }
2390
2391 #prof-all-contacts-end {
2392         clear: both;
2393         margin-bottom: 10px;
2394 }
2395
2396 #prof-edit-desc {
2397         margin-top: 15px;
2398 }
2399
2400 #crepair-nick-label,
2401 #crepair-url-label,
2402 #crepair-request-label,
2403 #crepair-confirm-label,
2404 #crepair-notify-label,
2405 #crepair-poll-label {
2406         float: left;
2407         width: 200px;
2408         margin-bottom: 15px;
2409 }
2410
2411 #crepair-nick,
2412 #crepair-url,
2413 #crepair-request,
2414 #crepair-confirm,
2415 #crepair-notify,
2416 #crepair-poll {
2417         float: left;
2418         width: 300px;
2419 }
2420
2421 #netsearch-box {
2422         margin-top: 20px;       
2423 }
2424
2425 #netsearch-box #search-submit {
2426         margin: 5px 0px 0px 0px;
2427 }
2428
2429 .required {
2430         color: #FF0000;
2431 }
2432
2433 .eventcal {
2434         float: left;
2435         font-size: 20px;
2436 }
2437
2438
2439 .vevent {
2440        border: 1px solid #CCCCCC;
2441 }
2442 .vevent .event-description, .vevent .event-location {
2443        margin-left: 10px;
2444        margin-right: 10px;
2445 }
2446 .vevent .event-start {
2447        margin-left: 10px;
2448        margin-right: 10px;
2449 }
2450
2451
2452 #new-event-link {
2453         margin-bottom: 10px;
2454 }
2455
2456
2457 .edit-event-link, .plink-event-link {
2458         float: left;
2459     margin-top: 4px;
2460     margin-right: 4px;
2461     margin-bottom: 15px;
2462 }
2463
2464
2465 .event-description:before {
2466         content: url('../../../images/calendar.png');
2467         margin-right: 15px;
2468 }
2469
2470 .event-list-date {
2471         margin-bottom: 10px;
2472 }
2473
2474 .event-start, .event-end {
2475         margin-left: 10px;
2476         width: 330px;
2477         clear: both;
2478 }
2479
2480 .event-start .dtstart, .event-end .dtend {
2481         float: right;
2482 }
2483
2484 .prevcal, .nextcal {
2485         float: left;
2486         margin-left: 32px;
2487         margin-right: 32px;
2488         margin-top: 64px;
2489 }
2490 .event-calendar-end {
2491         clear: both;
2492 }
2493  
2494 .calendar {
2495         font-family: Courier, monospace;
2496 }
2497 .today {
2498         font-weight: bold;
2499         color: #FF0000;
2500 }
2501
2502
2503 #event-start-text, #event-finish-text {
2504         margin-top: 10px;
2505         margin-bottom: 5px;
2506 }
2507
2508 #event-nofinish-checkbox, #event-nofinish-text, #event-adjust-checkbox, #event-adjust-text {
2509         float: left;
2510 }
2511 #event-datetime-break {
2512         margin-bottom: 10px;
2513 }
2514
2515 #event-nofinish-break, #event-adjust-break {
2516         clear: both;
2517 }
2518
2519 #event-desc-text, #event-location-text {
2520         margin-top: 10px;
2521         margin-bottom: 5px;
2522 }
2523 #event-submit {
2524         margin-top: 10px;
2525 }
2526
2527
2528 .item-select {
2529         opacity: 0.1;
2530         filter:alpha(opacity=10);
2531         float: right;
2532         margin-right: 10px;
2533
2534 }
2535 .item-select:hover, .checkeditem {
2536         opacity: 1;
2537         filter:alpha(opacity=100);
2538 }
2539
2540
2541 #item-delete-selected {
2542         margin-top: 30px;
2543 }
2544
2545 #item-delete-selected-end {
2546         clear: both;
2547 }
2548 #item-delete-selected-icon, #item-delete-selected-desc {
2549         float: left;
2550         margin-right: 5px;
2551 }
2552 #item-delete-selected-desc:hover {
2553         text-decoration: underline;
2554 }
2555
2556 #lang-select-icon {
2557         cursor: pointer;
2558         position: absolute;
2559         left: 0px;
2560         top: 0px;
2561 }
2562
2563 /**
2564  * ADMIN
2565  */
2566 #pending-update {
2567         float:right;
2568         color: #ffffff;
2569         font-weight: bold;
2570         background-color: #FF0000;
2571         padding: 0em 0.3em;
2572 }
2573
2574 #adminpage dl {
2575         clear: left;
2576         margin-bottom: 2px;
2577         padding-bottom: 2px;
2578         border-bottom: 1px solid black;
2579 }
2580 #adminpage dt {
2581         width: 200px;
2582         float: left;
2583         font-weight: bold;
2584 }
2585 #adminpage dd {
2586         margin-left: 200px;
2587 }
2588
2589 #adminpage .field {
2590         clear: left;
2591         margin-bottom: 5px;
2592         padding-bottom: 5px;
2593 }
2594
2595 #adminpage .field label {
2596         float: left;
2597         width: 200px;
2598         font-weight: bold;
2599 }
2600
2601 #adminpage .field input,
2602 #adminpage .field textarea {
2603         width: 400px;
2604 }
2605 #adminpage .field textarea { height: 100px; }
2606 #adminpage .field_help {
2607         display: block;
2608         margin-left: 200px;
2609         color: #666666;
2610         
2611 }
2612
2613 #adminpage h3 {
2614         border-bottom: 1px solid #cccccc;
2615 }
2616
2617 #adminpage .submit {
2618         clear:left;
2619 }
2620
2621 #adminpage #pluginslist {
2622         margin: 0px; padding: 0px;
2623 }
2624 #adminpage .plugin {
2625         list-style: none;
2626         display: block;
2627         border: 1px solid #888888;
2628         padding: 1em;
2629         margin-bottom: 5px;
2630         clear: left;
2631 }
2632 #adminpage .toggleplugin {
2633         float:left;
2634         margin-right: 1em;
2635 }
2636
2637 #adminpage table {width:100%; border-bottom: 1p solid #000000; margin: 5px 0px;}
2638 #adminpage table th { text-align: left;}
2639 #adminpage td .icon { float: left;}
2640 #adminpage table#users img { width: 16px; height: 16px; }
2641 #adminpage table tr:hover { background-color: #bbc7d7; }
2642 #adminpage .selectall { text-align: right; }
2643 /**
2644  * ICONS
2645  */
2646 .icon {
2647         display: block; width: 16px; height: 16px;
2648         background-image: url('../../../images/icons.png');
2649 }
2650 .article { background-position: 0px 0px;}
2651 .audio { background-position: -16px 0px;}
2652 .block { background-position: -32px 0px;}
2653 .drop { background-position: -48px 0px;}
2654 .drophide { background-position: -64px 0px;}
2655 .edit { background-position: -80px 0px;}
2656 .camera { background-position: -96px 0px;}
2657 .dislike { background-position: -112px 0px;}
2658 .like { background-position: -128px 0px;}
2659 .link { background-position: -144px 0px;}
2660
2661 .globe { background-position: 0px -16px;}
2662 .noglobe { background-position: -16px -16px;}
2663 .no { background-position: -32px -16px;}
2664 .pause { background-position: -48px -16px;}
2665 .play { background-position: -64px -16px;}
2666 .pencil { background-position: -80px -16px;}
2667 .small-pencil { background-position: -96px -16px;}
2668 .recycle { background-position: -112px -16px;}
2669 .remote-link { background-position: -128px -16px;}
2670 .share { background-position: -144px -16px;}
2671
2672 .tools { background-position: 0px -32px;}
2673 .lock { background-position: -16px -32px;}
2674 .unlock { background-position: -32px -32px;}
2675 .video { background-position: -48px -32px;}
2676 .youtube { background-position: -64px -32px;}
2677 .attach { background-position: -80px -32px; }
2678 .language { background-position: -96px -32px; }
2679 .prev { background-position: -112px -32px; }
2680 .next { background-position: -128px -32px; }
2681 .on { background-position: -144px -32px; }
2682
2683 .off { background-position: 0px -48px; }
2684
2685 .icon.dim { opacity: 0.3;filter:alpha(opacity=30); }
2686
2687 .attachtype {
2688         display: block; width: 20px; height: 23px;
2689         float: left;
2690         background-image: url('../../../images/content-types.png');
2691 }
2692
2693 .body-attach {
2694         margin-top: 10px;
2695 }
2696
2697 .type-video { background-position: 0px; 0px; }
2698 .type-image { background-position: -20px; 0px; }
2699 .type-audio { background-position: -40px; 0px; }
2700 .type-text  { background-position: -60px; 0px; }
2701 .type-unkn  { background-position: -80px; 0px; }
2702