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