]> git.mxchange.org Git - friendica.git/blob - view/theme/loozah/style.css
a618381575529145d9e8d646204743ba03485034
[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 #profile-upload-wrapper,
118 #wall-image-upload-div,
119 .hover, .focus {
120         cursor: pointer;
121 }
122
123 .fakelink, .fakelink:visited {
124         color: #15607B;
125         text-decoration: none;
126         cursor: pointer;
127         margin-top: 15px;
128         margin-bottom: 15px;
129 }
130 .lockview {
131         cursor: pointer;
132 }
133
134 .fakelink:hover {
135         color: #0CBEFE;
136         text-decoration: none;
137         cursor: pointer;
138 }
139 .smalltext {
140         font-size: 0.7em;
141 }
142 #sysmsg {
143         width: 600px;
144         margin-bottom: 10px;
145 }
146
147 #top-margin {
148         height: 20px;
149 }
150
151 #logo-img {
152         margin-top: 3px;
153
154 }
155
156 #logo-text {
157         font-family: "gill sans MT bold", "lucida grande",tahoma,verdana,arial,sans-serif;
158         margin-left: 3px;
159         vertical-align: top;
160 }
161
162 #logo-text a, #logo-text a:hover, #logo-text a:visited {
163         color: #F5F6FB;
164         font-family: "gill sans MT bold", "lucida grande",tahoma,verdana,arial,sans-serif;
165         margin-left: 3px;
166         vertical-align: top;
167 }
168
169
170 #banner {
171         color: #F5F6FB;
172         font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
173         font-size: 2.0em;
174         position: absolute;
175         top: 5px;
176         left: 39%;
177 }
178
179 #panel {
180         background-color: ivory;
181         position: absolute;
182         z-index: 2;
183         width: 30%;
184         padding: 25px;
185         border: 1px solid #444;
186 }
187
188 img.photo {
189         /*border: 1px solid #AAAAAA;*/
190         /*padding: 5px;*/
191         /*background: #FFFFFF;*/
192 }
193
194 #logo {
195         font-size: 300%;
196         color: #A8A8A8;
197         font-weight: bold;
198         margin-left: 280px;
199 }
200
201 /*
202  * #page-footer {
203  *      height: 20px;
204  *
205  * }
206  */
207
208 .heart {
209         color: #FF0000;
210         font-size: 100%;
211 }
212
213 aside {
214         /*position: absolute;*/
215         /*left: 0px;*/
216         /*top: 60px;*/
217         /*right: 250px;*/
218         width: 230px;
219         /*margin-left: 20px;*/
220         /*margin-right: 0px;*/
221         font-size: 0.9em;
222
223         float: left;
224         margin-top: 64px;
225         margin-left: 20px;
226 }
227 section {
228         position: absolute;
229         left: 250px;
230         top: 60px;
231         margin-top: 25px;
232         margin-left: 20px;
233         margin-right: 20px;
234         right: 0px;
235 }
236 h1 {
237         font-size: 1.6em;
238 }
239
240 nav {
241         position: absolute;
242         top: 0px;
243         height: 48px;
244         left: 0px;
245         right: 0px;
246         background: #15607B;
247 }
248
249 /*
250  * footer {
251  *      left: 0px;
252  *      bottom: 0px;
253  *      position: fixed;
254  *      background-color: #0CBEFE;
255  *      width: 100%;
256  *      padding: 2px 3%;
257  * }
258  */
259
260 .fn {
261         font-size: 1.4em;
262         margin-bottom: 5px;
263         line-height: 1.5;
264 }
265
266 .vcard .title {
267         margin-bottom: 5px;
268 }
269
270
271 .powered {
272         font-size: 0.6em;
273         color: black;
274 }
275 .powered a {
276         color: #EBF3F3;
277         font-weight: bold;
278 }
279 .powered a:hover {
280         color: #FFC019;
281 }
282 .error-message {
283         color: #FF0000;
284         font-size: 1.1em;
285         border: 1px solid #FF8888;
286         background-color: #FFEEEE;
287         padding: 10px;
288 }
289
290 .nav-link {
291         float: right;
292         margin-left: 0px;
293         margin-right: 3px;
294         padding: 6px;
295         /*border: 2px solid #000000;*/
296         background: #D5D5D5;
297         font-size: 80%;
298         font-weight: bold;
299         -moz-border-radius-topleft: 3px;
300         -moz-border-radius-topright: 3px;
301         -webkit-border-radius-topleft: 3px;
302         -webkit-border-radius-topright: 3px;
303         border-radius-topleft: 3px;
304         border-radius-topright: 3px;
305 }
306 .nav-link:hover {
307         background-color: #0CBEFE;
308         color: #F5F6FB;
309 }
310
311
312 .nav-ajax-left {
313         margin-left: 1px;
314         margin-right: 2px;
315         float: left;
316         font-size: 0.6em;
317         font-weight: bold;
318         color: #F8FF15;
319         /*background: #FFFFFF;*/
320 }
321
322
323
324 .nav-selected {
325         border-bottom: none !important;
326         background: #F5F6FB !important;
327         padding: 8px 6px 6px 6px !important;
328         color: #000 !important;
329 }
330
331
332 .nav-ajax-left:hover {
333         font-size: 1.5em;
334 }
335
336 .nav-ajax-right {
337         margin-left: 1px;
338         float: right;
339         font-size: 0.6em;
340         font-weight: bold;
341         color: #FF0000;
342 }
343
344 .nav-commlink {
345         float: left;
346         margin-left: 3px;
347         margin-right: 0px;
348         padding: 6px;
349         /*border: 2px solid #000000;*/
350         background: #D5D5D5;
351         font-size: 80%;
352         font-weight: bold;
353         text-decoration: none;
354         -moz-border-radius-topleft: 3px;
355         -moz-border-radius-topright: 3px;
356         -webkit-border-radius-topleft: 3px;
357         -webkit-border-radius-topright: 3px;
358         border-radius-topleft: 3px;
359         border-radius-topright: 3px;
360 }
361 .nav-commlink:hover {
362         background-color: #0CBEFE;
363         color: #F5F6FB;
364 }
365
366 #nav-end {
367         clear: both;
368 }
369
370 .login-extra-links {
371         font-size: 0.7em;
372 }
373
374 #profile-extra-links {
375         margin-top: 20px;
376         margin-bottom: 20px;
377         margin-left: 20px;
378         margin-right: 20px;
379 }
380 #register-fill-ext {
381         margin-bottom: 25px;
382 }
383
384 #label-register-name, #label-register-email, #label-register-nickname, #label-register-openid {
385         float: left;
386         width: 350px;
387         margin-top: 10px;
388 }
389
390 #register-name, #register-email, #register-nickname {
391         float: left;
392         margin-top: 10px;
393         width: 150px;
394 }
395
396 #register-openid {
397         float: left;
398         margin-top: 10px;
399         width: 130px;
400 }
401
402 #register-name-end, #register-email-end, #register-nickname-end, #register-submit-end, #register-openid-end {
403         clear: both;
404 }
405
406 #register-nickname-desc {
407         margin-top: 30px;
408         width: 650px;
409 }
410 #register-sitename {
411         float: left;
412         margin-top: 10px;
413 }
414
415 #register-submit-button {
416         margin-top: 10px;
417 }
418
419 #label-login-name, #label-login-password, #login-extra-filler {
420         float: left;
421         width: 200px;
422         margin-bottom: 20px;
423 }
424
425
426 #login-password {
427         float: left;
428         width: 170px;
429 }
430
431 #login-name {
432         float: left;
433         width: 153px;
434 }
435
436 #login-name.no-openid {
437         float: left;
438         width: 170px;
439 }
440
441 #register-link, #lost-password-link {
442         float: left;
443         font-size: 80%;
444         margin-right: 15px;
445 }
446
447 #login-name-end, #login-password-end, #login-extra-end, #login-submit-end {
448         clear: both;
449 }
450
451 #login-submit-button {
452 /*      margin-top: 10px; */
453         margin-left: 200px;
454 }
455
456 input#dfrn-url {
457         float: left;
458         background: url(friendika-16.png) no-repeat;
459         background-position: 2px center;
460         font-size: 17px;
461         padding-left: 21px;
462         height: 21px;
463         background-color: #FFFFFF;
464         color: #000000;
465         margin-bottom: 20px;
466 }
467
468 #dfrn-url-label {
469         float: left;
470         width: 250px;
471 }
472
473 #dfrn-request-url-end {
474         clear: both;
475 }
476
477 #knowyouyes, #knowyouno {
478         float: left;
479 }
480
481 #dfrn-request-knowyou-yes-wrapper, #dfrn-request-knowyou-no-wrapper {
482
483         float: none;
484 }
485 #dfrn-request-knowyou-yes-label, #dfrn-request-knowyou-no-label {
486         float: left;
487         width: 75px;
488         margin-left: 50px;
489         margin-bottom: 7px;
490 }
491 #dfrn-request-knowyou-break, #dfrn-request-knowyou-end {
492         clear: both;
493
494 }
495
496 #dfrn-request-message-wrapper {
497         margin-bottom: 50px;
498 }
499 #dfrn-request-submit-wrapper {
500         clear: both;
501         margin-left: 50px;
502 }
503
504 #dfrn-request-info-wrapper {
505         margin-left: 50px;
506 }
507
508 #settings-nick-wrapper {
509         margin-bottom: 15px;
510 }
511
512 #settings-expire-end {
513         margin-bottom: 30px;
514 }
515
516 #settings-username-end,
517 #settings-email-end,
518 #settings-nick-end,
519 #settings-defloc-end,
520 #settings-allowloc-end,
521 #settings-blockw-end,
522 #settings-timezone-end,
523 #settings-theme-end,
524 #settings-password-end,
525 #settings-confirm-end,
526 #settings-openid-end,
527 #settings-maxreq-end,
528 #notify1-end,
529 #notify2-end,
530 #notify3-end,
531 #notify4-end,
532 #notify5-end {
533         margin-bottom: 5px;
534         clear: both;
535 }
536
537 #settings-username-label,
538 #settings-email-label,
539 #settings-nick-label,
540 #settings-defloc-label,
541 #settings-allowloc-label,
542 #settings-blockw-label,
543 #settings-timezone-label,
544 #settings-theme-label,
545 #settings-password-label,
546 #settings-confirm-label,
547 #settings-openid-label,
548 #settings-maxreq-label,
549 #settings-label-notify1,
550 #settings-label-notify2,
551 #settings-label-notify3,
552 #settings-label-notify4,
553 #settings-label-notify5 {
554         float: left;
555         width: 200px;
556 }
557
558 #settings-username,
559 #settings-email,
560 #settings-nick,
561 #settings-defloc,
562 #settings-allowloc,
563 #settings-blockw,
564 #timezone-select,
565 #theme-select,
566 #settings-password,
567 #settings-confirm,
568 #settings-maxreq,
569 #notify1,
570 #notify2,
571 #notify3,
572 #notify4,
573 #notify5 {
574         float: left;
575         margin-bottom: 20px;
576 }
577
578 #settings-openid {
579         float: left;
580         margin-bottom: 20px;
581         width: 127px;
582 }
583         
584 #settings-maxreq-desc {
585         float: left;
586         margin-left: 20px;
587 }
588
589 #settings-theme-label,
590 #settings-defloc-label {
591         margin-top: 20px;
592 }
593
594 #settings-defloc {
595         margin-top: 20px;
596 }
597
598
599 #theme-select {
600         margin-top: 20px;
601         width: 207px;
602 }
603 #settings-notify-desc {
604         margin-top: 20px;
605         margin-bottom: 20px;
606 }
607 #settings-nick-desc {
608         width: 500px;
609 }
610
611 #settings-nick {
612         margin-bottom: 30px;
613 }
614
615 #cropimage-wrapper, #cropimage-preview-wrapper {
616         float: left;
617         padding: 30px;
618 }
619
620 #crop-image-form {
621         margin-top: 30px;
622         clear: both;
623 }
624
625 .intro-wrapper {
626         margin-top: 20px;
627 }
628
629 .intro-fullname {
630         font-size: 1.1em;
631         font-weight: bold;
632
633 }
634 .intro-desc {
635         margin-bottom: 20px;
636         font-weight: bold;
637 }
638
639 .intro-note {
640         padding: 10px;
641 }
642
643 .intro-end {
644         padding: 30px;
645 }
646
647 .intro-form {
648         float: left;
649 }
650 .intro-approve-form {
651         clear: both;
652 }
653 .intro-approve-as-friend-end {
654         clear: both;
655 }
656 .intro-submit-approve, .intro-submit-ignore {
657         margin-right: 20px;
658 }
659 .intro-submit-approve {
660         margin-top: 15px;
661 }
662
663 .intro-approve-as-friend-label, .intro-approve-as-fan-label {
664         float: left;
665         width: 100px;
666         margin-left: 20px;
667 }
668 .intro-approve-as-friend, .intro-approve-as-fan {
669         float: left;
670 }
671 .intro-form-end {
672         clear: both;
673 }
674 .intro-approve-as-friend-desc {
675         margin-top: 15px;
676 }
677 .intro-approve-as-end {
678         clear: both;
679         margin-bottom: 10px;
680 }
681
682 .intro-end {
683         clear: both;
684         margin-bottom: 30px;
685 }
686
687 #profile-extra-links ul {
688         list-style-type: none;
689 }
690
691
692 #profile-extra-links li {
693         margin-top: 5px;
694 }
695
696 #profile-edit-links ul {
697         list-style-type: none;
698 }
699
700 #profile-edit-links li {
701         margin-top: 10px;
702 }
703
704 .view-contact-wrapper {
705         margin-top: 20px;
706         float: left;
707         margin-left: 20px;
708         width: 180px;
709 }
710 #view-contact-end {
711         clear: both;
712 }
713 #viewcontacts {
714         margin-top: 15px;
715 }
716 #profile-edit-default-desc {
717         color: #FF0000;
718         border: 1px solid #FF8888;
719         background-color: #FFEEEE;
720         padding: 7px;
721 }
722
723 #profile-edit-clone-link-wrapper {
724         float: left;
725         margin-left: 50px;
726         margin-bottom: 20px;
727         width: 300px;
728 }
729
730 #profile-edit-drop-link-wrapper {
731         float: left;
732 }
733
734 #profile-edit-links-end {
735         clear: both;
736 }
737 .profile-listing-photo {
738         border: none;
739 }
740
741 .profile-edit-submit-wrapper {
742         margin-top: 20px;
743         margin-bottom: 20px;
744 }
745
746 #profile-photo-link-select-wrapper {
747         margin-top: 2em;
748 }
749 #profile-photo-wrapper img {
750         width:175px;
751         height:175px;
752 }
753
754 #profile-edit-profile-name-label,
755 #profile-edit-name-label,
756 #profile-edit-pdesc-label,
757 #profile-edit-gender-label,
758 #profile-edit-dob-label,
759 #profile-edit-address-label,
760 #profile-edit-locality-label,
761 #profile-edit-region-label,
762 #profile-edit-postal-code-label,
763 #profile-edit-country-name-label,
764 #profile-edit-marital-label,
765 #profile-edit-sexual-label,
766 #profile-edit-politic-label,
767 #profile-edit-religion-label,
768 #profile-edit-pubkeywords-label,
769 #profile-edit-prvkeywords-label,
770 #profile-edit-homepage-label {
771         float: left;
772         width: 175px;
773 }
774
775 #profile-edit-profile-name,
776 #profile-edit-name,
777 #profile-edit-pdesc,
778 #gender-select,
779 #profile-edit-dob,
780 #profile-edit-address,
781 #profile-edit-locality,
782 #profile-edit-region,
783 #profile-edit-postal-code,
784 #profile-edit-country-name,
785 #marital-select,
786 #sexual-select,
787 #profile-edit-politic,
788 #profile-edit-religion,
789 #profile-edit-pubkeywords,
790 #profile-edit-prvkeywords,
791 #profile-in-dir-yes,
792 #profile-in-dir-no,
793 #profile-in-netdir-yes,
794 #profile-in-netdir-no,
795 #hide-friends-yes,
796 #hide-friends-no,
797 #settings-normal,
798 #settings-soapbox,
799 #settings-community,
800 #settings-freelove {
801         float: left;
802         margin-bottom: 20px;
803 }
804
805 #profile-in-dir-yes-label,
806 #profile-in-dir-no-label,
807 #profile-in-netdir-yes-label,
808 #profile-in-netdir-no-label,
809 #hide-friends-yes-label,
810 #hide-friends-no-label {
811         margin-left: 125px;
812         float: left;
813         width: 50px;
814 }
815
816 #profile-edit-with-label {
817         width: 175px;
818         margin-left: 20px;
819 }
820
821 #profile-edit-pubkeywords-desc,
822 #profile-edit-prvkeywords-desc {
823         float: left;
824         margin-left: 20px;
825 }
826
827 #profile-publish-yes-reg,
828 #profile-publish-no-reg {
829        float: left;
830        margin-bottom: 10px;
831 }
832
833 #profile-publish-yes-label-reg,
834 #profile-publish-no-label-reg {
835        margin-left: 350px;
836        float: left;
837        width: 50px;
838 }
839
840 #profile-publish-break-reg,
841 #profile-publish-end-reg {
842        clear: both;
843 }
844
845
846
847 #profile-edit-homepage {
848         float: left;
849         margin-bottom: 35px;
850 }
851 #settings-normal-label,
852 #settings-soapbox-label,
853 #settings-community-label,
854 #settings-freelove-label {
855         float: left;
856         width: 200px;
857 }
858 #settings-normal-desc,
859 #settings-soapbox-desc,
860 #settings-community-desc,
861 #settings-freelove-desc {
862         float: left;
863         margin-left: 75px;
864 }
865
866 #profile-edit-profile-name-end,
867 #profile-edit-name-end,
868 #profile-edit-pdesc-end,
869 #profile-edit-gender-end,
870 #profile-edit-dob-end,
871 #profile-edit-address-end,
872 #profile-edit-locality-end,
873 #profile-edit-region-end,
874 #profile-edit-postal-code-end,
875 #profile-edit-country-name-end,
876 #profile-edit-marital-end,
877 #profile-edit-sexual-end,
878 #profile-edit-politic-end,
879 #profile-edit-religion-end,
880 #profile-edit-pubkeywords-end,
881 #profile-edit-prvkeywords-end,
882 #profile-edit-homepage-end,
883 #profile-in-dir-break,
884 #profile-in-dir-end,
885 #profile-in-netdir-break,
886 #profile-in-netdir-end,
887 #hide-friends-break,
888 #hide-friends-end,
889 #settings-normal-break,
890 #settings-soapbox-break,
891 #settings-community-break,
892 #settings-freelove-break {
893         clear: both;
894 }
895
896
897
898
899
900 #gender-select, #marital-select, #sexual-select {
901         width: 220px;
902 }
903
904 #profile-edit-profile-name-wrapper .required {
905         color: #FF0000;
906         float: left;
907 }
908
909 #contacts-main {
910         margin-top: 20px;
911         margin-bottom: 20px;
912 }
913
914 .contact-entry-wrapper {
915         float: left;
916         width: 180px;
917 }
918
919 .contact-entry-direction-icon {
920         margin-top: 24px;
921         margin-right: 2px;
922 }
923
924 .contact-entry-photo img {
925         border: none;
926 }
927 .contact-entry-photo-end {
928         clear: both;
929 }
930 .contact-entry-name {
931         float: left;
932         margin-left: 30px;
933 }
934 .contact-entry-edit-links {
935         margin-top: 6px;
936         margin-left: 10px;
937         width: 16px;
938 }
939 .contact-entry-nav-wrapper {
940         float: left;
941         margin-left: 10px;
942 }
943
944 .contact-entry-edit-links img {
945         border: none;
946         margin-right: 15px;
947 }
948 .contact-entry-photo {
949         float: left;
950 }
951 .contact-entry-end {
952         clear: both;
953 }
954
955 #contact-edit-end {
956         clear: both;
957 }
958
959 .wall-item-content-wrapper {
960         margin-top: 10px;
961         border: 1px solid #CCC;
962 }
963
964 .wall-item-content-wrapper.comment {
965         margin-left: 50px;
966         background: #CCCCCC;
967 }
968
969 .wall-item-photo-wrapper {
970         margin-top: 10px;
971         margin-left: 10px;
972         margin-bottom: 10px;
973         width: 100px;
974         float: left;
975 }
976 .wall-item-arrowphoto-wrapper {
977         margin-top: 40px;
978         margin-right: 20px;
979         float: left;
980 }
981 .wall-item-wrapper {
982         margin-left: 10px;;
983 }
984
985 .wall-item-lock {
986         position: absolute;
987         left: 105px;
988         top: 1px;
989 }
990
991 .wall-item-ago {
992         color: #888888;
993         font-size: 0.8em;
994 }
995 .wall-item-like-buttons {
996     float: left;
997     margin-right: 10px;
998     padding-right: 10px;
999     border-right: 2px solid #fff;
1000 }
1001
1002 .wall-item-share-buttons {
1003         margin-left: 5px;
1004 }
1005
1006 .editpost {
1007         margin-left: 15px;
1008 }
1009
1010 .wall-item-links-wrapper {
1011     float: left;
1012 }
1013
1014 .wall-item-delete-wrapper {
1015     float: right;
1016 }
1017
1018 .wall-item-delete-end {
1019     clear: both;
1020 }
1021
1022
1023 .wall-item-like-buttons img {
1024         cursor: pointer;
1025 }
1026
1027 .wall-item-delete-icon {
1028         border: none;
1029 }
1030
1031
1032 .wall-item-wrapper-end {
1033         clear: both;
1034 }
1035 .wall-item-name-link {
1036         font-weight: bold;
1037         text-decoration: none;
1038         color: #3172BD;
1039 }
1040 .wall-item-photo {
1041         border: none;
1042 }
1043 .wall-item-content {
1044         float: left;
1045         width: 450px;
1046         margin-left: 10px;
1047         margin-bottom: 20px;
1048         padding: 20px;
1049         max-height: 400px;
1050         overflow: auto;
1051
1052 }
1053 .wall-item-tools {
1054     clear: both;
1055 padding: 5px 10px 0px;
1056 }
1057 .wall-item-photo-end {
1058         clear: both;
1059 }
1060 .wall-item-author {
1061         margin-top: 10px;
1062 }
1063 .wall-item-info {
1064     display: block;
1065     float: left;
1066     width:110px;
1067     margin-right:10px;
1068 }
1069
1070 .wall-item-title {
1071         float: left;
1072         font-weight: bold;
1073         width: 450px;
1074 }
1075
1076 .wall-item-body {
1077         float: left;
1078         width: 450px;
1079         margin-top: 10px;
1080 }
1081
1082 .comment-edit-wrapper {
1083         margin-top: 15px;
1084         background: #CCCCCC;
1085         margin-left: 50px;
1086 }
1087
1088 .comment-wwedit-wrapper {
1089         margin-top: 15px;
1090         background: #CCCCCC;
1091         margin-left: 250px;
1092 }
1093
1094 .comment-edit-photo {
1095         margin-top: 10px;
1096         margin-left: 10px;
1097         margin-bottom: 10px;
1098         width: 100px;
1099         float: left;
1100 }
1101 .comment-edit-text-empty, .comment-edit-text-full {
1102         float: left;
1103         margin-top: 40px;
1104 }
1105 .comment-edit-text-end {
1106         clear: both;
1107 }
1108
1109 .comment-edit-submit {
1110         margin-left: 110px;
1111         margin-top: 10px;
1112 }
1113 #profile-jot-plugin-wrapper,
1114 #profile-jot-submit-wrapper {
1115         margin-top: 15px;
1116 }
1117
1118 #profile-jot-submit {
1119         float: left;
1120 }
1121 #profile-upload-wrapper {
1122         float: left;
1123         margin-left: 30px;
1124 }
1125
1126 #profile-rotator {
1127         float: left;
1128         margin-left: 30px;
1129 }
1130 #profile-link-wrapper {
1131         float: left;
1132         margin-left: 15px;
1133 }
1134 #profile-youtube-wrapper {
1135         float: left;
1136         margin-left: 15px;
1137 }
1138 #profile-video-wrapper {
1139         float: left;
1140         margin-left: 15px;
1141 }
1142 #profile-audio-wrapper {
1143         float: left;
1144         margin-left: 15px;
1145 }
1146 #profile-location-wrapper {
1147         float: left;
1148         margin-left: 15px;
1149 }
1150 #profile-nolocation-wrapper {
1151         float: left;
1152         margin-left: 15px;
1153 }
1154
1155 #profile-title-wrapper {
1156         float: left;
1157         margin-left: 15px;
1158 }
1159
1160 #profile-jot-perms {
1161         float: left;
1162         margin-left: 100px;
1163         font-weight: bold;
1164         font-size: 1.2em;
1165 }
1166
1167 #profile-jot-perms-end {
1168         clear: both;
1169 }
1170 #profile-jot-plugin-end {
1171   clear:both;
1172 }
1173 .profile-jot-net {
1174         float: left;
1175         margin-right: 10px;
1176         margin-top: 5px;
1177         margin-bottom: 5px;
1178 }
1179
1180 #profile-jot-networks-end {
1181         clear: both;
1182 }
1183
1184 #profile-jot-end {
1185         clear: both;
1186         margin-bottom: 30px;
1187 }
1188 #about-jot-submit-wrapper {
1189         margin-top: 15px;
1190 }
1191 #about-jot-end {
1192         margin-bottom: 30px;
1193 }
1194 #contacts-main {
1195         margin-bottom: 30px;
1196 }
1197
1198 #profile-listing-desc {
1199         margin-left: 30px;
1200 }
1201
1202 #profile-listing-new-link-wrapper {
1203         margin-left: 30px;
1204         margin-bottom: 30px;
1205 }
1206 .profile-listing-photo-wrapper {
1207         float: left;
1208 }
1209
1210 .profile-listing-edit-buttons-wrapper {
1211         clear: both;
1212 }
1213 .profile-listing-photo-edit-link {
1214         float: left;
1215         width: 125px;
1216 }
1217 .profile-listing-end {
1218         clear: both;
1219 }
1220 .profile-listing-edit-buttons-wrapper img{
1221         border: none;
1222         margin-right: 20px;
1223 }
1224 .profile-listing {
1225         margin-top: 25px;
1226 }
1227 .profile-listing-name {
1228         float: left;
1229         margin-left: 32px;
1230         margin-top: 10px;
1231         color: #3172BD;
1232         font-weight: bold;
1233         width: 200px;
1234
1235 }
1236 .fortune {
1237         margin-top: 50px;
1238         color: #4444FF;
1239         font-weight: bold;
1240         margin-bottom: 20px;
1241 }
1242
1243
1244 .directory-end {
1245         clear: both;
1246 }
1247 .directory-name {
1248         text-align: center;
1249 }
1250 .directory-photo {
1251         margin-left: 25px;
1252 }
1253 .directory-details {
1254         font-size: 0.7em;
1255         text-align: center;
1256         margin-left: 5px;
1257         margin-right: 5px;
1258 }
1259 .directory-item {
1260         float: left;
1261         width: 225px;
1262         height: 260px;
1263         overflow: auto;
1264 }
1265
1266 #directory-search-wrapper {
1267         margin-top: 20px;
1268         margin-right: 20px;
1269         margin-bottom: 50px;
1270 }
1271
1272 #directory-search-end {
1273 }
1274
1275 .directory-photo-img {
1276         border: none;
1277 }
1278
1279
1280 .pager {
1281   padding: 10px;
1282   text-align: center;
1283   font-size: 1.0em;
1284 }
1285
1286
1287 .pager_first,
1288 .pager_last,
1289 .pager_prev,
1290 .pager_next,
1291 .pager_n {
1292         border: 1px solid black;
1293         background: #EEE;
1294         padding: 4px;
1295 }
1296
1297 .pager_first a,
1298 .pager_last a,
1299 .pager_prev a,
1300 .pager_next a,
1301 .pager_n a {
1302         text-decoration: none;
1303 }
1304
1305 .pager_current {
1306   border: 1px solid black;
1307   background: #FFCCCC;
1308   padding: 4px;
1309 }
1310
1311
1312 #advanced-profile-name-wrapper,
1313 #advanced-profile-gender-wrapper,
1314 #advanced-profile-dob-wrapper,
1315 #advanced-profile-age-wrapper,
1316 #advanced-profile-marital-wrapper,
1317 #advanced-profile-sexual-wrapper,
1318 #advanced-profile-homepage-wrapper,
1319 #advanced-profile-politic-wrapper,
1320 #advanced-profile-religion-wrapper,
1321 #advanced-profile-about-wrapper,
1322 #advanced-profile-interest-wrapper,
1323 #advanced-profile-contact-wrapper,
1324 #advanced-profile-music-wrapper,
1325 #advanced-profile-book-wrapper,
1326 #advanced-profile-tv-wrapper,
1327 #advanced-profile-film-wrapper,
1328 #advanced-profile-romance-wrapper,
1329 #advanced-profile-work-wrapper,
1330 #advanced-profile-education-wrapper {
1331         margin-top: 20px;
1332 }
1333
1334 #advanced-profile-name-text,
1335 #advanced-profile-gender-text,
1336 #advanced-profile-dob-text,
1337 #advanced-profile-age-text,
1338 #advanced-profile-marital-text,
1339 #advanced-profile-sexual-text,
1340 #advanced-profile-homepage-text,
1341 #advanced-profile-politic-text,
1342 #advanced-profile-religion-text,
1343 #advanced-profile-about-text,
1344 #advanced-profile-interest-text,
1345 #advanced-profile-contact-text,
1346 #advanced-profile-music-text,
1347 #advanced-profile-book-text,
1348 #advanced-profile-tv-text,
1349 #advanced-profile-film-text,
1350 #advanced-profile-romance-text,
1351 #advanced-profile-work-text,
1352 #advanced-profile-education-text {
1353         width: 300px;
1354         float: left;
1355 }
1356
1357 #advanced-profile-name-end,
1358 #advanced-profile-gender-end,
1359 #advanced-profile-dob-end,
1360 #advanced-profile-age-end,
1361 #advanced-profile-marital-end,
1362 #advanced-profile-sexual-end,
1363 #advanced-profile-homepage-end,
1364 #advanced-profile-politic-end,
1365 #advanced-profile-religion-end {
1366         clear: both;
1367 }
1368
1369 #advanced-profile-about-end,
1370 #advanced-profile-interest-end,
1371 #advanced-profile-contact-end,
1372 #advanced-profile-music-end,
1373 #advanced-profile-book-end,
1374 #advanced-profile-tv-end,
1375 #advanced-profile-film-end,
1376 #advanced-profile-romance-end,
1377 #advanced-profile-work-end,
1378 #advanced-profile-education-end {
1379
1380
1381 }
1382
1383 #advanced-profile-name,
1384 #advanced-profile-gender,
1385 #advanced-profile-dob,
1386 #advanced-profile-age,
1387 #advanced-profile-marital,
1388 #advanced-profile-sexual,
1389 #advanced-profile-homepage,
1390 #advanced-profile-politic,
1391 #advanced-profile-religion {
1392         float: left;
1393
1394 }
1395
1396
1397 #advanced-profile-about,
1398 #advanced-profile-interest,
1399 #advanced-profile-contact,
1400 #advanced-profile-music,
1401 #advanced-profile-book,
1402 #advanced-profile-tv,
1403 #advanced-profile-film,
1404 #advanced-profile-romance,
1405 #advanced-profile-work,
1406 #advanced-profile-education {
1407         margin-top: 10px;
1408         margin-left: 50px;
1409         margin-right: 20px;
1410         padding: 10px;
1411         border: 1px solid #CCCCCC;
1412 }
1413
1414 #advanced-profile-with {
1415         float: left;
1416         margin-left: 15px;
1417 }
1418
1419 #contact-edit-wrapper {
1420         margin-top: 50px;
1421 }
1422
1423 #contact-edit-banner-name {
1424         font-size: 1.4em;
1425         font-weight: bold;
1426         margin-left: 30px;
1427 }
1428
1429 #contact-edit-poll-wrapper {
1430         margin-left: 50px;
1431         margin-top: 30px;
1432 }
1433 #contact-edit-poll-text {
1434         margin-top: 15px;
1435         margin-bottom: 5px;
1436 }
1437
1438 #contact-edit-update-now {
1439         margin-top: 15px;
1440 }
1441
1442 #contact-edit-photo-wrapper {
1443         margin-bottom: 20px;
1444 }
1445 #contact-edit-links {
1446         float: left;
1447 }
1448 #contact-edit-links img {
1449         margin-left: 20px;
1450         border: none;
1451 }
1452
1453 #contact-drop-links {
1454         float: left;
1455 }
1456
1457 #contact-drop-links img {
1458         margin-left: 20px;
1459         border: none;
1460 }
1461
1462 #contact-edit-nav-end {
1463         clear: both;
1464 }
1465
1466 #contact-edit-direction-icon {
1467         float: left;
1468         margin-top: 70px;
1469         margin-right: 2px;
1470 }
1471
1472 #contact-edit-photo {
1473         float: left;
1474 }
1475
1476 #contact-edit-photo-end {
1477         clear: both;
1478 }
1479
1480 #contact-edit-photo-wrapper {
1481         float: left;
1482 }
1483
1484 #contact-edit-nav-wrapper {
1485         float: left;
1486 }
1487
1488 #contact-edit-end {
1489         clear: both;
1490 }
1491
1492 #contact-profile-selector {
1493         width: 175px;
1494         margin-left: 175px;
1495 }
1496
1497 #contact-reputation-selector {
1498         margin-left: 175px;
1499 }
1500
1501 #contact-edit-rating-text {
1502         margin-left: 175px;
1503 }
1504
1505 .contact-edit-submit {
1506         margin-top: 20px;
1507         margin-left: 50px;
1508 }
1509
1510 #block-message, #ignore-message, #profile-edit-insecure {
1511         margin-top: 20px;
1512         color: #FF0000;
1513         font-size: 1.1em;
1514         border: 1px solid #FF8888;
1515         background-color: #FFEEEE;
1516         padding: 10px;
1517 }
1518
1519 #block-message, #ignore-message {
1520         width: 180px;
1521 }
1522
1523 #profile-edit-insecure {
1524         width: 600px;
1525 }
1526
1527 .profile-tabs {
1528         float: left;
1529         padding: 4px;
1530         margin-top: 10px;
1531         margin-bottom: 10px;
1532         margin-right: 5px;
1533         /*border: 1px solid #CCC;*/
1534         /*background: #F8F8F8;*/
1535         font-size: 0.8em;
1536         font-weight: bold;
1537         background-color: #ECECEC;
1538         border: 1px solid #858585;
1539 }
1540 .profile-tabs:hover {
1541         background-color: #0CBEFE;
1542         color: #F5F6FB;
1543         border: 1px solid #F5F6FB;
1544         /*cursor: pointer;*/
1545 }
1546
1547 #profile-tabs-end {
1548         clear: both;
1549 }
1550
1551 .comment-edit-text-empty {
1552         color: gray;
1553         height: 30px;
1554         width: 175px;
1555         overflow: auto;
1556         margin-bottom: 10px;
1557 }
1558
1559 .comment-edit-text-full {
1560         color: black;
1561         height: 150px;
1562         width: 350px;
1563         overflow: auto;
1564 }
1565
1566 #group-new-submit-wrapper {
1567         margin-top: 30px;
1568 }
1569
1570 #acl-allow-group-label,
1571 #acl-allow-contact-label,
1572 #acl-deny-group-label,
1573 #acl-deny-contact-label {
1574         display: block;
1575 }
1576
1577 #acl-permit-text,
1578 #acl-deny-text {
1579         margin-top: 10px;
1580 }
1581
1582 #acl-allow-group-label,
1583 #acl-allow-contact-label,
1584 #acl-deny-group-label,
1585 #acl-deny-contact-label {
1586         margin-top: 5px;
1587         margin-bottom: 5px;
1588 }
1589
1590
1591 #group_allow_wrapper,
1592 #group_deny_wrapper {
1593         float: left;
1594         width: 100px;
1595         margin-right: 10px;
1596 }
1597
1598 #contact_allow_wrapper,
1599 #contact_deny_wrapper {
1600         float: left;
1601         width: 150px;
1602         margin-right: 10px;
1603 }
1604
1605 #acl-allow-end,
1606 #acl-deny-end {
1607         clear: both;
1608 }
1609 #acl-permit-outer-wrapper,
1610 #acl-deny-outer-wrapper {
1611         padding: 10px;
1612         margin-top: 10px;
1613         border: 2px solid #BBBBBB;
1614         float: left;
1615 }
1616
1617 #acl-wrapper-end {
1618         clear: both;
1619 }
1620
1621 #group-edit-name-label {
1622         float: left;
1623         width: 175px;
1624         margin-top: 20px;
1625         margin-bottom: 20px;
1626 }
1627
1628 #group-edit-name {
1629         float: left;
1630         width: 225px;
1631         margin-top: 20px;
1632         margin-bottom: 20px;
1633 }
1634
1635 #group-edit-name-wrapper {
1636
1637
1638 }
1639
1640
1641 #group_members_select_label {
1642         display: block;
1643         float: left;
1644         width: 175px;
1645 }
1646
1647 .group_members_select {
1648         float: left;
1649         width: 230px;
1650         overflow: auto;
1651 }
1652
1653 #group_members_select_end {
1654         clear: both;
1655 }
1656 #group-edit-name-end {
1657         clear: both;
1658 }
1659
1660 #prvmail-to-label, #prvmail-subject-label, #prvmail-message-label {
1661         margin-bottom: 10px;
1662         margin-top: 20px;
1663 }
1664
1665 #prvmail-submit {
1666         float: left;
1667         margin-top: 10px;
1668         margin-right: 30px;
1669 }
1670 #prvmail-upload-wrapper,
1671 #prvmail-link-wrapper,
1672 #prvmail-rotator-wrapper {
1673         float: left;
1674         margin-top: 10px;
1675         margin-right: 10px;
1676         width: 24px;
1677 }
1678
1679 #prvmail-end {
1680         clear: both;
1681 }
1682
1683 .mail-list-sender,
1684 .mail-list-detail {
1685         float: left;
1686 }
1687 .mail-list-detail {
1688         margin-left: 20px;
1689 }
1690
1691 .mail-list-subject {
1692         font-size: 1.1em;
1693         margin-top: 10px;
1694 }
1695 a.mail-list-link {
1696         display: block;
1697         padding: 4px 5px;
1698 }
1699
1700 /*
1701 *a.mail-list-link:hover {
1702 *       background-color: #15607B;
1703 *       color: #F5F6FB;
1704 *}
1705 */
1706
1707 .mail-list-outside-wrapper-end {
1708         clear: both;
1709 }
1710
1711 .mail-list-outside-wrapper {
1712         margin-top: 30px;
1713 }
1714
1715 .mail-list-delete-wrapper {
1716         float: right;
1717         margin-right: 30px;
1718         margin-top: 15px;
1719 }
1720
1721 .mail-list-delete-icon {
1722         border: none;
1723 }
1724
1725 .mail-conv-sender,
1726 .mail-conv-detail {
1727         float: left;
1728 }
1729 .mail-conv-detail {
1730         margin-left: 20px;
1731         width: 500px;
1732 }
1733
1734 .mail-conv-subject {
1735         font-size: 1.1em;
1736         margin-top: 10px;
1737 }
1738
1739 .mail-conv-outside-wrapper-end {
1740         clear: both;
1741 }
1742
1743 .mail-conv-outside-wrapper {
1744         margin-top: 30px;
1745 }
1746
1747 .mail-conv-delete-wrapper {
1748         float: right;
1749         margin-right: 30px;
1750         margin-top: 15px;
1751 }
1752
1753 .mail-conv-delete-icon {
1754         border: none;
1755 }
1756
1757 .message-links ul {
1758         list-style-type: none;
1759 }
1760
1761 .message-links li {
1762         margin-top: 10px;
1763 }
1764 .message-links a {
1765         /*background-color: #ECECEC;*/
1766         /*border: 1px solid #858585;*/
1767         padding: 3px 5px;
1768         /*display: block;*/
1769 }
1770 .message-links a:hover {
1771         background-color: #0CBEFE;
1772         color: #F5F6FB;
1773         /*border: 1px solid #F5F6FB;*/
1774 }
1775
1776 #sidebar-group-list ul {
1777         list-style-type: none;
1778 }
1779
1780 #sidebar-group-list li {
1781         margin-top: 10px;
1782 }
1783
1784 #side-follow-wrapper {
1785         margin-top: 20px;
1786 }
1787 #side-follow-url {
1788         margin-top: 5px;
1789 }
1790 #side-follow-submit {
1791         margin-top: 15px;
1792 }
1793
1794 .photo-album-image-wrapper {
1795         float: left;
1796         margin-top: 15px;
1797         height: 350px;
1798         width: 350px;
1799 }
1800
1801 #photo-album-end {
1802         clear: both;
1803 }
1804
1805 .photo-top-image-wrapper {
1806         float: left;
1807         margin-top: 15px;
1808         height: 350px;
1809         width: 350px;
1810 }
1811
1812 #photo-top-end {
1813         clear: both;
1814 }
1815
1816 #photo-top-links {
1817         margin-bottom: 30px;
1818         margin-left: 30px;
1819 }
1820
1821 #photos-upload-newalbum-div {
1822         float: left;
1823         width: 175px;
1824 }
1825 #photos-upload-existing-album-text {
1826         float: left;
1827         width: 175px;
1828 }
1829 #photos-upload-newalbum {
1830         float: left;
1831 }
1832 #photos-upload-album-select {
1833         float: left;
1834 }
1835 #photos-upload-spacer {
1836         margin-top: 25px;
1837 }
1838 #photos-upload-new-end, #photos-upload-exist-end {
1839         clear: both;
1840 }
1841 #photos-upload-exist-end {
1842         margin-bottom: 15px;
1843 }
1844 #photos-upload-submit {
1845         margin-top: 15px;
1846 }
1847
1848 #photos_upload_applet_wrapper {
1849         margin-bottom: 15px;
1850 }
1851
1852 #photos-upload-no-java-message {
1853         margin-bottom: 15px;
1854 }
1855
1856 #profile-jot-desc {
1857         float: left;
1858         width: 480px;
1859         margin-top: 10px;
1860         margin-bottom: 10px;
1861 }
1862 #character-counter {
1863         float: left;
1864         font-size: 120%;
1865 }
1866
1867 #character-counter.grey {
1868         color: #888888;
1869 }
1870
1871 #character-counter.orange {
1872         color: orange;
1873 }
1874 #character-counter.red {
1875         color: red;
1876 }
1877
1878 #profile-jot-banner-end {
1879         clear: both;
1880 }
1881
1882 #photos-upload-select-files-text {
1883         margin-top: 15px;
1884         margin-bottom: 15px;
1885 }
1886
1887 #photos-upload-perms-menu, #photos-upload-perms-menu:visited {
1888         color: #8888FF;
1889         text-decoration: none;
1890         cursor: pointer;
1891 }
1892
1893 #photos-upload-perms-menu:hover {
1894         color: #0000FF;
1895         text-decoration: underline;
1896         cursor: pointer;
1897 }
1898 #settings-default-perms-menu {
1899         margin-top: 15px;
1900         margin-bottom: 15px;
1901 }
1902
1903 #photo-edit-caption-label, #photo-edit-tags-label, #photo-edit-albumname-label {
1904         float: left;
1905         width: 150px;
1906 }
1907
1908 #photo-edit-perms-end {
1909         margin-bottom: 15px;
1910 }
1911
1912 #photo-edit-caption, #photo-edit-newtag, #photo-edit-albumname {
1913         float: left;
1914         margin-bottom: 25px;
1915 }
1916 #photo-edit-link-wrap {
1917         margin-bottom: 15px;
1918 }
1919 #photo-like-div {
1920         margin-bottom: 25px;
1921 }
1922
1923 #photo-edit-caption-end, #photo-edit-tags-end, #photo-edit-albumname-end {
1924         clear: both;
1925 }
1926
1927 #photo-edit-delete-button {
1928         margin-left: 200px;
1929 }
1930 #photo-edit-end {
1931         margin-bottom: 35px;
1932 }
1933 #photo-caption {
1934         font-size: 110%;
1935         font-weight: bold;
1936         margin-top: 15px;
1937         margin-bottom: 15px;
1938 }
1939
1940 #in-this-photo-text {
1941         color: #0000FF;
1942         margin-left: 30px;
1943 }
1944
1945 #in-this-photo {
1946         margin-left: 60px;
1947         margin-top: 10px;
1948         margin-bottom: 20px;
1949 }
1950
1951 #photo-album-edit-submit, #photo-album-edit-drop {
1952         margin-top: 15px;
1953         margin-bottom: 15px;
1954 }
1955
1956 #photo-album-edit-drop {
1957         margin-left: 200px;
1958 }
1959
1960 .group-delete-wrapper {
1961         float: right;
1962         margin-right: 50px;
1963 }
1964
1965 #install-dbhost-label,
1966 #install-dbuser-label,
1967 #install-dbpass-label,
1968 #install-dbdata-label,
1969 #install-tz-desc {
1970        float: left;
1971        width: 250px;
1972        margin-top: 10px;
1973        margin-bottom: 10px;
1974
1975 }
1976
1977 #install-dbhost,
1978 #install-dbuser,
1979 #install-dbpass,
1980 #install-dbdata {
1981        float: left;
1982        width: 200px;
1983        margin-left: 20px;
1984 }
1985
1986 #install-dbhost-end,
1987 #install-dbuser-end,
1988 #install-dbpass-end,
1989 #install-dbdata-end,
1990 #install-tz-end {
1991        clear: both;
1992 }
1993
1994 #install-form select#timezone_select {
1995        float: left;
1996        margin-top: 18px;
1997        margin-left: 20px;
1998 }
1999
2000 #dfrn-request-networks {
2001         margin-bottom: 30px;
2002 }
2003
2004 #pause {
2005   position: fixed;
2006   bottom: 5px;
2007   right: 5px;
2008 }
2009
2010 .sparkle {
2011         cursor: url('lock.cur'), pointer;
2012 /*      cursor: pointer !important; */
2013 }
2014
2015 .contact-block-div {
2016         float: left;
2017         width: 52px;
2018         height: 52px;
2019 }
2020 #contact-block-end {
2021         clear: both;
2022 }
2023 .contact-block-link {
2024         float: left;
2025 }
2026 .contact-block-img {
2027         width:48px;
2028         height:48px;
2029 }
2030
2031 #tag-remove {
2032         margin-bottom: 15px;
2033 }
2034
2035 #tagrm li {
2036         margin-bottom: 10px;
2037 }
2038
2039 #tagrm-submit, #tagrm-cancel {
2040         margin-top: 25px;
2041 }
2042
2043 #tagrm-cancel {
2044         margin-left: 15px;
2045 }
2046
2047 .wall-item-conv {
2048         margin-top: 5px;
2049         margin-bottom: 25px;
2050 }
2051
2052 #search-submit {
2053         margin-left: 15px;
2054 }
2055
2056 #search-box {
2057         margin-bottom: 25px;
2058 }
2059
2060 .location-label, .gender-label, .marital-label, .homepage-label {
2061         float: left;
2062         text-align: right;
2063         display: block;
2064         width: 65px;
2065 }
2066
2067 .adr, .x-gender, .marital-text, .homepage-url {
2068         float: left;
2069         display: block;
2070         margin-left: 8px;
2071 }
2072
2073 .profile-clear {
2074         clear: both;
2075 }
2076
2077
2078 .clear {
2079         clear: both;
2080 }
2081
2082 .cc-license {
2083         margin-top: 50px;
2084         font-size: 70%;
2085 }
2086
2087
2088 #plugin-settings-link, #account-settings-link, #uexport-link {
2089         margin-bottom: 10px;
2090 }
2091
2092
2093 #birthday-title {
2094         float: left;
2095         font-weight: bold;      
2096 }
2097
2098 #birthday-adjust {
2099         float: left;
2100         font-size: 75%;
2101         margin-left: 10px;
2102 }
2103
2104 #birthday-title-end {
2105         clear: both;
2106 }
2107
2108 .birthday-list {
2109         margin-left: 15px;
2110 }
2111
2112 #birthday-wrapper {
2113         margin-bottom: 20px;
2114 }
2115
2116
2117 #network-new-link {
2118         margin-top: 15px;
2119         margin-bottom: 15px;
2120 }
2121
2122 .tool-wrapper {
2123   float: left;
2124   margin-left: 15px;
2125 }
2126 .tool-link {
2127   cursor: pointer;
2128 }
2129
2130
2131 .calendar {
2132         font-family: Courier, monospace;
2133 }
2134 .today {
2135         color: #FF0000;
2136 }
2137
2138
2139 .settings-block {
2140         border: 1px solid #AAA;
2141         margin: 10px;
2142         padding: 10px;
2143 }
2144
2145
2146 .app-title {
2147         margin: 10px;
2148 }
2149
2150
2151 #identity-manage-desc {
2152         margin-top:15px;
2153         margin-bottom: 15px;
2154 }
2155
2156 #identity-manage-choose {
2157         margin-bottom: 15px;
2158 }
2159
2160 #identity-submit {
2161         margin-top: 20px;
2162 }
2163
2164
2165 #photo-prev-link, #photo-next-link {
2166         padding: 10px;
2167         float: left;
2168 }
2169
2170 #photo-photo {
2171         float: left;
2172 }
2173
2174 #photo-photo-end {
2175         clear: both;
2176 }
2177
2178
2179 .profile-match-photo {
2180         float: left;
2181         text-align: center;
2182         width: 120px;
2183 }
2184
2185 .profile-match-name {
2186         float: left;
2187         text-align: center;
2188         width: 120px;
2189         overflow: hidden;
2190 }
2191
2192 .profile-match-break,
2193 .profile-match-end {
2194         clear: both;
2195 }
2196
2197 .profile-match-wrapper {
2198         float: left;
2199         padding: 10px;
2200 }
2201 #profile-match-wrapper-end {
2202         clear: both;
2203 }
2204
2205 .side-link {
2206         margin-bottom: 15px;
2207 }