]> git.mxchange.org Git - friendica.git/blob - view/theme/duepuntozero/style.css
3567062a4e127efd2b018d5a71cacb7372ec63eb
[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
1621 .contact-photo-menu-button {
1622         position: absolute;
1623         background-image: url("photo-menu.jpg");
1624         background-position: top left; 
1625         background-repeat: no-repeat;
1626         margin: 0px; padding: 0px;
1627         width: 16px;
1628         height: 16px;
1629         top: 64px; left:0px;
1630         overflow: hidden;
1631         text-indent: 40px;
1632         display: none;
1633         
1634 }
1635 .contact-photo-menu {
1636         width: auto;
1637         border: 2px solid #444444;
1638         background: #FFFFFF;
1639         position: absolute;
1640         left: 0px; top: 90px;
1641         display: none;
1642         z-index: 10000;
1643 }
1644 .contact-photo-menu ul { margin:0px; padding: 0px; list-style: none }
1645 .contact-photo-menu li a { display: block; padding: 2px; }
1646 .contact-photo-menu li a:hover { color: #FFFFFF; background: #3465A4; text-decoration: none; }
1647
1648
1649 #block-message, #ignore-message, #archive-message, #lost-contact-message {
1650         color: #FF0000;
1651 }
1652
1653 #profile-edit-insecure {
1654         margin-top: 20px;
1655         color: #FF0000;
1656         font-size: 1.1em;
1657         border: 1px solid #FF8888;
1658         background-color: #FFEEEE;
1659         padding-left: 5px;
1660         /*: 3px 3px 3px 5px; */
1661         width: 587px;
1662 }
1663
1664 #profile-jot-text {
1665         height: 20px;
1666         width: 100%;
1667         color:#cccccc;
1668         border: 1px solid #cccccc;
1669         padding: 3px 0px 0px 5px;
1670         -moz-border-radius: 3px;
1671         border-radius: 3px;     
1672 }
1673
1674
1675 /** acl **/
1676 #photo-edit-perms-select,
1677 #photos-upload-permissions-wrapper,
1678 #profile-jot-acl-wrapper{
1679         display:block!important;
1680 }
1681
1682 #photos-usage-message {
1683         margin-bottom: 15px;
1684 }
1685
1686
1687 #acl-wrapper {
1688         width: 690px;
1689         float:left;
1690 }
1691 #acl-search {
1692         float:right;
1693         background: #ffffff url("../../../images/search_18.png") no-repeat right center;
1694         padding-right:20px;
1695 }
1696 #acl-showall {
1697         float: left;
1698         display: block;
1699         width: auto;
1700         height: 18px;
1701         background-color: #cccccc;
1702         background-image: url("../../../images/show_all_off.png");
1703         background-position: 7px 7px;
1704         background-repeat: no-repeat;
1705         padding: 7px 5px 0px 30px;
1706         -webkit-border-radius: 5px ;
1707         -moz-border-radius: 5px;
1708         border-radius: 5px;
1709         color: #999999;
1710 }
1711 #acl-showall.selected {
1712         color: #000000;
1713         background-color: #ff9900;
1714         background-image: url("../../../images/show_all_on.png");
1715 }
1716
1717 #acl-list {
1718         height: 210px;
1719         border: 1px solid #cccccc;
1720         clear: both;
1721         margin-top: 30px;
1722         overflow: auto;
1723 }
1724 #acl-list-content {
1725         
1726 }
1727 .acl-list-item {
1728         display: block;
1729         width: 150px;
1730         height: 30px;
1731         border: 1px solid #cccccc;
1732         margin: 5px;
1733         float: left;
1734 }
1735 .acl-list-item img{
1736         width:22px;
1737         height: 22px;
1738         float: left;
1739         margin: 4px;
1740 }
1741 .acl-list-item p { height: 12px; font-size: 10px; margin: 0px; padding: 2px 0px 1px; overflow: hidden;}
1742 .acl-list-item a { 
1743         font-size: 8px;
1744         display: block;
1745         width: 40px;
1746         height: 10px;
1747         float: left;
1748         color: #999999;
1749         background-color: #cccccc;
1750         background-position: 3px 3px;
1751         background-repeat: no-repeat;
1752         margin-right: 5px;
1753         -webkit-border-radius: 2px ;
1754         -moz-border-radius: 2px;
1755         border-radius: 2px;
1756         padding-left: 15px;
1757 }
1758 #acl-wrapper a:hover {
1759         text-decoration: none;
1760         color:#000000;
1761 }
1762 .acl-button-show { background-image: url("../../../images/show_off.png"); }
1763 .acl-button-hide { background-image: url("../../../images/hide_off.png"); }
1764
1765 .acl-button-show.selected {
1766         color: #000000;
1767         background-color: #9ade00;
1768         background-image: url("../../../images/show_on.png");
1769 }
1770 .acl-button-hide.selected {
1771         color: #000000;
1772         background-color: #ff4141;
1773         background-image: url("../../../images/hide_on.png");
1774 }
1775 .acl-list-item.groupshow { border-color: #9ade00; }
1776 .acl-list-item.grouphide { border-color: #ff4141; }
1777 /** /acl **/
1778
1779
1780 .comment-edit-text-empty {
1781         color: gray;
1782         height: 2em;
1783         width: 175px;
1784         overflow: auto;
1785         margin-bottom: 10px;
1786 }
1787
1788 .comment-wwedit-wrapper.threaded > .comment-edit-form > .comment-edit-text-empty {
1789         height: 1.5em;
1790 }
1791
1792 .comment-edit-text-full {
1793         color: black;
1794         height: 150px;
1795         width: 350px;
1796         overflow: auto;
1797 }
1798
1799 #group-new-submit-wrapper {
1800         margin-top: 30px;
1801 }
1802
1803 #group-edit-name-label {
1804         float: left;
1805         width: 175px;
1806         margin-top: 20px;
1807         margin-bottom: 20px;
1808 }
1809
1810 #group-edit-name {
1811         float: left;
1812         width: 225px;
1813         margin-top: 20px;
1814         margin-bottom: 20px;
1815 }
1816
1817 #group-edit-name-wrapper {
1818
1819
1820 }
1821
1822
1823 #group_members_select_label {
1824         display: block;
1825         float: left;
1826         width: 175px;
1827 }
1828
1829 .group_members_select {
1830         float: left;
1831         width: 230px;
1832         overflow: auto;
1833 }
1834
1835 #group_members_select_end {
1836         clear: both;
1837 }
1838 #group-edit-name-end {
1839         clear: both;
1840 }
1841
1842 #prvmail-to-label, #prvmail-subject-label, #prvmail-message-label {
1843         margin-bottom: 10px;
1844         margin-top: 20px;
1845 }
1846
1847 #prvmail-submit {
1848         float: left;
1849         margin-top: 10px;
1850         margin-right: 30px;
1851 }
1852 #prvmail-upload-wrapper,
1853 #prvmail-link-wrapper,
1854 #prvmail-rotator-wrapper {
1855         float: left;
1856         margin-top: 10px;
1857         margin-right: 10px;
1858         width: 24px;
1859 }
1860
1861 #prvmail-end {
1862         clear: both;
1863 }
1864
1865 .mail-list-sender,
1866 .mail-list-detail {
1867         float: left;
1868 }
1869 .mail-list-detail {
1870         margin-left: 20px;
1871 }
1872
1873 .mail-list-subject {
1874         font-size: 1.1em;
1875         margin-top: 10px;
1876 }
1877 a.mail-list-link {
1878     display: block;
1879     font-size: 1.3em;
1880     padding: 4px 0;
1881 }
1882
1883 /*
1884 *a.mail-list-link:hover {
1885 *       background-color: #15607B;
1886 *       color: #F5F6FB;
1887 *}
1888 */
1889
1890 .mail-list-outside-wrapper-end {
1891         clear: both;
1892 }
1893
1894 .mail-list-outside-wrapper {
1895         margin-top: 30px;
1896 }
1897
1898 .mail-list-delete-wrapper {
1899         float: right;
1900         margin-right: 30px;
1901         margin-top: 15px;
1902 }
1903
1904 .mail-list-delete-icon {
1905         border: none;
1906 }
1907
1908 .mail-conv-sender,
1909 .mail-conv-detail {
1910         float: left;
1911 }
1912 .mail-conv-detail {
1913         margin-left: 20px;
1914         width: 500px;
1915 }
1916
1917 .mail-conv-subject {
1918     font-size: 1.4em;
1919     margin: 10px 0;
1920 }
1921
1922 .mail-conv-outside-wrapper-end {
1923         clear: both;
1924 }
1925
1926 .mail-conv-outside-wrapper {
1927         margin-top: 30px;
1928 }
1929
1930 .mail-conv-delete-wrapper {
1931         float: right;
1932         margin-right: 30px;
1933         margin-top: 15px;
1934 }
1935 .mail-conv-break {
1936         clear: both;
1937 }
1938
1939 .mail-conv-delete-icon {
1940         border: none;
1941 }
1942
1943 .message-links ul {
1944         list-style-type: none;
1945         padding: 0px;
1946 }
1947
1948 .message-links li {
1949         margin-top: 10px;
1950         float: left;
1951 }
1952 .message-links a {
1953         padding: 3px 5px;
1954 }
1955
1956 .message-links-end {
1957         clear: both;
1958 }
1959
1960 #sidebar-group-list ul {
1961         list-style-type: none;
1962 }
1963
1964 #sidebar-group-list .icon, #sidebar-group-list .iconspacer {
1965         display: inline-block;
1966         height: 12px;
1967         width: 12px;
1968 }
1969
1970 #sidebar-group-list li {
1971         margin-top: 10px;
1972 }
1973
1974 .nets-ul, .fileas-ul, .categories-ul {
1975         list-style-type: none;
1976 }
1977
1978 .nets-ul li, .fileas-ul li, .categories-ul li {
1979         margin-top: 10px;
1980 }
1981
1982 .nets-link {
1983         margin-left: 24px;
1984 }
1985 .nets-all {
1986         margin-left: 42px;
1987 }
1988
1989 .fileas-link, .categories-link {
1990         margin-left: 24px;
1991 }
1992
1993 .fileas-all, .categories-all {
1994         margin-left: 0px;
1995 }
1996
1997 #search-save {
1998         margin-left: 5px;
1999 }
2000 .groupsideedit {
2001         margin-right: 10px;
2002 }
2003 #saved-search-ul {
2004         list-style-type: none;
2005 }
2006 .savedsearchdrop, .savedsearchterm {
2007         float: left;
2008         margin-top: 10px;
2009 }
2010 .savedsearchterm {
2011         margin-left: 10px;
2012 }
2013
2014
2015 #side-follow-wrapper {
2016         margin-top: 20px;
2017 }
2018 #side-follow-url, #side-peoplefind-url {
2019         margin-top: 5px;
2020 }
2021 #side-follow-submit, #side-peoplefind-submit {
2022         margin-top: 15px;
2023 }
2024
2025 #side-match-link {
2026         margin-top: 10px;
2027 }
2028
2029 aside input[type='text'] {
2030  width: 174px;
2031 }
2032
2033 .widget {
2034         border: 1px solid #DDDDDD;
2035         padding: 8px;
2036         margin-top: 5px;
2037         -moz-border-radius:5px;
2038         -webkit-border-radius:5px;
2039         border-radius:5px;
2040
2041 }
2042
2043
2044 /*.photos {
2045         height: auto;
2046         overflow: auto;
2047 }*/
2048
2049 .photos-end {
2050         clear: both;
2051         margin-bottom: 25px;
2052 }
2053
2054 .photo-album-image-wrapper {
2055         float: left;
2056         margin-top: 15px;
2057         margin-right: 15px;
2058         margin-left: 15px;
2059 /*      width: 200px; height: 200px; 
2060         overflow: hidden; 
2061         position: relative; */
2062 }
2063 .photo-album-image-wrapper .caption {
2064         display: none; 
2065         width: 100%;
2066 /*      position: absolute; */
2067         bottom: 0px; 
2068         padding: 0.5em 0.5em 0px 0.5em;
2069         background-color: rgba(245, 245, 255, 0.8);
2070         border-bottom: 2px solid #CCC;
2071         margin: 0px;
2072 }
2073 .photo-album-image-wrapper a:hover .caption {
2074         display:block;
2075 }
2076
2077 #photo-album-end {
2078         clear: both;
2079         margin-bottom: 25px;
2080 }
2081
2082 .photo-top-image-wrapper {
2083 /*      position: relative; */
2084         float: left;
2085         margin-top: 15px;
2086         margin-right: 15px;
2087         margin-left: 15px;
2088         margin-bottom: 15px;
2089 /*      width: 200px; height: 200px; 
2090         overflow: hidden; */
2091 }
2092 .photo-top-album-name {
2093         width: 100%;
2094         min-height: 2em;
2095 /*      position: absolute;  */
2096         bottom: 0px; 
2097         padding: 0px 3px;
2098         padding-top: 0.5em;
2099         background-color: rgb(255, 255, 255);
2100 }
2101 #photo-top-end {
2102         clear: both;
2103 }
2104
2105 #photo-top-links {
2106         margin-bottom: 30px;
2107         margin-left: 30px;
2108 }
2109
2110 #photos-upload-newalbum-div {
2111         float: left;
2112         width: 175px;
2113 }
2114
2115 #photos-upload-noshare {
2116         margin-bottom: 10px;
2117 }
2118 #photos-upload-existing-album-text {
2119         float: left;
2120         width: 175px;
2121 }
2122 #photos-upload-newalbum {
2123         float: left;
2124 }
2125 #photos-upload-album-select {
2126         float: left;
2127 }
2128
2129 #photos-upload-spacer {
2130         margin-top: 25px;
2131 }
2132 #photos-upload-new-end, #photos-upload-exist-end {
2133         clear: both;
2134 }
2135 #photos-upload-exist-end {
2136         margin-bottom: 15px;
2137 }
2138 #photos-upload-submit {
2139         margin-top: 15px;
2140 }
2141
2142 #photos_upload_applet_wrapper {
2143         margin-bottom: 15px;
2144 }
2145
2146 #photos-upload-no-java-message {
2147         margin-bottom: 15px;
2148 }
2149
2150 .video-top-wrapper {
2151         display: inline-block;
2152         vertical-align: top;
2153         margin-top: 15px;
2154         margin-right: 15px;
2155         margin-left: 15px;
2156         margin-bottom: 15px;
2157 }
2158
2159 #profile-jot-desc {
2160         /*float: left;*/
2161         width: 480px;
2162         color: #FF0000;
2163         margin-top: 10px;
2164         margin-bottom: 10px;
2165 }
2166
2167 #character-counter {
2168         float: right;
2169         font-size: 120%;
2170 }
2171
2172 #character-counter.grey {
2173         color: #888888;
2174 }
2175
2176 #character-counter.orange {
2177         color: orange;
2178 }
2179 #character-counter.red {
2180         color: red;
2181 }
2182
2183 #profile-jot-banner-end {
2184         /* clear: both; */ 
2185 }
2186
2187 #photos-upload-select-files-text {
2188         margin-top: 15px;
2189         margin-bottom: 15px;
2190 }
2191
2192 #photos-upload-perms-menu, #photos-upload-perms-menu:visited, #photos-upload-perms-menu:link {
2193         color: #8888FF;
2194         text-decoration: none;
2195         cursor: pointer;
2196 }
2197
2198 #photos-upload-perms-menu:hover {
2199         color: #0000FF;
2200         text-decoration: underline;
2201         cursor: pointer;
2202 }
2203 #settings-default-perms-menu {
2204         margin-top: 15px;
2205         margin-bottom: 15px;
2206 }
2207
2208 #photo-edit-caption-label, #photo-edit-tags-label, #photo-edit-albumname-label, #photo-edit-rotate-label {
2209         float: left;
2210         width: 150px;
2211 }
2212
2213 #photo-edit-perms-end {
2214         margin-bottom: 15px;
2215 }
2216
2217 #photo-edit-caption, #photo-edit-newtag, #photo-edit-albumname, #photo-edit-rotate {
2218         float: left;
2219         margin-bottom: 25px;
2220 }
2221 #photo-edit-link-wrap {
2222         margin-bottom: 15px;
2223 }
2224 #photo-like-div {
2225         margin-bottom: 25px;
2226 }
2227
2228 #photo-edit-caption-end, #photo-edit-tags-end, #photo-edit-albumname-end, #photo-edit-rotate-end {
2229         clear: both;
2230 }
2231
2232 #photo-edit-rotate-end {
2233         margin-bottom: 15px;
2234 }
2235
2236 #photo-edit-delete-button {
2237         margin-left: 200px;
2238 }
2239 #photo-edit-end {
2240         margin-bottom: 35px;
2241 }
2242 #photo-caption {
2243         font-size: 110%;
2244         font-weight: bold;
2245         margin-top: 15px;
2246         margin-bottom: 15px;
2247 }
2248
2249 #in-this-photo-text {
2250         color: #0000FF;
2251         margin-left: 30px;
2252 }
2253
2254 #in-this-photo {
2255         margin-left: 60px;
2256         margin-top: 10px;
2257         margin-bottom: 20px;
2258 }
2259
2260 #photo-album-edit-submit, #photo-album-edit-drop {
2261         margin-top: 15px;
2262         margin-bottom: 15px;
2263 }
2264
2265 #photo-album-edit-drop {
2266         margin-left: 200px;
2267 }
2268
2269 .group-delete-wrapper {
2270         float: right;
2271         margin-right: 50px;
2272 }
2273
2274 #install-dbhost-label,
2275 #install-dbuser-label,
2276 #install-dbpass-label,
2277 #install-dbdata-label,
2278 #install-tz-desc {
2279        float: left;
2280        width: 250px;
2281        margin-top: 10px;
2282        margin-bottom: 10px;
2283
2284 }
2285
2286 #install-dbhost,
2287 #install-dbuser,
2288 #install-dbpass,
2289 #install-dbdata {
2290        float: left;
2291        width: 200px;
2292        margin-left: 20px;
2293 }
2294
2295 #install-dbhost-end,
2296 #install-dbuser-end,
2297 #install-dbpass-end,
2298 #install-dbdata-end,
2299 #install-tz-end {
2300        clear: both;
2301 }
2302
2303 #install-form select#timezone_select {
2304        float: left;
2305        margin-top: 18px;
2306        margin-left: 20px;
2307 }
2308
2309 #dfrn-request-networks {
2310         margin-bottom: 30px;
2311 }
2312
2313 #pause {
2314   position: fixed;
2315   bottom: 5px;
2316   right: 5px;
2317 }
2318
2319 .sparkle {
2320         cursor: url('lock.cur'), pointer;
2321 /*      cursor: pointer !important; */
2322 }
2323
2324 .contact-block-div {
2325         float: left;
2326         width: 52px;
2327         height: 52px;
2328 }
2329 .contact-block-textdiv {
2330         float: left;
2331         width: 150px;
2332         height: 34px;
2333 }
2334
2335 #contact-block-end {
2336         clear: both;
2337 }
2338 .contact-block-link {
2339         float: left;
2340 }
2341 .contact-block-img {
2342         width:48px;
2343         height:48px;
2344 }
2345
2346 #tag-remove {
2347         margin-bottom: 15px;
2348 }
2349
2350 #tagrm li {
2351         margin-bottom: 10px;
2352 }
2353
2354 #tagrm-submit, #tagrm-cancel {
2355         margin-top: 25px;
2356 }
2357
2358 #tagrm-cancel {
2359         margin-left: 15px;
2360 }
2361
2362 .wall-item-conv {
2363         margin-top: 5px;
2364         margin-bottom: 25px;
2365 }
2366
2367 #search-submit {
2368         margin-left: 15px;
2369 }
2370
2371 #search-box {
2372         margin-bottom: 25px;
2373 }
2374
2375 .location-label, .gender-label, .marital-label, .homepage-label {
2376         float: left;
2377         text-align: right;
2378         display: block;
2379         width: 65px;
2380 }
2381
2382 .adr, .x-gender, .marital-text, .homepage-url {
2383         float: left;
2384         display: block;
2385         margin-left: 8px;
2386 }
2387
2388 .profile-clear {
2389         clear: both;
2390 }
2391
2392
2393 .clear {
2394         clear: both;
2395 }
2396
2397 .cc-license {
2398         margin-top: 50px;
2399         font-size: 70%;
2400 }
2401
2402
2403 #plugin-settings-link, #account-settings-link {
2404         margin-bottom: 10px;
2405 }
2406
2407 #uexport-link {
2408         margin-bottom: 20px;
2409 }
2410
2411 /* end from default */
2412         
2413
2414 .fn {
2415         padding: 0px 0px 5px 12px;
2416         font-size: 120%;
2417         font-weight: bold;
2418 }
2419
2420 .vcard .title {
2421         margin-bottom: 5px;
2422         margin-left: 12px;
2423 }
2424
2425 .vcard dl {
2426         clear: both;
2427 }
2428
2429 #birthday-title {
2430         float: left;
2431         font-weight: bold;      
2432 }
2433
2434 #birthday-adjust {
2435         float: left;
2436         font-size: 75%;
2437         margin-left: 10px;
2438 }
2439
2440 #birthday-title-end {
2441         clear: both;
2442 }
2443
2444 .birthday-list {
2445         margin-left: 15px;
2446 }
2447
2448 #birthday-wrapper {
2449         margin-bottom: 20px;
2450 }
2451
2452 #network-new-link {
2453         margin-top: 15px;
2454         margin-bottom: 15px;
2455 }
2456
2457
2458 .tool-wrapper {
2459   float: left;
2460   margin-left: 15px;
2461 }
2462
2463 .tool-link {
2464   cursor: pointer;
2465 }
2466
2467 .eventcal {
2468         float: left;
2469         font-size: 20px;
2470 }
2471
2472 #event-summary-text {
2473         margin-top: 15px;
2474 }
2475
2476 #event-share-checkbox {
2477         float: left;
2478         margin-top: 10px;
2479 }
2480
2481 #event-share-text {
2482         float: left;
2483         margin-top: 10px;
2484         margin-left: 5px;
2485 }
2486
2487 #event-share-break {
2488         clear: both;
2489         margin-bottom: 10px;
2490 }
2491
2492 #event-summary {
2493         width: 400px;
2494 }
2495
2496 .vevent {
2497         border: 1px solid #CCCCCC;
2498 }
2499
2500 .vevent .event-summary {
2501         margin-left: 10px;
2502         margin-right: 10px;
2503         font-weight: bold;
2504 }
2505
2506 .vevent .event-description, .vevent .event-location {
2507         margin-left: 10px;
2508         margin-right: 10px;
2509 }
2510 .vevent .event-start {
2511         margin-left: 10px;
2512         margin-right: 10px;
2513 }
2514
2515 #new-event-link {
2516         margin-bottom: 10px;
2517 }
2518
2519 .edit-event-link, .plink-event-link {
2520         float: left;
2521         margin-top: 4px;
2522         margin-right: 4px;
2523         margin-bottom: 15px;
2524 }
2525
2526 .event-description:before {
2527         content: url('../../../images/calendar.png');
2528         margin-right: 15px;
2529 }
2530
2531 .event-start, .event-end {
2532         margin-left: 10px;
2533         width: 330px;
2534         clear: both;
2535 }
2536
2537 .event-start .dtstart, .event-end .dtend {
2538         float: right;
2539 }
2540
2541 .event-list-date {
2542         margin-bottom: 10px;
2543 }
2544
2545 .prevcal, .nextcal {
2546         float: left;
2547         margin-left: 32px;
2548         margin-right: 32px;
2549         margin-top: 64px;
2550 }
2551 .event-calendar-end {
2552         clear: both;
2553 }
2554
2555  
2556 .calendar {
2557         font-family: Courier, monospace;
2558 }
2559 .today {
2560         font-weight: bold;
2561         color: #FF0000;
2562 }
2563
2564 .settings-block {
2565         border: 1px solid #AAA;
2566         margin: 10px;
2567         padding: 10px;
2568 }
2569
2570 .app-title {
2571         margin: 10px;
2572 }
2573
2574 #identity-manage-desc {
2575         margin-top:15px;
2576         margin-bottom: 15px;
2577 }
2578
2579 #identity-manage-choose {
2580         margin-bottom: 15px;
2581 }
2582
2583 #identity-submit {
2584         margin-top: 20px;
2585 }
2586
2587 #photo-prev-link, #photo-next-link {
2588         padding: 10px;
2589         float: left;
2590 }
2591
2592 #photo-photo {
2593         float: left;
2594 }
2595
2596 #photo-photo-end {
2597         clear: both;
2598 }
2599
2600 .profile-match-photo {
2601         float: left;
2602         text-align: center;
2603         width: 120px;
2604 }
2605
2606 .profile-match-name {
2607         float: left;
2608         text-align: center;
2609         width: 120px;
2610         overflow: hidden;
2611 }
2612
2613 .profile-match-break,
2614 .profile-match-end {
2615         clear: both;
2616 }
2617
2618 .profile-match-connect {
2619         text-align: center;
2620         font-weight: bold;
2621 }
2622
2623 .profile-match-wrapper {
2624         float: left;
2625         padding: 10px;
2626         width: 120px;
2627         height: 120px;
2628         scroll: auto;
2629 }
2630 #profile-match-wrapper-end {
2631         clear: both;
2632 }
2633 .side-link {
2634         margin-bottom: 15px;
2635 }
2636
2637 #language-selector {
2638         position: absolute;
2639         top: 0px;
2640         left: 16px;
2641 }
2642
2643 #group-members {
2644         margin-top: 20px;
2645         padding: 10px;
2646         height: 250px;
2647         overflow: auto;
2648         border: 1px solid #ddd;
2649 }
2650
2651 #group-members-end {
2652         clear: both;
2653 }
2654
2655 #group-separator {
2656         margin-top: 10px;
2657         margin-bottom: 10px;
2658 }
2659
2660 #group-all-contacts {
2661         padding: 10px;
2662         height: 450px;
2663         overflow: auto;
2664         border: 1px solid #ddd;
2665 }
2666
2667 #group-all-contacts-end {
2668         clear: both;
2669         margin-bottom: 10px;
2670 }
2671
2672 #group-edit-desc {
2673         margin-top: 15px;
2674 }
2675
2676
2677 #prof-members {
2678         margin-top: 20px;
2679         padding: 10px;
2680         height: 250px;
2681         overflow: auto;
2682         border: 1px solid #ddd;
2683 }
2684
2685 #prof-members-end {
2686         clear: both;
2687 }
2688
2689 #prof-separator {
2690         margin-top: 10px;
2691         margin-bottom: 10px;
2692 }
2693
2694 #prof-all-contacts {
2695         padding: 10px;
2696         height: 450px;
2697         overflow: auto;
2698         border: 1px solid #ddd;
2699 }
2700
2701 #prof-all-contacts-end {
2702         clear: both;
2703         margin-bottom: 10px;
2704 }
2705
2706 #prof-edit-desc {
2707         margin-top: 15px;
2708 }
2709
2710 #crepair-name-label,
2711 #crepair-nick-label,
2712 #crepair-attag-label,
2713 #crepair-url-label,
2714 #crepair-request-label,
2715 #crepair-confirm-label,
2716 #crepair-notify-label,
2717 #crepair-photo-label,
2718 #crepair-poll-label {
2719         float: left;
2720         width: 200px;
2721         margin-bottom: 15px;
2722 }
2723
2724 #crepair-name,
2725 #crepair-nick,
2726 #crepair-attag,
2727 #crepair-url,
2728 #crepair-request,
2729 #crepair-confirm,
2730 #crepair-notify,
2731 #crepair-photo,
2732 #crepair-poll {
2733         float: left;
2734         width: 300px;
2735 }
2736
2737
2738 #netsearch-box {
2739         margin-top: 20px;       
2740 }
2741
2742 #netsearch-box #search-submit {
2743         margin: 5px 0px 0px 0px;
2744 }
2745
2746 .required {
2747         color: #FF0000;
2748 }
2749
2750 #event-start-text, #event-finish-text {
2751         margin-top: 10px;
2752         margin-bottom: 5px;
2753 }
2754
2755 #event-nofinish-checkbox, #event-nofinish-text, #event-adjust-checkbox, #event-adjust-text {
2756         float: left;
2757 }
2758 #event-datetime-break {
2759         margin-bottom: 10px;
2760 }
2761
2762 #event-nofinish-break, #event-adjust-break {
2763         clear: both;
2764 }
2765
2766 #event-desc-text, #event-location-text {
2767         margin-top: 10px;
2768         margin-bottom: 5px;
2769 }
2770 #event-submit {
2771         margin-top: 10px;
2772 }
2773
2774 .body-tag, .filesavetags, .categorytags {
2775         opacity: 0.5;
2776         filter:alpha(opacity=50);
2777 }
2778
2779 .body-tag:hover, .filesavetags:hover, .categorytags:hover {
2780         opacity: 1.0 !important;
2781         filter:alpha(opacity=100) !important;
2782 }
2783
2784 .item-select {
2785         opacity: 0.1;
2786         filter:alpha(opacity=10);
2787         float: right;
2788         margin-right: 10px;
2789
2790 }
2791 .item-select:hover, .checkeditem {
2792         opacity: 1;
2793         filter:alpha(opacity=100);
2794 }
2795
2796
2797 #item-delete-selected {
2798         margin-top: 30px;
2799 }
2800
2801 #item-delete-selected-end {
2802         clear: both;
2803 }
2804 #item-delete-selected-icon, #item-delete-selected-desc {
2805         float: left;
2806         margin-right: 5px;
2807 }
2808 #item-delete-selected-desc:hover {
2809         text-decoration: underline;
2810 }
2811
2812 #lang-select-icon {
2813         cursor: pointer;
2814         position: absolute;
2815         left: 0px;
2816         top: 0px;
2817         opacity: 0.2;
2818         filter:alpha(opacity=20);
2819 }
2820
2821 #lang-select-icon:hover {
2822         opacity: 1;
2823         filter:alpha(opacity=100);
2824 }
2825
2826 .notif-image {
2827         height: 80px;
2828         width: 80px;
2829         margin-right: 15px;
2830 }
2831 .notification-listing-end {
2832         clear: both;
2833         margin-bottom: 15px;
2834 }
2835
2836
2837
2838 /**
2839  * Plugins settings
2840  */
2841
2842 .settings-block > h3,
2843 .settings-heading {
2844         border-bottom: 1px solid #babdb6;
2845 }
2846  
2847
2848 /**
2849  * Form fields
2850  */
2851 .field {
2852         margin-bottom: 10px;
2853         padding-bottom: 10px;
2854         overflow: auto;
2855         width: 100%
2856 }
2857
2858 .field label {
2859         float: left;
2860         width: 200px;
2861 }
2862
2863 .field input,
2864 .field textarea {
2865         width: 400px;
2866 }
2867 .field textarea { height: 100px; }
2868 .field_help {
2869         display: block;
2870         margin-left: 200px;
2871         color: #666666;
2872         
2873 }
2874
2875
2876 .field .onoff {
2877         float: left;
2878         width: 80px;
2879 }
2880 .field .onoff a {
2881         display: block;
2882         border:1px solid #666666;
2883         background-image:url("../../../images/onoff.jpg");
2884         background-repeat: no-repeat;
2885         padding: 4px 2px 2px 2px;
2886         height: 16px;
2887         text-decoration: none;
2888 }
2889 .field .onoff .off {
2890         border-color:#666666;
2891         padding-left: 40px;
2892         background-position: left center;
2893         background-color: #cccccc;
2894         color: #666666;
2895         text-align: right;
2896 }
2897 .field .onoff .on {
2898         border-color:#204A87;
2899         padding-right: 40px;
2900         background-position: right center;
2901         background-color: #D7E3F1;
2902         color: #204A87;
2903         text-align: left;
2904 }
2905 .hidden { display: none!important; }
2906
2907 .field.radio .field_help { margin-left: 0px; }
2908
2909
2910
2911 /**
2912  * ADMIN
2913  */
2914 #pending-update {
2915         float:right;
2916         color: #ffffff;
2917         font-weight: bold;
2918         background-color: #FF0000;
2919         padding: 0em 0.3em;
2920         
2921 }
2922 #adminpage dl {
2923         clear: left;
2924         margin-bottom: 2px;
2925         padding-bottom: 2px;
2926         border-bottom: 1px solid black;
2927 }
2928 #adminpage dt {
2929         width: 200px;
2930         float: left;
2931         font-weight: bold;
2932 }
2933 #adminpage dd {
2934         margin-left: 200px;
2935 }
2936
2937 #adminpage h3 {
2938         border-bottom: 1px solid #cccccc;
2939 }
2940 #adminpage .field label {
2941         font-weight: bold;
2942 }
2943 #adminpage .submit {
2944         clear:left;
2945         text-align: right;
2946 }
2947
2948 #adminpage #pluginslist {
2949         margin: 0px; padding: 0px;
2950 }
2951 #adminpage .plugin {
2952         list-style: none;
2953         display: block;
2954         border: 1px solid #888888;
2955         padding: 1em;
2956         margin-bottom: 5px;
2957         clear: left;
2958 }
2959 #adminpage .plugin .desc { margin-left: 2.5em;}
2960 #adminpage .toggleplugin {
2961         float:left;
2962         margin-right: 1em;
2963 }
2964
2965 #adminpage table {width:100%; border-bottom: 1px solid #000000; margin: 5px 0px;}
2966 #adminpage table th { text-align: left;}
2967 #adminpage td .icon { float: left;}
2968 #adminpage table#users img { width: 16px; height: 16px; }
2969 #adminpage table tr:hover { background-color: #bbc7d7; }
2970 #adminpage .selectall { text-align: right; }
2971
2972 /*
2973  * UPDATE
2974  */
2975 .popup {        
2976         width: 100%; height: 100%;
2977         top:0px; left:0px;
2978         position: absolute;
2979         display: none;
2980 }
2981
2982 .popup .background {
2983         background-color: rgba(0,0,0,128);
2984         opacity: 0.5;
2985         width: 100%; height: 100%;
2986         position: absolute;
2987         top:0px; left:0px;
2988 }
2989 .popup .panel {
2990         top:25%;left:25%;width:50%;height:50%;
2991         padding: 1em;
2992         position: absolute;
2993         border: 4px solid #000000;
2994         background-color: #FFFFFF;
2995 }
2996 .popup .panel .panel_text { display: block; overflow: auto; height: 80%; } 
2997 .popup .panel .panel_in { width: 100%; height: 100%;    position: relative; }
2998 .popup .panel .panel_actions {  width: 100%; bottom: 4px; left: 0px; position: absolute; }
2999 .panel_text .progress { width: 50%; overflow: hidden; height: auto; border: 1px solid #cccccc; margin-bottom: 5px}
3000 .panel_text .progress span {float: right; display: block; width: 25%; background-color: #eeeeee; text-align: right;}
3001
3002 /**
3003  * OAuth
3004  */
3005 .oauthapp {
3006         height: auto; overflow: auto;
3007         border-bottom: 2px solid #cccccc;
3008         padding-bottom: 1em;
3009         margin-bottom: 1em;     
3010 }
3011 .oauthapp img {
3012         float: left;
3013         width: 48px; height: 48px;
3014         margin: 10px;
3015 }
3016 .oauthapp img.noicon {
3017         background-image: url("../../../images/icons/48/plugin.png");
3018         background-position: center center;
3019         background-repeat: no-repeat;
3020 }
3021 .oauthapp a {
3022         float: left;
3023 }
3024
3025 /**
3026  * ICONS
3027  */
3028 .iconspacer {
3029         display: block; width: 16px; height: 16px;
3030 }
3031
3032 .icon {
3033         display: block; width: 16px; height: 16px;
3034         background-image: url('../../../images/icons.png');
3035 }
3036 .article { background-position: 0px 0px;}
3037 .audio { background-position: -16px 0px;}
3038 .block { background-position: -32px 0px;}
3039 .drop { background-position: -48px 0px;}
3040 .drophide { background-position: -64px 0px;}
3041 .edit { background-position: -80px 0px;}
3042 .camera { background-position: -96px 0px;}
3043 .dislike { background-position: -112px 0px;}
3044 .like { background-position: -128px 0px;}
3045 .link { background-position: -144px 0px;}
3046
3047 .globe { background-position: 0px -16px;}
3048 .noglobe { background-position: -16px -16px;}
3049 .no { background-position: -32px -16px;}
3050 .pause { background-position: -48px -16px;}
3051 .play { background-position: -64px -16px;}
3052 .pencil { background-position: -80px -16px;}
3053 .small-pencil { background-position: -96px -16px;}
3054 .recycle { background-position: -112px -16px;}
3055 .remote-link { background-position: -128px -16px;}
3056 .share { background-position: -144px -16px;}
3057
3058 .tools { background-position: 0px -32px;}
3059 .lock { background-position: -16px -32px;}
3060 .unlock { background-position: -32px -32px;}
3061 .video { background-position: -48px -32px;}
3062 .youtube { background-position: -64px -32px;}
3063 .attach { background-position: -80px -32px; }
3064 .language { background-position: -96px -32px; }
3065 .prev { background-position: -112px -32px; }
3066 .next { background-position: -128px -32px; }
3067 .on { background-position: -144px -32px; }
3068
3069 .off { background-position: 0px -48px; }
3070 .starred { background-position: -16px -48px; }
3071 .unstarred { background-position: -32px -48px; }
3072 .tagged { background-position: -48px -48px; }
3073 .yellow { background-position: -64px -48px; }
3074
3075
3076 .filer-icon {
3077         display: block; width: 16px; height: 16px;
3078         background-image: url('file.gif');
3079 }
3080
3081 .icon.dim { opacity: 0.3;filter:alpha(opacity=30); }
3082 [class^="comment-edit-bb"] {
3083         list-style: none;
3084         display: none;
3085         margin: 0px 0 -5px 0px;
3086         padding: 0px;
3087         width: 75%;
3088 }
3089 [class^="comment-edit-bb"] > li {
3090         display: inline-block;
3091         margin: 10px 10px 0 0;
3092         visibility: none;
3093 }
3094 [class^="comment-edit-bb-end"] {
3095         clear: both;
3096 }
3097 .editicon {
3098     display: inline-block;
3099     width: 16px;
3100     height: 16px;
3101     background-image: url(bbedit.png);
3102         background-color: #fff;
3103     text-decoration: none;
3104 }
3105 .editicon:hover {
3106         background-color: #ccc;
3107 }
3108 .boldbb {
3109         background-position: 0px 0px;
3110 }
3111 .boldbb:hover {
3112         background-position: 0px -16px;
3113 }
3114 .italicbb {
3115         background-position: -16px 0px;
3116 }
3117 .italicbb:hover {
3118         background-position: -16px -16px;
3119 }
3120 .underlinebb {
3121         background-position: -32px 0px;
3122 }
3123 .underlinebb:hover {
3124         background-position: -32px -16px;
3125 }
3126 .quotebb {
3127         background-position: -48px 0px;
3128 }
3129 .quotebb:hover {
3130         background-position: -48px -16px;
3131 }
3132 .codebb {
3133         background-position: -64px 0px;
3134 }
3135 .codebb:hover {
3136         background-position: -64px -16px;
3137 }
3138 .imagebb {
3139         background-position: -80px 0px;
3140 }
3141 .imagebb:hover {
3142         background-position: -80px -16px;
3143 }
3144 .urlbb {
3145         background-position: -96px 0px;
3146 }
3147 .urlbb:hover {
3148         background-position: -96px -16px;
3149 }
3150 .videobb {
3151         background-position: -112px 0px;
3152 }
3153 .videobb:hover {
3154         background-position: -112px -16px;
3155 }
3156
3157 .attachtype {
3158         display: block; width: 20px; height: 23px;
3159         float: left;
3160         background-image: url('../../../images/content-types.png');
3161         background-position: -80px 0px;
3162 }
3163
3164 .body-attach {
3165         margin-top: 10px;
3166 }
3167
3168 .type-video { background-position: 0px 0px; }
3169 .type-image { background-position: -20px 0px; }
3170 .type-audio { background-position: -40px 0px; }
3171 .type-text  { background-position: -60px 0px; }
3172 .type-unkn  { background-position: -80px 0px; }
3173
3174
3175 /* autocomplete popup */
3176 .acpopup {
3177         max-height:150px;
3178         background-color:#ffffff;
3179         overflow:auto;
3180         z-index:100000;
3181         border:1px solid #cccccc;
3182 }
3183 .acpopupitem {
3184         background-color:#ffffff; padding: 4px;
3185         clear:left;
3186 }
3187 .acpopupitem img {
3188         float: left;
3189         margin-right: 4px;
3190 }
3191
3192 .acpopupitem.selected {
3193         color: #FFFFFF; background: #3465A4;
3194 }
3195
3196 /* popup notifications */
3197 div.jGrowl div.notice {
3198   background: #511919 url("../../../images/icons/48/notice.png") no-repeat 5px center;
3199   color: #ffffff;
3200   padding-left: 58px;
3201 }
3202 div.jGrowl div.info {
3203   background: #364e59 url("../../../images/icons/48/info.png") no-repeat 5px center;
3204   color: #ffffff;
3205   padding-left: 58px;
3206 }
3207 #jGrowl.top-right {
3208         top: 15px;
3209         right: 15px;
3210 }
3211 .qcomment {
3212         border: 1px solid #EEE;
3213         padding: 3px;
3214         margin-top: 15px;
3215         margin-left: 25px;
3216         width: 125px;
3217         overflow-y: auto;
3218 }
3219
3220
3221 .qcomment option {
3222         width: 125px;
3223         overflow-x: hidden;
3224 }
3225
3226 .qcomment {
3227         opacity: 0.3;
3228         filter:alpha(opacity=30);
3229 }
3230 .qcomment:hover {
3231         opacity: 1.0;
3232         filter:alpha(opacity=100);
3233 }
3234
3235 /* notifications popup menu */
3236 .nav-notify {
3237         display: none;
3238         position: absolute;
3239         font-size: 10px;
3240         padding: 1px 3px;
3241         top: 0px;
3242         right: -10px;
3243         min-width: 15px;
3244         text-align: right;
3245 }
3246 .nav-notify.show {
3247         display: block;
3248 }
3249 ul.menu-popup {
3250         position: absolute;
3251         display: none;
3252         width: 10em;
3253         margin: 0px;
3254         padding: 0px;
3255         list-style: none;
3256         z-index: 100000;
3257         top: 90px;
3258         left: 200px;
3259 }
3260 #nav-notifications-menu {
3261         width: 320px;
3262         max-height: 400px;
3263         overflow-y: scroll;overflow-style:scrollbar;
3264         background-color:#FFFFFF;
3265         -moz-border-radius: 5px;
3266         -webkit-border-radius: 5px;
3267         border-radius:5px;
3268         border: 1px solid #888;
3269 }
3270 #nav-notifications-menu .contactname { font-weight: bold; font-size: 0.9em; }
3271 #nav-notifications-menu img { float: left; margin-right: 5px; }
3272 #nav-notifications-menu .notif-when { font-size: 0.8em; display: block; }
3273 #nav-notifications-menu li {
3274         padding: 7px 0px 7px 10px;
3275         word-wrap:normal;
3276         border-bottom: 1px solid #000;
3277 }
3278
3279 #nav-notifications-menu li:hover {
3280
3281 }
3282
3283 #nav-notifications-menu a:hover {
3284         text-decoration: underline;
3285 }
3286
3287 .notif-item a {
3288         color: #000000;
3289 }
3290
3291 .notif-item a:hover {
3292         text-decoration: underline;
3293 }
3294
3295 .notif-image {
3296         width: 32px;
3297         height: 32px;
3298         padding: 7px 7px 0px 0px;
3299 }
3300
3301 .notify-seen {
3302         background: #DDDDDD;
3303 }
3304
3305 #id_term_label {
3306         width:75px;
3307 }
3308 #id_term {
3309         width:100px;
3310 }
3311
3312 #recip {
3313         
3314 }
3315 .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; }
3316 .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; }
3317 .autocomplete .selected { background:#F0F0F0; }
3318 .autocomplete div { padding:2px 5px; white-space:nowrap; overflow:hidden; }
3319
3320 #datebrowse-sidebar select {
3321         margin-left: 25px;
3322 }
3323
3324 #div_id_remember label {
3325         width: 170px;
3326 }
3327 #div_id_remember input {
3328         width: 20px;
3329 }
3330
3331 .shared_header span {
3332         margin-left: 10px;
3333 }
3334
3335 /* small screens */
3336 @media all and (max-width: 1089px) {
3337     .field label { width: 90%; }
3338     .field input, .field textarea, .field select  { width: 90%; }
3339         .field input[type="checkbox"],.field input[type="radio"] {
3340                 width: 2em;
3341         }
3342     #id_openid_url { width: 85%; }
3343     .field_help { margin-left: 0px; }
3344         textarea { width: 100%; }
3345 }
3346 @media all and (max-width: 760px) {
3347         body { background-image: none; }
3348         nav, aside, section, footer { 
3349                 margin: 0px; 
3350                 float: none; 
3351                 position: relative; 
3352                 width: 100%;
3353                 padding: 0.5em;
3354                 height: auto;
3355         }
3356         aside:before {
3357                 content: ">>";
3358                 display: block;
3359                 background-color: #eee;
3360         }
3361         aside { overflow: hidden; min-height: 0; height: 1em;}
3362         aside:hover, aside:focus { height: auto; }
3363
3364         nav .nav-link { 
3365                 float: left;
3366                 width: 23%;
3367                 min-width: 100px;
3368                 height: 15px;   
3369                 display: block;
3370                 margin: 0.4em 2px 0 0;
3371
3372                 padding: 6px 3px;
3373                 border-width: 1px 1px 0px;
3374                 border-style: solid solid none;
3375                 border-color: rgb(186, 189, 182);
3376                 background-color: rgb(174, 192,211)!important;
3377         }
3378         .nav-commlink.selected,
3379         .nav-commlink { 
3380                 border-bottom: 0px;
3381                 padding: 6px 3px;
3382                 min-width: 100px;
3383                 float: left; 
3384                 margin-top: 0.4em;
3385                 width: 23%;
3386                 bottom: auto;
3387         }
3388         .nav-ajax-left {margin-left: -1em; margin-top: 0px;     }
3389         nav #site-location,
3390         nav #banner { position: relative; clear:both; }
3391         ul.menu-popup { left: 0px; top 20px; }
3392
3393 }