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