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