]> git.mxchange.org Git - friendica.git/blob - view/theme/smoothly/style.css
Merge https://github.com/friendica/friendica into pull
[friendica.git] / view / theme / smoothly / style.css
1 /*
2         style.css
3         Smoothly
4    
5         Created by alex@friendica.pixelbits.de on 2012-10-23
6
7 ** Colors ** 
8 Blue links - #1873a2
9 Blue link hover - #6da6c4
10 Blue Gradients (buttons and other gradients) - #1873a2 and #6da6c4
11 Grey/body text - #626262
12 Grey Gradients (buttons and other gradients) - #bdbdbd and #a2a2a2
13 Dark Grey Gradients - #7c7d7b and #555753
14 Orange - #fec01d
15 */
16
17 @import url('css/typography.css');
18
19
20 .lockview {
21         cursor: pointer;
22 }
23
24 .heart {
25         color: #FF0000;
26         font-size: 100%;
27 }
28
29
30 input[type=text] {
31         float: left;
32         border: 1px solid #b0b0b0;
33         padding: 2px;
34         width: 550px;
35         /*margin-top: 10px;*/
36         border-radius: 3px;
37                 -moz-border-radius: 3px;
38                 -webkit-border-radius: 3px;
39 }
40
41 input[type=text-sidebar] {
42         border: 1px solid #b0b0b0;
43         padding: 2px;
44         width: 172px;
45         margin-left: 10px;
46         margin-top: 10px;
47         border-radius: 3px;
48                 -moz-border-radius: 3px;
49                 -webkit-border-radius: 3px;
50 }
51
52 input[type=submit] {
53         margin: 10px;
54         font-size: 0.9em;
55         padding: 5px;
56         background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #bdbdbd), color-stop(1, #a2a2a2) );
57         background: -moz-linear-gradient( center top, #bdbdbd 5%, #a2a2a2 100% );
58         filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bdbdbd', endColorstr='#a2a2a2');
59         background-color: #bdbdbd;
60         color: #efefef;
61         text-align: center;
62         border: 1px solid #7C7D7B;
63         border-radius: 5px;
64                 -moz-border-radius: 5px;
65                 -webkit-border-radius: 5px;
66 }
67
68 input[type=submit]:hover {
69         background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #1873a2), color-stop(1, #6da6c4) );
70         background: -moz-linear-gradient( center top, #1873a2 5%, #6da6c4 100% );
71         filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1873a2', endColorstr='#6da6c4');
72         background-color: #1873a2;
73         color: #efefef;
74         border: 1px solid #7C7D7B;
75         box-shadow: 0 0 8px #BDBDBD;
76                 -moz-box-shadow: 3px 3px 4px #959494;
77                 -webkit-box-shadow: 3px 3px 4px #959494;
78         border-radius: 5px;
79                 -moz-border-radius: 5px;
80                 -webkit-border-radius: 5px;
81 }
82 input[type=submit]:active {
83         position: relative;
84         top: 1px;
85 }
86
87 #search-text,
88 #search-submit,
89 #search-save {
90         margin: 10px 10px 0 0;
91 }
92
93 #directory-search,
94 #directory-search-submit,
95 #search-save {
96 }
97
98 .dirsearch-desc {
99
100 }
101
102 .smalltext {
103         font-size: 0.7em
104 }
105
106 ::selection     {
107         background: #fec01d;
108         color: #000; /* Safari and Opera */
109 }
110
111 ::-moz-selection {
112         background: #fec01d;
113         color: #000; /* Firefox */
114 }
115
116 section {
117         float: left;
118         margin-top: 50px;
119         width: 730px;
120         font-size: 0.9em;
121         line-height: 1.2em;
122 }
123
124 .lframe {
125         border: 1px solid #dddddd;
126         box-shadow: 3px 3px 6px #959494;
127                 -moz-box-shadow: 3px 3px 6px #959494;
128                 -webkit-box-shadow: 3px 3px 6px #959494;
129         background-color: #efefef;
130         padding: 10px;  
131 }
132
133 .mframe {
134         padding: 3px;
135     background: none repeat scroll 0 0 #FFFFFF;
136     border: 1px solid #C5C5C5;
137         border-radius: 3px;
138                 -moz-border-radius: 3px;
139                 -webkit-border-radius: 3px;
140         box-shadow: 0 0 8px #BDBDBD;
141                 -moz-box-shadow: 3px 3px 4px #959494;
142                 -webkit-box-shadow: 3px 3px 4px #959494;
143 }
144
145 #wall-item-lock {
146         margin-left: 10px;
147 }
148
149 .button {
150         border: 1px solid #7C7D7B;
151         border-radius: 5px;
152                 -moz-border-radius: 5px;
153                 -webkit-border-radius: 5px;
154         font-size: 1em;
155         background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #bdbdbd), color-stop(1, #a2a2a2) );
156         background: -moz-linear-gradient( center top, #bdbdbd 5%, #a2a2a2 100% );
157         filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bdbdbd', endColorstr='#a2a2a2');
158         background-color: #bdbdbd;
159         color: #efefef;
160         text-align: center;
161 }
162
163 .button:hover {
164         border: 1px solid #7C7D7B;
165         box-shadow: 0 0 8px #BDBDBD;
166                 -moz-box-shadow: 3px 3px 4px #959494;
167                 -webkit-box-shadow: 3px 3px 4px #959494;
168         border-radius: 5px;
169                 -moz-border-radius: 5px;
170                 -webkit-border-radius: 5px;
171         background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #1873a2), color-stop(1, #6da6c4) );
172         background: -moz-linear-gradient( center top, #1873a2 5%, #6da6c4 100% );
173         filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1873a2', endColorstr='#6da6c4');
174         background-color: #1873a2;
175         color: #efefef;
176 }
177
178 .button:active {
179         position: relative;
180         top: 1px;
181 }
182
183 .button a {
184         color: #efefef;
185 }
186
187 /* ========= */
188 /* = Login = */
189 /* ========= */
190
191 #login-name-wrapper {
192         vertical-align: middle;
193         margin: auto;
194 }
195
196 #login-name-wrapper input {
197         width: 120px;
198         margin-left: 20px;
199 }
200
201 #login-password-wrapper {
202         vertical-align: middle;
203         margin: auto;
204 }
205
206 #login-extra-links {
207         width: 90px;
208         margin-top: 20px;
209         clear: both;
210 }
211
212 #login-extra-links a {
213         display: block;
214         margin: 10px;
215         padding: 5px 0px 5px 0px;
216         text-align: center;
217         margin-right: 20px;     
218 }
219
220 #login-extra-filler {
221         display: none;
222 }
223
224 #login_standard {
225         width: 210px;
226         float: left;
227 }
228 #login_openid {
229         width: 210px;
230         margin-left: 150px;
231 }
232
233 #login_standard input,
234 #login_openid input {
235         width: 240px;
236 }
237
238 #register-link,
239 #lost-password-link {
240         font-size: 80%;
241         width: 210px;
242         margin-left: 5px;
243 }
244
245 #login-name-end,
246 #login-password-end, 
247 #login-extra-end, 
248 #login-submit-end {
249         height: 50px;
250 }
251
252 #login-submit-button {
253         margin-top: 10px;
254         margin-left: 75px;
255 }
256
257 #login-submit-wrapper {
258         margin-top: 10px;
259         margin-left: 75px;
260 }
261
262 /* ========= */
263 /* = Panel = */
264 /* ========= */
265
266 #panel {
267         position: absolute;
268         font-size: 0.8em;
269         border-radius: 5px;
270                 -webkit-border-radius: 5px;
271                 -moz-border-radius: 5px;
272         border: 1px solid #494948;
273         background-color: #2e3436;
274         opacity: 50%;
275         color: #eeeeec;
276         padding:1em;
277         z-index: 200;
278         box-shadow: 7px 7px 10px #434343;
279                 -moz-box-shadow: 7px 7px 12px #434343;
280                 -webkit-box-shadow: 7px75px 12px #434343;
281 }
282
283 /* ========= */
284 /* = Pager = */
285 /* ========= */
286
287 .pager {
288         padding-top: 10px;
289         padding-bottom: 10px;
290         display: block;
291         clear: both;
292         text-align: center;
293 }
294
295 .pager a {
296         color: #626262;
297 }
298
299 .pager span {
300         padding: 4px;
301         margin: 4px;
302 }
303
304 .pager_current {
305         background-color: #1873a2;
306         color: #ffffff;
307 }
308
309 /* ======= */
310 /* = Nav = */
311 /* ======= */
312
313 nav {
314         display: block;
315         float: left;
316         list-style: none outside none;
317         margin: 0;
318         padding: 0;
319         width: 960px;
320         z-index: 10000;
321         height: 40px;
322         position: fixed;
323         color: #efefef;
324         margin-bottom: 16px;
325         font-size: 15px;
326         background-color: #BDBDBD;
327         background: -moz-linear-gradient(center top , #BDBDBD 5%, #A2A2A2 100%) repeat scroll 0 0 #BDBDBD;
328         background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #bdbdbd), color-stop(1, #a2a2a2) );
329         border: 1px solid #7C7D7B;
330         box-shadow: 0 0 8px #BDBDBD;
331                 -moz-box-shadow: 3px 3px 4px #959494;
332                 -webkit-box-shadow: 3px 3px 4px #959494;
333         border-radius: 5px;
334                 -moz-border-radius: 5px;
335                 -webkit-border-radius: 5px;
336 }
337
338 nav a {
339         text-decoration: none;
340         color: #eeeeec;
341         border: 0px;
342 }
343
344 nav a:hover {
345         text-decoration: none;
346         color: #eeeeec;
347         border: 0px;
348 }
349
350 nav #site-location {
351         color: #888a85;
352         font-size: 0.8em;
353         position: absolute;
354 }
355
356 nav #banner {
357         display: block;
358         position: absolute;
359         margin-left: 3px;
360         margin-top: 3px;
361         padding-bottom: 5px;    
362 }
363
364 nav #banner #logo-text a {
365         display: hidden;
366         font-size: 40px;
367         font-weight: bold;
368         margin-left: 3px;
369         text-shadow: #7C7D7B 3px 3px 5px;
370 }
371
372 nav #user-menu {
373         display: block;
374         width: auto;
375         min-width: 190px;
376         float: right;
377         margin-right: 5px;
378         margin-top: 4px;
379         padding: 5px;
380         position: relative;
381         vertical-align: middle;
382         background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #797979), color-stop(1, #898988) );
383         background: -moz-linear-gradient( center top, #797979 5%, #898988 100% );
384         filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#797979', endColorstr='#898988');
385         background-color: #a2a2a2;
386         border-radius: 5px;
387                 -moz-border-radius: 5px;
388                 -webkit-border-radius: 5px;
389         border: 1px solid #7C7D8B;
390         color: #efefef;
391         text-decoration: none;
392         text-align: center;   
393 }
394 nav #user-menu-label::after {
395         content: url("menu-user-pin.png") no-repeat;
396         padding-left: 15px;
397 }
398
399 nav #user-menu-label {
400         vertical-align: middle;
401         font-size: 12px;
402         padding: 5px;
403         text-align: center;
404 }
405
406 .nav-ajax-left {
407         font-size: 0.8em;
408         float: left;
409         margin-top: 62px;       
410 }
411
412 nav #nav-link-wrapper .nav-link {
413         border-right: 1px solid #babdb6;
414 }
415 /* menu problems
416 .nav-commlink, .nav-login-link {
417         display: block;
418         height: 15px;
419         margin-top: 67px;
420         margin-right: 2px;
421         padding: 6px 3px;
422         float: left;
423         bottom: 140px;
424         border: 1px solid #babdb6;
425         border-bottom: 0px;
426         background-color: #aec0d3;
427         color: #565854;         
428         border-radius: 3px 3px 0px 0px;
429         -moz-border-radius: 3px 3px 0px 0px;
430 }
431
432 .nav-commlink.selected {
433         background-color: #ffffff;
434         border-bottom: 1px solid #ffffff;
435         color: #000000 !important;
436         margin-top: 64px;
437         padding-top: 6px;
438         padding-bottom: 8px;
439 }
440 */
441
442 .error-message {
443         color: #FF0000;
444         font-size: 1.1em;
445         border: 1px solid #FF8888;
446         background-color: #FFEEEE;
447         padding: 10px;
448 }
449
450 .info-message {
451         color: #204a87;
452         font-size: 1.1em;
453         border: 1px solid #3465a4;
454         background-color: #d7e3f1;
455         padding: 10px;
456 }
457
458 ul#user-menu-popup {
459         display: none;
460         position: absolute;
461         background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #797979), color-stop(1, #898988) );
462         background: -moz-linear-gradient( center top, #a2a2a2 5%, #898988 100% );
463         filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#797979', endColorstr='#898988');
464         background-color: #898988;
465         width: 100%;
466         padding: 10px 0px;
467         margin: 0px;
468         margin-top: 4px;
469         top: 20px;
470         left: 0px;
471         border: 1px solid #9a9a9a;
472         border-top: none;
473         -webkit-border-radius: 0px 0px 5px 5px;
474         -moz-border-radius: 0px 0px 5px 5px;    
475         border-radius: 0px 0px 5px 5px;
476         -moz-box-shadow: 5px 5px 10px #242424;
477         -webkit-box-shadow: 5px 5px 10px #242424;
478         box-shadow: 5px 5px 10px #242424;    
479         z-index: 10000;
480 }
481
482 ul#user-menu-popup li {
483         display: block;
484 }
485
486 ul#user-menu-popup li a {
487         display: block;
488         padding: 5px;
489 }
490
491 ul#user-menu-popup li a:hover {
492         color: #efefef;
493         background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #6da6c4), color-stop(1, #1873a2) );
494         background: -moz-linear-gradient( center top, #6da6c4 5%, #1873a2 100% );
495         filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6da6c4', endColorstr='#1873a2');
496         background-color: #6da6c4;
497 }
498
499 ul#user-menu-popup li a.nav-sep {
500         border-top: 1px solid #989898;
501         border-style:inset;
502 }
503
504 /* ============= */
505 /* = Notifiers = */
506 /* ============= */
507
508 #notifications {
509         height: 32px;
510         position: absolute;
511         top: 3px;
512         left: 35%;
513 }
514
515 .nav-ajax-update {
516         width: 44px;
517         height: 32px;
518         background: transparent url('notifications.png') 0px 0px no-repeat; 
519         color: #333333;
520         font-weight: bold;
521         font-size: 0.8em;
522         padding-top: 0.5em;
523         float: left;
524         padding-left: 11px;
525 }
526
527 #notify-update {
528         background-position: 0px -168px;
529 }
530
531 #net-update {
532         background-position: 0px -126px;
533 }
534
535 #mail-update {
536         background-position: 0px -40px;
537 }
538
539 #intro-update {
540         background-position: 0px -84px;
541 }
542
543 #home-update {
544         background-position: 0px 0px;
545 }
546
547 #lang-select-icon {
548         bottom: 6px;
549         cursor: pointer;
550         left: 28px;
551         position: fixed;
552         z-index: 10;
553 }
554 #language-selector {
555         position: fixed;
556         bottom: 2px;
557         left: 52px;
558         z-index: 10;
559 }
560
561 /* =================== */
562 /* = System Messages = */
563 /* =================== */
564
565 #sysmsg_info, #sysmsg {
566         position: fixed; 
567         bottom: 0px; right:20%; 
568         box-shadow: 7px 7px 10px #434343;
569                 -moz-box-shadow: 7px 7px 12px #434343;
570                 -webkit-box-shadow: 7px75px 12px #434343;
571         padding: 10px; 
572         background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #1873a2), color-stop(1, #6da6c4) );
573         background: -moz-linear-gradient( center top, #1873a2 5%, #6da6c4 100% );
574         filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1873a2', endColorstr='#6da6c4');
575         background-color: #1873a2;
576         border-radius: 5px 5px 0px 0px;
577                 -webkit-border-radius: 5px 5px 0px 0px;
578                 -moz-border-radius: 5px 5px 0px 0px;
579         border: 1px solid #da2c2c;
580         border-bottom: 0px;
581         padding-bottom: 50px;   
582         z-index: 1000;
583         color: #efefef;
584         font-style: bold;
585 }
586
587 #sysmsg_info br,
588 #sysmsg br {
589         display:block;
590         margin:2px 0px;
591         border-top: 1px solid #dddddd;
592 }
593
594 /* ================= */
595 /* = Aside/Sidebar = */
596 /* ================= */
597
598 aside {
599         float: right;
600         width: 205px;
601         margin-top: 45px;
602         /*font-size: 0.9em;*/
603         font-style: bold;
604 }
605
606 aside a {
607         /*padding-bottom: 5px;*/
608 }
609
610 .vcard .title {
611         font-size: 1em;
612 }
613
614 .vcard dd {
615         font-size: 12px;
616         font-variant: normal;
617         -webkit-margin-start: 10px;
618 }
619
620 .fn {
621 }
622
623 .vcard .fn {
624         font-size: 1.4em;
625         font-weight: bold;
626         border-bottom: none;
627         margin-top:10px;
628 }
629
630 .vcard #profile-photo-wrapper {
631         margin: 10px 0px;
632         padding: 6px;
633         width: auto;
634         background: none repeat scroll 0 0 #FFFFFF;
635         border: 1px solid #C5C5C5;
636         box-shadow: 0 0 8px #BDBDBD;
637                 -moz-box-shadow: 3px 3px 4px #959494;
638                 -webkit-box-shadow: 3px 3px 4px #959494;
639                 -moz-box-shadow: 3px 3px 4px #959494;
640                 -webkit-box-shadow: 3px 3px 4px #959494;
641         border-radius: 5px;
642                 -moz-border-radius: 5px;
643                 -webkit-border-radius: 5px;
644 }
645
646 aside h4 {
647         font-size: 1.3em;
648 }
649
650 .allcontact-link {
651         color: #626262;
652         text-align: center;
653         font-weight: bold;
654         font-size: 1em;
655 }
656 .allcontact-link a {
657         padding-bottom: 10px;
658 }
659
660 #profile-extra-links ul {
661         margin-left: 0px;
662         padding-left: 0px;
663         list-style: none;
664 }
665
666 #dfrn-request-link {
667         box-shadow: inset 0px 1px 0px 0px #a65151;
668                 -moz-box-shadow: inset 0px 1px 0px 0px #a65151;
669                 -webkit-box-shadow: inset 0px 1px 0px 0px #a65151;
670         background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #6da6c4), color-stop(1, #1873a2) );
671         background: -moz-linear-gradient( center top, #6da6c4 5%, #1873a2 100% );
672         filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6da6c4', endColorstr='#1873a2');
673         background-color: #6da6c4;
674         border-radius: 5px;
675                 -moz-border-radius: 5px;
676                 -webkit-border-radius: 5px;
677         border: 1px solid #fc5656;
678         display: inline-block;
679         color: #f0e7e7;
680         font-family: Trebuchet MS;
681         font-size: 19px;
682         font-weight: bold;
683         text-align: center;
684         padding: 10px;
685         width: 185px;
686         text-decoration: none;
687         text-shadow: 1px 1px 0px #b36f6f;
688 }
689
690 #wallmessage-link {
691         display: block;
692         color: #FFFFFF;
693         border-radius: 5px;
694         -webkit-border-radius: 5px ;
695         -moz-border-radius: 5px;
696         padding: 5px;
697         font-weight: bold;
698         background-color: #3465a4;
699 }
700
701 #dfrn-request-link:hover {
702         background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #1873a2), color-stop(1, #6da6c4) );
703         background: -moz-linear-gradient( center top, #1873a2 5%, #6da6c4 100% );
704         filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1873a2', endColorstr='#6da6c4');
705         background-color: #1873a2;
706 }
707
708 #dfrn-request-link:active {
709         position: relative;
710         top: 1px;
711 }
712
713 #dfrn-request-intro {
714         width: 600px;
715 }
716
717 #netsearch-box {
718         background-color: #f6f6f6;
719         padding: 5px 5px 0px 15px;
720 }
721 #netsearch-box input[type="text"] {
722         width: 90%;
723 }
724 #netsearch-box input[type="submit"] {
725         width: auto;
726 }
727
728 h3#search:before {
729         content: url("search.png");
730         padding-right: 10px;
731         vertical-align: middle;
732 }
733
734 #network-new-link {
735         background-color: #f3f3f3;
736         border: 1px solid #cdcdcd;
737         margin-bottom: 10px;
738         border-radius: 5px;     
739                 -webkit-border-radius: 5px;
740                 -moz-border-radius: 5px;
741 }
742
743 #group-sidebar {
744         vertical-align: middle;
745         margin: auto;
746         margin-top: 20px;
747         padding-bottom: 10px;
748 }
749
750 #peoplefind-desc {
751         margin-left: 10px;
752 }
753
754 #sidebar-group-list {
755         margin-left: 0px;
756         margin-right: 30px;
757 }
758
759 #sidebar-group-list  a {
760         /*padding-bottom: 10px;*/
761 }
762
763 /*#sidebar-group-list ul {
764         list-style-type: none;
765 }
766
767 #sidebar-group-list li {
768         margin-top: 10px;
769 }*/
770
771 #sidebar-group-list .icon,
772 #sidebar-group-list .iconspacer {
773         display: inline-block;
774         height: 12px;
775         width: 12px;
776 }
777
778 .widget {
779         margin-top: 20px;
780         box-shadow: 1px 2px 6px 0px #959494;
781                 -moz-box-shadow: 1px 2px 6px 0px #959494;
782                 -webkit-box-shadow: 1px 2px 6px 0px #959494;
783         background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f8f8f8), color-stop(1, #f6f6f6) );
784         background: -moz-linear-gradient( center top, #f8f8f8 5%, #f6f6f6 100% );
785         filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8f8f8', endColorstr='#f6f6f6');
786         background-color: #f8f8f8;
787         border-radius: 5px;
788                 -moz-border-radius: 5px;
789                 -webkit-border-radius: 5px;
790         color: #7c7d7b;
791         border: 1px solid #cdcdcd;
792 }
793
794 li.widget-list {
795         list-style: none outside none;
796         background: url("arrow.png") no-repeat scroll left center transparent;
797         display: block;
798         padding: 3px 24px;
799 }
800
801 #sidebar-new-group {
802         padding: 7px;
803         width: 165px;
804         margin: auto;
805         margin-left: 10px;
806         background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #bdbdbd), color-stop(1, #a2a2a2) );
807         background: -moz-linear-gradient( center top, #bdbdbd 5%, #a2a2a2 100% );
808         filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bdbdbd', endColorstr='#a2a2a2');
809         background-color: #bdbdbd;
810         display: inline-block;
811         color: #efefef;
812         text-decoration: none;
813         text-align: center;
814         border: 1px solid #7C7D7B;
815         border-radius: 5px;
816                 -moz-border-radius: 5px;
817                 -webkit-border-radius: 5px;
818 }
819
820
821 #sidebar-new-group:hover {
822         background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #1873a2), color-stop(1, #6da6c4) );
823         background: -moz-linear-gradient( center top, #1873a2 5%, #6da6c4 100% );
824         filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1873a2', endColorstr='#6da6c4');
825         background-color: #1873a2;
826         border: 1px solid #7C7D7B;
827         box-shadow: 0 0 8px #BDBDBD;
828                 -moz-box-shadow: 3px 3px 4px #959494;
829                 -webkit-box-shadow: 3px 3px 4px #959494;
830         border-radius: 5px;
831                 -moz-border-radius: 5px;
832                 -webkit-border-radius: 5px;
833 }
834
835 #sidebar-new-group:active {
836         position: relative;
837         top: 1px;
838 }
839
840 .group-selected, .nets-selected, .fileas-selected, .categories-selected {
841         padding-bottom: 0px;
842         padding-left: 2px;
843         padding-right: 2px;
844         box-shadow: inset 0px 1px 0px 0px #cfcfcf;
845                 -moz-box-shadow: inset 0px 1px 0px 0px #cfcfcf;
846                 -webkit-box-shadow: inset 0px 1px 0px 0px #cfcfcf;
847         background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #bdbdbd), color-stop(1, #a2a2a2) );
848         background: -moz-linear-gradient( center top, #bdbdbd 5%, #a2a2a2 100% );
849         filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bdbdbd', endColorstr='#a2a2a2');
850         background-color: #bdbdbd;
851         border-radius: 5px;
852                 -moz-border-radius: 5px;
853                 -webkit-border-radius: 5px;
854         display: inline-block;
855         color: #efefef;
856         text-decoration: none;
857 }
858
859 .settings-widget .selected {
860         font-weight: bold;
861 }
862
863 #sidebar-new-group a {
864         color: #efefef;
865         font-size: 14px;
866         text-align: center;
867         margin: auto;
868 }
869
870 ul .sidebar-group-li {
871         list-style: none;
872         font-size: 1.0em;
873         /*padding-bottom: 5px;*/
874 }
875
876 ul .sidebar-group-li .icon {
877         display: inline-block;
878         height: 12px;
879         width: 12px;
880 }
881
882 .nets-ul, .fileas-ul, .categories-ul  {
883         list-style-type: none;
884 }
885
886 .nets-ul li, .fileas-ul li, .categories-ul li {
887         /*margin-top: 10px;*/
888 }
889
890 .nets-link {
891         margin-left: 24px;
892 }
893 .nets-all {
894         margin-left: 42px;
895 }
896
897 .fileas-link, .categories-link {
898         margin-left: 0px;
899 }
900
901 .fileas-all, .categories-all {
902         margin-left: 0px;
903 }
904
905 .widget h3 {
906         font-size: 125%;
907         background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f0edf0), color-stop(1, #e2e2e2) );
908         background: -moz-linear-gradient( center top, #f0edf0 5%, #e2e2e2 100% );
909         filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0edf0', endColorstr='#e2e2e2');
910         background-color: #f0edf0;
911         border-radius: 5px 5px 0px 0px;
912                 -moz-border-radius: 5px 5px 0px 0px;
913                 -webkit-border-radius: 5px 5px 0px 0px;
914         border: 1px solid #e2e2e2;
915         border-bottom: 1px solid #cdcdcd;
916         padding-top: 5px;
917         padding-bottom: 5px;
918         vertical-align: baseline;
919         text-align: center;
920         text-shadow: -1px 0px 0px #bdbdbd;      
921 }
922
923 #connect-desc {
924         margin-left: 10px;
925 }
926
927 #group-sidebar h3:before {
928         content: url("groups.png");
929         padding-right: 10px;
930         vertical-align: middle;
931 }
932
933 #saved-search-list {
934         margin-top: 15px;
935 }
936
937 .saved-search-li {
938         list-style: none;
939         font-size: 1.2em;
940 }
941
942 .saved-search-li .icon {
943         margin-right: 5px;
944 }
945
946 .birthday-today, .event-today {
947         font-weight: bold;
948 }
949
950 #birthday-wrapper, #event-wrapper {
951         margin-left: 15px;
952 }
953
954 #pause {
955         position: fixed;
956         bottom: 5px;
957         right: 5px;
958 }
959
960 /* ================== */
961 /* = Contacts Block = */
962 /* ================== */
963
964 .contact-block-img {
965         width: 47px;
966         height: 47px;
967         margin-right: 2px;
968         border: 1px solid #C5C5C5;
969         border-radius: 3px;
970                 -moz-border-radius: 3px;
971                 -webkit-border-radius: 3px;
972         box-shadow: 0 0 8px #BDBDBD;
973                 -moz-box-shadow: 3px 3px 4px #959494;
974                 -webkit-box-shadow: 3px 3px 4px #959494;
975 }
976 .contact-block-div {
977         float: left;
978 }
979
980 .contact-block-link {
981         float: left;
982 }
983
984 .contact-block-textdiv {
985         width: 150px;
986         height: 34px;
987         float: left;
988 }
989
990 .contact-block-h4,
991 .contact-block-content {
992 }
993
994 #contact-block,
995 #contact-block-end {
996         clear: both;
997 }
998
999 /* ======= */
1000 /* = Jot = */
1001 /* ======= */
1002
1003 #profile-jot-text-loading,
1004 #profile-jot-text {
1005         height: 20px;
1006         color: #cccccc;
1007 }
1008
1009 #profile-jot-text_tbl {
1010         margin-bottom: 10px;
1011         margin-top: 10px;
1012 }
1013
1014 #profile-jot-text_ifr {
1015         width: 99.9%!important
1016 }
1017
1018 #profile-jot-submit-wrapper { 
1019         margin-top: 30px;
1020 }
1021
1022 #jot-title, #jot-category {
1023         margin: 0px;
1024         height: 20px;
1025         width: 575px;
1026         font-weight: bold;
1027         border: 1px solid #cccccc;
1028 }
1029
1030 #jot-perms-icon {
1031         float: left;
1032 }
1033
1034 #jot-title::-webkit-input-placeholder,
1035 #jot-category::-webkit-input-placeholder {
1036         font-weight: normal;
1037 }
1038
1039 #jot-title:-moz-placeholder,
1040 #jot-category:-moz-placeholder {
1041         font-weight: normal;
1042 }
1043         
1044 #jot-title:hover,
1045 #jot-title:focus,
1046 #jot-category:hover,
1047 #jot-category:focus {
1048         border: 1px solid #cccccc;
1049 }
1050
1051 .jothidden { display:none; }
1052
1053 .preview {
1054         background: #FFFFC8;
1055 }
1056
1057 #theme-preview {
1058         margin: 15px 0 15px 150px;
1059 }
1060
1061 #profile-jot-perms, #profile-jot-submit {
1062         width: 60px;
1063         font-size: 12px;
1064         background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #bdbdbd), color-stop(1, #a2a2a2) );
1065         background: -moz-linear-gradient( center top, #bdbdbd 5%, #a2a2a2 100% );
1066         filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bdbdbd', endColorstr='#a2a2a2');
1067         background-color: #bdbdbd;
1068         display: inline-block;
1069         color: #efefef;
1070         text-decoration: none;
1071         text-align: center;
1072         border: 1px solid #7C7D7B;
1073         border-radius: 5px;
1074                 -moz-border-radius: 5px;
1075                 -webkit-border-radius: 5px;
1076 }
1077
1078 #jot-preview-form {}
1079
1080 #jot-preview-link {
1081         float: left;
1082         width: 60px;
1083         /*height: 10px;*/
1084         font-size: 12px;
1085         background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #bdbdbd), color-stop(1, #a2a2a2) );
1086         background: -moz-linear-gradient( center top, #bdbdbd 5%, #a2a2a2 100% );
1087         filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bdbdbd', endColorstr='#a2a2a2');
1088         background-color: #bdbdbd;
1089         display: inline-block;
1090         color: #efefef;
1091         text-decoration: none;
1092         text-align: center;
1093         padding: 5px 5px;
1094         border: 1px solid #7C7D7B;
1095         border-radius: 5px;
1096                 -moz-border-radius: 5px;
1097                 -webkit-border-radius: 5px;
1098 }
1099
1100 #profile-jot-perms {
1101         width: 27px;
1102         height: 27px;
1103         float: right;
1104         overflow: hidden;
1105         margin-left: 10px;
1106         margin-top: -20px;
1107         border: 1px solid #7C7D7B;
1108         border-radius: 5px;
1109                 -moz-border-radius: 5px;
1110                 -webkit-border-radius: 5px;
1111 }
1112
1113 #jot-perms-perms .icon {
1114         height: 1px;
1115 }
1116
1117 #profile-jot-submit {
1118         width: 80px;
1119         float: right;
1120         margin-right: 145px;
1121         margin-top: -20px;
1122         margin-left: 10px;
1123         padding: 5px 5px;
1124         border: 1px solid #7C7D7B;
1125         border-radius: 5px;
1126                 -moz-border-radius: 5px;
1127                 -webkit-border-radius: 5px;
1128 }
1129
1130 #profile-jot-perms:hover, 
1131 #profile-jot-submit:hover, 
1132 #jot-preview-link:hover {
1133         background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #1873a2), color-stop(1, #6da6c4) );
1134         background: -moz-linear-gradient( center top, #1873a2 5%, #6da6c4 100% );
1135         filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1873a2', endColorstr='#6da6c4');
1136         background-color: #1873a2;
1137         border: 1px solid #7C7D7B;
1138         box-shadow: 0 0 8px #BDBDBD;
1139                 -moz-box-shadow: 3px 3px 4px #959494;
1140                 -webkit-box-shadow: 3px 3px 4px #959494;
1141         border-radius: 5px;
1142                 -moz-border-radius: 5px;
1143                 -webkit-border-radius: 5px;
1144 }
1145
1146 #profile-jot-perms:active, 
1147 #profile-jot-submit:active, 
1148 #jot-preview-link:active {
1149         position: relative;
1150         top: 1px;
1151 }
1152
1153 #character-counter {
1154         position: relative;
1155         float: left;
1156         right: 0px; 
1157         top: 0px;
1158 }
1159 #profile-rotator-wrapper {
1160         float: right; 
1161 }
1162
1163 .jot-tool {
1164         float: left;
1165         margin-right: 5px;
1166 }
1167
1168 #profile-jot-tools-end,
1169 #profile-jot-banner-end {
1170         clear: both;
1171 }
1172
1173 #profile-jot-email-wrapper {
1174         margin: 10px 10% 0px 10%;
1175         border: 1px solid #eeeeee;
1176         border-bottom: 0px;
1177 }
1178
1179 #profile-jot-email-label {
1180         background-color: #555753;
1181         color: #ccccce;
1182         padding: 5px;
1183 }
1184
1185 #profile-jot-email {
1186         margin: 5px;
1187         width: 95%;
1188 }
1189         
1190 #profile-jot-networks {
1191         margin: 0px 10%;
1192         border: 1px solid #eeeeee;
1193         border-top: 0px;
1194         border-bottom: 0px;
1195         padding: 5px;
1196 }
1197 #profile-jot-acl-wrapper {
1198         margin: 0px 10px;
1199         border: 1px solid #eeeeee;
1200         border-top: 0px;
1201     display:block!important;
1202 }
1203
1204 #profile-video-wrapper,
1205 #profile-audio-wrapper,
1206 #profile-location-wrapper,
1207 #profile-nolocation-wrapper {
1208 }
1209
1210 #group_allow_wrapper,
1211 #group_deny_wrapper,
1212 #acl-permit-outer-wrapper {
1213         width: 47%;
1214         float: left;
1215 }
1216
1217 #contact_allow_wrapper,
1218 #contact_deny_wrapper,
1219 #acl-deny-outer-wrapper {
1220         width: 47%;
1221         float: right;
1222 }
1223
1224 #acl-permit-text {
1225         background-color: #555753;
1226         color: #ccccce;
1227         padding: 5px; float: left;
1228 }
1229
1230 #jot-public {
1231         background-color: #555753; 
1232         color: #ff0000; 
1233         padding: 5px; 
1234         float: left;
1235 }
1236
1237 #acl-deny-text {
1238         background-color: #555753; 
1239         color: #ccccce; 
1240         padding: 5px; 
1241         float: left;
1242 }
1243
1244 #acl-permit-text-end,
1245 #acl-deny-text-end {
1246         clear: both;
1247 }
1248
1249 #profile-jot-wrapper {
1250         margin-top: -15px;
1251 }
1252
1253 #profile-jot-desc,
1254 #profile-jot-form,
1255 #jot-location,
1256 #jot-coord,
1257 #jot-preview,
1258 #jot-title-wrap,
1259 #jot-category-wrap,
1260 #jot-text-wrap,
1261 #profile-jot-text-loading,
1262 #profile-attach-wrapper,
1263 #profile-link-wrapper,
1264 #profile-jot-banner-wrapper {}
1265
1266 .contact-h4 {
1267         font-size: 1.2em;
1268 }
1269
1270 /* ======== */
1271 /* = Tabs = */
1272 /* ======== */
1273
1274 .tabs {
1275         min-width: 400px;
1276         list-style: none;
1277         padding: 20px 0px 0px;
1278         font-size: 0.9em;
1279 }
1280
1281 .tabs li {
1282         display: inline;
1283 }
1284
1285 .tab {
1286         padding: 5px 10px 5px 10px;
1287         display: inline-block;
1288         margin-bottom: 5px;
1289         margin-right: 5px;
1290         font-style: bold;
1291 }
1292
1293 .tab:hover {
1294         padding: 5px 10px 5px 10px;
1295 }
1296
1297 /* ========= */
1298 /* = Posts = */
1299 /* ========= */
1300
1301 .wall-item-outside-wrapper {
1302         max-width: 100%;
1303         border-bottom: 1px solid #dedede; 
1304         margin-top: 10px;
1305         margin-bottom: 20px;
1306         padding-right: 10px;
1307         padding-left: 12px;
1308         background: none repeat scroll 0 0 #FFFFFF;
1309         border: 1px solid #CDCDCD;
1310         border-radius: 5px;
1311                 -moz-border-radius: 5px;
1312                 -webkit-border-radius: 5px;
1313         box-shadow: 0 0 8px #BDBDBD;
1314                 -moz-box-shadow: 3px 3px 4px #959494;
1315                 -webkit-box-shadow: 3px 3px 4px #959494;
1316 }
1317
1318 .wall-item-outside-wrapper-end {
1319         clear: both;
1320 }
1321
1322 .wall-item-content-wrapper {
1323         position: relative;
1324         max-width: 100%;
1325         padding-top: 10px;
1326 }
1327
1328 .wall-item-comment-wrapper {
1329         margin-left: 10px;
1330 }
1331
1332 .wall-item-photo-menu {
1333         display: none;
1334 }
1335
1336 .wall-item-photo-menu-button {
1337         display: none;
1338         text-indent: -99999px;
1339         background: #eeeeee url("menu-user-pin.png") no-repeat 75px center;
1340         position: absolute;
1341         overflow: hidden;
1342         height: 20px;
1343         width: 90px;
1344         top: 85px;
1345         left: -1px;
1346         border-radius: 0px 0px 5px  5px;        
1347                 -webkit-border-radius: 0px 0px 5px  5px;
1348                 -moz-border-radius: 0px 0px 5px  5px;
1349 }
1350
1351 .wall-item-info {
1352         float: left;
1353         width: 100px;
1354 }
1355
1356 .wall-item-photo-wrapper { 
1357         width: 80px; 
1358         height: 80px;  
1359         position: relative;
1360 }
1361
1362 .wall-item-tools { 
1363         filter: alpha(opacity=60);
1364         opacity: 0.7;
1365         transition: all 0.25s ease-in-out;
1366                 -webkit-transition: all 0.25s ease-in-out;
1367                 -moz-transition: all 0.25s ease-in-out;
1368         margin-top: 20px;
1369         padding-bottom: 5px;
1370         float: right;
1371         width: auto;
1372 }
1373
1374 .wall-item-tools:hover {
1375         filter: alpha(opacity=100);
1376         opacity: 1;
1377         transition: all 0.25s ease-in-out;      
1378                 -webkit-transition: all 0.25s ease-in-out;
1379                 -moz-transition: all 0.25s ease-in-out;
1380 }
1381
1382 .wall-item-social { 
1383         filter: alpha(opacity=60);
1384         opacity: 0.7;
1385         transition: all 0.25s ease-in-out;
1386                 -webkit-transition: all 0.25s ease-in-out;
1387                 -moz-transition: all 0.25s ease-in-out;
1388         margin-top: 20px;
1389         margin-left: 0px;
1390         padding-bottom: 5px;
1391         float: left;
1392         width: auto;
1393 }
1394
1395 .wall-item-social:hover {
1396         filter: alpha(opacity=100);
1397         opacity: 1;
1398         transition: all 0.25s ease-in-out;      
1399                 -webkit-transition: all 0.25s ease-in-out;
1400                 -moz-transition: all 0.25s ease-in-out;
1401 }
1402
1403 .wall-item-outside-wrapper.comment .wall-item-tools {
1404         float: right;
1405 }
1406
1407 .wall-item-like-buttons {
1408         float: left;
1409 }
1410
1411 .wall-item-like-buttons a.icon {
1412         float: left;
1413         margin-right: 10px;
1414         display: inline;
1415 }
1416
1417 .wall-item-links-wrapper {
1418         width: 30px;
1419         float: left;
1420 }
1421
1422 .wall-item-delete-wrapper {
1423         float: left;
1424         margin-right: 10px;
1425 }
1426
1427 .wall-item-links-wrapper a.icon {
1428         float: left;
1429         margin-right: 10px;
1430         display: inline;
1431 }
1432
1433 .pencil {
1434         float: left;
1435         margin-right: 20px;
1436 }
1437
1438 .star-item {
1439         float: left;    
1440 }
1441
1442 .tag-item {
1443         float: left;    
1444 }
1445
1446 .wall-item-title {
1447         font-size: 1.2em;
1448         font-weight: bold; 
1449         padding-top: 5px; 
1450         margin-left: 100px;
1451 }
1452
1453 .wall-item-body {
1454         margin-left: 100px;
1455         padding-right: 10px;
1456         padding-top: 5px;
1457         max-width: 100%;
1458 }
1459
1460 .wall-item-body img { 
1461         max-width: 100%; 
1462         height: auto; 
1463 }
1464
1465 .wall-item-body p {
1466         font-size: 0.8em;
1467 }
1468
1469 .wall-item-lock-wrapper { 
1470         float: right; 
1471 }
1472
1473 .wall-item-dislike,
1474 .wall-item-like {
1475         clear: left;
1476         font-size: 0.9em;
1477         margin: 0px 0px 10px 0px;
1478         padding-left: 10px;
1479 }
1480
1481 .wall-item-author {
1482         font-size: 0.9em;
1483         margin: 0px 0px 0px 100px;
1484         padding-left: 0px;
1485 }
1486
1487 .wall-item-author a {
1488         color: #898989;
1489 }
1490
1491 .wall-item-ago { 
1492         display: inline; 
1493         padding-left: 0px; 
1494         color: #898989;
1495 }
1496
1497 .wall-item-wrapper-end { 
1498         clear:both; 
1499 }
1500
1501 .wall-item-location {
1502         margin-top: 5px;
1503         width: 100px;
1504         overflow: hidden;
1505         text-overflow: ellipsis;
1506                 -o-text-overflow: ellipsis;
1507 }
1508
1509 .wall-item-location .icon { 
1510         float: left; 
1511 }
1512
1513 .wall-item-location > a {
1514         margin-left: 0px;
1515         margin-right: 3px;
1516         font-size: 0.9em;
1517         display: block;
1518         font-variant: small-caps;
1519         color: #898989;
1520 }
1521
1522 .wall-item-location .smalltext { 
1523         margin-left: 0px;  
1524         font-size: 0.9em; 
1525         display: block;
1526 }
1527
1528 .wall-item-location > br { 
1529         display: none; 
1530 }
1531
1532 .wall-item-conv a{
1533         font-size: 0.9em;
1534         color: #898989;
1535 }
1536
1537 .wallwall .wwto {
1538         left: -10px;
1539         margin: 0;
1540         position: absolute;
1541         top: 65px;
1542         width: 30px;
1543         z-index: 900;
1544         width: 30px;
1545         height: 30px;    
1546 }
1547
1548 .wallwall .wwto img { 
1549         width: 30px!important; 
1550         height: 30px!important;
1551 }
1552
1553 .wallwall .wall-item-photo-end { 
1554         clear: both; 
1555 }
1556
1557 .wall-item-arrowphoto-wrapper {
1558         position: absolute;
1559         left: 20px;
1560         top: 70px;
1561         z-index: 950;
1562 }
1563
1564 .wall-item-photo-menu {
1565         min-width: 92px;
1566         color: #2e3436;
1567         border-top: 1px;
1568         background: #eeeeee;
1569         border-right: 1px solid #dddddd;
1570         border-left: 1px solid #dddddd;
1571         border-bottom: 1px solid #dddddd;
1572         position: absolute;
1573         left: -2px; 
1574         top: 101px;
1575         display: none;
1576         z-index: 10000;
1577         border-radius: 0px 5px 5px 5px;
1578                 -webkit-border-radius: 0px 5px 5px 5px;
1579                 -moz-border-radius: 0px 5px 5px 5px;
1580         box-shadow: 3px 3px 4px #959494;
1581                 -moz-box-shadow: 3px 3px 4px #959494;
1582                 -webkit-box-shadow: 3px 3px 4px #959494;
1583
1584 }
1585
1586 .wall-item-photo-menu-button {
1587         border-right: 1px solid #dddddd;
1588         border-left: 1px solid #dddddd;
1589         border-bottom: 1px solid #dddddd;
1590         box-shadow: 3px 3px 4px #959494;
1591                 -moz-box-shadow: 3px 3px 4px #959494;
1592                 -webkit-box-shadow: 3px 3px 4px #959494;
1593 }
1594
1595 .fakelink wall-item-photo-menu-button {
1596         -webkit-border-radius: 0px 5px 5px 5px;
1597         -moz-border-radius: 0px 5px 5px 5px;
1598         border-radius: 0px 5px 5px 5px;
1599         box-shadow: 3px 3px 4px #959494;
1600                 -moz-box-shadow: 3px 3px 4px #959494;
1601                 -webkit-box-shadow: 3px 3px 4px #959494;
1602 }
1603
1604 .wall-item-photo-menu ul { 
1605         margin: 0px; 
1606         padding: 0px; 
1607         list-style: none;
1608 }
1609
1610 .wall-item-photo-menu li a { 
1611         white-space: nowrap;  
1612         display: block; 
1613         padding: 5px 2px;       
1614         color: #2e3436;  
1615 }
1616
1617 .wall-item-photo-menu li a:hover {
1618         color: #efefef;
1619         background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #1873a2), color-stop(1, #6da6c4) );
1620         background: -moz-linear-gradient( center top, #1873a2 5%, #6da6c4 100% );
1621         filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1873a2', endColorstr='#6da6c4');
1622         background-color: #1873a2; 
1623         /*order-bottom: none;*/
1624 }
1625
1626 .icon.drop,
1627 .icon.drophide { 
1628         float: right;
1629 }
1630
1631 #item-delete-selected-end,
1632 #item-delete-selected { 
1633         overflow: auto;
1634         margin-top: 20px;
1635         float: right;
1636     width: 250px;
1637 }
1638
1639 #item-delete-selected-icon {}
1640
1641 code {
1642         font-family: Courier, monospace;
1643         /*white-space: pre;*/
1644         display: block;
1645         overflow: auto;
1646         border: 1px solid #444;
1647         background: #EEE;
1648         color: #444;
1649         padding: 10px;
1650         margin-top: 10px; 
1651 }
1652
1653
1654 /* ============ */
1655 /* = Comments = */
1656 /* ============ */
1657  
1658  .ccollapse-wrapper {
1659         font-size: 0.9em;
1660         color: #898989;
1661         margin-left: 60px;
1662 }
1663
1664 #tread-wrapper {}
1665
1666 .tread-wrapper  {
1667         border: 0px solid #CDCDCD;
1668         border-radius: 5px;
1669                 -moz-border-radius: 5px;
1670                 -webkit-border-radius: 5px;
1671         margin-bottom: 20px;
1672         background-color: #E2E2E2;
1673 }
1674
1675 .collapsed-comments,
1676 .hide-comments,
1677 .hide-comments-outer,
1678 .wall-item-outside-wrapper.comment { 
1679         margin-left: 30px;
1680         margin-bottom: 20px;
1681 }
1682
1683 .wall-item-outside-wrapper.comment .wall-item-photo {
1684         width: 40px!important;
1685         height: 40px!important;
1686 }
1687
1688 .wall-item-outside-wrapper.comment .wall-item-photo-wrapper {
1689         width: 40px; 
1690         height: 40px; 
1691 }
1692
1693 .wall-item-outside-wrapper.comment .wall-item-photo-menu-button {
1694         width: 50px;
1695         top: 45px;
1696         background-position: 35px center;
1697 }
1698         
1699 .wall-item-outside-wrapper.comment .wall-item-info { 
1700         width: 60px; 
1701 }
1702
1703 .wall-item-outside-wrapper.comment .wall-item-body {
1704         margin-left: 60px;
1705         max-width: 100%;
1706         padding-right: 10px;
1707         padding-left: 0px;
1708 }
1709
1710 .wall-item-outside-wrapper.comment .wall-item-author { 
1711         margin-left: 60px; 
1712 }
1713
1714 .wall-item-outside-wrapper.comment .wall-item-photo-menu {
1715         min-width: 50px;
1716         top: 60px;
1717 }
1718 .icollapse-wrapper {
1719         font-size: 0.9em;
1720         color: #898989;
1721 }
1722
1723 .comment-wwedit-wrapper,
1724 .comment-edit-wrapper { 
1725         margin: 0px 0px 5px 0px;
1726 }
1727
1728 .comment-wwedit-wrapper img,
1729 .comment-edit-wrapper img { 
1730         width: 20px; 
1731         height: 20px;
1732         margin-top: 5px;
1733 }
1734
1735 .comment-edit-photo-link { 
1736         float: left; 
1737         width: 30px;
1738 }
1739
1740 .comment-edit-text-empty { 
1741         width: 672px; /*80%*/
1742         height: 20px;
1743         color: #babdb6;
1744         transition: all 0.5s ease-in-out;       
1745                 -webkit-transition: all 0.5s ease-in-out;
1746                 -moz-transition: all 0.5s ease-in-out;
1747 }
1748
1749 .comment-edit-text-empty:hover {
1750         color: #999999;
1751 }
1752
1753 .comment-edit-text-full { 
1754         width: 670px; 
1755         height: 6em;
1756         transition: all 0.5s ease-in-out;       
1757                 -webkit-transition: all 0.5s ease-in-out;
1758                 -moz-transition: all 0.5s ease-in-out;
1759 }
1760
1761 .comment-edit-submit-wrapper { 
1762         width: 670px; 
1763         margin-left: 20px; 
1764         text-align: left; 
1765 }
1766
1767 .comment-edit-submit {
1768         height: 22px;
1769         padding: 5px 5px;
1770         background-color: #a2a2a2;
1771         color: #eeeeec;
1772         border: 1px solid #CDCDCD;
1773         border-radius: 5px;
1774                 -moz-border-radius: 5px;
1775                 -webkit-border-radius: 5px;
1776 }
1777
1778 .comment-edit-submit:hover {
1779         background-color: #1873a2;
1780         border: 1px solid #CDCDCD;
1781         border-radius: 5px;
1782                 -moz-border-radius: 5px;
1783                 -webkit-border-radius: 5px;
1784         box-shadow: 0 0 8px #BDBDBD;
1785                 -moz-box-shadow: 3px 3px 4px #959494;
1786                 -webkit-box-shadow: 3px 3px 4px #959494;
1787 }
1788
1789 .comment-edit-submit:active {
1790         background-color: #1873a2;
1791 }
1792
1793 #item-delete-selected-desc {
1794         color: #898989;
1795         float: right;
1796 }
1797
1798 .wall-item-body code {
1799         font-family: Courier, monospace;
1800         /*white-space: pre;*/
1801         display: block;
1802         overflow: auto;
1803         border: 1px solid #cccccc;
1804         border-width: 1px 1px 1px 3px;
1805         padding-left: 5px;
1806         margin-top: 10px; 
1807 }
1808
1809 /* =========== */
1810 /* = Profile = */
1811 /* =========== */
1812
1813 .advanced-profile-content {
1814         margin-top: 5px;
1815         margin-bottom: 10px;
1816         margin-left: 30px;
1817         width: 60%;
1818 }
1819
1820 .advanced-profile-label {
1821         margin-top: 10px;
1822         margin-bottom: 0px;
1823         padding-bottom: 5px;
1824         font-size: 18px;
1825 }
1826  
1827 div[id$="wrapper"] { 
1828         height: 100%;
1829 }
1830  
1831 div[id$="wrapper"] br { 
1832         clear: left; 
1833 }
1834
1835 #advanced-profile-with { 
1836         margin-left: 20px;
1837 }
1838
1839 #profile-listing-desc {
1840         float: left;
1841         display: inline;
1842         padding: 5px 10px 5px 10px;
1843         width: 150px;
1844         margin-bottom: 20px;
1845         margin-top: 20px;
1846         display: inline-block;
1847         font-style: bold;
1848         text-align: center;
1849 }
1850
1851 #profile-listing-new-link-wrapper {
1852         float: left;
1853         display: inline;
1854         width: auto;
1855         margin-left: 5px;
1856         margin-top: 20px;
1857         padding: 5px 10px 5px 10px;
1858         font-style: bold;
1859         text-align: center;
1860 }
1861
1862 .profile-listing-name {
1863         font-size: 1em;
1864 }
1865 .profile-listing-name a {
1866         color: #898989;
1867 }
1868
1869 #profile-edit-links li {
1870         display: inline;
1871         width: 150px;
1872         margin-bottom: 20px;
1873         margin-top: 20px;
1874         background-color: #a2a2a2;
1875         color: #eeeeec;
1876         padding: 5px 10px 5px 10px;
1877         margin-right: 5px;
1878         font-style: bold;
1879         border-radius: 5px;
1880                 -moz-border-radius: 5px;
1881                 -webkit-border-radius: 5px;
1882 }
1883
1884 #profile-edit-links li a {
1885         color: #efefef; 
1886 }
1887
1888 #profile-edit-links li:hover {
1889         background-color: #1873a2;      
1890 }
1891
1892 #profile-edit-links li:active {
1893         background-color: #1873a2;      
1894 }
1895
1896 #profile-edit-links-end {
1897         clear: both;
1898         margin-bottom: 15px;
1899 }
1900
1901 .profile-edit-side-div {
1902         margin-top: 10px;
1903         margin-right: 0px;
1904         margin-left: 180px;
1905         float: left;
1906         position: absolute;
1907 }
1908
1909 #cropimage-wrapper { 
1910         float:left; 
1911 }
1912
1913 #crop-image-form { 
1914         clear:both; 
1915 }
1916
1917 .profile-match-name a{
1918         color: #999;
1919         font-size: 1em;
1920 }
1921
1922 .profile-match-name a:hover {
1923         color: #999;
1924 }
1925
1926 .profile-match-wrapper {
1927         width: 82%;
1928         padding: 5px;
1929         margin-bottom: 10px;
1930         margin-left: 20px;
1931         background-color: #f6f6f6;
1932         border: 1px solid #dddddd;
1933         box-shadow: 3px 3px 4px #959494;
1934                 -moz-box-shadow: 3px 3px 4px #959494;
1935                 -webkit-box-shadow: 3px 3px 4px #959494;
1936         clear: both;    
1937 }
1938
1939 .profile-match-end {
1940         clear: both;
1941 }
1942
1943 .profile-match-photo {
1944         float: left;
1945         margin-right: 10px;
1946         margin-bottom: 5px;
1947 }
1948
1949 /* ========== */
1950 /* = Photos = */
1951 /* ========== */
1952 .photos {
1953         height: auto;
1954         overflow: auto;
1955 }
1956
1957 #side-bar-photos-albums h3:before {
1958         content: url("photography.png");
1959         padding-right: 10px;
1960         vertical-align: middle;
1961 }
1962
1963 #side-bar-photos-albums li {
1964         font-size: 14px;
1965         font-variant: none;
1966         text-align: left;
1967         padding-left: 20px;
1968         margin-bottom: 5px;
1969 }
1970
1971 #photo-top-links {
1972         width: 130px;
1973         margin-bottom: 20px;
1974         margin-top: 20px;
1975         background-color: #a2a2a2;
1976         color: #eeeeec;
1977         padding: 5px 10px 5px 10px;
1978         margin-right: 5px;
1979         font-style: bold;
1980         border-radius: 5px;
1981                 -moz-border-radius: 5px;
1982                 -webkit-border-radius: 5px;
1983 }
1984
1985 #photo-top-links a {
1986         color: #efefef;
1987 }
1988
1989 #photo-top-links:hover {
1990         background-color: #1873a2;      
1991 }
1992
1993 #photo-top-links:active {
1994         background-color: #1873a2;      
1995 }
1996
1997 .photo-album-image-wrapper { 
1998         float: left;
1999         margin: 0px 10px 10px 0px;
2000         padding-bottom: 30px;
2001         position: relative;     
2002 }
2003
2004 .photo-top-image-wrapper {
2005         float: left;
2006         width: 180px;
2007         height: 180px;
2008         margin: 0px 10px 10px 0px;
2009         padding-bottom: 30px;
2010         position: relative;
2011 }
2012
2013 #photo-album-wrapper-inner {
2014         position: relative;
2015         float: left;
2016         width: 180px;
2017         height: 180px;
2018         overflow: hidden;
2019 }
2020
2021 #photo-photo { 
2022         max-width: 85%; 
2023         height: auto; 
2024 }
2025
2026 #photo-photo img { 
2027         max-width: 100% 
2028 }
2029
2030 .photo-top-image-wrapper a:hover,
2031 #photo-photo a:hover,
2032 .photo-album-image-wrapper a:hover { 
2033         border-bottom: 0px; 
2034 }
2035
2036 .photo-top-photo {}
2037 .photo-album-photo {} 
2038
2039 .photo-top-album-name {
2040         position: absolute;
2041         bottom: 0px;
2042         padding: 0px 5px;
2043         font-weight: bold;
2044         font-stretch: semi-expanded;
2045
2046
2047 .photo-top-album-name a {
2048         text-align: center;
2049         color: #6e6e6e;
2050 }
2051 .caption {
2052         position: absolute;
2053         bottom: 0px;
2054         margin: 0px 5px;
2055         text-align: center;
2056         color: #6e6e6e;
2057         font-size: 0.9em;
2058 }
2059
2060 #photo-photo {
2061         position: relative;
2062         float: left;    
2063 }
2064
2065 #photo-caption {
2066         margin-top: 10px;
2067         color: #6E6E6E;
2068         font-size: 1.1em;
2069 }
2070
2071 #photo-photo-end { 
2072         clear: both; 
2073 }
2074
2075 #photo-prev-link,
2076 #photo-next-link {
2077         position: absolute;
2078         width: 10%;
2079         height: 100%;
2080         background-color: rgba(255,255,255,0.2);
2081         opacity: 0;
2082         transition: all 0.2s ease-in-out;
2083                 -webkit-transition: all 0.2s ease-in-out;
2084                 -moz-transition: all 0.2s ease-in-out;
2085         background-position: center center;
2086         background-repeat: no-repeat;   
2087 }
2088
2089 #photo-prev-link { 
2090         left: 0px; 
2091         top: 0px; 
2092         background-image: url('prev.png'); 
2093 }
2094
2095 #photo-next-link { 
2096         right: 0px; 
2097         top: 0px; 
2098         background-image: url('next.png');
2099 }
2100
2101 #photo-prev-link a,
2102 #photo-next-link a {
2103         display: block; 
2104         width: 100%; 
2105         height: 100%;
2106         overflow: hidden;
2107         text-indent: -900000px;          
2108 }
2109
2110 #photo-prev-link:hover,
2111 #photo-next-link:hover {
2112         opacity: 1;
2113         transition: all 0.2s ease-in-out;               
2114                 -webkit-transition: all 0.2s ease-in-out;
2115                 -moz-transition: all 0.2s ease-in-out;
2116 }
2117
2118 #photo-next-link .icon,
2119 #photo-prev-link .icon { 
2120         display: none;
2121 }
2122
2123 #photos-upload-spacer,
2124 #photos-upload-new-wrapper,
2125 #photos-upload-exist-wrapper { 
2126         margin-bottom: 1em;
2127 }
2128
2129 #photos-upload-existing-album-text,
2130 #photos-upload-newalbum-div { 
2131         background-color: #fff;
2132         color: #909090;
2133         font-size: 1.2em;
2134         padding: 3px 0px;
2135         padding-left: 0px;
2136         width: 300px;
2137 }
2138
2139 #photos-upload-album-select,
2140 #photos-upload-newalbum { 
2141         width: 400px; 
2142 }
2143
2144 #photos-upload-perms-menu {
2145         width: 180px;
2146         padding: 7px;
2147 }
2148
2149 #photos-upload-perms-menu .icon {
2150         display: none;
2151 }
2152
2153 select, input {
2154         border: 1px solid #b0b0b0;
2155         padding: 2px;
2156         border-radius: 3px;
2157                 -moz-border-radius: 3px;
2158                 -webkit-border-radius: 3px;
2159 }
2160
2161 select[size], 
2162 select[multiple], 
2163 select[size][multiple] {
2164         margin: 5px 0px 10px 0px;
2165 }
2166
2167 select {
2168         -webkit-appearance: menulist;
2169         box-sizing: border-box;
2170         -webkit-box-align: center;
2171         cursor: default;        
2172 }
2173
2174 textarea, keygen {
2175         margin-top: 3px;
2176         font-size: 0.9em;
2177         letter-spacing: normal;
2178         word-spacing: normal;
2179         line-height: 1.2em;
2180         text-transform: none;
2181         text-indent: 0px;
2182         text-shadow: none;
2183         display: inline-block;
2184         text-align: -webkit-auto;       
2185 }
2186
2187 input {
2188         margin-top: 3px;
2189         margin-right: 10px;
2190         /*font-size: 0.9em;
2191         letter-spacing: normal;
2192         word-spacing: normal;
2193         line-height: 1.2em;
2194         text-transform: none;
2195         text-indent: 0px;
2196         text-shadow: none;
2197         display: inline-block;*/
2198         text-align: -webkit-auto;
2199 }
2200
2201 .qq-upload-button {
2202         border-radius: 5px;
2203                 -moz-border-radius: 5px;
2204                 -webkit-border-radius: 5px;
2205 }
2206
2207 #album-edit-link {
2208         width: 70px;
2209         margin-bottom: 20px;
2210         margin-top: 20px;
2211         background-color: #a2a2a2;
2212         color: #eeeeec;
2213         padding: 5px 10px 5px 10px;
2214         margin-right: 5px;
2215         font-style: bold;
2216         border-radius: 5px;
2217                 -moz-border-radius: 5px;
2218                 -webkit-border-radius: 5px;
2219 }
2220
2221 #album-edit-link  a {
2222         color: #efefef;
2223 }
2224
2225 #album-edit-link:hover {
2226         background-color: #1873a2;
2227 }
2228
2229 #photo-edit-link-wrap {
2230         margin-bottom: 10px;
2231 }
2232
2233 #photo_edit_form {
2234         width: 500px;
2235         margin-top: 20px;
2236         text-align: left;
2237 }
2238
2239 input#photo_edit_form {
2240         display: block;
2241         width: 100%;
2242 }
2243
2244 #photo-edit-perms-menu {
2245         float: left;
2246         display: inline;
2247         margin-top: 10px;
2248         margin-right: 10px;
2249         padding: 4px;
2250         width: 100px;
2251 }
2252
2253 #photo-edit-perms-menu .icon {
2254         display: none;
2255 }
2256
2257 #photo-edit-delete-button {
2258         float: left;
2259         display: inline;
2260         margin-left: 190px;
2261 }
2262
2263 #photo-album-edit-wrapper {
2264         margin-bottom: 10px;
2265 }
2266
2267 /* ============ */
2268 /* = Messages = */
2269 /* ============ */
2270
2271 #prvmail-wrapper, 
2272 .mail-conv-detail, 
2273 .mail-list-detail {
2274         position: relative;
2275         width: 500px;
2276         padding: 50px;
2277         margin: 20px auto;
2278         background-color: #fff;
2279         -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1);
2280         -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1);
2281         box-shadow: 0 0 5px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1);
2282 }
2283
2284 #prvmail-wrapper:before, 
2285 #prvmail-wrapper:after, 
2286 .mail-conv-detail:before, 
2287 .mail-conv-detail:after, 
2288 .mail-list-detail:before, 
2289 .mail-list-detail:after {
2290         position: absolute;
2291         width: 40%;
2292         height: 10px;
2293         content: ' ';
2294         left: 12px;
2295         bottom: 12px;
2296         background: transparent;
2297         transform: skew(-5deg) rotate(-5deg);
2298                 -webkit-transform: skew(-5deg) rotate(-5deg);
2299                 -moz-transform: skew(-5deg) rotate(-5deg);
2300                 -ms-transform: skew(-5deg) rotate(-5deg);
2301                 -o-transform: skew(-5deg) rotate(-5deg);
2302         box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
2303                 -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
2304                 -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
2305         z-index: -1;
2306 }
2307
2308 #prvmail-wrapper:after, 
2309 .mail-conv-detail:after, 
2310 .mail-list-detail:after {
2311         left: auto;
2312         right: 12px;
2313         transform: skew(5deg) rotate(5deg);
2314                 -webkit-transform: skew(5deg) rotate(5deg);
2315                 -moz-transform: skew(5deg) rotate(5deg);
2316                 -ms-transform: skew(5deg) rotate(5deg);
2317                 -o-transform: skew(5deg) rotate(5deg);
2318 }
2319
2320 .prvmail-text {
2321         width: 100%;
2322 }
2323
2324 #prvmail-form input
2325
2326 #prvmail-subject { 
2327         width: 490px; 
2328         padding-left: 10px; 
2329         font-size: 1.1em; 
2330         font-style: bold;
2331 }
2332
2333 #prvmail-subject .input {
2334         border: none !important;
2335 }
2336
2337 #prvmail-subject-label {}
2338
2339 #prvmail-to {
2340         padding-left: 10px;
2341 }
2342
2343 #prvmail-to-label {}
2344
2345 #prvmail-message-label {
2346         font-size: 1em; 
2347 }
2348
2349 #prvmail-submit-wrapper { 
2350         margin-top: 10px; 
2351 }
2352
2353 #prvmail-submit {
2354         float: right;
2355         margin-top: 0px;
2356         margin-right: 0px;
2357 }
2358
2359 #prvmail-upload {
2360 margin-left: 0px;       
2361 }
2362
2363 #prvmail-submit-wrapper > div {
2364         margin-right: 5px;
2365         float: left;
2366 }
2367
2368 .mail-list-outside-wrapper {
2369         margin-top: 20px;
2370 }
2371
2372 .mail-list-sender {
2373         float: left;
2374         padding: 2px;
2375         background-color: #efefef;
2376         border: 1px solid #C5C5C5;
2377         border-radius: 3px;
2378                 -moz-border-radius: 3px;
2379                 -webkit-border-radius: 3px;
2380     box-shadow: 0 0 8px #BDBDBD;
2381                 -moz-box-shadow: 3px 3px 4px #959494;
2382                 -webkit-box-shadow: 3px 3px 4px #959494;
2383 }
2384
2385 .mail-list-detail {
2386         margin-left: 100px;
2387         width: 600px;
2388         min-height: 70px;
2389         padding: 20px;
2390         padding-top: 10px;
2391         border: 1px solid #dddddd;
2392 }
2393         
2394 .mail-list-sender-name {
2395         font-size: 1.1em;
2396         display: inline;
2397 }
2398
2399 .mail-list-date {
2400         float: right;
2401         clear: block;
2402         display: inline;
2403         font-size: 0.9em;
2404         padding-left: 10px;
2405         font-stretch: ultra-condensed;
2406 }
2407
2408 .mail-list-subject {
2409         clear: block;
2410         font-size: 1.2em;
2411         padding-top: 20px;
2412         padding-right: 50px;
2413 }
2414
2415 .mail-list-subject a {
2416         color: #626262;
2417 }
2418
2419 .mail-list-delete-wrapper { 
2420         float: right;
2421 }
2422
2423 .mail-list-outside-wrapper-end {
2424         clear: both;
2425 }
2426
2427 .mail-conv-outside-wrapper {
2428         margin-bottom: 10px;
2429         margin-top: 30px;
2430 }
2431
2432 .mail-conv-sender {
2433         float: left;
2434         margin: 0px 5px 5px 0px; 
2435 }
2436
2437 .mail-conv-sender-photo {
2438         width: 64px;
2439         height: 64px;
2440 }
2441
2442 .mail-conv-sender-name { 
2443         float: left; 
2444         font-style: bold; 
2445 }
2446
2447 .mail-conv-date { 
2448         float: right; 
2449 }
2450
2451 .mail-conv-subject { 
2452         clear: right; 
2453         font-weight: bold; 
2454         font-size: 1.2em;
2455 }
2456
2457 .mail-conv-body {
2458         clear: both;
2459 }
2460
2461 .mail-conv-detail {
2462         width: 500px;
2463         padding: 20px;
2464         padding-bottom: 20px;
2465         margin-left: 20px;
2466         margin-bottom: 0px;
2467         vertical-align: middle;
2468         margin: auto;
2469         border: 1px solid #dddddd;
2470 }
2471 .mail-conv-break { 
2472         display: none; 
2473         border: none;
2474 }
2475
2476 .mail-conv-delete-wrapper { 
2477         padding-top: 10px; 
2478         width: 510px; 
2479         text-align: right; 
2480 }
2481
2482 #prvmail-subject {
2483         font-weight: bold;
2484         border: 1px solid #dddddd;
2485 }
2486
2487 /* ================= */
2488 /* = Notifications = */
2489 /* ================= */
2490
2491 #notification-show-hide-wrapper {
2492         width: 160px;
2493         box-shadow: inset 0px 1px 0px 0px #cfcfcf;
2494                 -moz-box-shadow: inset 0px 1px 0px 0px #cfcfcf;
2495                 -webkit-box-shadow: inset 0px 1px 0px 0px #cfcfcf;
2496         background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #bdbdbd), color-stop(1, #a2a2a2) );
2497         background: -moz-linear-gradient( center top, #bdbdbd 5%, #a2a2a2 100% );
2498         filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bdbdbd', endColorstr='#a2a2a2');
2499         background-color: #bdbdbd;
2500         border-radius: 5px;
2501                 -moz-border-radius: 5px;
2502                 -webkit-border-radius: 5px;
2503         padding: 5px 10px 5px 10px;
2504         margin-right: 5px;
2505         margin-top: 10px;
2506         font-style: bold;
2507         color: #efefef;
2508         text-align: center;
2509 }
2510
2511 #notification-show-hide-wrapper:hover {
2512         color: #efefef;
2513         background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #1873a2), color-stop(1, #6da6c4) );
2514         background: -moz-linear-gradient( center top, #1873a2 5%, #6da6c4 100% );
2515         filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1873a2', endColorstr='#6da6c4');
2516         background-color: #1873a2;
2517 }
2518
2519 #notification-show-hide-wrapper:active {
2520         background-color: #1873a2;
2521         position: relative;
2522         top: 1px;
2523 }
2524
2525 #notification-show-hide-wrapper a {
2526         color: #efefef;
2527 }
2528
2529 /* ============ */
2530 /* = Contacts = */
2531 /* ============ */
2532
2533 #contacts-main {
2534         margin-bottom: 10px;
2535 }
2536
2537 .contact-wrapper {
2538         float: left;
2539         width: 150px;
2540         height: 150px;
2541         overflow: auto;
2542 }
2543
2544 .view-contact-wrapper,
2545 .contact-entry-wrapper {
2546         float: left;
2547         margin-right: 30px;
2548         margin-bottom: 20px;
2549         width: 88px;
2550         height: 120px;
2551         position: relative;
2552 }
2553
2554 #view-contact-end {
2555         clear: both;
2556 }
2557
2558 #viewcontacts {
2559         margin-top: 15px;
2560 }
2561
2562 .contact-entry-direction-wrapper {
2563         position: absolute;
2564         top: 20px;
2565 }
2566
2567 .contact-entry-edit-links { 
2568         position: absolute; 
2569         top: 60px; 
2570 }
2571
2572 #contacts-show-hide-link { 
2573         margin-bottom: 20px; 
2574         margin-top: 10px; 
2575         font-weight: bold;
2576 }
2577
2578 .contact-entry-name {
2579         width: 100px;
2580         overflow: hidden;
2581         font: #999;
2582         font-size: 12px;
2583         text-align: center;
2584         font-weight: bold;
2585         margin-top: 5px;
2586 }
2587
2588 .contact-entry-photo {
2589         position: relative;
2590 }
2591
2592 .contact-entry-edit-links .icon {       
2593         border: 1px solid #babdb6;
2594         border-radius: 3px;
2595                 -webkit-border-radius: 3px;
2596                 -moz-border-radius: 3px;
2597         background-color: #ffffff;
2598 }
2599
2600 #contact-edit-banner-name { 
2601         font-size: 1.5em; 
2602         margin-left: 30px; 
2603 }
2604
2605 #contact-edit-update-now {
2606         padding: 7px;
2607         width: 165px;
2608         margin: auto;
2609         margin-left: 40px;
2610         box-shadow: inset 0px 1px 0px 0px #cfcfcf;
2611                 -moz-box-shadow: inset 0px 1px 0px 0px #cfcfcf;
2612                 -webkit-box-shadow: inset 0px 1px 0px 0px #cfcfcf;
2613         background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #bdbdbd), color-stop(1, #a2a2a2) );
2614         background: -moz-linear-gradient( center top, #bdbdbd 5%, #a2a2a2 100% );
2615         filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bdbdbd', endColorstr='#a2a2a2');
2616         background-color: #bdbdbd;
2617         border-radius: 5px;
2618                 -moz-border-radius: 5px;
2619                 -webkit-border-radius: 5px;
2620         display: inline-block;
2621         color: #efefef;
2622         text-decoration: none;
2623         text-align: center;
2624 }
2625
2626 #contact-edit-update-now:hover {
2627         background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #1873a2), color-stop(1, #6da6c4) );
2628         background: -moz-linear-gradient( center top, #1873a2 5%, #6da6c4 100% );
2629         filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1873a2', endColorstr='#6da6c4');
2630         background-color: #1873a2;
2631 }
2632
2633 #contact-edit-update-now:active {
2634         position: relative;
2635         top: 1px;
2636 }
2637
2638 #contact-edit-update-now a {
2639         color: #efefef;
2640         font-size: 14px;
2641         text-align: center;
2642         margin: auto;
2643 }
2644
2645 .contact-photo-menu-button {
2646         position: absolute;
2647         background-image: url("photo-menu.jpg");
2648         background-position: top left; 
2649         background-repeat: no-repeat;
2650         margin: 10px 0 0 0; padding: 0px;
2651         width: 16px;
2652         height: 16px;
2653         top: 64px; left:0px;
2654         overflow: hidden;
2655         text-indent: 40px;
2656         display: none;      
2657 }
2658
2659 .contact-photo-menu {
2660         width: auto;
2661         border: 1px solid #ddd;
2662         background: #f1f1f1;
2663         position: absolute;
2664         left: 0px; top: 90px;
2665         display: none;
2666         z-index: 10000;
2667         box-shadow: 3px 3px 5px #888;
2668                 -moz-box-shadow: 3px 3px 5px #888;
2669                 -webkit-box-shadow: 3px 3px 5px #888;
2670 }
2671
2672 .contact-photo-menu ul { 
2673         margin: 0px; 
2674         padding: 0px; 
2675         list-style: none; 
2676 }
2677
2678 .contact-photo-menu li a { 
2679         display: block; 
2680         padding: 3px; 
2681         color: #626262; 
2682         font-size: 1em; 
2683 }
2684
2685 .contact-photo-menu li a:hover {
2686         color: #FFFFFF;
2687         background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #1873a2), color-stop(1, #6da6c4) );
2688         background: -moz-linear-gradient( center top, #1873a2 5%, #6da6c4 100% );
2689         filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1873a2', endColorstr='#6da6c4');
2690         background-color: #1873a2;
2691         text-decoration: none;
2692 }
2693
2694 .view-contact-name {}
2695
2696 #div.side-link {
2697         background-color: #efefef;
2698         padding: 10px;
2699         margin-top: 20px;
2700 }
2701
2702 #follow-sidebar {
2703         margin-bottom: 80px;
2704 }
2705
2706 #follow-sidebar h3:before {
2707         content: url("user.png");
2708         padding-right: 10px;
2709         vertical-align: middle;
2710 }
2711
2712 #follow-sidebar input[type="text"] {
2713         margin-left: 3px;
2714         margin-bottom: 10px;
2715 }
2716
2717 #side-follow-submit {
2718         width: 178px;
2719         margin: 10px;
2720         text-align: center;
2721 }
2722
2723 #side-match-link {
2724         width: 158px;
2725         padding: 10px;
2726         margin: auto 10px 20px;
2727         background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #bdbdbd), color-stop(1, #a2a2a2) );
2728         background: -moz-linear-gradient( center top, #bdbdbd 5%, #a2a2a2 100% );
2729         filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bdbdbd', endColorstr='#a2a2a2');
2730         background-color: #bdbdbd;
2731         padding: 5px 10px 5px 10px;
2732         color: #efefef;
2733         font-size: 1.1em;
2734         text-align: center;
2735         border: 1px solid #7C7D7B;
2736         border-radius: 5px;
2737                 -moz-border-radius: 5px;
2738                 -webkit-border-radius: 5px;
2739 }
2740
2741 #side-match-link:hover {
2742         color: #efefef;
2743         background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #1873a2), color-stop(1, #6da6c4) );
2744         background: -moz-linear-gradient( center top, #1873a2 5%, #6da6c4 100% );
2745         filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1873a2', endColorstr='#6da6c4');
2746         background-color: #1873a2;
2747         border: 1px solid #7C7D7B;
2748         box-shadow: 0 0 8px #BDBDBD;
2749                 -moz-box-shadow: 3px 3px 4px #959494;
2750                 -webkit-box-shadow: 3px 3px 4px #959494;
2751         border-radius: 5px;
2752                 -moz-border-radius: 5px;
2753                 -webkit-border-radius: 5px;
2754 }
2755
2756 #side-match-link:active {
2757         background-color: #1873a2;
2758         position: relative;
2759         top: 1px;
2760 }
2761
2762 #side-match-link a {
2763         color: #efefef;
2764 }
2765
2766 #side-invite-link {
2767         width: 80%;
2768         padding: 10px;
2769         margin: auto;
2770         margin-bottom: 20px;
2771         background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #bdbdbd), color-stop(1, #a2a2a2) );
2772         background: -moz-linear-gradient( center top, #bdbdbd 5%, #a2a2a2 100% );
2773         filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bdbdbd', endColorstr='#a2a2a2');
2774         background-color: #bdbdbd;
2775         padding: 5px 10px 5px 10px;
2776         color: #efefef;
2777         font-size: 1.1em;
2778         text-align: center;
2779         border: 1px solid #7C7D7B;
2780         border-radius: 5px;
2781                 -moz-border-radius: 5px;
2782                 -webkit-border-radius: 5px;
2783 }
2784
2785 #side-invite-link:hover {
2786         color: #efefef;
2787         background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #1873a2), color-stop(1, #6da6c4) );
2788         background: -moz-linear-gradient( center top, #1873a2 5%, #6da6c4 100% );
2789         filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1873a2', endColorstr='#6da6c4');
2790         background-color: #1873a2;      
2791         border: 1px solid #7C7D7B;
2792         box-shadow: 0 0 8px #BDBDBD;
2793                 -moz-box-shadow: 3px 3px 4px #959494;
2794                 -webkit-box-shadow: 3px 3px 4px #959494;
2795         border-radius: 5px;
2796                 -moz-border-radius: 5px;
2797                 -webkit-border-radius: 5px;
2798 }
2799
2800
2801 #side-invite-link:active {
2802         background-color: #1873a2;
2803         position: relative;
2804         top: 1px;       
2805 }
2806
2807 #side-invite-link a {
2808         color: #efefef; 
2809 }
2810
2811 #side-suggest-link {
2812         width: 80%;
2813         padding: 10px;
2814         margin: auto;
2815         margin-bottom: 20px;
2816         background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #bdbdbd), color-stop(1, #a2a2a2) );
2817         background: -moz-linear-gradient( center top, #bdbdbd 5%, #a2a2a2 100% );
2818         filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bdbdbd', endColorstr='#a2a2a2');
2819         background-color: #bdbdbd;
2820         padding: 5px 10px 5px 10px;
2821         color: #efefef;
2822         font-size: 1.1em;
2823         text-align: center;
2824         border: 1px solid #7C7D7B;
2825         border-radius: 5px;
2826                 -moz-border-radius: 5px;
2827                 -webkit-border-radius: 5px;
2828 }
2829
2830 #side-suggest-link:hover {
2831         color: #efefef;
2832         background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #1873a2), color-stop(1, #6da6c4) );
2833         background: -moz-linear-gradient( center top, #1873a2 5%, #6da6c4 100% );
2834         filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1873a2', endColorstr='#6da6c4');
2835         background-color: #1873a2;      
2836         border: 1px solid #7C7D7B;
2837         box-shadow: 0 0 8px #BDBDBD;
2838                 -moz-box-shadow: 3px 3px 4px #959494;
2839                 -webkit-box-shadow: 3px 3px 4px #959494;
2840         border-radius: 5px;
2841                 -moz-border-radius: 5px;
2842                 -webkit-border-radius: 5px;
2843 }
2844
2845 #side-suggest-link:active {
2846         background-color: #1873a2;
2847         position: relative;
2848         top: 1px;       
2849 }
2850
2851 #side-suggest-link a {
2852         color: #efefef; 
2853 }
2854
2855 #invite-message,
2856 #invite-recipients, 
2857 #invite-recipient-text {
2858         padding: 10px;
2859 }
2860
2861 #side-follow-wrapper {
2862         font-size: 1em;
2863         font-weight: bold;
2864         font-stretch: semi-expanded;
2865         background-color: #f3f3f3;
2866         border: 1px solid #cdcdcd;
2867         padding: 10px;
2868         margin-top: 20px;
2869         border-radius: 5px;
2870                 -moz-border-radius: 5px;
2871                 -webkit-border-radius: 5px;
2872 }
2873
2874 #side-follow-wrapper label{
2875         font-size: 1.1em;
2876         font-variant: normal;   
2877 }
2878
2879 #contact-suggest {
2880         float: left;
2881         margin-left: 10px;
2882         width: 120px;
2883         padding: 10px;
2884         margin-bottom: 20px;
2885         box-shadow: inset 0px 1px 0px 0px #cfcfcf;
2886                 -moz-box-shadow: inset 0px 1px 0px 0px #cfcfcf;
2887                 -webkit-box-shadow: inset 0px 1px 0px 0px #cfcfcf;
2888         background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #bdbdbd), color-stop(1, #a2a2a2) );
2889         background: -moz-linear-gradient( center top, #bdbdbd 5%, #a2a2a2 100% );
2890         filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bdbdbd', endColorstr='#a2a2a2');
2891         background-color: #bdbdbd;
2892         border-radius: 5px;
2893                 -moz-border-radius: 5px;
2894                 -webkit-border-radius: 5px;
2895         padding: 5px 10px 5px 10px;
2896         color: #efefef;
2897         font-size: 1.2em;
2898         text-align: center;     
2899 }
2900
2901 #contact-suggest:hover {
2902         color: #efefef;
2903         background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #1873a2), color-stop(1, #6da6c4) );
2904         background: -moz-linear-gradient( center top, #1873a2 5%, #6da6c4 100% );
2905         filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1873a2', endColorstr='#6da6c4');
2906         background-color: #1873a2;      
2907 }
2908
2909 #contact-suggest:active {
2910         background-color: #1873a2;
2911         position: relative;
2912         top: 1px;       
2913 }
2914
2915 #contact-suggest a {
2916         color: #efefef;
2917 }
2918
2919 .crepair-label {
2920         margin-top: 10px;
2921         float: left;
2922         width: 250px;
2923 }
2924
2925 .crepair-input {
2926         margin-top: 10px;
2927         float: left;
2928         width: 200px;
2929 }
2930
2931 /* ===================================== */
2932 /* = Register, Settings, Profile Forms = */
2933 /* ===================================== */
2934
2935 #id_openid_url, .openid input{
2936         background: url(login-bg.gif) no-repeat;
2937         background-position: 0 50%;
2938         padding-left: 18px;
2939         width: 220px!important;
2940 }
2941
2942 .openid:hover {
2943 }
2944
2945 #profile-tabs-wrapper {
2946         padding-top: 10px;
2947 }
2948
2949 #profile-tab-status-link {
2950         border: 0px;
2951         padding: 5px 10px 5px 10px;
2952         font-style: bold;
2953 }
2954
2955 #uexport-link a {
2956         color: #efefef;
2957 }
2958
2959 #profile-tab-profile-link {
2960         border: 0px;
2961         padding: 5px 10px 5px 10px;
2962 }
2963
2964 #uexport-link {
2965         width: 140px;
2966         box-shadow: inset 0px 1px 0px 0px #cfcfcf;
2967                 -moz-box-shadow: inset 0px 1px 0px 0px #cfcfcf;
2968                 -webkit-box-shadow: inset 0px 1px 0px 0px #cfcfcf;
2969         background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #7c7d7b), color-stop(1, #555753) );
2970         background: -moz-linear-gradient( center top, #7c7d7b 5%, #555753 100% );
2971         filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7c7d7b', endColorstr='#555753');
2972         background-color: #7c7d7b;
2973         border-radius: 5px;
2974                 -moz-border-radius: 5px;
2975                 -webkit-border-radius: 5px;
2976         padding: 5px 10px 5px 10px;
2977         margin-bottom: 10px;
2978 }
2979
2980 #uexport-link:hover {
2981         color: #efefef;
2982         background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #555753), color-stop(1, #7c7d7b) );
2983         background: -moz-linear-gradient( center top, #555753 5%, #7c7d7b 100% );
2984         filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#555753', endColorstr='#7c7d7b');
2985         background-color: #555753;
2986 }
2987
2988 #uexport-link:active {
2989         color: #efefef;
2990         background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #1873a2), color-stop(1, #6da6c4) );
2991         background: -moz-linear-gradient( center top, #1873a2 5%, #6da6c4 100% );
2992         filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1873a2', endColorstr='#6da6c4');
2993         background-color: #1873a2;
2994         position: relative;
2995         top: 1px;
2996 }
2997
2998 #settings-default-perms .fakelink {
2999         color: #efefef;
3000 }
3001
3002 #settings-default-perms {
3003         width: 260px;
3004         text-align: center;
3005         color: #EFEFEF;
3006         padding: 5px 10px 5px 10px;
3007         margin-bottom: 10px;
3008         background-color: #BDBDBD;
3009         background: -moz-linear-gradient(center top , #BDBDBD 5%, #A2A2A2 100%) repeat scroll 0 0 #BDBDBD;
3010         background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #bdbdbd), color-stop(1, #a2a2a2) );
3011         border: 1px solid #7C7D7B;
3012         border-radius: 5px;
3013                 -moz-border-radius: 5px;
3014                 -webkit-border-radius: 5px;
3015 }
3016
3017 #settings-default-perms:hover {
3018         color: #efefef;
3019         background-color: #555753;
3020         border: 1px solid #7C7D7B;
3021         box-shadow: 0 0 8px #BDBDBD;
3022                 -moz-box-shadow: 3px 3px 4px #959494;
3023                 -webkit-box-shadow: 3px 3px 4px #959494;
3024         border-radius: 5px;
3025                 -moz-border-radius: 5px;
3026                 -webkit-border-radius: 5px;
3027 }
3028
3029 #settings-default-perms:active {
3030         color: #efefef;
3031         background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #1873a2), color-stop(1, #6da6c4) );
3032         background: -moz-linear-gradient( center top, #1873a2 5%, #6da6c4 100% );
3033         filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1873a2', endColorstr='#6da6c4');
3034         background-color: #1873a2;
3035         position: relative;
3036         top: 1px;
3037 }
3038  
3039 #settings-nickname-desc {
3040         width: 80%;
3041         background-color: #efefef;
3042         margin-top: 10px;
3043         margin-bottom: 10px;
3044         border-radius: 5px;
3045                 -webkit-border-radius: 5px;
3046                 -moz-border-radius: 5px;
3047         padding: 10px;
3048 }
3049
3050 #register-form div {
3051         clear: both;
3052 }
3053
3054 #profile-edit-form div { 
3055         margin-bottom: 5px;
3056 }
3057
3058 #profile-edit-form div[id$='desc'] {
3059         font-size: 0.8em;
3060         margin-left: 2%;
3061 }
3062
3063 #register-form label,
3064 #profile-edit-form label {
3065         width: 575px; 
3066         float: right;
3067         margin-right: 155px;
3068 }
3069
3070 /* #register-form span,
3071 #profile-edit-form span  { */
3072 #register-form span {
3073         color: #555753;
3074         display: block;
3075         margin-bottom: 20px;
3076 }
3077
3078 .settings-submit-wrapper,
3079 .profile-edit-submit-wrapper { 
3080         margin: 30px 0px;
3081 }
3082
3083 .profile-listing { 
3084         float: left; 
3085         clear: both; 
3086         margin: 20px 20px 0px 0px;
3087 }
3088
3089
3090 #register-sitename { 
3091         display: inline; 
3092         font-weight: bold;
3093 }
3094
3095 #register-submit-button {
3096         margin-top: 10px;
3097 }
3098
3099 #label-register-name, #label-register-email, #label-register-nickname, #label-register-openid {
3100         float: left;
3101         width: 350px;
3102         margin-top: 10px;
3103 }
3104
3105 #register-name, #register-email, #register-nickname {
3106         float: left;
3107         margin-top: 10px;
3108         width: 150px;
3109 }
3110
3111 #register-openid {
3112         float: left;
3113         margin-top: 10px;
3114         width: 130px;
3115 }
3116
3117 #register-fill-ext {
3118         margin-bottom: 25px;
3119 }
3120
3121 #register-name-end, #register-email-end, #register-nickname-end, #register-submit-end, #register-openid-end {
3122         clear: both;
3123 }
3124
3125 #register-nickname-desc {
3126         margin-top: 30px;
3127         width: 650px;
3128 }
3129
3130 /* ===================== */
3131 /* = Contacts Selector = */
3132 /* ===================== */
3133
3134 #group-edit-wrapper {
3135         margin-bottom: 10px;
3136 }
3137
3138 #group-edit-name-wrapper {
3139         margin-bottom: 0px;
3140         display: inline;
3141 }
3142 #group-edit-submit-wrapper {
3143         margin-bottom: 10px;
3144         margin-right: 400px;
3145         float: right;
3146         display: inline;
3147 }
3148
3149 .group-delete-wrapper {
3150         width: 90px;
3151         display: inline;
3152         padding: 5px;
3153         margin-bottom: 10px;
3154         box-shadow: inset 0px 1px 0px 0px #cfcfcf;
3155                 -moz-box-shadow: inset 0px 1px 0px 0px #cfcfcf;
3156                 -webkit-box-shadow: inset 0px 1px 0px 0px #cfcfcf;
3157         background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #bdbdbd), color-stop(1, #a2a2a2) );
3158         background: -moz-linear-gradient( center top, #bdbdbd 5%, #a2a2a2 100% );
3159         filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bdbdbd', endColorstr='#a2a2a2');
3160         background-color: #bdbdbd;
3161         border-radius: 5px;
3162                 -moz-border-radius: 5px;
3163                 -webkit-border-radius: 5px;
3164 }
3165
3166 .group-delete-wrapper:hover {
3167         background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #1873a2), color-stop(1, #6da6c4) );
3168         background: -moz-linear-gradient( center top, #1873a2 5%, #6da6c4 100% );
3169         filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1873a2', endColorstr='#6da6c4');
3170         background-color: #1873a2;      
3171 }
3172
3173 .group-delete-wrapper:active {
3174         background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #1873a2), color-stop(1, #6da6c4) );
3175         background: -moz-linear-gradient( center top, #1873a2 5%, #6da6c4 100% );
3176         filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1873a2', endColorstr='#6da6c4');
3177         background-color: #1873a2;      
3178 }
3179
3180 .group-delete-wrapper a {
3181         color: #efefef;
3182         font-size: 0.9em;
3183 }
3184
3185 #group-edit-desc { 
3186         margin: 10px 0xp; 
3187 }
3188
3189 #group-new-text {
3190         font-size: 1.1em;
3191 }
3192
3193 #group-members,
3194 #prof-members {
3195         width: 83%;
3196         height: 200px; 
3197         overflow: auto;
3198         border: none;
3199         background-color: #f0edf0;
3200         color: #555753;
3201         border: 1px solid #ccc;
3202         margin-bottom: 10px;
3203         padding: 10px;
3204 }
3205
3206 #group-all-contacts,
3207 #prof-all-contacts { 
3208         width: 83%;
3209         height: 200px;
3210         overflow: auto; 
3211         border: 1px solid #ccc;
3212         background-color: #f0edf0;
3213         padding: 10px;
3214 }
3215
3216 #group-members h3,
3217 #group-all-contacts h3,
3218 #prof-members h3,
3219 #prof-all-contacts h3{
3220         color: #555753;
3221         margin: 0px;
3222         padding: 5px;
3223 }
3224
3225 #group-separator,
3226 #prof-separator { 
3227         display: none;
3228 }
3229
3230 /* ========== */
3231 /* = Events = */
3232 /* ========== */
3233
3234 #events-reminder {}
3235
3236 .clear { 
3237         clear: both;
3238         margin-top: 10px;
3239 }
3240
3241 .eventcal {
3242         float: left;
3243         font-size: 20px;
3244         padding: 20px;
3245 }
3246
3247 .vevent {
3248         position: relative;
3249         width: 400px;
3250         padding: 20px;
3251         padding-top: 10px;
3252         margin: 0 0px;
3253         margin-bottom: 10px;
3254         background-color: #fff;
3255         box-shadow: 0 0 5px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1);
3256                 -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1);
3257                 -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1);
3258 }
3259
3260 .vevent:before, 
3261 .vevent:after {
3262         position: absolute;
3263         width: 40%;
3264         height: 10px;
3265         content: ' ';
3266         left: 12px;
3267         bottom: 12px;
3268         background: transparent;
3269         transform: skew(-5deg) rotate(-5deg);
3270                 -webkit-transform: skew(-5deg) rotate(-5deg);
3271                 -moz-transform: skew(-5deg) rotate(-5deg);
3272                 -ms-transform: skew(-5deg) rotate(-5deg);
3273                 -o-transform: skew(-5deg) rotate(-5deg);
3274         box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
3275                 -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
3276                 -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
3277         z-index: -1;
3278 }
3279
3280 .vevent:after {
3281         left: auto;
3282         right: 12px;
3283         transform: skew(5deg) rotate(5deg);
3284                 -webkit-transform: skew(5deg) rotate(5deg);
3285                 -moz-transform: skew(5deg) rotate(5deg);
3286                 -ms-transform: skew(5deg) rotate(5deg);
3287                 -o-transform: skew(5deg) rotate(5deg);
3288 }
3289
3290 .vevent .event-description {
3291         margin-left: 10px;
3292         margin-right: 10px;
3293         text-align: center;
3294         font-size: 1.2em;
3295         font-weight: bolder;
3296 }
3297
3298  .vevent .event-location {
3299         margin-left: 10px;
3300         margin-right: 10px;
3301         font-size: 1em;
3302         font-style: oblique;
3303         text-align: center;
3304 }
3305
3306 .vevent .event-start, 
3307 .vevent .event-end  {
3308         margin-left: 20px;
3309         margin-right: 20px;
3310         margin-bottom: 2px;
3311         margin-top: 2px;
3312         font-size: 0.9em;
3313         text-align: left;
3314 }
3315
3316 #new-event-link {
3317         width: 130px;
3318         padding: 7px;
3319         margin-bottom: 10px;
3320         margin-left: 170px;
3321         box-shadow: inset 0px 1px 0px 0px #cfcfcf;
3322                 -moz-box-shadow: inset 0px 1px 0px 0px #cfcfcf;
3323                 -webkit-box-shadow: inset 0px 1px 0px 0px #cfcfcf;
3324         background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #bdbdbd), color-stop(1, #a2a2a2) );
3325         background: -moz-linear-gradient( center top, #bdbdbd 5%, #a2a2a2 100% );
3326         filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bdbdbd', endColorstr='#a2a2a2');
3327         background-color: #bdbdbd;
3328         border-radius: 5px;
3329                 -moz-border-radius: 5px;
3330                 -webkit-border-radius: 5px;
3331         color: #efefef;
3332 }
3333
3334 #new-event-link:hover {
3335         color: #efefef;
3336         background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #1873a2), color-stop(1, #6da6c4) );
3337         background: -moz-linear-gradient( center top, #1873a2 5%, #6da6c4 100% );
3338         filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1873a2', endColorstr='#6da6c4');
3339         background-color: #1873a2;
3340 }
3341
3342 #new-event-link:active {
3343         background-color: #1873a2;
3344         position: relative;
3345         top: 1px;
3346 }
3347
3348 #new-event-link a {
3349         color: #efefef;
3350         text-align: center;
3351 }
3352
3353 .edit-event-link, .plink-event-link {
3354         float: left;
3355         margin-top: 4px;
3356         margin-right: 4px;
3357         margin-bottom: 15px;
3358 }
3359
3360 .event-description:before {
3361         content: url('calendar.png');
3362         margin-right: 15px;
3363         vertical-align: middle;
3364 }
3365
3366 .event-start, 
3367 .event-end {
3368         margin-left: 10px;
3369         width: 330px;
3370 }
3371
3372 .event-start .dtstart, 
3373 .event-end .dtend {
3374         float: right;
3375 }
3376
3377 .event-list-date {
3378         color: #626262;
3379         margin-bottom: 10px;
3380         font-stretch: condensed;
3381 }
3382
3383 .prevcal, 
3384 .nextcal {
3385         float: left;
3386         margin-left: 32px;
3387         margin-right: 32px;
3388         margin-top: 64px;
3389 }
3390
3391 .event-calendar-end {
3392         clear: both;
3393 }
3394
3395 .calendar {
3396         width: 300px;
3397         font-family: Helvetica, Arial, sans-serif;
3398         background-color: #f1f1f1;
3399         border: 1px solid #dedede;
3400         margin-bottom: 10px;
3401         box-shadow: 5px 5px 8px #959494;
3402                 -moz-box-shadow: 5px 5px 8px #959494;
3403                 -webkit-box-shadow: 5px 5px 8px #959494;
3404 }
3405
3406 .calendar caption {
3407         background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #6da6c4), color-stop(1, #1873a2) );
3408         background: -moz-linear-gradient( center top, #6da6c4 5%, #1873a2 100% );
3409         filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6da6c4', endColorstr='#1873a2');
3410         background-color: #1873a2;
3411         padding: 10px 0px 10px 0px;
3412         width: 300px;
3413         color: #ffffff;
3414         font-weight: bold;
3415         text-align: center;
3416         box-shadow: 5px 2px 8px #959494;
3417                 -moz-box-shadow: 5px 2px 8px #959494;
3418                 -webkit-box-shadow: 5px 2px 8px #959494;
3419 }
3420
3421 tr {
3422         border: 1px solid #eeeeee;
3423 }
3424
3425 .calendar td {
3426         font-size: 14px;
3427         text-align: center;
3428         padding: 3px 0px;
3429 }
3430
3431 .calendar td > a {
3432         background-color: #cdcdcd;
3433         padding: 2px;
3434         color: #000000;
3435 }
3436
3437 .calendar th {
3438         font-size: 16px;        
3439 }
3440
3441 .today {
3442         font-weight: bold;
3443         text-align: center;
3444         background-color: #1873a2;
3445         color: #ffffff;
3446 }
3447  
3448 #event-start-text, 
3449 #event-finish-text {
3450         margin-top: 10px;
3451         margin-bottom: 5px;
3452 }
3453
3454 #event-nofinish-checkbox, 
3455 #event-nofinish-text, 
3456 #event-adjust-checkbox, 
3457 #event-adjust-text,
3458 #event-share-checkbox {
3459         float: left;
3460 }
3461
3462 #event-datetime-break {
3463         margin-bottom: 10px;
3464 }
3465
3466 #event-nofinish-break, 
3467 #event-adjust-break,
3468 #event-share-break {
3469         clear: both;
3470 }
3471
3472 #event-desc-text, 
3473 #event-location-text {
3474         margin-top: 10px;
3475         margin-bottom: 5px;
3476 }
3477
3478 #event-submit {
3479         margin-top: 10px;
3480 }
3481
3482 /* ============= */
3483 /* = Directory = */
3484 /* ============= */
3485
3486 .directory-item {
3487         float: left;
3488         margin: 50px 50px 0px 0px;
3489 }
3490
3491 .directory-details {
3492         font-size: 0.9em;
3493         width: 160px;
3494 }
3495
3496 .directory-name {
3497         font-size: 1em;
3498         width: 150px;   
3499 }
3500
3501 /* ========= */
3502 /* = Admin = */
3503 /* ========= */
3504
3505 #adminpage {
3506         width: 80%;
3507 }
3508
3509 #pending-update {
3510         float:right;
3511         color: #ffffff;
3512         font-weight: bold;
3513         background-color: #FF0000;
3514         padding: 0em 0.3em;
3515 }
3516
3517 .admin.linklist {
3518         border: 0px; padding: 0px;
3519 }
3520
3521 .admin.link {
3522         list-style-position: inside;
3523         font-size: 1em;
3524         padding: 5px;
3525         width: auto;
3526         margin: 5px;
3527 }
3528
3529 #adminpage dl {
3530         clear: left;
3531         margin-bottom: 2px;
3532         padding-bottom: 2px;
3533         border-bottom: 1px solid black;
3534 }
3535
3536 #adminpage dt {
3537         width: 200px;
3538         float: left;
3539         font-weight: bold;
3540 }
3541
3542 #adminpage dd {
3543         margin-left: 200px;
3544 }
3545 #adminpage h3 {
3546         border-bottom: 1px solid #898989;
3547         margin-bottom: 5px;
3548         margin-top: 10px;
3549 }
3550
3551 #adminpage .submit {
3552         clear:left;
3553 }
3554
3555 #adminpage 
3556 #pluginslist {
3557         margin: 0px; 
3558         padding: 0px;
3559 }
3560
3561 #adminpage .plugin {
3562         list-style: none;
3563         display: block;
3564         border: 1px solid #888888;
3565         padding: 1em;
3566         margin-bottom: 5px;
3567         clear: left;
3568 }
3569
3570 #adminpage .toggleplugin {
3571         float: left;
3572         margin-right: 1em;
3573 }
3574
3575 #adminpage table {
3576         width: 100%; 
3577         border-bottom: 1p solid #000000; 
3578         margin: 5px 0px;
3579 }
3580
3581 #adminpage table th { 
3582         text-align: left;
3583 }
3584
3585 #adminpage td .icon { 
3586         float: left;
3587 }
3588
3589 #adminpage table#users img { 
3590         width: 16px; 
3591         height: 16px; 
3592 }
3593
3594 #adminpage table tr:hover { 
3595         background-color: #eeeeee; 
3596 }
3597
3598 #adminpage .selectall { 
3599         text-align: right; 
3600 }
3601
3602 /* =============== */
3603 /* = Form Fields = */
3604 /* =============== */
3605
3606 .field {
3607         width: 90%;
3608 }
3609
3610 .field label {
3611         float: left;
3612         width: 480px;
3613 }
3614
3615 .field checkbox {
3616         float: left;
3617         width: 480px;
3618 }
3619
3620 .field input,
3621 .field textarea {
3622         width: 220px;
3623         border: 1px solid #CDCDCD;
3624         border-radius: 5px;
3625                 -moz-border-radius: 5px;
3626                 -webkit-border-radius: 5px;
3627 }
3628
3629 .field textarea { 
3630         height: 100px; 
3631 }
3632
3633 .field password { 
3634         height: 100px;
3635         margin-left: 150px;     
3636 }
3637
3638 .field_help {
3639         display: block;
3640         margin-left: 0px;
3641         margin-bottom: 10px;
3642         color: #666666; 
3643 }
3644
3645 .field .onoff {
3646         float: left;
3647         width: 80px;
3648 }
3649 .field .onoff a {
3650         display: block;
3651         border: 1px solid #c1c1c1;
3652         background-image: url("../../../images/onoff.jpg");
3653         background-repeat: no-repeat;
3654         padding: 4px 2px 2px 2px;
3655         height: 16px;
3656         text-decoration: none;
3657 }
3658 .field .onoff .off {
3659         border-color: #c1c1c1;
3660         padding-left: 40px;
3661         background-position: left center;
3662         background-color: #cccccc;
3663         color: #666666;
3664         text-align: right;
3665 }
3666
3667 .field .onoff .on {
3668         border-color: #c1c1c1;
3669         padding-right: 40px;
3670         background-position: right center;
3671         background-color: #1873a2;
3672         color: #FFFFFF;
3673         text-align: left;
3674 }
3675
3676 .hidden { 
3677         display: none!important; 
3678 }
3679
3680 .field .radio .field_help { 
3681         margin-left: 0px; 
3682 }
3683
3684 /* ========= */
3685 /* = Icons = */
3686 /* ========= */
3687
3688 .sparkle {
3689         cursor: url('lock.cur'), pointer;
3690 }
3691
3692 .icon {
3693         margin-left: 5px;
3694         margin-right: 5px;
3695         display: block; 
3696         width: 20px; 
3697         height: 20px;
3698         background-image: url("icons.png");
3699 }
3700 .starred { 
3701         background-image: url("star.png");
3702         repeat: no-repeat;
3703 }
3704 .unstarred { 
3705         background-image: url("premium.png");
3706         repeat: no-repeat;
3707 }
3708
3709 .notify {
3710         background-image: url("notifications.png");
3711         repeat: no-repeat;
3712 }
3713
3714 .border {
3715         border: 1px solid #c1c1c1;
3716         border-radius: 3px;     
3717                 -webkit-border-radius: 3px;
3718                 -moz-border-radius: 3px;
3719 }
3720
3721 .article        { background-position: -50px  0px;}
3722 .audio          { background-position: -70px  0px;}
3723 .block          { background-position: -90px  0px;}
3724 .drop           { background-position: -110px 0px;}
3725 .drophide       { background-position: -130px 0px;}
3726 .edit           { background-position: -150px 0px;}
3727 .camera         { background-position: -170px 0px;}
3728 .dislike        { background-position: -190px 0px;}
3729 .like           { background-position: -210px 0px;}
3730 .link           { background-position: -230px 0px;}
3731 .globe          { background-position: -50px  -20px;}
3732 .noglobe        { background-position: -70px  -20px;}
3733 .no             { background-position: -90px  -20px;}
3734 .pause          { background-position: -110px -20px;}
3735 .play           { background-position: -130px -20px;}
3736 .pencil         { background-position: -150px -20px; margin-right: 12px;}
3737 .small-pencil   { background-position: -170px -20px;}
3738 .recycle        { background-position: -190px -20px;}
3739 .remote-link    { background-position: -210px -20px; margin-right: 10px;}
3740 .share          { background-position: -230px -20px;}
3741 .tools          { background-position: -50px  -40px;}
3742 .lock           { background-position: -70px  -40px;}
3743 .unlock         {
3744         background-position: -90px  -40px;
3745         background-image: none;
3746         width: 70px;
3747         height: 20px;
3748 }
3749
3750 .sharePerms {
3751         background-image: url("icons.png");
3752         width: 20px;
3753         height: 20px;
3754         margin: 2px 0px 2px 3px;
3755         display: block;
3756 }
3757
3758 .video          { background-position: -110px -40px;}
3759 .youtube        { background-position: -130px -40px;}
3760 .attach         { background-position: -190px -40px;}
3761 .language       { background-position: -210px -40px;}
3762 .on             { background-position: -50px  -60px;}
3763 .off            { background-position: -70px  -60px;}
3764 .prev           { background-position: -90px  -60px;}
3765 .next           { background-position: -110px -60px;}
3766 .tagged         { background-position: -130px -60px; margin-right: 10px;}
3767 .icon.dim       { opacity: 0.3;filter:alpha(opacity=30);}
3768
3769 .attachtype {
3770         display: block; width: 20px; height: 23px;
3771         background-image: url("../../../images/content-types.png");
3772 }
3773
3774 .type-video { background-position: 0px 0px; }
3775 .type-image { background-position: -20px 0px; }
3776 .type-audio { background-position: -40px 0px; }
3777 .type-text  { background-position: -60px 0px; }
3778 .type-unkn  { background-position: -80px 0px; }
3779
3780 /* ========== */
3781 /* = Footer = */
3782 /* ========== */
3783
3784 .cc-license { 
3785         margin-top: 100px; 
3786         font-size: 0.7em; 
3787 }
3788
3789 footer { 
3790         display: block; 
3791         margin: 50px 20%; 
3792         clear: both; 
3793 }
3794
3795
3796 /* ======= */
3797 /* = ACL = */
3798 /* ======= */
3799
3800 #photo-edit-perms-select,
3801 #photos-upload-permissions-wrapper,
3802 #profile-jot-acl-wrapper{
3803         display: block!important;
3804 }
3805
3806 #acl-wrapper {
3807         width: 690px;
3808         float:left;
3809 }
3810 #acl-search {
3811         float:right;
3812         background: #ffffff url("../../../images/search_18.png") no-repeat right center;
3813         padding-right: 20px;
3814 }
3815
3816 #acl-showall {
3817         float: left;
3818         display: block;
3819         font-size: 1em;
3820         font-style: bold;
3821         text-align: center;
3822         padding: 3px;
3823         margin-bottom: 5px;
3824         background-color: #cccccc;
3825         background-position: 7px 7px;
3826         background-repeat: no-repeat;
3827         padding: 5px;
3828         border-radius: 5px;
3829                 -webkit-border-radius: 5px ;
3830                 -moz-border-radius: 5px;
3831         color: #999999;
3832 }
3833
3834 #acl-showall.selected {
3835         color: #ffffff;
3836         background-color: #1873a2;
3837 }
3838
3839 #acl-list {
3840         height: 400px;
3841         border: 1px solid #cccccc;
3842         background-color: #efefef;
3843         clear: both;
3844         margin-top: 30px;
3845         overflow: auto;
3846 }
3847
3848 #acl-list-content {
3849 }
3850
3851 .acl-list-item {
3852         display: block;
3853         width: 155px;
3854         height: 50px;
3855         border: 1px solid #cccccc;
3856         background-color: #fff;
3857         margin: 5px;
3858         float: left;
3859         box-shadow: 2px 2px 3px #c1c1c1;
3860                 -moz-box-shadow: 2px 2px 3px #c1c1c1;
3861                 -webkit-box-shadow: 2px 2px 3px #c1c1c1;
3862 }
3863 .acl-list-item img{
3864         width: 30px;
3865         height: 30px;
3866         float: left;
3867         margin: 5px;
3868 }
3869
3870 .acl-list-item p {
3871         color: #999999;
3872         height: 12px;
3873         font-size: 0.7em;
3874         margin: 0px;
3875         padding: 2px 0px 1px;
3876         overflow: hidden;
3877 }
3878
3879 .acl-list-item a { 
3880         font-size: 10px;
3881         display: block;
3882         float: left;
3883         color: #efefef;
3884         background-color: #898989;
3885         background-position: 3px 3px;
3886         background-repeat: no-repeat;
3887         margin: 10px 0 0 5px;
3888         border-radius: 2px;
3889                 -webkit-border-radius: 2px ;
3890                 -moz-border-radius: 2px;
3891         padding: 3px;
3892 }
3893
3894 #acl-wrapper a:hover {
3895         text-decoration: none;
3896         background-color:#1873a2;
3897 }
3898
3899 .acl-button-show.selected {
3900         color: #efefef;
3901         background-color: #1873a2;
3902 }
3903
3904 .acl-button-hide.selected {
3905         color: #efefef;
3906         background-color: #a2a2a2;
3907 }
3908
3909 .acl-list-item.groupshow { border-color: #1873a2; }
3910 .acl-list-item.grouphide { border-color: #a2a2a2; }
3911
3912 /* ========================= */
3913 /* = Global Directory Link = */
3914 /* ========================= */
3915
3916 #global-directory-link {
3917         width: 150px;
3918         padding: 4px;
3919         /*margin-bottom: 10px;*/
3920         background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #bdbdbd), color-stop(1, #a2a2a2) );
3921         background: -moz-linear-gradient( center top, #bdbdbd 5%, #a2a2a2 100% );
3922         filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bdbdbd', endColorstr='#a2a2a2');
3923         background-color: #bdbdbd;
3924         color: #efefef;
3925         text-align: center;
3926         -webkit-padding-start: 0px;
3927         border: 1px solid #7C7D7B;
3928         border-radius: 5px;
3929                 -moz-border-radius: 5px;
3930                 -webkit-border-radius: 5px;
3931 }
3932
3933 #global-directory-link:hover {
3934         color: #efefef;
3935         background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #1873a2), color-stop(1, #6da6c4) );
3936         background: -moz-linear-gradient( center top, #1873a2 5%, #6da6c4 100% );
3937         filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1873a2', endColorstr='#6da6c4');
3938         background-color: #1873a2;
3939         border: 1px solid #7C7D7B;
3940         box-shadow: 0 0 8px #BDBDBD;
3941                 -moz-box-shadow: 3px 3px 4px #959494;
3942                 -webkit-box-shadow: 3px 3px 4px #959494;
3943         border-radius: 5px;
3944                 -moz-border-radius: 5px;
3945                 -webkit-border-radius: 5px;
3946 }
3947
3948 #global-directory-link:active {
3949         background-color: #1873a2;
3950         position: relative;
3951         top: 1px;
3952 }
3953
3954 #global-directory-link a {
3955         color: #efefef;
3956 }
3957
3958 a.active {
3959         background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #1873a2), color-stop(1, #6da6c4) );
3960         background: -moz-linear-gradient( center top, #1873a2 5%, #6da6c4 100% );
3961         filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1873a2', endColorstr='#6da6c4');
3962         background-color: #1873a2;
3963         color: #fec01d;
3964         padding: 5px 10px 5px 10px;
3965         margin-right: 5px;
3966 }
3967
3968 /* notifications popup menu */
3969 .nav-notify {
3970         display: none;
3971         position: absolute;
3972         font-size: 10px;
3973         padding: 1px 3px;
3974         top: 0px;
3975         right: -10px;
3976         min-width: 15px;
3977         text-align: right;
3978 }
3979 .nav-notify.show {
3980         display: block;
3981 }
3982 ul.menu-popup {
3983         position: absolute;
3984         display: none;
3985         width: 10em;
3986         margin: 0px;
3987         padding: 0px;
3988         list-style: none;
3989         z-index: 100000;
3990         top: 40px;
3991 }
3992 #nav-notifications-menu {
3993         width: 320px;
3994         max-height: 400px;
3995         overflow-y: scroll;
3996         overflow-style: scrollbar;
3997         background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #797979), color-stop(1, #898988) );
3998         background: -moz-linear-gradient( center top, #797979 5%, #898988 100% );
3999         filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#797979', endColorstr='#898988');
4000         background-color: #a2a2a2;
4001         border-radius: 0px 0px 5px 5px;
4002                 -moz-border-radius: 0px 0px 5px 5px;
4003                 -webkit-border-radius: 0px 0px 5px 5px;
4004         border: 1px solid #9A9A9A;
4005         border-top: none;
4006         box-shadow: 5px 5px 10px #242424;
4007                 -moz-box-shadow: 5px 5px 10px #242424;
4008                 -webkit-box-shadow: 5px 5px 10px #242424;
4009 }
4010
4011 #nav-notifications-menu .contactname { 
4012         font-weight: bold; 
4013         font-size: 0.9em; 
4014 }
4015
4016 #nav-notifications-menu img { 
4017         float: left; 
4018         margin-right: 5px; 
4019 }
4020
4021 #nav-notifications-menu .notif-when { 
4022         font-size: 0.8em; 
4023         display: block; 
4024 }
4025         
4026 #nav-notifications-menu li {
4027         padding: 7px 0px 7px 10px;
4028         word-wrap: normal;
4029         border-bottom: 1px solid #626262;
4030 }
4031
4032 #nav-notifications-menu li:hover {
4033         background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #1873a2), color-stop(1, #6da6c4) );
4034         background: -moz-linear-gradient( center top, #1873a2 5%, #6da6c4 100% );
4035         filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1873a2', endColorstr='#6da6c4');
4036         background-color: #1873a2;
4037 }
4038
4039 #nav-notifications-menu a:hover {
4040         text-decoration: underline;
4041 }
4042
4043 .notif-item a {
4044         vertical-align: middle;
4045         color: #626262;
4046         padding-bottom: 7px;
4047 }
4048
4049 .notif-item a:hover {
4050         color: #1873a2;
4051 }
4052
4053 .notif-image {
4054         width: 32px;
4055         height: 32px;
4056         padding: 7px 7px 0px 0px;
4057 }
4058
4059 #jGrowl {
4060         z-index: 20000;
4061 }
4062
4063 /* autocomplete popup */
4064 .acpopup {
4065         max-height: 150px;
4066         overflow: auto;
4067         z-index: 100000;
4068         color: #2e3436;
4069         border-top: 0px;
4070         background: #eeeeee;
4071         border-right: 1px solid #dddddd;
4072         border-left: 1px solid #dddddd;
4073         border-bottom: 1px solid #dddddd;
4074         border-radius: 0px 5px 5px 5px;
4075                 -webkit-border-radius: 0px 5px 5px 5px;
4076                 -moz-border-radius: 0px 5px 5px 5px;
4077         box-shadow: 3px 3px 4px #959494;
4078                 -moz-box-shadow: 3px 3px 4px #959494;
4079                 -webkit-box-shadow: 3px 3px 4px #959494;
4080 }
4081
4082 .acpopupitem {
4083         color: #2e3436; 
4084         padding: 4px;
4085         clear:left;
4086 }
4087 .acpopupitem img {
4088         float: left;
4089         margin-right: 4px;
4090 }
4091
4092 .acpopupitem.selected {
4093         color: #efefef;
4094         background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #1873a2), color-stop(1, #6da6c4) );
4095         background: -moz-linear-gradient( center top, #1873a2 5%, #6da6c4 100% );
4096         filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1873a2', endColorstr='#6da6c4');
4097         background-color: #1873a2; 
4098         order-bottom: none;
4099 }
4100
4101 .qcomment {
4102         opacity: 0.8;
4103         filter: alpha(opacity=0);
4104         position: relative;
4105         left: 30px;
4106 }
4107
4108 .qcomment:hover {
4109         opacity: 1.0;
4110         filter: alpha(opacity=100);
4111 }
4112
4113 .notify-seen {
4114         background: #000000;
4115 }
4116
4117 /* Pages profile widget
4118 ----------------------------------------------------------- */
4119 #page-profile
4120 #profile-page-list {
4121         margin-left: 45px;
4122 }
4123
4124 #page-profile .title {
4125         font-weight: bold;
4126 }
4127
4128 #profile-vcard-break {
4129         clear: both;
4130 }
4131
4132 #profile-extra-links {
4133         clear: both;
4134         margin-top: 10px;
4135 }
4136
4137 #profile-extra-links ul {
4138         list-style-type: none;
4139         padding: 0px;
4140 }
4141
4142
4143 #profile-extra-links li {
4144         margin-top: 5px;
4145 }
4146
4147 .profile-edit-side-div {
4148         float: right;
4149 }
4150
4151 .profile-edit-side-link {
4152         opacity: 0.3;
4153         filter:alpha(opacity=30);
4154 }
4155 .profile-edit-side-link:hover {
4156         opacity: 1.0;
4157         filter:alpha(opacity=100);
4158 }
4159
4160 /* SCROLL TO TOP
4161 ----------------------------------------------------------- */
4162 #scrollup {
4163         position: fixed;
4164         right: 1px;
4165         bottom: 30px;
4166         z-index: 100;
4167 }
4168
4169 #scrollup a:hover{
4170         text-decoration: none;
4171         border: 0;
4172 }
4173
4174 /* New posts and comments => background color
4175 ----------------------------------------------------------- */
4176 .shiny {
4177         background: #fbfde9;
4178 }
4179
4180 div.wall-item-content-wrapper.shiny {
4181         background-image: url("shiny.png");
4182         background-repeat: repeat-x;
4183 }
4184
4185 /* from default */
4186 #jot-perms-icon, 
4187 #profile-location,
4188 #profile-nolocation,
4189 #profile-youtube, 
4190 #profile-video, 
4191 #profile-audio,
4192 #profile-link,
4193 #profile-title, 
4194 #wall-image-upload,
4195 #wall-file-upload,
4196 #profile-upload-wrapper,
4197 #wall-image-upload-div,
4198 #wall-file-upload-div,
4199 .hover, .focus {
4200         cursor: pointer;
4201 }
4202
4203 hr.line-dots {
4204     background: url("dot.png") repeat-x scroll left center transparent;
4205     border: medium none;
4206 }
4207
4208 .body-tag, .filesavetags, .categorytags {
4209         opacity: 0.5;
4210         filter:alpha(opacity=50);
4211 }
4212
4213 .body-tag:hover, .filesavetags:hover, .categorytags:hover {
4214         opacity: 1.0 !important;
4215         filter:alpha(opacity=100) !important;
4216 }
4217
4218 .item-select {
4219         opacity: 0.5;
4220         filter:alpha(opacity=10);
4221         float: right;
4222         margin-right: 10px;
4223
4224 }
4225 .item-select:hover, .checkeditem {
4226         opacity: 1;
4227         filter:alpha(opacity=100);
4228 }
4229
4230 .filer-icon {
4231         display: block; width: 16px; height: 16px;
4232         background-image: url('file.gif');
4233 }
4234
4235 .icon.dim { opacity: 0.3;filter:alpha(opacity=30); }
4236 [class^="comment-edit-bb"] {
4237         list-style: none;
4238         display: none;
4239         margin: 0px 0 -5px 0px;
4240         padding: 0px;
4241         width: 75%;
4242 }
4243
4244 .body-attach {
4245         margin-top: 10px;
4246 }
4247
4248 .grey {
4249         color: #888888;
4250 }
4251
4252 .location, .location-label, .gender-label, .marital-label, .homepage-label {
4253         float: left;
4254         text-align: left;
4255         display: block;
4256 }
4257
4258 .adr, .x-gender, .marital-text, .homepage-url {
4259         float: left;
4260         display: block;
4261         margin-left: 8px;
4262 }
4263
4264 #birthday-notice {}
4265 #nav-notifications-template {}
4266 #categories-sidebar {}
4267 #nets-desc {}
4268 #status-tab {}
4269 #page-footer {}
4270 #live-profile {}
4271
4272 .city-state-zip {}
4273 .country-name {}
4274 .locality {}
4275 .region {}
4276 .postal-code {}
4277 .mpfriend {}
4278 .toplevel_item {}
4279
4280 .fc-header,
4281 .fc-view,
4282 .fc-view-basicWeek,
4283 .fc-grid,
4284 .fc-border-separate,
4285 .fc-content {}
4286
4287 div#datebrowse-sidebar.widget {
4288         text-align:center;
4289 }
4290
4291 /* Fakelink */
4292
4293 .fakelink, .fakelink:visited, .fakelink:link {
4294         color: #1873a2;
4295         cursor: pointer;
4296         margin-bottom: 10px;
4297         margin-left: 10px;
4298         /*background: url("down.png") no-repeat scroll left center transparent;*/
4299 }
4300
4301 .fakelink:hover {
4302         color: #6da6c4;
4303 }