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