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