]> git.mxchange.org Git - friendica.git/blob - view/theme/duepuntozero/style.css
48fa05368ce88346f21ff3afad5610dfb16748b3
[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: 90%;
278         font-weight: bold;
279         border: 1px solid #ffffff;
280 }
281
282 #jot-title::-webkit-input-placeholder{font-weight: normal;}
283 #jot-title:-moz-placeholder{font-weight: normal;}
284                 
285         
286 #jot-title:hover,
287 #jot-title:focus {
288         border: 1px solid #cccccc; 
289 }
290
291 .jothidden { display:none; }
292
293
294 .fakelink, .fakelink:visited, .fakelink:link {
295         color: #3465a4;
296         text-decoration: none;
297         cursor: pointer;
298         margin-top: 15px;
299         margin-bottom: 15px;
300 }
301 .lockview {
302         cursor: pointer;
303 }
304
305 #group-sidebar {
306         margin-bottom: 10px;
307 }
308
309 .group-selected, .nets-selected {
310         padding: 3px;
311         -moz-border-radius: 3px;
312         border-radius: 3px;     
313         border: 1px solid #CCCCCC;
314         background: #F8F8F8;
315         font-weight: bold;
316 }
317
318 .fakelink:hover {
319         color: #3465a4;
320         text-decoration: underline;
321         cursor: pointer;
322 }
323 .smalltext {
324         font-size: 0.7em;
325 }
326 #sysmsg {
327         /*width: 600px;*/
328         margin-bottom: 10px;
329 }
330
331 #register-fill-ext {
332         margin-bottom: 25px;
333 }
334
335 #label-register-name, #label-register-email, #label-register-nickname, #label-register-openid {
336         float: left;
337         width: 350px;
338         margin-top: 10px;
339 }
340
341 #register-name, #register-email, #register-nickname {
342         float: left;
343         margin-top: 10px;
344         width: 150px;
345 }
346
347 #register-openid {
348         float: left;
349         margin-top: 10px;
350         width: 130px;
351 }
352
353 #register-name-end, #register-email-end, #register-nickname-end, #register-submit-end, #register-openid-end {
354         clear: both;
355 }
356
357 #register-nickname-desc {
358         margin-top: 30px;
359         width: 650px;
360 }
361 #register-sitename {
362         float: left;
363         margin-top: 10px;
364 }
365
366 #register-submit-button {
367         margin-top: 10px;
368 }
369
370
371 #login_standard {
372         width: 210px;
373         float: left;
374 }
375 #login_openid {
376         width: 210px;
377         margin-left: 250px;
378 }
379
380 #login_standard input,
381 #login_openid input {
382         width: 180px;
383 }
384
385 #login-extra-links {
386         clear: both;
387 }
388
389 #register-link, #lost-password-link {
390         float: left;
391         font-size: 80%;
392         margin-right: 15px;
393 }
394
395 #login-name-end, #login-password-end, #login-extra-end, #login-submit-end {
396         height: 50px;
397 }
398
399 #login-submit-button {
400 /*      margin-top: 10px; */
401         margin-left: 200px;
402 }
403
404
405 input#dfrn-url {
406         float: left;
407         background: url(friendika-16.png) no-repeat;
408         background-position: 2px center;
409         font-size: 17px;
410         padding-left: 21px;
411         height: 21px;
412         background-color: #FFFFFF;
413         color: #000000;
414         margin-bottom: 20px;
415 }
416
417 #dfrn-url-label {
418         float: left;
419         width: 250px;
420 }
421
422 #dfrn-request-url-end {
423         clear: both;
424 }
425
426 #knowyouyes, #knowyouno {
427         float: left;
428 }
429
430 #dfrn-request-knowyou-yes-wrapper, #dfrn-request-knowyou-no-wrapper {
431
432         float: none;
433 }
434 #dfrn-request-knowyou-yes-label, #dfrn-request-knowyou-no-label {
435         float: left;
436         width: 75px;
437         margin-left: 50px;
438         margin-bottom: 7px;
439 }
440 #dfrn-request-knowyou-break, #dfrn-request-knowyou-end {
441         clear: both;
442
443 }
444
445 #dfrn-request-message-wrapper {
446         margin-bottom: 50px;
447 }
448 #dfrn-request-submit-wrapper {
449         clear: both;
450         margin-left: 50px;
451 }
452
453 #dfrn-request-info-wrapper {
454         margin-left: 50px;
455 }
456
457
458
459 #cropimage-wrapper, #cropimage-preview-wrapper {
460         float: left;
461         padding: 30px;
462 }
463
464 #crop-image-form {
465         margin-top: 30px;
466         clear: both;
467 }
468
469 .intro-wrapper {
470         margin-top: 20px;
471 }
472
473 .intro-fullname {
474         font-size: 1.1em;
475         font-weight: bold;
476
477 }
478 .intro-desc {
479         margin-bottom: 20px;
480         font-weight: bold;
481 }
482
483 .intro-note {
484         padding: 10px;
485 }
486
487 .intro-end {
488         padding: 30px;
489 }
490
491 .intro-form {
492         float: left;
493 }
494 .intro-approve-form {
495         clear: both;
496 }
497 .intro-approve-as-friend-end {
498         clear: both;
499 }
500 .intro-submit-approve, .intro-submit-ignore {
501         margin-right: 20px;
502 }
503 .intro-submit-approve {
504         margin-top: 15px;
505 }
506
507 .intro-approve-as-friend-label, .intro-approve-as-fan-label {
508         float: left;
509         width: 100px;
510         margin-left: 20px;
511 }
512 .intro-approve-as-friend, .intro-approve-as-fan {
513         float: left;
514 }
515 .intro-form-end {
516         clear: both;
517 }
518 .intro-approve-as-friend-desc {
519         margin-top: 15px;
520 }
521 .intro-approve-as-end {
522         clear: both;
523         margin-bottom: 10px;
524 }
525
526 .intro-end {
527         clear: both;
528         margin-bottom: 30px;
529 }
530
531 #profile-extra-links {
532         clear: both;
533         margin-top: 10px;
534 }
535
536 #profile-extra-links ul {
537         list-style-type: none;
538         padding: 0px;
539 }
540
541
542 #profile-extra-links li {
543         margin-top: 5px;
544 }
545
546 #profile-edit-links ul {
547         list-style-type: none;
548 }
549
550 #profile-edit-links li {
551         margin-top: 10px;
552 }
553 .profile-edit-side-div {
554         float: right;
555 }
556 .profile-edit-side-link {
557         opacity: 0.3;
558         filter:alpha(opacity=30);
559 }
560 .profile-edit-side-link:hover {
561         opacity: 1.0;
562         filter:alpha(opacity=100);
563 }
564
565 .view-contact-wrapper {
566         margin-top: 20px;
567         float: left;
568         margin-left: 20px;
569         width: 180px;
570 }
571 #view-contact-end {
572         clear: both;
573 }
574
575
576 #viewcontacts {
577         margin-top: 15px;
578 }
579 #profile-edit-default-desc {
580         color: #FF0000;
581         border: 1px solid #FF8888;
582         background-color: #FFEEEE;
583         padding: 7px;
584 }
585
586 #profile-edit-clone-link-wrapper {
587         float: left;
588         margin-left: 50px;
589         margin-bottom: 20px;
590         width: 300px;
591 }
592
593
594 #profile-edit-links-end {
595         clear: both;
596         margin-bottom: 15px;
597 }
598
599 .profile-listing-photo {
600         border: none;
601 }
602
603 .profile-edit-submit-wrapper {
604         margin-top: 20px;
605         margin-bottom: 20px;
606 }
607
608 #profile-photo-link-select-wrapper {
609         margin-top: 2em;
610 }
611
612 #profile-photo-submit-wrapper {
613         margin-top: 10px;
614 }
615
616 #profile-photo-wrapper img {
617         width:175px;
618         height:175px;
619         padding: 12px;
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-wall-yes,
664 #hide-wall-no,
665 #hide-friends-yes,
666 #hide-friends-no {
667         float: left;
668         margin-bottom: 20px;
669 }
670 #settings-normal,
671 #settings-soapbox,
672 #settings-freelove,
673 #settings-community {
674         float: left;
675 }
676
677
678 #profile-in-dir-yes-label,
679 #profile-in-dir-no-label,
680 #profile-in-netdir-yes-label,
681 #profile-in-netdir-no-label,
682 #hide-wall-yes-label,
683 #hide-wall-no-label,
684 #hide-friends-yes-label,
685 #hide-friends-no-label {
686         margin-left: 125px;
687         float: left;
688         width: 50px;
689 }
690
691 #profile-edit-with-label {
692         width: 175px;
693         margin-left: 20px;
694 }
695
696 #profile-publish-yes-reg,
697 #profile-publish-no-reg {
698         float: left;
699         margin-bottom: 10px;
700 }
701
702 #profile-publish-yes-label-reg,
703 #profile-publish-no-label-reg {
704         margin-left: 350px;
705         float: left;
706         width: 50px;
707 }
708
709 #profile-publish-break-reg,
710 #profile-publish-end-reg {
711         clear: both;
712 }
713
714
715 #profile-edit-pdesc-desc,
716 #profile-edit-pubkeywords-desc,
717 #profile-edit-prvkeywords-desc {
718         float: left;
719         margin-left: 20px;
720 }
721
722
723 #profile-edit-homepage {
724         float: left;
725         margin-bottom: 35px;
726 }
727 #settings-normal-label,
728 #settings-soapbox-label,
729 #settings-community-label,
730 #settings-freelove-label {
731         float: left;
732         width: 200px;
733 }
734 #settings-normal-desc,
735 #settings-soapbox-desc,
736 #settings-community-desc,
737 #settings-freelove-desc {
738         /*float: left;
739         margin-left: 75px;*/
740     clear: left;
741     color: #666666;
742     display: block;
743     margin-bottom: 20px 
744 }
745
746 #profile-edit-profile-name-end,
747 #profile-edit-name-end,
748 #profile-edit-pdesc-end,
749 #profile-edit-gender-end,
750 #profile-edit-dob-end,
751 #profile-edit-address-end,
752 #profile-edit-locality-end,
753 #profile-edit-region-end,
754 #profile-edit-postal-code-end,
755 #profile-edit-country-name-end,
756 #profile-edit-marital-end,
757 #profile-edit-sexual-end,
758 #profile-edit-politic-end,
759 #profile-edit-religion-end,
760 #profile-edit-pubkeywords-end,
761 #profile-edit-prvkeywords-end,
762 #profile-edit-homepage-end,
763 #profile-in-dir-break,
764 #profile-in-dir-end,
765 #profile-in-netdir-break,
766 #profile-in-netdir-end,
767 #hide-wall-break,
768 #hide-wall-end,
769 #hide-friends-break,
770 #hide-friends-end,
771 #settings-normal-break,
772 #settings-soapbox-break,
773 #settings-community-break,
774 #settings-freelove-break {
775         clear: both;
776 }
777
778
779
780
781
782 #gender-select, #marital-select, #sexual-select {
783         width: 220px;
784 }
785
786 #profile-edit-profile-name-wrapper .required {
787         color: #FF0000;
788         float: left;
789 }
790
791 #contacts-main {
792         margin-top: 20px;
793         margin-bottom: 20px;
794 }
795
796 .contact-entry-wrapper {
797         float: left;
798         width: 120px;
799         height: 120px;
800 }
801
802 .contact-entry-direction-icon {
803         margin-top: 24px;
804         margin-right: 2px;
805 }
806
807 .contact-entry-photo img {
808         border: none;
809 }
810 .contact-entry-photo-end {
811         clear: both;
812 }
813 .contact-entry-name {
814         float: left;
815         margin-left: 0px;
816         width: 120px;
817         overflow: hidden;
818 }
819 .contact-entry-edit-links {
820         margin-top: 6px;
821         margin-left: 10px;
822         width: 16px;
823 }
824 .contact-entry-nav-wrapper {
825         float: left;
826         margin-left: 10px;
827 }
828
829 .contact-entry-edit-links img {
830         border: none;
831         margin-right: 15px;
832 }
833 .contact-entry-photo {
834         float: left;
835         position: relative;
836 }
837 .contact-entry-end {
838         clear: both;
839 }
840
841 #fsuggest-desc, #fsuggest-submit-wrapper {
842         margin-top: 15px;
843         margin-bottom: 15px;
844 }
845
846 #network-star-link{
847         margin-top: 10px;
848 }
849 .network-star {
850         float: left;
851         margin-right: 5px;
852 }
853 #network-bmark-link {
854         margin-top: 10px;
855 }
856
857 .wall-item-content-wrapper {
858         margin-top: 10px;
859         border: 1px solid #CCC;
860         position: relative;
861         -moz-border-radius: 3px;
862         border-radius: 3px;     
863
864 }
865
866 .wall-item-content-wrapper.comment {
867         margin-left: 50px;
868         background: #EEEEEE;
869 }
870
871 .wall-item-info {
872         display: block;
873         float: left;
874         width:110px;
875         margin-right:10px;
876 }
877 .comment .wall-item-info {
878         width: 70px;
879 }
880
881 .wall-item-photo-wrapper {
882         margin-top: 10px;
883         margin-left: 10px;
884         margin-bottom: 10px;
885         width: 100px;
886 }
887 .wall-item-photo-menu-button {
888         display: block;
889         position: absolute;
890         background-image: url("photo-menu.jpg");
891         background-position: top left; 
892         background-repeat: no-repeat;
893         margin: 0px; padding: 0px;
894         width: 16px;
895         height: 16px;
896         top: 74px; left:10px;
897         overflow: hidden;
898         text-indent: 40px;
899         display: none;
900         
901 }
902 .wall-item-photo-menu {
903         width: auto;
904         border: 2px solid #444444;
905         background: #FFFFFF;
906         position: absolute;
907         left: 10px; top: 90px;
908         display: none;
909         z-index: 10000;
910 }
911 .wall-item-photo-menu ul { margin:0px; padding: 0px; list-style: none }
912 .wall-item-photo-menu li a { display: block; padding: 2px; }
913 .wall-item-photo-menu li a:hover { color: #FFFFFF; background: #3465A4; text-decoration: none; }
914
915
916 .comment .wall-item-photo-menu-button { top: 44px;}
917 .comment .wall-item-photo-menu { top: 60px; }
918
919 .wallwall .wwto {
920     left: 50px;
921     margin: 0;
922     position: absolute;
923     top: 70px;
924     width: 30px
925 }
926 .wallwall .wwto img {
927         width: 30px !important;
928         height: 30px !important;
929 }
930
931 .wallwall .wall-item-photo-end {
932         clear: both;
933 }
934
935 .wall-item-arrowphoto-wrapper {
936     position: absolute;
937     left: 75px;
938     top: 70px;
939     z-index: 100;
940 }
941 .wall-item-wrapper {
942         /*float: left;
943     margin-right: 5px;
944     width: 250px;*/
945     margin-left:10px;
946 }
947 .wall-item-lock {
948         /*height: 20px;*/
949         /*margin-top: 10px;*/
950     left: 105px;
951     position: absolute;
952     top: 1px;   
953 }
954 .comment .wall-item-lock {
955         left: 65px;
956 }
957
958 .wall-item-ago {
959         color: #888888;
960         font-size: 0.8em;
961 }
962
963 .wall-item-location {
964         overflow: hidden;
965         /* add ellipsis on text overflow               */
966         /* this work on safari, opera, ie, chrome.     */
967         /* firefox users have to wait support or we    */
968         /* can use a jquery plugin http://bit.ly/zJskg */
969         text-overflow: ellipsis;
970         -o-text-overflow: ellipsis;
971         width: 100%;
972 }
973
974 .wall-item-like-buttons {
975         float: left;
976         margin-right: 10px;
977 /*      padding-right: 10px; */
978 /*      border-right: 2px solid #fff; */
979 }
980
981 .like-rotator {
982         margin-left: 5px;
983 }
984
985 .wall-item-like-buttons > a,
986 .wall-item-like-buttons > img {
987         float: left;
988 }
989
990 .wall-item-like-buttons img {
991         cursor: pointer;
992 }
993
994 .wall-item-share-buttons {
995         margin-left: 10px;
996         margin-right: 10px;
997 }
998
999 .editpost {
1000         margin-left: 10px;
1001         float: left;
1002 }
1003 .star-item {
1004         margin-left: 10px;
1005         float: left;    
1006 }
1007 .tag-item {
1008         margin-left: 10px;
1009         float: left;    
1010 }
1011
1012
1013 .wall-item-links-wrapper {
1014         float: left;
1015 }
1016
1017 .wall-item-delete-wrapper {
1018         float: right;
1019 }
1020
1021 .wall-item-delete-end {
1022         clear: both;
1023 }
1024
1025 .wall-item-delete-icon {
1026         border: none;
1027 }
1028
1029
1030 .wall-item-wrapper-end {
1031         clear: both;
1032 }
1033 .wall-item-name-link {
1034         font-weight: bold;
1035         text-decoration: none;
1036         color: #3172BD;
1037 }
1038 .wall-item-photo {
1039         border: none;
1040 }
1041 .comment .wall-item-photo {
1042         width: 50px !important; 
1043         height: 50px !important;
1044 }
1045 .wall-item-content {
1046         /*float: left;*/
1047         /*width: 450px;*/
1048         margin-left: 10px;
1049         /*margin-bottom: 20px;*/
1050         /*padding: 20px;*/
1051         max-height: 400px;
1052         overflow: auto;
1053 }
1054
1055 .wall-item-title {
1056         float: left;
1057         font-weight: bold;
1058         /*width: 450px;*/
1059 }
1060
1061 .wall-item-title-end {
1062         clear: both;
1063 }
1064
1065 .wall-item-body {
1066         float: left;
1067         /*width: 450px;*/
1068         margin-top: 10px;
1069 }
1070
1071 .wall-item-tools {
1072         clear: both;
1073         background-image: url("head.jpg");
1074     background-position: 0 -20px;
1075     background-repeat: repeat-x;
1076         padding: 5px 10px 0px;
1077 }
1078 .wall-item-author {
1079         margin-top: 10px;
1080 }
1081
1082 .comment .wall-item-tools {
1083         background:none;
1084
1085
1086 .comment-edit-wrapper {
1087         margin-top: 15px;
1088         background: #f3f3f3;
1089         margin-left: 50px;
1090 }
1091
1092 .comment-wwedit-wrapper {
1093         margin-top: 15px;
1094         background: #f3f3f3;
1095         margin-left: 50px;
1096 }
1097
1098 .comment-edit-photo {
1099         margin-top: 10px;
1100         margin-left: 10px;
1101         margin-bottom: 10px;
1102         width: 100px;
1103         float: left;
1104 }
1105 .comment-edit-photo img {
1106         width: 25px;
1107 }
1108 .comment-edit-text-empty, .comment-edit-text-full {
1109         float: left;
1110         margin-top: 10px;
1111         -moz-border-radius: 3px;
1112         border-radius: 3px;     
1113         border: 1px solid #cccccc;
1114         padding: 3px 1px 1px 3px;
1115 }
1116 .comment-edit-text-end {
1117         clear: both;
1118 }
1119
1120 .comment-edit-submit {
1121         margin: 10px 0px 10px 110px;
1122 }
1123
1124 #profile-jot-plugin-wrapper,
1125 #profile-jot-submit-wrapper {
1126         margin-top: 15px;
1127 }
1128
1129 #profile-jot-submit {
1130         float: left;
1131 }
1132 #profile-upload-wrapper {
1133         float: left;
1134         margin-left: 30px;
1135 }
1136 #profile-attach-wrapper {
1137         float: left;
1138         margin-left: 30px;
1139 }
1140 #profile-rotator {
1141         float: left;
1142         margin-left: 30px;
1143 }
1144 #profile-link-wrapper {
1145         float: left;
1146         margin-left: 15px;
1147 }
1148 #profile-youtube-wrapper {
1149         float: left;
1150         margin-left: 15px;
1151 }
1152 #profile-video-wrapper {
1153         float: left;
1154         margin-left: 15px;
1155 }
1156 #profile-audio-wrapper {
1157         float: left;
1158         margin-left: 15px;
1159 }
1160 #profile-location-wrapper {
1161         float: left;
1162         margin-left: 15px;
1163 }
1164 #profile-nolocation-wrapper {
1165         float: left;
1166         margin-left: 15px;
1167 }
1168 #profile-title-wrapper {
1169         float: left;
1170         margin-left: 15px;
1171 }
1172
1173 #profile-jot-perms {
1174         float: left;
1175         margin-left: 100px;
1176         font-weight: bold;
1177         font-size: 1.2em;
1178 }
1179
1180 #profile-jot-perms-end {
1181         /*clear: left;*/
1182         height: 30px;
1183 }
1184
1185 #profile-jot-plugin-end{
1186   clear: both;
1187 }
1188 .profile-jot-net {
1189         float: left;
1190         margin-right: 10px;
1191         margin-top: 5px;
1192         margin-bottom: 5px;
1193 }
1194
1195 #profile-jot-networks-end {
1196         clear: both;
1197 }
1198
1199 #profile-jot-end {
1200         /*clear: both;*/
1201         margin-bottom: 30px;
1202 }
1203 #about-jot-submit-wrapper {
1204         margin-top: 15px;
1205 }
1206 #about-jot-end {
1207         margin-bottom: 30px;
1208 }
1209 #contacts-main {
1210         margin-bottom: 30px;
1211 }
1212
1213 #profile-listing-desc {
1214         margin-left: 30px;
1215 }
1216
1217 #profile-listing-new-link-wrapper {
1218         margin-left: 30px;
1219         margin-bottom: 30px;
1220 }
1221 .profile-listing-photo-wrapper {
1222         float: left;
1223 }
1224
1225 .profile-listing-edit-buttons-wrapper {
1226         clear: both;
1227 }
1228 .profile-listing-photo-edit-link {
1229         float: left;
1230         width: 125px;
1231 }
1232 .profile-listing-end {
1233         clear: both;
1234 }
1235 .profile-listing-edit-buttons-wrapper img{
1236         border: none;
1237         margin-right: 20px;
1238 }
1239 .profile-listing {
1240         margin-top: 25px;
1241 }
1242 .profile-listing-name {
1243         float: left;
1244         margin-left: 32px;
1245         margin-top: 10px;
1246         color: #3172BD;
1247         font-weight: bold;
1248         width: 200px;
1249
1250 }
1251 .fortune {
1252         margin-top: 50px;
1253         color: #4444FF;
1254         font-weight: bold;
1255         margin-bottom: 20px;
1256 }
1257
1258
1259 .directory-end {
1260         clear: both;
1261 }
1262 .directory-name {
1263         text-align: center;
1264 }
1265 .directory-photo {
1266         margin-left: 25px;
1267 }
1268 .directory-details {
1269         font-size: 0.7em;
1270         text-align: center;
1271         margin-left: 5px;
1272         margin-right: 5px;
1273 }
1274 .directory-item {
1275         float: left;
1276         width: 225px;
1277         height: 260px;
1278         overflow: auto;
1279 }
1280
1281 #directory-search-wrapper {
1282         margin-top: 20px;
1283         margin-right: 20px;
1284         margin-bottom: 50px;
1285 }
1286
1287 #directory-search-end {
1288 }
1289
1290 .directory-photo-img {
1291         border: none;
1292 }
1293
1294
1295 .pager {
1296   padding: 10px;
1297   text-align: center;
1298   font-size: 1.0em;
1299 }
1300
1301
1302 .pager_first,
1303 .pager_last,
1304 .pager_prev,
1305 .pager_next,
1306 .pager_n {
1307         border: 1px solid black;
1308         background: #EEE;
1309         padding: 4px;
1310 }
1311
1312 .pager_first a,
1313 .pager_last a,
1314 .pager_prev a,
1315 .pager_next a,
1316 .pager_n a {
1317         text-decoration: none;
1318 }
1319
1320 .pager_current {
1321   border: 1px solid black;
1322   background: #FFCCCC;
1323   padding: 4px;
1324 }
1325
1326
1327 #advanced-profile-name-wrapper,
1328 #advanced-profile-gender-wrapper,
1329 #advanced-profile-dob-wrapper,
1330 #advanced-profile-age-wrapper,
1331 #advanced-profile-marital-wrapper,
1332 #advanced-profile-sexual-wrapper,
1333 #advanced-profile-homepage-wrapper,
1334 #advanced-profile-politic-wrapper,
1335 #advanced-profile-religion-wrapper,
1336 #advanced-profile-about-wrapper,
1337 #advanced-profile-interest-wrapper,
1338 #advanced-profile-contact-wrapper,
1339 #advanced-profile-music-wrapper,
1340 #advanced-profile-book-wrapper,
1341 #advanced-profile-tv-wrapper,
1342 #advanced-profile-film-wrapper,
1343 #advanced-profile-romance-wrapper,
1344 #advanced-profile-work-wrapper,
1345 #advanced-profile-education-wrapper {
1346         margin-top: 20px;
1347 }
1348
1349 #advanced-profile-name-text,
1350 #advanced-profile-gender-text,
1351 #advanced-profile-dob-text,
1352 #advanced-profile-age-text,
1353 #advanced-profile-marital-text,
1354 #advanced-profile-sexual-text,
1355 #advanced-profile-homepage-text,
1356 #advanced-profile-politic-text,
1357 #advanced-profile-religion-text,
1358 #advanced-profile-about-text,
1359 #advanced-profile-interest-text,
1360 #advanced-profile-contact-text,
1361 #advanced-profile-music-text,
1362 #advanced-profile-book-text,
1363 #advanced-profile-tv-text,
1364 #advanced-profile-film-text,
1365 #advanced-profile-romance-text,
1366 #advanced-profile-work-text,
1367 #advanced-profile-education-text {
1368         width: 300px;
1369         float: left;
1370 }
1371
1372 #advanced-profile-name-end,
1373 #advanced-profile-gender-end,
1374 #advanced-profile-dob-end,
1375 #advanced-profile-age-end,
1376 #advanced-profile-marital-end,
1377 #advanced-profile-sexual-end,
1378 #advanced-profile-homepage-end,
1379 #advanced-profile-politic-end,
1380 #advanced-profile-religion-end {
1381         height: 10px;
1382 }
1383
1384 #advanced-profile-about-end,
1385 #advanced-profile-interest-end,
1386 #advanced-profile-contact-end,
1387 #advanced-profile-music-end,
1388 #advanced-profile-book-end,
1389 #advanced-profile-tv-end,
1390 #advanced-profile-film-end,
1391 #advanced-profile-romance-end,
1392 #advanced-profile-work-end,
1393 #advanced-profile-education-end {
1394
1395
1396 }
1397
1398 #advanced-profile-name,
1399 #advanced-profile-gender,
1400 #advanced-profile-dob,
1401 #advanced-profile-age,
1402 #advanced-profile-marital,
1403 #advanced-profile-sexual,
1404 #advanced-profile-homepage,
1405 #advanced-profile-politic,
1406 #advanced-profile-religion {
1407         float: left;
1408
1409 }
1410
1411
1412 #advanced-profile-about,
1413 #advanced-profile-interest,
1414 #advanced-profile-contact,
1415 #advanced-profile-music,
1416 #advanced-profile-book,
1417 #advanced-profile-tv,
1418 #advanced-profile-film,
1419 #advanced-profile-romance,
1420 #advanced-profile-work,
1421 #advanced-profile-education {
1422         margin-top: 10px;
1423         margin-left: 50px;
1424         margin-right: 20px;
1425         padding: 10px;
1426         border: 1px solid #CCCCCC;
1427 }
1428
1429 #advanced-profile-with {
1430         float: left;
1431         margin-left: 15px;
1432 }
1433
1434 #contact-edit-wrapper {
1435         margin-top: 10px;
1436 }
1437
1438 #contact-edit-banner-name {
1439         font-size: 1.4em;
1440         font-weight: bold;
1441 }
1442
1443 #contact-edit-poll-wrapper {
1444         margin-top: 15px;
1445 }
1446
1447 #contact-edit-poll-text {
1448         margin-top: 15px;
1449         margin-bottom: 5px;
1450 }
1451
1452 #contact-edit-update-now {
1453         margin-top: 15px;
1454 }
1455
1456 #contact-edit-links{
1457         clear: both;
1458 }
1459
1460 #contact-edit-links ul {
1461         list-style: none;
1462         list-style-type: none;
1463         margin-left: 0px;
1464         padding-left: 0px;
1465 }
1466
1467 #contact-edit-links li {
1468         margin-top: 5px;
1469 }
1470
1471 #contact-edit-drop-link {
1472         float: right;
1473         margin-right: 20px;
1474 }
1475
1476 #contact-edit-nav-end {
1477         clear: both;
1478 }
1479
1480 #contact-edit-wrapper {
1481         width: 100%;
1482 }
1483
1484 #contact-edit-end {
1485         clear: both;
1486         margin-top: 15px;
1487 }
1488
1489 #contact-profile-selector {
1490         width: 175px;
1491         margin-left: 175px;
1492 }
1493
1494 .contact-edit-submit {
1495         margin-top: 20px;
1496 }
1497
1498
1499 .contact-photo-menu-button {
1500         position: absolute;
1501         background-image: url("photo-menu.jpg");
1502         background-position: top left; 
1503         background-repeat: no-repeat;
1504         margin: 0px; padding: 0px;
1505         width: 16px;
1506         height: 16px;
1507         top: 64px; left:0px;
1508         overflow: hidden;
1509         text-indent: 40px;
1510         display: none;
1511         
1512 }
1513 .contact-photo-menu {
1514         width: auto;
1515         border: 2px solid #444444;
1516         background: #FFFFFF;
1517         position: absolute;
1518         left: 0px; top: 90px;
1519         display: none;
1520         z-index: 10000;
1521 }
1522 .contact-photo-menu ul { margin:0px; padding: 0px; list-style: none }
1523 .contact-photo-menu li a { display: block; padding: 2px; }
1524 .contact-photo-menu li a:hover { color: #FFFFFF; background: #3465A4; text-decoration: none; }
1525
1526
1527 #block-message, #ignore-message {
1528         color: #FF0000;
1529 }
1530
1531 #profile-edit-insecure {
1532         margin-top: 20px;
1533         color: #FF0000;
1534         font-size: 1.1em;
1535         border: 1px solid #FF8888;
1536         background-color: #FFEEEE;
1537         padding-left: 5px;
1538         /*: 3px 3px 3px 5px; */
1539         width: 587px;
1540 }
1541
1542 #profile-jot-text {
1543         height: 20px;
1544         color:#cccccc;
1545         border: 1px solid #cccccc;
1546         padding: 3px 0px 0px 5px;
1547         -moz-border-radius: 3px;
1548         border-radius: 3px;     
1549         width: 100%;
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 .photo-album-image-wrapper {
1908         float: left;
1909         margin-top: 15px;
1910         margin-right: 15px;
1911         width: 200px; height: 200px; 
1912         overflow: hidden; 
1913         position: relative;
1914 }
1915 .photo-album-image-wrapper .caption {
1916         display: none; 
1917         width: 100%;
1918         position: absolute; 
1919         bottom: 0px; 
1920         padding: 0.5em 0.5em 0px 0.5em;
1921         background-color: rgba(245, 245, 255, 0.8);
1922         border-bottom: 2px solid #CCC;
1923         margin: 0px;
1924 }
1925 .photo-album-image-wrapper a:hover .caption {
1926         display:block;
1927 }
1928
1929 #photo-album-end {
1930         clear: both;
1931 }
1932
1933 .photo-top-image-wrapper {
1934         position: relative;
1935         float: left;
1936         margin-top: 15px;
1937         margin-right: 15px;
1938         width: 200px; height: 200px; 
1939         overflow: hidden; 
1940 }
1941 .photo-top-album-name {
1942         width: 100%;
1943         min-height: 2em;
1944         position: absolute; 
1945         bottom: 0px; 
1946         padding: 0px 3px;
1947         padding-top: 0.5em;
1948         background-color: rgb(255, 255, 255);
1949 }
1950 #photo-top-end {
1951         clear: both;
1952 }
1953
1954 #photo-top-links {
1955         margin-bottom: 30px;
1956         margin-left: 30px;
1957 }
1958
1959 #photos-upload-newalbum-div {
1960         float: left;
1961         width: 175px;
1962 }
1963
1964 #photos-upload-noshare {
1965         margin-bottom: 10px;
1966 }
1967 #photos-upload-existing-album-text {
1968         float: left;
1969         width: 175px;
1970 }
1971 #photos-upload-newalbum {
1972         float: left;
1973 }
1974 #photos-upload-album-select {
1975         float: left;
1976 }
1977
1978 #photos-upload-spacer {
1979         margin-top: 25px;
1980 }
1981 #photos-upload-new-end, #photos-upload-exist-end {
1982         clear: both;
1983 }
1984 #photos-upload-exist-end {
1985         margin-bottom: 15px;
1986 }
1987 #photos-upload-submit {
1988         margin-top: 15px;
1989 }
1990
1991 #photos_upload_applet_wrapper {
1992         margin-bottom: 15px;
1993 }
1994
1995 #photos-upload-no-java-message {
1996         margin-bottom: 15px;
1997 }
1998
1999 #profile-jot-desc {
2000         /*float: left;*/
2001         width: 480px;
2002         color: #FF0000;
2003         margin-top: 10px;
2004         margin-bottom: 10px;
2005 }
2006
2007 #character-counter {
2008         float: right;
2009         font-size: 120%;
2010 }
2011
2012 #character-counter.grey {
2013         color: #888888;
2014 }
2015
2016 #character-counter.orange {
2017         color: orange;
2018 }
2019 #character-counter.red {
2020         color: red;
2021 }
2022
2023 #profile-jot-banner-end {
2024         /* clear: both; */ 
2025 }
2026
2027 #photos-upload-select-files-text {
2028         margin-top: 15px;
2029         margin-bottom: 15px;
2030 }
2031
2032 #photos-upload-perms-menu, #photos-upload-perms-menu:visited, #photos-upload-perms-menu:link {
2033         color: #8888FF;
2034         text-decoration: none;
2035         cursor: pointer;
2036 }
2037
2038 #photos-upload-perms-menu:hover {
2039         color: #0000FF;
2040         text-decoration: underline;
2041         cursor: pointer;
2042 }
2043 #settings-default-perms-menu {
2044         margin-top: 15px;
2045         margin-bottom: 15px;
2046 }
2047
2048 #photo-edit-caption-label, #photo-edit-tags-label, #photo-edit-albumname-label {
2049         float: left;
2050         width: 150px;
2051 }
2052
2053 #photo-edit-perms-end {
2054         margin-bottom: 15px;
2055 }
2056
2057 #photo-edit-caption, #photo-edit-newtag, #photo-edit-albumname {
2058         float: left;
2059         margin-bottom: 25px;
2060 }
2061 #photo-edit-link-wrap {
2062         margin-bottom: 15px;
2063 }
2064 #photo-like-div {
2065         margin-bottom: 25px;
2066 }
2067
2068 #photo-edit-caption-end, #photo-edit-tags-end, #photo-edit-albumname-end {
2069         clear: both;
2070 }
2071
2072 #photo-edit-delete-button {
2073         margin-left: 200px;
2074 }
2075 #photo-edit-end {
2076         margin-bottom: 35px;
2077 }
2078 #photo-caption {
2079         font-size: 110%;
2080         font-weight: bold;
2081         margin-top: 15px;
2082         margin-bottom: 15px;
2083 }
2084
2085 #in-this-photo-text {
2086         color: #0000FF;
2087         margin-left: 30px;
2088 }
2089
2090 #in-this-photo {
2091         margin-left: 60px;
2092         margin-top: 10px;
2093         margin-bottom: 20px;
2094 }
2095
2096 #photo-album-edit-submit, #photo-album-edit-drop {
2097         margin-top: 15px;
2098         margin-bottom: 15px;
2099 }
2100
2101 #photo-album-edit-drop {
2102         margin-left: 200px;
2103 }
2104
2105 .group-delete-wrapper {
2106         float: right;
2107         margin-right: 50px;
2108 }
2109
2110 #install-dbhost-label,
2111 #install-dbuser-label,
2112 #install-dbpass-label,
2113 #install-dbdata-label,
2114 #install-tz-desc {
2115        float: left;
2116        width: 250px;
2117        margin-top: 10px;
2118        margin-bottom: 10px;
2119
2120 }
2121
2122 #install-dbhost,
2123 #install-dbuser,
2124 #install-dbpass,
2125 #install-dbdata {
2126        float: left;
2127        width: 200px;
2128        margin-left: 20px;
2129 }
2130
2131 #install-dbhost-end,
2132 #install-dbuser-end,
2133 #install-dbpass-end,
2134 #install-dbdata-end,
2135 #install-tz-end {
2136        clear: both;
2137 }
2138
2139 #install-form select#timezone_select {
2140        float: left;
2141        margin-top: 18px;
2142        margin-left: 20px;
2143 }
2144
2145 #dfrn-request-networks {
2146         margin-bottom: 30px;
2147 }
2148
2149 #pause {
2150   position: fixed;
2151   bottom: 5px;
2152   right: 5px;
2153 }
2154
2155 .sparkle {
2156         cursor: url('lock.cur'), pointer;
2157 /*      cursor: pointer !important; */
2158 }
2159
2160 .contact-block-div {
2161         float: left;
2162         width: 52px;
2163         height: 52px;
2164 }
2165 .contact-block-textdiv {
2166         float: left;
2167         width: 150px;
2168         height: 34px;
2169 }
2170
2171 #contact-block-end {
2172         clear: both;
2173 }
2174 .contact-block-link {
2175         float: left;
2176 }
2177 .contact-block-img {
2178         width:48px;
2179         height:48px;
2180 }
2181
2182 #tag-remove {
2183         margin-bottom: 15px;
2184 }
2185
2186 #tagrm li {
2187         margin-bottom: 10px;
2188 }
2189
2190 #tagrm-submit, #tagrm-cancel {
2191         margin-top: 25px;
2192 }
2193
2194 #tagrm-cancel {
2195         margin-left: 15px;
2196 }
2197
2198 .wall-item-conv {
2199         margin-top: 5px;
2200         margin-bottom: 25px;
2201 }
2202
2203 #search-submit {
2204         margin-left: 15px;
2205 }
2206
2207 #search-box {
2208         margin-bottom: 25px;
2209 }
2210
2211 .location-label, .gender-label, .marital-label, .homepage-label {
2212         float: left;
2213         text-align: right;
2214         display: block;
2215         width: 65px;
2216 }
2217
2218 .adr, .x-gender, .marital-text, .homepage-url {
2219         float: left;
2220         display: block;
2221         margin-left: 8px;
2222 }
2223
2224 .profile-clear {
2225         clear: both;
2226 }
2227
2228
2229 .clear {
2230         clear: both;
2231 }
2232
2233 .cc-license {
2234         margin-top: 50px;
2235         font-size: 70%;
2236 }
2237
2238
2239 #plugin-settings-link, #account-settings-link {
2240         margin-bottom: 10px;
2241 }
2242
2243 #uexport-link {
2244         margin-bottom: 20px;
2245 }
2246
2247 /* end from default */
2248         
2249
2250 .fn {
2251         padding: 0px 0px 5px 12px;
2252         font-size: 120%;
2253         font-weight: bold;
2254 }
2255
2256 .vcard .title {
2257         margin-bottom: 5px;
2258         margin-left: 12px;
2259 }
2260
2261 .vcard dl {
2262         clear: both;
2263 }
2264
2265 #birthday-title {
2266         float: left;
2267         font-weight: bold;      
2268 }
2269
2270 #birthday-adjust {
2271         float: left;
2272         font-size: 75%;
2273         margin-left: 10px;
2274 }
2275
2276 #birthday-title-end {
2277         clear: both;
2278 }
2279
2280 .birthday-list {
2281         margin-left: 15px;
2282 }
2283
2284 #birthday-wrapper {
2285         margin-bottom: 20px;
2286 }
2287
2288 #network-new-link {
2289         margin-top: 15px;
2290         margin-bottom: 15px;
2291 }
2292
2293
2294 .tool-wrapper {
2295   float: left;
2296   margin-left: 15px;
2297 }
2298
2299 .tool-link {
2300   cursor: pointer;
2301 }
2302
2303 .eventcal {
2304         float: left;
2305         font-size: 20px;
2306 }
2307
2308 .vevent {
2309         border: 1px solid #CCCCCC;
2310 }
2311 .vevent .event-description, .vevent .event-location {
2312         margin-left: 10px;
2313         margin-right: 10px;
2314 }
2315 .vevent .event-start {
2316         margin-left: 10px;
2317         margin-right: 10px;
2318 }
2319
2320 #new-event-link {
2321         margin-bottom: 10px;
2322 }
2323
2324 .edit-event-link, .plink-event-link {
2325         float: left;
2326         margin-top: 4px;
2327         margin-right: 4px;
2328         margin-bottom: 15px;
2329 }
2330
2331 .event-description:before {
2332         content: url('../../../images/calendar.png');
2333         margin-right: 15px;
2334 }
2335
2336 .event-start, .event-end {
2337         margin-left: 10px;
2338         width: 330px;
2339         clear: both;
2340 }
2341
2342 .event-start .dtstart, .event-end .dtend {
2343         float: right;
2344 }
2345
2346 .event-list-date {
2347         margin-bottom: 10px;
2348 }
2349
2350 .prevcal, .nextcal {
2351         float: left;
2352         margin-left: 32px;
2353         margin-right: 32px;
2354         margin-top: 64px;
2355 }
2356 .event-calendar-end {
2357         clear: both;
2358 }
2359
2360  
2361 .calendar {
2362         font-family: Courier, monospace;
2363 }
2364 .today {
2365         font-weight: bold;
2366         color: #FF0000;
2367 }
2368
2369 .settings-block {
2370         border: 1px solid #AAA;
2371         margin: 10px;
2372         padding: 10px;
2373 }
2374
2375 .app-title {
2376         margin: 10px;
2377 }
2378
2379 #identity-manage-desc {
2380         margin-top:15px;
2381         margin-bottom: 15px;
2382 }
2383
2384 #identity-manage-choose {
2385         margin-bottom: 15px;
2386 }
2387
2388 #identity-submit {
2389         margin-top: 20px;
2390 }
2391
2392 #photo-prev-link, #photo-next-link {
2393         padding: 10px;
2394         float: left;
2395 }
2396
2397 #photo-photo {
2398         float: left;
2399 }
2400
2401 #photo-photo-end {
2402         clear: both;
2403 }
2404
2405 .profile-match-photo {
2406         float: left;
2407         text-align: center;
2408         width: 120px;
2409 }
2410
2411 .profile-match-name {
2412         float: left;
2413         text-align: center;
2414         width: 120px;
2415         overflow: hidden;
2416 }
2417
2418 .profile-match-break,
2419 .profile-match-end {
2420         clear: both;
2421 }
2422
2423 .profile-match-connect {
2424         text-align: center;
2425         font-weight: bold;
2426 }
2427
2428 .profile-match-wrapper {
2429         float: left;
2430         padding: 10px;
2431         width: 120px;
2432         height: 120px;
2433         scroll: auto;
2434 }
2435 #profile-match-wrapper-end {
2436         clear: both;
2437 }
2438 .side-link {
2439         margin-bottom: 15px;
2440 }
2441
2442 #language-selector {
2443         position: absolute;
2444         top: 0px;
2445         left: 16px;
2446 }
2447
2448 #group-members {
2449         margin-top: 20px;
2450         padding: 10px;
2451         height: 250px;
2452         overflow: auto;
2453         border: 1px solid #ddd;
2454 }
2455
2456 #group-members-end {
2457         clear: both;
2458 }
2459
2460 #group-separator {
2461         margin-top: 10px;
2462         margin-bottom: 10px;
2463 }
2464
2465 #group-all-contacts {
2466         padding: 10px;
2467         height: 450px;
2468         overflow: auto;
2469         border: 1px solid #ddd;
2470 }
2471
2472 #group-all-contacts-end {
2473         clear: both;
2474         margin-bottom: 10px;
2475 }
2476
2477 #group-edit-desc {
2478         margin-top: 15px;
2479 }
2480
2481
2482 #prof-members {
2483         margin-top: 20px;
2484         padding: 10px;
2485         height: 250px;
2486         overflow: auto;
2487         border: 1px solid #ddd;
2488 }
2489
2490 #prof-members-end {
2491         clear: both;
2492 }
2493
2494 #prof-separator {
2495         margin-top: 10px;
2496         margin-bottom: 10px;
2497 }
2498
2499 #prof-all-contacts {
2500         padding: 10px;
2501         height: 450px;
2502         overflow: auto;
2503         border: 1px solid #ddd;
2504 }
2505
2506 #prof-all-contacts-end {
2507         clear: both;
2508         margin-bottom: 10px;
2509 }
2510
2511 #prof-edit-desc {
2512         margin-top: 15px;
2513 }
2514
2515 #crepair-nick-label,
2516 #crepair-attag-label,
2517 #crepair-url-label,
2518 #crepair-request-label,
2519 #crepair-confirm-label,
2520 #crepair-notify-label,
2521 #crepair-photo-label,
2522 #crepair-poll-label {
2523         float: left;
2524         width: 200px;
2525         margin-bottom: 15px;
2526 }
2527
2528 #crepair-nick,
2529 #crepair-attag,
2530 #crepair-url,
2531 #crepair-request,
2532 #crepair-confirm,
2533 #crepair-notify,
2534 #crepair-photo,
2535 #crepair-poll {
2536         float: left;
2537         width: 300px;
2538 }
2539
2540
2541 #netsearch-box {
2542         margin-top: 20px;       
2543 }
2544
2545 #netsearch-box #search-submit {
2546         margin: 5px 0px 0px 0px;
2547 }
2548
2549 .required {
2550         color: #FF0000;
2551 }
2552
2553 #event-start-text, #event-finish-text {
2554         margin-top: 10px;
2555         margin-bottom: 5px;
2556 }
2557
2558 #event-nofinish-checkbox, #event-nofinish-text, #event-adjust-checkbox, #event-adjust-text {
2559         float: left;
2560 }
2561 #event-datetime-break {
2562         margin-bottom: 10px;
2563 }
2564
2565 #event-nofinish-break, #event-adjust-break {
2566         clear: both;
2567 }
2568
2569 #event-desc-text, #event-location-text {
2570         margin-top: 10px;
2571         margin-bottom: 5px;
2572 }
2573 #event-submit {
2574         margin-top: 10px;
2575 }
2576
2577 .body-tag {
2578         opacity: 0.5;
2579         filter:alpha(opacity=50);
2580 }
2581
2582 .body-tag:hover {
2583         opacity: 1.0 !important;
2584         filter:alpha(opacity=100) !important;
2585 }
2586
2587 .item-select {
2588         opacity: 0.1;
2589         filter:alpha(opacity=10);
2590         float: right;
2591         margin-right: 10px;
2592
2593 }
2594 .item-select:hover, .checkeditem {
2595         opacity: 1;
2596         filter:alpha(opacity=100);
2597 }
2598
2599
2600 #item-delete-selected {
2601         margin-top: 30px;
2602 }
2603
2604 #item-delete-selected-end {
2605         clear: both;
2606 }
2607 #item-delete-selected-icon, #item-delete-selected-desc {
2608         float: left;
2609         margin-right: 5px;
2610 }
2611 #item-delete-selected-desc:hover {
2612         text-decoration: underline;
2613 }
2614
2615 #lang-select-icon {
2616         cursor: pointer;
2617         position: absolute;
2618         left: 0px;
2619         top: 0px;
2620         opacity: 0.2;
2621         filter:alpha(opacity=20);
2622 }
2623
2624 #lang-select-icon:hover {
2625         opacity: 1;
2626         filter:alpha(opacity=100);
2627 }
2628
2629 .notif-image {
2630         height: 80px;
2631         width: 80px;
2632         margin-right: 15px;
2633 }
2634 .notification-listing-end {
2635         clear: both;
2636         margin-bottom: 15px;
2637 }
2638
2639
2640
2641 /**
2642  * Plugins settings
2643  */
2644
2645 .settings-block > h3,
2646 .settings-heading {
2647         border-bottom: 1px solid #babdb6;
2648 }
2649  
2650
2651 /**
2652  * Form fields
2653  */
2654 .field {
2655         margin-bottom: 10px;
2656         padding-bottom: 10px;
2657         overflow: auto;
2658         width: 100%
2659 }
2660
2661 .field label {
2662         float: left;
2663         width: 200px;
2664 }
2665
2666 .field input,
2667 .field textarea {
2668         width: 400px;
2669 }
2670 .field textarea { height: 100px; }
2671 .field_help {
2672         display: block;
2673         margin-left: 200px;
2674         color: #666666;
2675         
2676 }
2677
2678
2679 .field .onoff {
2680         float: left;
2681         width: 80px;
2682 }
2683 .field .onoff a {
2684         display: block;
2685         border:1px solid #666666;
2686         background-image:url("../../../images/onoff.jpg");
2687         background-repeat: no-repeat;
2688         padding: 4px 2px 2px 2px;
2689         height: 16px;
2690         text-decoration: none;
2691 }
2692 .field .onoff .off {
2693         border-color:#666666;
2694         padding-left: 40px;
2695         background-position: left center;
2696         background-color: #cccccc;
2697         color: #666666;
2698         text-align: right;
2699 }
2700 .field .onoff .on {
2701         border-color:#204A87;
2702         padding-right: 40px;
2703         background-position: right center;
2704         background-color: #D7E3F1;
2705         color: #204A87;
2706         text-align: left;
2707 }
2708 .hidden { display: none!important; }
2709
2710 .field.radio .field_help { margin-left: 0px; }
2711
2712 /**
2713  * ADMIN
2714  */
2715 #pending-update {
2716         float:right;
2717         color: #ffffff;
2718         font-weight: bold;
2719         background-color: #FF0000;
2720         padding: 0em 0.3em;
2721         
2722 }
2723 #adminpage dl {
2724         clear: left;
2725         margin-bottom: 2px;
2726         padding-bottom: 2px;
2727         border-bottom: 1px solid black;
2728 }
2729 #adminpage dt {
2730         width: 200px;
2731         float: left;
2732         font-weight: bold;
2733 }
2734 #adminpage dd {
2735         margin-left: 200px;
2736 }
2737
2738 #adminpage h3 {
2739         border-bottom: 1px solid #cccccc;
2740 }
2741 #adminpage .field label {
2742         font-weight: bold;
2743 }
2744 #adminpage .submit {
2745         clear:left;
2746         text-align: right;
2747 }
2748
2749 #adminpage #pluginslist {
2750         margin: 0px; padding: 0px;
2751 }
2752 #adminpage .plugin {
2753         list-style: none;
2754         display: block;
2755         border: 1px solid #888888;
2756         padding: 1em;
2757         margin-bottom: 5px;
2758         clear: left;
2759 }
2760 #adminpage .plugin .desc { margin-left: 2.5em;}
2761 #adminpage .toggleplugin {
2762         float:left;
2763         margin-right: 1em;
2764 }
2765
2766 #adminpage table {width:100%; border-bottom: 1px solid #000000; margin: 5px 0px;}
2767 #adminpage table th { text-align: left;}
2768 #adminpage td .icon { float: left;}
2769 #adminpage table#users img { width: 16px; height: 16px; }
2770 #adminpage table tr:hover { background-color: #bbc7d7; }
2771 #adminpage .selectall { text-align: right; }
2772
2773 /*
2774  * UPDATE
2775  */
2776 .popup {        
2777         width: 100%; height: 100%;
2778         top:0px; left:0px;
2779         position: absolute;
2780         display: none;
2781 }
2782
2783 .popup .background {
2784         background-color: rgba(0,0,0,128);
2785         opacity: 0.5;
2786         width: 100%; height: 100%;
2787         position: absolute;
2788         top:0px; left:0px;
2789 }
2790 .popup .panel {
2791         top:25%;left:25%;width:50%;height:50%;
2792         padding: 1em;
2793         position: absolute;
2794         border: 4px solid #000000;
2795         background-color: #FFFFFF;
2796 }
2797 .popup .panel .panel_text { display: block; overflow: auto; height: 80%; } 
2798 .popup .panel .panel_in { width: 100%; height: 100%;    position: relative; }
2799 .popup .panel .panel_actions {  width: 100%; bottom: 4px; left: 0px; position: absolute; }
2800 .panel_text .progress { width: 50%; overflow: hidden; height: auto; border: 1px solid #cccccc; margin-bottom: 5px}
2801 .panel_text .progress span {float: right; display: block; width: 25%; background-color: #eeeeee; text-align: right;}
2802
2803 /**
2804  * OAuth
2805  */
2806 .oauthapp {
2807         height: auto; overflow: auto;
2808         border-bottom: 2px solid #cccccc;
2809         padding-bottom: 1em;
2810         margin-bottom: 1em;     
2811 }
2812 .oauthapp img {
2813         float: left;
2814         width: 48px; height: 48px;
2815         margin: 10px;
2816 }
2817 .oauthapp img.noicon {
2818         background-image: url("../../../images/icons/48/plugin.png");
2819         background-position: center center;
2820         background-repeat: no-repeat;
2821 }
2822 .oauthapp a {
2823         float: left;
2824 }
2825
2826 /**
2827  * ICONS
2828  */
2829 .iconspacer {
2830         display: block; width: 16px; height: 16px;
2831 }
2832
2833 .icon {
2834         display: block; width: 16px; height: 16px;
2835         background-image: url('../../../images/icons.png');
2836 }
2837 .article { background-position: 0px 0px;}
2838 .audio { background-position: -16px 0px;}
2839 .block { background-position: -32px 0px;}
2840 .drop { background-position: -48px 0px;}
2841 .drophide { background-position: -64px 0px;}
2842 .edit { background-position: -80px 0px;}
2843 .camera { background-position: -96px 0px;}
2844 .dislike { background-position: -112px 0px;}
2845 .like { background-position: -128px 0px;}
2846 .link { background-position: -144px 0px;}
2847
2848 .globe { background-position: 0px -16px;}
2849 .noglobe { background-position: -16px -16px;}
2850 .no { background-position: -32px -16px;}
2851 .pause { background-position: -48px -16px;}
2852 .play { background-position: -64px -16px;}
2853 .pencil { background-position: -80px -16px;}
2854 .small-pencil { background-position: -96px -16px;}
2855 .recycle { background-position: -112px -16px;}
2856 .remote-link { background-position: -128px -16px;}
2857 .share { background-position: -144px -16px;}
2858
2859 .tools { background-position: 0px -32px;}
2860 .lock { background-position: -16px -32px;}
2861 .unlock { background-position: -32px -32px;}
2862 .video { background-position: -48px -32px;}
2863 .youtube { background-position: -64px -32px;}
2864 .attach { background-position: -80px -32px; }
2865 .language { background-position: -96px -32px; }
2866 .prev { background-position: -112px -32px; }
2867 .next { background-position: -128px -32px; }
2868 .on { background-position: -144px -32px; }
2869
2870 .off { background-position: 0px -48px; }
2871 .starred { background-position: -16px -48px; }
2872 .unstarred { background-position: -32px -48px; }
2873 .tagged { background-position: -48px -48px; }
2874
2875
2876 .icon.dim { opacity: 0.3;filter:alpha(opacity=30); }
2877
2878 .attachtype {
2879         display: block; width: 20px; height: 23px;
2880         float: left;
2881         background-image: url('../../../images/content-types.png');
2882 }
2883
2884 .body-attach {
2885         margin-top: 10px;
2886 }
2887
2888 .type-video { background-position: 0px 0px; }
2889 .type-image { background-position: -20px 0px; }
2890 .type-audio { background-position: -40px 0px; }
2891 .type-text  { background-position: -60px 0px; }
2892 .type-unkn  { background-position: -80px 0px; }
2893
2894
2895 /* autocomplete popup */
2896 .acpopup {
2897         max-height:150px;
2898         background-color:#ffffff;
2899         overflow:auto;
2900         z-index:100000;
2901         border:1px solid #cccccc;
2902 }
2903 .acpopupitem {
2904         background-color:#ffffff; padding: 4px;
2905         clear:left;
2906 }
2907 .acpopupitem img {
2908         float: left;
2909         margin-right: 4px;
2910 }
2911
2912 .acpopupitem.selected {
2913         color: #FFFFFF; background: #3465A4;
2914 }
2915
2916 /* popup notifications */
2917 div.jGrowl div.notice {
2918   background: #511919 url("../../../images/icons/48/notice.png") no-repeat 5px center;
2919   color: #ffffff;
2920   padding-left: 58px;
2921 }
2922 div.jGrowl div.info {
2923   background: #364e59 url("../../../images/icons/48/info.png") no-repeat 5px center;
2924   color: #ffffff;
2925   padding-left: 58px;
2926 }