]> git.mxchange.org Git - friendica.git/blob - view/theme/duepuntozero/style.css
Merge pull request #913 from friendica/20140222
[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 .comment .wall-item-photo-menu-button { top: 44px;}
1015 .comment .wall-item-photo-menu { top: 60px; }
1016
1017 .wallwall .wwto {
1018     left: 50px;
1019     margin: 0;
1020     position: absolute;
1021     top: 70px;
1022     width: 30px
1023 }
1024 .wallwall .wwto img {
1025         width: 30px !important;
1026         height: 30px !important;
1027 }
1028
1029 .wallwall .wall-item-photo-end {
1030         clear: both;
1031 }
1032
1033 .wall-item-arrowphoto-wrapper {
1034     position: absolute;
1035     left: 75px;
1036     top: 70px;
1037     z-index: 100;
1038 }
1039 .wall-item-wrapper {
1040         /*float: left;
1041     margin-right: 5px;
1042     width: 250px;*/
1043     margin-left:10px;
1044 }
1045 .wall-item-lock {
1046         /*height: 20px;*/
1047         /*margin-top: 10px;*/
1048     left: 105px;
1049     position: absolute;
1050     top: 1px;   
1051 }
1052 .comment .wall-item-lock {
1053         left: 65px;
1054 }
1055
1056 .wall-item-ago {
1057         color: #888888;
1058         font-size: 0.8em;
1059 }
1060
1061 .wall-item-location {
1062         overflow: hidden;
1063         /* add ellipsis on text overflow               */
1064         /* this work on safari, opera, ie, chrome.     */
1065         /* firefox users have to wait support or we    */
1066         /* can use a jquery plugin http://bit.ly/zJskg */
1067         text-overflow: ellipsis;
1068         -o-text-overflow: ellipsis;
1069         width: 100%;
1070 }
1071
1072 .wall-item-like-buttons {
1073         float: left;
1074         margin-right: 10px;
1075 /*      padding-right: 10px; */
1076 /*      border-right: 2px solid #fff; */
1077 }
1078
1079 .like-rotator {
1080         margin-left: 5px;
1081 }
1082
1083 .wall-item-like-buttons > a,
1084 .wall-item-like-buttons > img {
1085         float: left;
1086 }
1087
1088 .wall-item-like-buttons img {
1089         cursor: pointer;
1090 }
1091
1092 .wall-item-share-buttons {
1093         margin-left: 10px;
1094         margin-right: 10px;
1095 }
1096
1097 .editpost {
1098         margin-left: 10px;
1099         float: left;
1100 }
1101 .star-item {
1102         margin-left: 10px;
1103         float: left;    
1104 }
1105 .tag-item {
1106         margin-left: 10px;
1107         float: left;    
1108 }
1109
1110 .filer-item {
1111         margin-left: 10px;
1112         float: left;
1113 }
1114
1115 .wall-item-links-wrapper {
1116         float: left;
1117 }
1118
1119 .wall-item-delete-wrapper {
1120         float: right;
1121 }
1122
1123 .wall-item-delete-end {
1124         clear: both;
1125 }
1126
1127 .wall-item-delete-icon {
1128         border: none;
1129 }
1130
1131
1132 .wall-item-wrapper-end {
1133         clear: both;
1134 }
1135 .wall-item-name-link {
1136         font-weight: bold;
1137         text-decoration: none;
1138         color: #3172BD;
1139 }
1140 .wall-item-photo {
1141         border: none;
1142 }
1143 .comment .wall-item-photo {
1144         width: 50px !important; 
1145         height: 50px !important;
1146 }
1147 .wall-item-content {
1148         /*float: left;*/
1149         /*width: 450px;*/
1150         margin-left: 10px;
1151         /*margin-bottom: 20px;*/
1152         /*padding: 20px;*/
1153         max-height: 700px;
1154         overflow: auto;
1155 }
1156
1157 .wall-item-content img {
1158   max-width: 700px;
1159 }
1160
1161 .wall-item-container .wall-item-content .type-link img,
1162 .type-link img {
1163   max-width: 160px;
1164   max-height: 160px;
1165   float: left;
1166   margin-right: 10px;
1167 }
1168 .type-link blockquote {
1169   margin-left: 160px;
1170   max-height: 160px;
1171   overflow: hidden;
1172 }
1173 .type-link .oembed {
1174 }
1175
1176 .shared_header {
1177   height: 32px;
1178   color: #999;
1179   border-top: 1px solid #D2D2D2;
1180   padding-top: 5px;
1181   margin-top: 5px;
1182 }
1183
1184 .shared_header a {
1185   color: black;
1186   -webkit-transition: all 0.2s ease-in-out;
1187   -moz-transition: all 0.2s ease-in-out;
1188   -o-transition: all 0.2s ease-in-out;
1189   -ms-transition: all 0.2s ease-in-out;
1190   transition: all 0.2s ease-in-out;
1191 }
1192
1193 .shared_header a:hover {
1194   color: #36c;
1195 }
1196
1197 .shared_header img {
1198   -webkit-border-radius: 4px;
1199   -moz-border-radius: 4px;
1200   border-radius: 4px;
1201   float: left;
1202 }
1203
1204 .shared_header span {
1205   margin-left: 9px;
1206 }
1207
1208 blockquote.shared_content {
1209   margin-left: 32px;
1210   color: #000;
1211   border: none;
1212 }
1213
1214 .wall-item-title {
1215         float: left;
1216         font-weight: bold;
1217         /*width: 450px;*/
1218 }
1219
1220 .wall-item-title-end {
1221         clear: both;
1222 }
1223
1224 .wall-item-body {
1225         float: left;
1226         /*width: 450px;*/
1227         margin-top: 10px;
1228 }
1229
1230 .wall-item-tools {
1231         clear: both;
1232         background-image: url("head.jpg");
1233     background-position: 0 -20px;
1234     background-repeat: repeat-x;
1235         padding: 5px 10px 0px;
1236 }
1237 .wall-item-author {
1238         margin-top: 10px;
1239 }
1240
1241 .comment .wall-item-tools {
1242         background:none;
1243
1244
1245 .comment-edit-wrapper {
1246         margin-top: 15px;
1247         background: #f3f3f3;
1248         margin-left: 50px;
1249 }
1250
1251 .comment-wwedit-wrapper {
1252         background: #f3f3f3;
1253 }
1254
1255 .comment-edit-photo {
1256         margin-top: 10px;
1257         margin-left: 10px;
1258         margin-bottom: 10px;
1259         width: 100px;
1260         float: left;
1261 }
1262 .comment-wwedit-wrapper.threaded > .comment-edit-form > .comment-edit-photo {
1263         width: 40px;
1264 }
1265
1266 .comment-edit-photo img {
1267         width: 25px;
1268 }
1269 .comment-edit-text-empty, .comment-edit-text-full {
1270         float: left;
1271         margin-top: 10px;
1272         -moz-border-radius: 3px;
1273         border-radius: 3px;     
1274         border: 1px solid #cccccc;
1275         padding: 3px 1px 1px 3px;
1276 }
1277 .comment-edit-text-end {
1278         clear: both;
1279 }
1280
1281 .comment-edit-submit {
1282         margin: 10px 0px 10px 110px;
1283 }
1284
1285 .comment-wwedit-wrapper.threaded > .comment-edit-form > .comment-edit-submit-wrapper > .comment-edit-submit {
1286         margin-left: 50px;
1287 }
1288
1289 #profile-jot-plugin-wrapper,
1290 #profile-jot-submit-wrapper {
1291         margin-top: 15px;
1292 }
1293
1294 #profile-jot-submit {
1295         float: left;
1296 }
1297 #profile-upload-wrapper {
1298         float: left;
1299         margin-left: 30px;
1300 }
1301 #profile-attach-wrapper {
1302         float: left;
1303         margin-left: 30px;
1304 }
1305 #profile-rotator {
1306         float: left;
1307         margin-left: 30px;
1308 }
1309 #profile-link-wrapper {
1310         float: left;
1311         margin-left: 15px;
1312 }
1313 #profile-youtube-wrapper {
1314         float: left;
1315         margin-left: 15px;
1316 }
1317 #profile-video-wrapper {
1318         float: left;
1319         margin-left: 15px;
1320 }
1321 #profile-audio-wrapper {
1322         float: left;
1323         margin-left: 15px;
1324 }
1325 #profile-location-wrapper {
1326         float: left;
1327         margin-left: 15px;
1328 }
1329 #jot-preview-link {
1330         float: left;
1331         margin-left: 45px;
1332         margin-top: 0px !important;
1333 }
1334
1335
1336 #profile-nolocation-wrapper {
1337         float: left;
1338         margin-left: 15px;
1339 }
1340 #profile-title-wrapper {
1341         float: left;
1342         margin-left: 15px;
1343 }
1344
1345 #profile-jot-perms {
1346         float: left;
1347         margin-left: 100px;
1348         font-weight: bold;
1349         font-size: 1.2em;
1350 }
1351
1352
1353 #profile-jot-perms-end {
1354         /*clear: left;*/
1355         height: 30px;
1356 }
1357
1358 #profile-jot-plugin-end{
1359   clear: both;
1360 }
1361 .profile-jot-net {
1362         float: left;
1363         margin-right: 10px;
1364         margin-top: 5px;
1365         margin-bottom: 5px;
1366 }
1367
1368 #profile-jot-networks-end {
1369         clear: both;
1370 }
1371
1372 #profile-jot-end {
1373         /*clear: both;*/
1374         margin-bottom: 30px;
1375 }
1376 #about-jot-submit-wrapper {
1377         margin-top: 15px;
1378 }
1379 #about-jot-end {
1380         margin-bottom: 30px;
1381 }
1382 #contacts-main {
1383         margin-bottom: 30px;
1384 }
1385
1386 #profile-listing-desc {
1387         margin-left: 30px;
1388 }
1389
1390 #profile-listing-new-link-wrapper {
1391         margin-left: 30px;
1392         margin-bottom: 30px;
1393 }
1394 .profile-listing-photo-wrapper {
1395         float: left;
1396 }
1397
1398 .profile-listing-edit-buttons-wrapper {
1399         clear: both;
1400 }
1401 .profile-listing-photo-edit-link {
1402         float: left;
1403         width: 125px;
1404 }
1405 .profile-listing-end {
1406         clear: both;
1407 }
1408 .profile-listing-edit-buttons-wrapper img{
1409         border: none;
1410         margin-right: 20px;
1411 }
1412 .profile-listing {
1413         margin-top: 25px;
1414 }
1415 .profile-listing-name {
1416         float: left;
1417         margin-left: 32px;
1418         margin-top: 10px;
1419         color: #3172BD;
1420         font-weight: bold;
1421         width: 200px;
1422
1423 }
1424 .fortune {
1425         margin-top: 50px;
1426         color: #4444FF;
1427         font-weight: bold;
1428         margin-bottom: 20px;
1429 }
1430
1431
1432 .directory-end {
1433         clear: both;
1434 }
1435 .directory-name {
1436         text-align: center;
1437 }
1438 .directory-photo {
1439         margin-left: 25px;
1440 }
1441 .directory-details {
1442         font-size: 0.7em;
1443         text-align: center;
1444         margin-left: 5px;
1445         margin-right: 5px;
1446 }
1447 .directory-item {
1448         float: left;
1449         width: 225px;
1450         height: 260px;
1451         overflow: auto;
1452 }
1453
1454 #directory-search-wrapper {
1455         margin-top: 20px;
1456         margin-right: 20px;
1457         margin-bottom: 50px;
1458 }
1459
1460 #directory-search-end {
1461 }
1462
1463 .directory-photo-img {
1464         border: none;
1465 }
1466
1467
1468 .pager {
1469   padding: 10px;
1470   text-align: center;
1471   font-size: 1.0em;
1472 }
1473
1474
1475 .pager_first,
1476 .pager_last,
1477 .pager_prev,
1478 .pager_next,
1479 .pager_n {
1480         border: 1px solid black;
1481         background: #EEE;
1482         padding: 4px;
1483 }
1484
1485 .pager_first a,
1486 .pager_last a,
1487 .pager_prev a,
1488 .pager_next a,
1489 .pager_n a {
1490         text-decoration: none;
1491 }
1492
1493 .pager_current {
1494   border: 1px solid black;
1495   background: #FFCCCC;
1496   padding: 4px;
1497 }
1498
1499
1500 #advanced-profile-name-wrapper,
1501 #advanced-profile-gender-wrapper,
1502 #advanced-profile-dob-wrapper,
1503 #advanced-profile-age-wrapper,
1504 #advanced-profile-marital-wrapper,
1505 #advanced-profile-sexual-wrapper,
1506 #advanced-profile-homepage-wrapper,
1507 #advanced-profile-politic-wrapper,
1508 #advanced-profile-religion-wrapper,
1509 #advanced-profile-about-wrapper,
1510 #advanced-profile-interest-wrapper,
1511 #advanced-profile-contact-wrapper,
1512 #advanced-profile-music-wrapper,
1513 #advanced-profile-book-wrapper,
1514 #advanced-profile-tv-wrapper,
1515 #advanced-profile-film-wrapper,
1516 #advanced-profile-romance-wrapper,
1517 #advanced-profile-work-wrapper,
1518 #advanced-profile-education-wrapper {
1519         margin-top: 20px;
1520 }
1521
1522 #advanced-profile-name-text,
1523 #advanced-profile-gender-text,
1524 #advanced-profile-dob-text,
1525 #advanced-profile-age-text,
1526 #advanced-profile-marital-text,
1527 #advanced-profile-sexual-text,
1528 #advanced-profile-homepage-text,
1529 #advanced-profile-politic-text,
1530 #advanced-profile-religion-text,
1531 #advanced-profile-about-text,
1532 #advanced-profile-interest-text,
1533 #advanced-profile-contact-text,
1534 #advanced-profile-music-text,
1535 #advanced-profile-book-text,
1536 #advanced-profile-tv-text,
1537 #advanced-profile-film-text,
1538 #advanced-profile-romance-text,
1539 #advanced-profile-work-text,
1540 #advanced-profile-education-text {
1541         width: 300px;
1542         float: left;
1543 }
1544
1545 #advanced-profile-name-end,
1546 #advanced-profile-gender-end,
1547 #advanced-profile-dob-end,
1548 #advanced-profile-age-end,
1549 #advanced-profile-marital-end,
1550 #advanced-profile-sexual-end,
1551 #advanced-profile-homepage-end,
1552 #advanced-profile-politic-end,
1553 #advanced-profile-religion-end {
1554         height: 10px;
1555 }
1556
1557 #advanced-profile-about-end,
1558 #advanced-profile-interest-end,
1559 #advanced-profile-contact-end,
1560 #advanced-profile-music-end,
1561 #advanced-profile-book-end,
1562 #advanced-profile-tv-end,
1563 #advanced-profile-film-end,
1564 #advanced-profile-romance-end,
1565 #advanced-profile-work-end,
1566 #advanced-profile-education-end {
1567
1568
1569 }
1570
1571 #advanced-profile-name,
1572 #advanced-profile-gender,
1573 #advanced-profile-dob,
1574 #advanced-profile-age,
1575 #advanced-profile-marital,
1576 #advanced-profile-sexual,
1577 #advanced-profile-homepage,
1578 #advanced-profile-politic,
1579 #advanced-profile-religion {
1580         float: left;
1581
1582 }
1583
1584
1585 #advanced-profile-about,
1586 #advanced-profile-interest,
1587 #advanced-profile-contact,
1588 #advanced-profile-music,
1589 #advanced-profile-book,
1590 #advanced-profile-tv,
1591 #advanced-profile-film,
1592 #advanced-profile-romance,
1593 #advanced-profile-work,
1594 #advanced-profile-education {
1595         margin-top: 10px;
1596         margin-left: 50px;
1597         margin-right: 20px;
1598         padding: 10px;
1599         border: 1px solid #CCCCCC;
1600 }
1601
1602 #advanced-profile-with {
1603         float: left;
1604         margin-left: 15px;
1605 }
1606
1607 #contact-edit-wrapper {
1608         margin-top: 10px;
1609 }
1610
1611 #contact-edit-banner-name {
1612         font-size: 1.4em;
1613         font-weight: bold;
1614 }
1615
1616 #contact-edit-poll-wrapper {
1617         margin-top: 15px;
1618 }
1619
1620 #contact-edit-poll-text {
1621         margin-top: 15px;
1622         margin-bottom: 5px;
1623 }
1624
1625 #contact-edit-update-now {
1626         margin-top: 15px;
1627 }
1628
1629 #contact-edit-links{
1630         clear: both;
1631 }
1632
1633 #contact-edit-links ul {
1634         list-style: none;
1635         list-style-type: none;
1636         margin-left: 0px;
1637         padding-left: 0px;
1638 }
1639
1640 #contact-edit-links li {
1641         margin-top: 5px;
1642 }
1643
1644 #contact-edit-drop-link {
1645         float: right;
1646         margin-right: 20px;
1647 }
1648
1649 #contact-edit-nav-end {
1650         clear: both;
1651 }
1652
1653 #contact-edit-wrapper {
1654         width: 100%;
1655 }
1656
1657 #contact-edit-end {
1658         clear: both;
1659         margin-top: 15px;
1660 }
1661
1662 #contact-profile-selector {
1663         width: 175px;
1664         /*margin-left: 175px;*/
1665 }
1666
1667 .contact-edit-submit {
1668         margin-top: 20px;
1669 }
1670
1671 .contact-select {       position: absolute; top: 64px; left:64px; display:none; }
1672 .contact-select:checked,
1673 .contact-entry-photo:hover .contact-select {    display:block; }
1674
1675 .contact-photo-menu-button {
1676         position: absolute;
1677         background-image: url("photo-menu.jpg");
1678         background-position: top left; 
1679         background-repeat: no-repeat;
1680         margin: 0px; padding: 0px;
1681         width: 16px;
1682         height: 16px;
1683         top: 64px; left:0px;
1684         overflow: hidden;
1685         text-indent: 40px;
1686         display: none;
1687         
1688 }
1689 .contact-photo-menu {
1690         width: auto;
1691         border: 2px solid #444444;
1692         background: #FFFFFF;
1693         position: absolute;
1694         left: 0px; top: 90px;
1695         display: none;
1696         z-index: 10000;
1697 }
1698 .contact-photo-menu ul { margin:0px; padding: 0px; list-style: none }
1699 .contact-photo-menu li a { display: block; padding: 2px; }
1700 .contact-photo-menu li a:hover { color: #FFFFFF; background: #3465A4; text-decoration: none; }
1701
1702
1703 #block-message, #ignore-message, #archive-message, #lost-contact-message {
1704         color: #FF0000;
1705 }
1706
1707 #profile-edit-insecure {
1708         margin-top: 20px;
1709         color: #FF0000;
1710         font-size: 1.1em;
1711         border: 1px solid #FF8888;
1712         background-color: #FFEEEE;
1713         padding-left: 5px;
1714         /*: 3px 3px 3px 5px; */
1715         width: 587px;
1716 }
1717
1718 #profile-jot-text {
1719         height: 20px;
1720         width: 100%;
1721         color:#cccccc;
1722         border: 1px solid #cccccc;
1723         padding: 3px 0px 0px 5px;
1724         -moz-border-radius: 3px;
1725         border-radius: 3px;     
1726 }
1727
1728
1729 /** acl **/
1730 #photo-edit-perms-select,
1731 #photos-upload-permissions-wrapper,
1732 #profile-jot-acl-wrapper{
1733         display:block!important;
1734 }
1735
1736 #photos-usage-message {
1737         margin-bottom: 15px;
1738 }
1739
1740
1741 #acl-wrapper {
1742         width: 690px;
1743         float:left;
1744 }
1745 #acl-search {
1746         float:right;
1747         background: #ffffff url("../../../images/search_18.png") no-repeat right center;
1748         padding-right:20px;
1749 }
1750 #acl-showall {
1751         float: left;
1752         display: block;
1753         width: auto;
1754         height: 18px;
1755         background-color: #cccccc;
1756         background-image: url("../../../images/show_all_off.png");
1757         background-position: 7px 7px;
1758         background-repeat: no-repeat;
1759         padding: 7px 5px 0px 30px;
1760         -webkit-border-radius: 5px ;
1761         -moz-border-radius: 5px;
1762         border-radius: 5px;
1763         color: #999999;
1764 }
1765 #acl-showall.selected {
1766         color: #000000;
1767         background-color: #ff9900;
1768         background-image: url("../../../images/show_all_on.png");
1769 }
1770
1771 #acl-list {
1772         height: 210px;
1773         border: 1px solid #cccccc;
1774         clear: both;
1775         margin-top: 30px;
1776         overflow: auto;
1777 }
1778 #acl-list-content {
1779         
1780 }
1781 .acl-list-item {
1782         display: block;
1783         width: 150px;
1784         height: 30px;
1785         border: 1px solid #cccccc;
1786         margin: 5px;
1787         float: left;
1788 }
1789 .acl-list-item img{
1790         width:22px;
1791         height: 22px;
1792         float: left;
1793         margin: 4px;
1794 }
1795 .acl-list-item p { height: 12px; font-size: 10px; margin: 0px; padding: 2px 0px 1px; overflow: hidden;}
1796 .acl-list-item a { 
1797         font-size: 8px;
1798         display: block;
1799         width: 40px;
1800         height: 10px;
1801         float: left;
1802         color: #999999;
1803         background-color: #cccccc;
1804         background-position: 3px 3px;
1805         background-repeat: no-repeat;
1806         margin-right: 5px;
1807         -webkit-border-radius: 2px ;
1808         -moz-border-radius: 2px;
1809         border-radius: 2px;
1810         padding-left: 15px;
1811 }
1812 #acl-wrapper a:hover {
1813         text-decoration: none;
1814         color:#000000;
1815 }
1816 .acl-button-show { background-image: url("../../../images/show_off.png"); }
1817 .acl-button-hide { background-image: url("../../../images/hide_off.png"); }
1818
1819 .acl-button-show.selected {
1820         color: #000000;
1821         background-color: #9ade00;
1822         background-image: url("../../../images/show_on.png");
1823 }
1824 .acl-button-hide.selected {
1825         color: #000000;
1826         background-color: #ff4141;
1827         background-image: url("../../../images/hide_on.png");
1828 }
1829 .acl-list-item.groupshow { border-color: #9ade00; }
1830 .acl-list-item.grouphide { border-color: #ff4141; }
1831 /** /acl **/
1832
1833
1834 .comment-edit-text-empty {
1835         color: gray;
1836         height: 2em;
1837         width: 175px;
1838         overflow: auto;
1839         margin-bottom: 10px;
1840 }
1841
1842 .comment-wwedit-wrapper.threaded > .comment-edit-form > .comment-edit-text-empty {
1843         height: 1.5em;
1844 }
1845
1846 .comment-edit-text-full {
1847         color: black;
1848         height: 150px;
1849         width: 350px;
1850         overflow: auto;
1851 }
1852
1853 #group-new-submit-wrapper {
1854         margin-top: 30px;
1855 }
1856
1857 #group-edit-name-label {
1858         float: left;
1859         width: 175px;
1860         margin-top: 20px;
1861         margin-bottom: 20px;
1862 }
1863
1864 #group-edit-name {
1865         float: left;
1866         width: 225px;
1867         margin-top: 20px;
1868         margin-bottom: 20px;
1869 }
1870
1871 #group-edit-name-wrapper {
1872
1873
1874 }
1875
1876
1877 #group_members_select_label {
1878         display: block;
1879         float: left;
1880         width: 175px;
1881 }
1882
1883 .group_members_select {
1884         float: left;
1885         width: 230px;
1886         overflow: auto;
1887 }
1888
1889 #group_members_select_end {
1890         clear: both;
1891 }
1892 #group-edit-name-end {
1893         clear: both;
1894 }
1895
1896 #prvmail-to-label, #prvmail-subject-label, #prvmail-message-label {
1897         margin-bottom: 10px;
1898         margin-top: 20px;
1899 }
1900
1901 #prvmail-submit {
1902         float: left;
1903         margin-top: 10px;
1904         margin-right: 30px;
1905 }
1906 #prvmail-upload-wrapper,
1907 #prvmail-link-wrapper,
1908 #prvmail-rotator-wrapper {
1909         float: left;
1910         margin-top: 10px;
1911         margin-right: 10px;
1912         width: 24px;
1913 }
1914
1915 #prvmail-end {
1916         clear: both;
1917 }
1918
1919 .mail-list-sender,
1920 .mail-list-detail {
1921         float: left;
1922 }
1923 .mail-list-detail {
1924         margin-left: 20px;
1925 }
1926
1927 .mail-list-subject {
1928         font-size: 1.1em;
1929         margin-top: 10px;
1930 }
1931 a.mail-list-link {
1932     display: block;
1933     font-size: 1.3em;
1934     padding: 4px 0;
1935 }
1936
1937 /*
1938 *a.mail-list-link:hover {
1939 *       background-color: #15607B;
1940 *       color: #F5F6FB;
1941 *}
1942 */
1943
1944 .mail-list-outside-wrapper-end {
1945         clear: both;
1946 }
1947
1948 .mail-list-outside-wrapper {
1949         margin-top: 30px;
1950 }
1951
1952 .mail-list-delete-wrapper {
1953         float: right;
1954         margin-right: 30px;
1955         margin-top: 15px;
1956 }
1957
1958 .mail-list-delete-icon {
1959         border: none;
1960 }
1961
1962 .mail-conv-sender,
1963 .mail-conv-detail {
1964         float: left;
1965 }
1966 .mail-conv-detail {
1967         margin-left: 20px;
1968         width: 500px;
1969 }
1970
1971 .mail-conv-subject {
1972     font-size: 1.4em;
1973     margin: 10px 0;
1974 }
1975
1976 .mail-conv-outside-wrapper-end {
1977         clear: both;
1978 }
1979
1980 .mail-conv-outside-wrapper {
1981         margin-top: 30px;
1982 }
1983
1984 .mail-conv-delete-wrapper {
1985         float: right;
1986         margin-right: 30px;
1987         margin-top: 15px;
1988 }
1989 .mail-conv-break {
1990         clear: both;
1991 }
1992
1993 .mail-conv-delete-icon {
1994         border: none;
1995 }
1996
1997 .message-links ul {
1998         list-style-type: none;
1999         padding: 0px;
2000 }
2001
2002 .message-links li {
2003         margin-top: 10px;
2004         float: left;
2005 }
2006 .message-links a {
2007         padding: 3px 5px;
2008 }
2009
2010 .message-links-end {
2011         clear: both;
2012 }
2013
2014 #sidebar-group-list ul {
2015         list-style-type: none;
2016 }
2017
2018 #sidebar-group-list .icon, #sidebar-group-list .iconspacer {
2019         display: inline-block;
2020         height: 12px;
2021         width: 12px;
2022 }
2023
2024 #sidebar-group-list li {
2025         margin-top: 10px;
2026 }
2027
2028 .nets-ul, .fileas-ul, .categories-ul {
2029         list-style-type: none;
2030 }
2031
2032 .nets-ul li, .fileas-ul li, .categories-ul li {
2033         margin-top: 10px;
2034 }
2035
2036 .nets-link {
2037         margin-left: 24px;
2038 }
2039 .nets-all {
2040         margin-left: 42px;
2041 }
2042
2043 .fileas-link, .categories-link {
2044         margin-left: 24px;
2045 }
2046
2047 .fileas-all, .categories-all {
2048         margin-left: 0px;
2049 }
2050
2051 #search-save {
2052         margin-left: 5px;
2053 }
2054 .groupsideedit {
2055         margin-right: 10px;
2056 }
2057 #saved-search-ul {
2058         list-style-type: none;
2059 }
2060 .savedsearchdrop, .savedsearchterm {
2061         float: left;
2062         margin-top: 10px;
2063 }
2064 .savedsearchterm {
2065         margin-left: 10px;
2066 }
2067
2068
2069 #side-follow-wrapper {
2070         margin-top: 20px;
2071 }
2072 #side-follow-url, #side-peoplefind-url {
2073         margin-top: 5px;
2074 }
2075 #side-follow-submit, #side-peoplefind-submit {
2076         margin-top: 15px;
2077 }
2078
2079 #side-match-link {
2080         margin-top: 10px;
2081 }
2082
2083 aside input[type='text'] {
2084  width: 174px;
2085 }
2086
2087 .widget {
2088         border: 1px solid #DDDDDD;
2089         padding: 8px;
2090         margin-top: 5px;
2091         -moz-border-radius:5px;
2092         -webkit-border-radius:5px;
2093         border-radius:5px;
2094
2095 }
2096
2097
2098 /*.photos {
2099         height: auto;
2100         overflow: auto;
2101 }*/
2102
2103 .photos-end {
2104         clear: both;
2105         margin-bottom: 25px;
2106 }
2107
2108 .photo-album-image-wrapper {
2109         float: left;
2110         margin-top: 15px;
2111         margin-right: 15px;
2112         margin-left: 15px;
2113 /*      width: 200px; height: 200px; 
2114         overflow: hidden; 
2115         position: relative; */
2116 }
2117 .photo-album-image-wrapper .caption {
2118         display: none; 
2119         width: 100%;
2120 /*      position: absolute; */
2121         bottom: 0px; 
2122         padding: 0.5em 0.5em 0px 0.5em;
2123         background-color: rgba(245, 245, 255, 0.8);
2124         border-bottom: 2px solid #CCC;
2125         margin: 0px;
2126 }
2127 .photo-album-image-wrapper a:hover .caption {
2128         display:block;
2129 }
2130
2131 #photo-album-end {
2132         clear: both;
2133         margin-bottom: 25px;
2134 }
2135
2136 .photo-top-image-wrapper {
2137 /*      position: relative; */
2138         float: left;
2139         margin-top: 15px;
2140         margin-right: 15px;
2141         margin-left: 15px;
2142         margin-bottom: 15px;
2143 /*      width: 200px; height: 200px; 
2144         overflow: hidden; */
2145 }
2146 .photo-top-album-name {
2147         width: 100%;
2148         min-height: 2em;
2149 /*      position: absolute;  */
2150         bottom: 0px; 
2151         padding: 0px 3px;
2152         padding-top: 0.5em;
2153         background-color: rgb(255, 255, 255);
2154 }
2155 #photo-top-end {
2156         clear: both;
2157 }
2158
2159 #photo-top-links {
2160         margin-bottom: 30px;
2161         margin-left: 30px;
2162 }
2163
2164 #photos-upload-newalbum-div {
2165         float: left;
2166         width: 175px;
2167 }
2168
2169 #photos-upload-noshare {
2170         margin-bottom: 10px;
2171 }
2172 #photos-upload-existing-album-text {
2173         float: left;
2174         width: 175px;
2175 }
2176 #photos-upload-newalbum {
2177         float: left;
2178 }
2179 #photos-upload-album-select {
2180         float: left;
2181 }
2182
2183 #photos-upload-spacer {
2184         margin-top: 25px;
2185 }
2186 #photos-upload-new-end, #photos-upload-exist-end {
2187         clear: both;
2188 }
2189 #photos-upload-exist-end {
2190         margin-bottom: 15px;
2191 }
2192 #photos-upload-submit {
2193         margin-top: 15px;
2194 }
2195
2196 #photos_upload_applet_wrapper {
2197         margin-bottom: 15px;
2198 }
2199
2200 #photos-upload-no-java-message {
2201         margin-bottom: 15px;
2202 }
2203
2204 .video-top-wrapper {
2205         display: inline-block;
2206         vertical-align: top;
2207         margin-top: 15px;
2208         margin-right: 15px;
2209         margin-left: 15px;
2210         margin-bottom: 15px;
2211 }
2212
2213 #profile-jot-desc {
2214         /*float: left;*/
2215         width: 480px;
2216         color: #FF0000;
2217         margin-top: 10px;
2218         margin-bottom: 10px;
2219 }
2220
2221 #character-counter {
2222         float: right;
2223         font-size: 120%;
2224 }
2225
2226 #character-counter.grey {
2227         color: #888888;
2228 }
2229
2230 #character-counter.orange {
2231         color: orange;
2232 }
2233 #character-counter.red {
2234         color: red;
2235 }
2236
2237 #profile-jot-banner-end {
2238         /* clear: both; */ 
2239 }
2240
2241 #photos-upload-select-files-text {
2242         margin-top: 15px;
2243         margin-bottom: 15px;
2244 }
2245
2246 #photos-upload-perms-menu, #photos-upload-perms-menu:visited, #photos-upload-perms-menu:link {
2247         color: #8888FF;
2248         text-decoration: none;
2249         cursor: pointer;
2250 }
2251
2252 #photos-upload-perms-menu:hover {
2253         color: #0000FF;
2254         text-decoration: underline;
2255         cursor: pointer;
2256 }
2257 #settings-default-perms-menu {
2258         margin-top: 15px;
2259         margin-bottom: 15px;
2260 }
2261
2262 #photo-edit-caption-label, #photo-edit-tags-label, #photo-edit-albumname-label, #photo-edit-rotate-label {
2263         float: left;
2264         width: 150px;
2265 }
2266
2267 #photo-edit-perms-end {
2268         margin-bottom: 15px;
2269 }
2270
2271 #photo-edit-caption, #photo-edit-newtag, #photo-edit-albumname, #photo-edit-rotate {
2272         float: left;
2273         margin-bottom: 25px;
2274 }
2275 #photo-edit-link-wrap {
2276         margin-bottom: 15px;
2277 }
2278 #photo-like-div {
2279         margin-bottom: 25px;
2280 }
2281
2282 #photo-edit-caption-end, #photo-edit-tags-end, #photo-edit-albumname-end, #photo-edit-rotate-end {
2283         clear: both;
2284 }
2285
2286 #photo-edit-rotate-end {
2287         margin-bottom: 15px;
2288 }
2289
2290 #photo-edit-delete-button {
2291         margin-left: 200px;
2292 }
2293 #photo-edit-end {
2294         margin-bottom: 35px;
2295 }
2296 #photo-caption {
2297         font-size: 110%;
2298         font-weight: bold;
2299         margin-top: 15px;
2300         margin-bottom: 15px;
2301 }
2302
2303 #in-this-photo-text {
2304         color: #0000FF;
2305         margin-left: 30px;
2306 }
2307
2308 #in-this-photo {
2309         margin-left: 60px;
2310         margin-top: 10px;
2311         margin-bottom: 20px;
2312 }
2313
2314 #photo-album-edit-submit, #photo-album-edit-drop {
2315         margin-top: 15px;
2316         margin-bottom: 15px;
2317 }
2318
2319 #photo-album-edit-drop {
2320         margin-left: 200px;
2321 }
2322
2323 .group-delete-wrapper {
2324         float: right;
2325         margin-right: 50px;
2326 }
2327
2328 #install-dbhost-label,
2329 #install-dbuser-label,
2330 #install-dbpass-label,
2331 #install-dbdata-label,
2332 #install-tz-desc {
2333        float: left;
2334        width: 250px;
2335        margin-top: 10px;
2336        margin-bottom: 10px;
2337
2338 }
2339
2340 #install-dbhost,
2341 #install-dbuser,
2342 #install-dbpass,
2343 #install-dbdata {
2344        float: left;
2345        width: 200px;
2346        margin-left: 20px;
2347 }
2348
2349 #install-dbhost-end,
2350 #install-dbuser-end,
2351 #install-dbpass-end,
2352 #install-dbdata-end,
2353 #install-tz-end {
2354        clear: both;
2355 }
2356
2357 #install-form select#timezone_select {
2358        float: left;
2359        margin-top: 18px;
2360        margin-left: 20px;
2361 }
2362
2363 #dfrn-request-networks {
2364         margin-bottom: 30px;
2365 }
2366
2367 #pause {
2368   position: fixed;
2369   bottom: 5px;
2370   right: 5px;
2371 }
2372
2373 .sparkle {
2374         cursor: url('lock.cur'), pointer;
2375 /*      cursor: pointer !important; */
2376 }
2377
2378 .contact-block-div {
2379         float: left;
2380         width: 52px;
2381         height: 52px;
2382 }
2383 .contact-block-textdiv {
2384         float: left;
2385         width: 150px;
2386         height: 34px;
2387 }
2388
2389 #contact-block-end {
2390         clear: both;
2391 }
2392 .contact-block-link {
2393         float: left;
2394 }
2395 .contact-block-img {
2396         width:48px;
2397         height:48px;
2398 }
2399
2400 #tag-remove {
2401         margin-bottom: 15px;
2402 }
2403
2404 #tagrm li {
2405         margin-bottom: 10px;
2406 }
2407
2408 #tagrm-submit, #tagrm-cancel {
2409         margin-top: 25px;
2410 }
2411
2412 #tagrm-cancel {
2413         margin-left: 15px;
2414 }
2415
2416 .wall-item-conv {
2417         margin-top: 5px;
2418         margin-bottom: 25px;
2419 }
2420
2421 #search-submit {
2422         margin-left: 15px;
2423 }
2424
2425 #search-box {
2426         margin-bottom: 25px;
2427 }
2428
2429 .location-label, .gender-label, .marital-label, .homepage-label {
2430         float: left;
2431         text-align: right;
2432         display: block;
2433         width: 65px;
2434 }
2435
2436 .adr, .x-gender, .marital-text, .homepage-url {
2437         float: left;
2438         display: block;
2439         margin-left: 8px;
2440 }
2441
2442 .profile-clear {
2443         clear: both;
2444 }
2445
2446
2447 .clear {
2448         clear: both;
2449 }
2450
2451 .cc-license {
2452         margin-top: 50px;
2453         font-size: 70%;
2454 }
2455
2456
2457 #plugin-settings-link, #account-settings-link {
2458         margin-bottom: 10px;
2459 }
2460
2461 #uexport-link {
2462         margin-bottom: 20px;
2463 }
2464
2465 /* end from default */
2466         
2467
2468 .fn {
2469         padding: 0px 0px 5px 12px;
2470         font-size: 120%;
2471         font-weight: bold;
2472 }
2473
2474 .vcard .title {
2475         margin-bottom: 5px;
2476         margin-left: 12px;
2477 }
2478
2479 .vcard dl {
2480         clear: both;
2481 }
2482
2483 #birthday-title {
2484         float: left;
2485         font-weight: bold;      
2486 }
2487
2488 #birthday-adjust {
2489         float: left;
2490         font-size: 75%;
2491         margin-left: 10px;
2492 }
2493
2494 #birthday-title-end {
2495         clear: both;
2496 }
2497
2498 .birthday-list {
2499         margin-left: 15px;
2500 }
2501
2502 #birthday-wrapper {
2503         margin-bottom: 20px;
2504 }
2505
2506 #network-new-link {
2507         margin-top: 15px;
2508         margin-bottom: 15px;
2509 }
2510
2511
2512 .tool-wrapper {
2513   float: left;
2514   margin-left: 15px;
2515 }
2516
2517 .tool-link {
2518   cursor: pointer;
2519 }
2520
2521 .eventcal {
2522         float: left;
2523         font-size: 20px;
2524 }
2525
2526 #event-summary-text {
2527         margin-top: 15px;
2528 }
2529
2530 #event-share-checkbox {
2531         float: left;
2532         margin-top: 10px;
2533 }
2534
2535 #event-share-text {
2536         float: left;
2537         margin-top: 10px;
2538         margin-left: 5px;
2539 }
2540
2541 #event-share-break {
2542         clear: both;
2543         margin-bottom: 10px;
2544 }
2545
2546 #event-summary {
2547         width: 400px;
2548 }
2549
2550 .vevent {
2551         border: 1px solid #CCCCCC;
2552 }
2553
2554 .vevent .event-summary {
2555         margin-left: 10px;
2556         margin-right: 10px;
2557         font-weight: bold;
2558 }
2559
2560 .vevent .event-description, .vevent .event-location {
2561         margin-left: 10px;
2562         margin-right: 10px;
2563 }
2564 .vevent .event-start {
2565         margin-left: 10px;
2566         margin-right: 10px;
2567 }
2568
2569 #new-event-link {
2570         margin-bottom: 10px;
2571 }
2572
2573 .edit-event-link, .plink-event-link {
2574         float: left;
2575         margin-top: 4px;
2576         margin-right: 4px;
2577         margin-bottom: 15px;
2578 }
2579
2580 .event-description:before {
2581         content: url('../../../images/calendar.png');
2582         margin-right: 15px;
2583 }
2584
2585 .event-start, .event-end {
2586         margin-left: 10px;
2587         width: 330px;
2588         clear: both;
2589 }
2590
2591 .event-start .dtstart, .event-end .dtend {
2592         float: right;
2593 }
2594
2595 .event-list-date {
2596         margin-bottom: 10px;
2597 }
2598
2599 .prevcal, .nextcal {
2600         float: left;
2601         margin-left: 32px;
2602         margin-right: 32px;
2603         margin-top: 64px;
2604 }
2605 .event-calendar-end {
2606         clear: both;
2607 }
2608
2609  
2610 .calendar {
2611         font-family: Courier, monospace;
2612 }
2613 .today {
2614         font-weight: bold;
2615         color: #FF0000;
2616 }
2617
2618 .settings-block {
2619         border: 1px solid #AAA;
2620         margin: 10px;
2621         padding: 10px;
2622 }
2623
2624 .app-title {
2625         margin: 10px;
2626 }
2627
2628 #identity-manage-desc {
2629         margin-top:15px;
2630         margin-bottom: 15px;
2631 }
2632
2633 #identity-manage-choose {
2634         margin-bottom: 15px;
2635 }
2636
2637 #identity-submit {
2638         margin-top: 20px;
2639 }
2640
2641 #photo-prev-link, #photo-next-link {
2642         padding: 10px;
2643         float: left;
2644 }
2645
2646 #photo-photo {
2647         float: left;
2648 }
2649
2650 #photo-photo-end {
2651         clear: both;
2652 }
2653
2654 .profile-match-photo {
2655         float: left;
2656         text-align: center;
2657         width: 120px;
2658 }
2659
2660 .profile-match-name {
2661         float: left;
2662         text-align: center;
2663         width: 120px;
2664         overflow: hidden;
2665 }
2666
2667 .profile-match-break,
2668 .profile-match-end {
2669         clear: both;
2670 }
2671
2672 .profile-match-connect {
2673         text-align: center;
2674         font-weight: bold;
2675 }
2676
2677 .profile-match-wrapper {
2678         float: left;
2679         padding: 10px;
2680         width: 120px;
2681         height: 120px;
2682         scroll: auto;
2683 }
2684 #profile-match-wrapper-end {
2685         clear: both;
2686 }
2687 .side-link {
2688         margin-bottom: 15px;
2689 }
2690
2691 #language-selector {
2692         position: absolute;
2693         top: 0px;
2694         left: 16px;
2695 }
2696
2697 #group-members {
2698         margin-top: 20px;
2699         padding: 10px;
2700         height: 250px;
2701         overflow: auto;
2702         border: 1px solid #ddd;
2703 }
2704
2705 #group-members-end {
2706         clear: both;
2707 }
2708
2709 #group-separator {
2710         margin-top: 10px;
2711         margin-bottom: 10px;
2712 }
2713
2714 #group-all-contacts {
2715         padding: 10px;
2716         height: 450px;
2717         overflow: auto;
2718         border: 1px solid #ddd;
2719 }
2720
2721 #group-all-contacts-end {
2722         clear: both;
2723         margin-bottom: 10px;
2724 }
2725
2726 #group-edit-desc {
2727         margin-top: 15px;
2728 }
2729
2730
2731 #prof-members {
2732         margin-top: 20px;
2733         padding: 10px;
2734         height: 250px;
2735         overflow: auto;
2736         border: 1px solid #ddd;
2737 }
2738
2739 #prof-members-end {
2740         clear: both;
2741 }
2742
2743 #prof-separator {
2744         margin-top: 10px;
2745         margin-bottom: 10px;
2746 }
2747
2748 #prof-all-contacts {
2749         padding: 10px;
2750         height: 450px;
2751         overflow: auto;
2752         border: 1px solid #ddd;
2753 }
2754
2755 #prof-all-contacts-end {
2756         clear: both;
2757         margin-bottom: 10px;
2758 }
2759
2760 #prof-edit-desc {
2761         margin-top: 15px;
2762 }
2763
2764 #crepair-name-label,
2765 #crepair-nick-label,
2766 #crepair-attag-label,
2767 #crepair-url-label,
2768 #crepair-request-label,
2769 #crepair-confirm-label,
2770 #crepair-notify-label,
2771 #crepair-photo-label,
2772 #crepair-poll-label {
2773         float: left;
2774         width: 200px;
2775         margin-bottom: 15px;
2776 }
2777
2778 #crepair-name,
2779 #crepair-nick,
2780 #crepair-attag,
2781 #crepair-url,
2782 #crepair-request,
2783 #crepair-confirm,
2784 #crepair-notify,
2785 #crepair-photo,
2786 #crepair-poll {
2787         float: left;
2788         width: 300px;
2789 }
2790
2791
2792 #netsearch-box {
2793         margin-top: 20px;       
2794 }
2795
2796 #netsearch-box #search-submit {
2797         margin: 5px 0px 0px 0px;
2798 }
2799
2800 .required {
2801         color: #FF0000;
2802 }
2803
2804 #event-start-text, #event-finish-text {
2805         margin-top: 10px;
2806         margin-bottom: 5px;
2807 }
2808
2809 #event-nofinish-checkbox, #event-nofinish-text, #event-adjust-checkbox, #event-adjust-text {
2810         float: left;
2811 }
2812 #event-datetime-break {
2813         margin-bottom: 10px;
2814 }
2815
2816 #event-nofinish-break, #event-adjust-break {
2817         clear: both;
2818 }
2819
2820 #event-desc-text, #event-location-text {
2821         margin-top: 10px;
2822         margin-bottom: 5px;
2823 }
2824 #event-submit {
2825         margin-top: 10px;
2826 }
2827
2828 .body-tag, .filesavetags, .categorytags {
2829         opacity: 0.5;
2830         filter:alpha(opacity=50);
2831 }
2832
2833 .body-tag:hover, .filesavetags:hover, .categorytags:hover {
2834         opacity: 1.0 !important;
2835         filter:alpha(opacity=100) !important;
2836 }
2837
2838 .item-select {
2839         opacity: 0.1;
2840         filter:alpha(opacity=10);
2841         float: right;
2842         margin-right: 10px;
2843
2844 }
2845 .item-select:hover, .checkeditem {
2846         opacity: 1;
2847         filter:alpha(opacity=100);
2848 }
2849
2850
2851 #item-delete-selected {
2852         margin-top: 30px;
2853 }
2854
2855 #item-delete-selected-end {
2856         clear: both;
2857 }
2858 #item-delete-selected-icon, #item-delete-selected-desc {
2859         float: left;
2860         margin-right: 5px;
2861 }
2862 #item-delete-selected-desc:hover {
2863         text-decoration: underline;
2864 }
2865
2866 #lang-select-icon {
2867         cursor: pointer;
2868         position: absolute;
2869         left: 0px;
2870         top: 0px;
2871         opacity: 0.2;
2872         filter:alpha(opacity=20);
2873 }
2874
2875 #lang-select-icon:hover {
2876         opacity: 1;
2877         filter:alpha(opacity=100);
2878 }
2879
2880 .notif-image {
2881         height: 80px;
2882         width: 80px;
2883         margin-right: 15px;
2884 }
2885 .notification-listing-end {
2886         clear: both;
2887         margin-bottom: 15px;
2888 }
2889
2890
2891
2892 /**
2893  * Plugins settings
2894  */
2895
2896 .settings-block > h3,
2897 .settings-heading {
2898         border-bottom: 1px solid #babdb6;
2899 }
2900  
2901
2902 /**
2903  * Form fields
2904  */
2905 .field {
2906         margin-bottom: 10px;
2907         padding-bottom: 10px;
2908         overflow: auto;
2909         width: 100%
2910 }
2911
2912 .field label {
2913         float: left;
2914         width: 200px;
2915 }
2916
2917 .field input,
2918 .field textarea {
2919         width: 400px;
2920 }
2921 .field textarea { height: 100px; }
2922 .field_help {
2923         display: block;
2924         margin-left: 200px;
2925         color: #666666;
2926         
2927 }
2928
2929
2930 .field .onoff {
2931         float: left;
2932         width: 80px;
2933 }
2934 .field .onoff a {
2935         display: block;
2936         border:1px solid #666666;
2937         background-image:url("../../../images/onoff.jpg");
2938         background-repeat: no-repeat;
2939         padding: 4px 2px 2px 2px;
2940         height: 16px;
2941         text-decoration: none;
2942 }
2943 .field .onoff .off {
2944         border-color:#666666;
2945         padding-left: 40px;
2946         background-position: left center;
2947         background-color: #cccccc;
2948         color: #666666;
2949         text-align: right;
2950 }
2951 .field .onoff .on {
2952         border-color:#204A87;
2953         padding-right: 40px;
2954         background-position: right center;
2955         background-color: #D7E3F1;
2956         color: #204A87;
2957         text-align: left;
2958 }
2959 .hidden { display: none!important; }
2960
2961 .field.radio .field_help { margin-left: 0px; }
2962
2963
2964
2965 /**
2966  * ADMIN
2967  */
2968 #pending-update {
2969         float:right;
2970         color: #ffffff;
2971         font-weight: bold;
2972         background-color: #FF0000;
2973         padding: 0em 0.3em;
2974         
2975 }
2976 #adminpage dl {
2977         clear: left;
2978         margin-bottom: 2px;
2979         padding-bottom: 2px;
2980         border-bottom: 1px solid black;
2981 }
2982 #adminpage dt {
2983         width: 200px;
2984         float: left;
2985         font-weight: bold;
2986 }
2987 #adminpage dd {
2988         margin-left: 200px;
2989 }
2990
2991 #adminpage h3 {
2992         border-bottom: 1px solid #cccccc;
2993 }
2994 #adminpage .field label {
2995         font-weight: bold;
2996 }
2997 #adminpage .submit {
2998         clear:left;
2999         text-align: right;
3000 }
3001
3002 #adminpage #pluginslist {
3003         margin: 0px; padding: 0px;
3004 }
3005 #adminpage .plugin {
3006         list-style: none;
3007         display: block;
3008         border: 1px solid #888888;
3009         padding: 1em;
3010         margin-bottom: 5px;
3011         clear: left;
3012 }
3013 #adminpage .plugin .desc { margin-left: 2.5em;}
3014 #adminpage .toggleplugin {
3015         float:left;
3016         margin-right: 1em;
3017 }
3018
3019 #adminpage table {width:100%; border-bottom: 1px solid #000000; margin: 5px 0px;}
3020 #adminpage table th { text-align: left;}
3021 #adminpage td .icon { float: left;}
3022 #adminpage table#users img { width: 16px; height: 16px; }
3023 #adminpage table tr:hover { background-color: #bbc7d7; }
3024 #adminpage .selectall { text-align: right; }
3025
3026 /*
3027  * UPDATE
3028  */
3029 .popup {        
3030         width: 100%; height: 100%;
3031         top:0px; left:0px;
3032         position: absolute;
3033         display: none;
3034 }
3035
3036 .popup .background {
3037         background-color: rgba(0,0,0,128);
3038         opacity: 0.5;
3039         width: 100%; height: 100%;
3040         position: absolute;
3041         top:0px; left:0px;
3042 }
3043 .popup .panel {
3044         top:25%;left:25%;width:50%;height:50%;
3045         padding: 1em;
3046         position: absolute;
3047         border: 4px solid #000000;
3048         background-color: #FFFFFF;
3049 }
3050 .popup .panel .panel_text { display: block; overflow: auto; height: 80%; } 
3051 .popup .panel .panel_in { width: 100%; height: 100%;    position: relative; }
3052 .popup .panel .panel_actions {  width: 100%; bottom: 4px; left: 0px; position: absolute; }
3053 .panel_text .progress { width: 50%; overflow: hidden; height: auto; border: 1px solid #cccccc; margin-bottom: 5px}
3054 .panel_text .progress span {float: right; display: block; width: 25%; background-color: #eeeeee; text-align: right;}
3055
3056 /**
3057  * OAuth
3058  */
3059 .oauthapp {
3060         height: auto; overflow: auto;
3061         border-bottom: 2px solid #cccccc;
3062         padding-bottom: 1em;
3063         margin-bottom: 1em;     
3064 }
3065 .oauthapp img {
3066         float: left;
3067         width: 48px; height: 48px;
3068         margin: 10px;
3069 }
3070 .oauthapp img.noicon {
3071         background-image: url("../../../images/icons/48/plugin.png");
3072         background-position: center center;
3073         background-repeat: no-repeat;
3074 }
3075 .oauthapp a {
3076         float: left;
3077 }
3078
3079 /**
3080  * ICONS
3081  */
3082 .iconspacer {
3083         display: block; width: 16px; height: 16px;
3084 }
3085
3086 .icon {
3087         display: block; width: 16px; height: 16px;
3088         background-image: url('../../../images/icons.png');
3089 }
3090 .article { background-position: 0px 0px;}
3091 .audio { background-position: -16px 0px;}
3092 .block { background-position: -32px 0px;}
3093 .drop { background-position: -48px 0px;}
3094 .drophide { background-position: -64px 0px;}
3095 .edit { background-position: -80px 0px;}
3096 .camera { background-position: -96px 0px;}
3097 .dislike { background-position: -112px 0px;}
3098 .like { background-position: -128px 0px;}
3099 .link { background-position: -144px 0px;}
3100
3101 .globe { background-position: 0px -16px;}
3102 .noglobe { background-position: -16px -16px;}
3103 .no { background-position: -32px -16px;}
3104 .pause { background-position: -48px -16px;}
3105 .play { background-position: -64px -16px;}
3106 .pencil { background-position: -80px -16px;}
3107 .small-pencil { background-position: -96px -16px;}
3108 .recycle { background-position: -112px -16px;}
3109 .remote-link { background-position: -128px -16px;}
3110 .share { background-position: -144px -16px;}
3111
3112 .tools { background-position: 0px -32px;}
3113 .lock { background-position: -16px -32px;}
3114 .unlock { background-position: -32px -32px;}
3115 .video { background-position: -48px -32px;}
3116 .youtube { background-position: -64px -32px;}
3117 .attach { background-position: -80px -32px; }
3118 .language { background-position: -96px -32px; }
3119 .prev { background-position: -112px -32px; }
3120 .next { background-position: -128px -32px; }
3121 .on { background-position: -144px -32px; }
3122
3123 .off { background-position: 0px -48px; }
3124 .starred { background-position: -16px -48px; }
3125 .unstarred { background-position: -32px -48px; }
3126 .tagged { background-position: -48px -48px; }
3127 .yellow { background-position: -64px -48px; }
3128
3129
3130 .filer-icon {
3131         display: block; width: 16px; height: 16px;
3132         background-image: url('file.gif');
3133 }
3134
3135 .icon.dim { opacity: 0.3;filter:alpha(opacity=30); }
3136 [class^="comment-edit-bb"] {
3137         list-style: none;
3138         display: none;
3139         margin: 0px 0 -5px 0px;
3140         padding: 0px;
3141         width: 75%;
3142 }
3143 [class^="comment-edit-bb"] > li {
3144         display: inline-block;
3145         margin: 10px 10px 0 0;
3146         visibility: none;
3147 }
3148 [class^="comment-edit-bb-end"] {
3149         clear: both;
3150 }
3151 .editicon {
3152     display: inline-block;
3153     width: 16px;
3154     height: 16px;
3155     background-image: url(bbedit.png);
3156         background-color: #fff;
3157     text-decoration: none;
3158 }
3159 .editicon:hover {
3160         background-color: #ccc;
3161 }
3162 .boldbb {
3163         background-position: 0px 0px;
3164 }
3165 .boldbb:hover {
3166         background-position: 0px -16px;
3167 }
3168 .italicbb {
3169         background-position: -16px 0px;
3170 }
3171 .italicbb:hover {
3172         background-position: -16px -16px;
3173 }
3174 .underlinebb {
3175         background-position: -32px 0px;
3176 }
3177 .underlinebb:hover {
3178         background-position: -32px -16px;
3179 }
3180 .quotebb {
3181         background-position: -48px 0px;
3182 }
3183 .quotebb:hover {
3184         background-position: -48px -16px;
3185 }
3186 .codebb {
3187         background-position: -64px 0px;
3188 }
3189 .codebb:hover {
3190         background-position: -64px -16px;
3191 }
3192 .imagebb {
3193         background-position: -80px 0px;
3194 }
3195 .imagebb:hover {
3196         background-position: -80px -16px;
3197 }
3198 .urlbb {
3199         background-position: -96px 0px;
3200 }
3201 .urlbb:hover {
3202         background-position: -96px -16px;
3203 }
3204 .videobb {
3205         background-position: -112px 0px;
3206 }
3207 .videobb:hover {
3208         background-position: -112px -16px;
3209 }
3210
3211 .attachtype {
3212         display: block; width: 20px; height: 23px;
3213         float: left;
3214         background-image: url('../../../images/content-types.png');
3215         background-position: -80px 0px;
3216 }
3217
3218 .body-attach {
3219         margin-top: 10px;
3220 }
3221
3222 .type-video { background-position: 0px 0px; }
3223 .type-image { background-position: -20px 0px; }
3224 .type-audio { background-position: -40px 0px; }
3225 .type-text  { background-position: -60px 0px; }
3226 .type-unkn  { background-position: -80px 0px; }
3227
3228
3229 /* autocomplete popup */
3230 .acpopup {
3231         max-height:150px;
3232         background-color:#ffffff;
3233         overflow:auto;
3234         z-index:100000;
3235         border:1px solid #cccccc;
3236 }
3237 .acpopupitem {
3238         background-color:#ffffff; padding: 4px;
3239         clear:left;
3240 }
3241 .acpopupitem img {
3242         float: left;
3243         margin-right: 4px;
3244 }
3245
3246 .acpopupitem.selected {
3247         color: #FFFFFF; background: #3465A4;
3248 }
3249
3250 /* popup notifications */
3251 div.jGrowl div.notice {
3252   background: #511919 url("../../../images/icons/48/notice.png") no-repeat 5px center;
3253   color: #ffffff;
3254   padding-left: 58px;
3255 }
3256 div.jGrowl div.info {
3257   background: #364e59 url("../../../images/icons/48/info.png") no-repeat 5px center;
3258   color: #ffffff;
3259   padding-left: 58px;
3260 }
3261 #jGrowl.top-right {
3262         top: 15px;
3263         right: 15px;
3264 }
3265 .qcomment {
3266         border: 1px solid #EEE;
3267         padding: 3px;
3268         margin-top: 15px;
3269         margin-left: 25px;
3270         width: 125px;
3271         overflow-y: auto;
3272 }
3273
3274
3275 .qcomment option {
3276         width: 125px;
3277         overflow-x: hidden;
3278 }
3279
3280 .qcomment {
3281         opacity: 0.3;
3282         filter:alpha(opacity=30);
3283 }
3284 .qcomment:hover {
3285         opacity: 1.0;
3286         filter:alpha(opacity=100);
3287 }
3288
3289 /* notifications popup menu */
3290 .nav-notify {
3291         display: none;
3292         position: absolute;
3293         font-size: 10px;
3294         padding: 1px 3px;
3295         top: 0px;
3296         right: -10px;
3297         min-width: 15px;
3298         text-align: right;
3299 }
3300 .nav-notify.show {
3301         display: block;
3302 }
3303 ul.menu-popup {
3304         position: absolute;
3305         display: none;
3306         width: 10em;
3307         margin: 0px;
3308         padding: 0px;
3309         list-style: none;
3310         z-index: 100000;
3311         top: 90px;
3312         left: 200px;
3313 }
3314 #nav-notifications-menu {
3315         width: 320px;
3316         max-height: 400px;
3317         overflow-y: scroll;overflow-style:scrollbar;
3318         background-color:#FFFFFF;
3319         -moz-border-radius: 5px;
3320         -webkit-border-radius: 5px;
3321         border-radius:5px;
3322         border: 1px solid #888;
3323 }
3324 #nav-notifications-menu .contactname { font-weight: bold; font-size: 0.9em; }
3325 #nav-notifications-menu img { float: left; margin-right: 5px; }
3326 #nav-notifications-menu .notif-when { font-size: 0.8em; display: block; }
3327 #nav-notifications-menu li {
3328         padding: 7px 0px 7px 10px;
3329         word-wrap:normal;
3330         border-bottom: 1px solid #000;
3331 }
3332
3333 #nav-notifications-menu li:hover {
3334
3335 }
3336
3337 #nav-notifications-menu a:hover {
3338         text-decoration: underline;
3339 }
3340
3341 .notif-item a {
3342         color: #000000;
3343 }
3344
3345 .notif-item a:hover {
3346         text-decoration: underline;
3347 }
3348
3349 .notif-image {
3350         width: 32px;
3351         height: 32px;
3352         padding: 7px 7px 0px 0px;
3353 }
3354
3355 .notify-seen {
3356         background: #DDDDDD;
3357 }
3358
3359 #id_term_label {
3360         width:75px;
3361 }
3362 #id_term {
3363         width:100px;
3364 }
3365
3366 #recip {
3367         
3368 }
3369 .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; }
3370 .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; }
3371 .autocomplete .selected { background:#F0F0F0; }
3372 .autocomplete div { padding:2px 5px; white-space:nowrap; overflow:hidden; }
3373
3374 #datebrowse-sidebar select {
3375         margin-left: 25px;
3376 }
3377
3378 #div_id_remember label {
3379         width: 170px;
3380 }
3381 #div_id_remember input {
3382         width: 20px;
3383 }
3384
3385 .shared_header span {
3386         margin-left: 10px;
3387 }
3388
3389 /* small screens */
3390 @media all and (max-width: 1089px) {
3391     .field label { width: 90%; }
3392     .field input, .field textarea, .field select  { width: 90%; }
3393         .field input[type="checkbox"],.field input[type="radio"] {
3394                 width: 2em;
3395         }
3396     #id_openid_url { width: 85%; }
3397     .field_help { margin-left: 0px; }
3398         textarea { width: 100%; }
3399 }
3400 @media all and (max-width: 760px) {
3401         body { background-image: none; }
3402         nav, aside, section, footer { 
3403                 margin: 0px; 
3404                 float: none; 
3405                 position: relative; 
3406                 width: 100%;
3407                 padding: 0.5em;
3408                 height: auto;
3409         }
3410         aside:before {
3411                 content: ">>";
3412                 display: block;
3413                 background-color: #eee;
3414         }
3415         aside { overflow: hidden; min-height: 0; height: 1em;}
3416         aside:hover, aside:focus { height: auto; }
3417
3418         nav .nav-link { 
3419                 float: left;
3420                 width: 23%;
3421                 min-width: 100px;
3422                 height: 15px;   
3423                 display: block;
3424                 margin: 0.4em 2px 0 0;
3425
3426                 padding: 6px 3px;
3427                 border-width: 1px 1px 0px;
3428                 border-style: solid solid none;
3429                 border-color: rgb(186, 189, 182);
3430                 background-color: rgb(174, 192,211)!important;
3431         }
3432         .nav-commlink.selected,
3433         .nav-commlink { 
3434                 border-bottom: 0px;
3435                 padding: 6px 3px;
3436                 min-width: 100px;
3437                 float: left; 
3438                 margin-top: 0.4em;
3439                 width: 23%;
3440                 bottom: auto;
3441         }
3442         .nav-ajax-left {margin-left: -1em; margin-top: 0px;     }
3443         nav #site-location,
3444         nav #banner { position: relative; clear:both; }
3445         ul.menu-popup { left: 0px; top 20px; }
3446
3447 }