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