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