]> git.mxchange.org Git - friendica.git/blob - view/theme/smoothly/style.css
ec52277bddf6d6ace4076d2f0442c4758a73d182
[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: pdading;
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 .group-selected,
966 .nets-selected,
967 .fileas-selected,
968 .categories-selected {
969         padding-bottom: 0px;
970         padding-left: 2px;
971         padding-right: 2px;
972         box-shadow: inset 0px 1px 0px 0px #cfcfcf;
973                 -moz-box-shadow: inset 0px 1px 0px 0px #cfcfcf;
974                 -webkit-box-shadow: inset 0px 1px 0px 0px #cfcfcf;
975         background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #bdbdbd), color-stop(1, #a2a2a2) );
976         background: -moz-linear-gradient( center top, #bdbdbd 5%, #a2a2a2 100% );
977         filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bdbdbd', endColorstr='#a2a2a2');
978         background-color: #bdbdbd;
979         border-radius: 5px;
980                 -moz-border-radius: 5px;
981                 -webkit-border-radius: 5px;
982         display: inline-block;
983         color: #efefef;
984         text-decoration: none;
985 }
986
987 .settings-widget .selected {
988         font-weight: bold;
989 }
990
991 #sidebar-new-group a {
992         color: #efefef;
993         font-size: 14px;
994         text-align: center;
995         margin: auto;
996 }
997
998 ul .sidebar-group-li {
999         list-style: disc;
1000         font-size: 1.0em;
1001 }
1002
1003 ul .sidebar-group-li .icon {
1004         display: inline-block;
1005         height: 12px;
1006         width: 12px;
1007 }
1008
1009 .nets-ul, .fileas-ul, .categories-ul, .datebrowse-ul  {
1010         list-style-type: none;
1011 }
1012
1013 .nets-ul li,
1014 .fileas-ul li,
1015 .categories-ul li,
1016 .datebrowse-link {
1017 }
1018
1019 .nets-link {
1020         color: #1873A2;
1021         text-decoration: none;
1022         margin-left: 2px;
1023         padding-left: 20px;
1024         background: url("images/arrow.png") no-repeat scroll left center transparent;
1025         box-shadow: none;
1026 }
1027 .nets-all {
1028         margin-left: 42px;
1029 }
1030
1031 .fileas-link,
1032 .categories-link {
1033         margin-left: 0px;
1034 }
1035
1036 .fileas-all,
1037 .categories-all {
1038         margin-left: 0px;
1039 }
1040
1041 .widget h3 {
1042         font-size: 125%;
1043         background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f0edf0), color-stop(1, #e2e2e2) );
1044         background: -moz-linear-gradient( center top, #f0edf0 5%, #e2e2e2 100% );
1045         filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0edf0', endColorstr='#e2e2e2');
1046         background-color: #f0edf0;
1047         border-radius: 5px 5px 0px 0px;
1048                 -moz-border-radius: 5px 5px 0px 0px;
1049                 -webkit-border-radius: 5px 5px 0px 0px;
1050         border: 1px solid #e2e2e2;
1051         border-bottom: 1px solid #7C7D7B;
1052         padding-top: 5px;
1053         padding-bottom: 5px;
1054         vertical-align: baseline;
1055         text-align: center;
1056         text-shadow: -1px 0px 0px #bdbdbd;
1057 }
1058
1059 #connect-desc {
1060         margin-left: 10px;
1061 }
1062
1063 #group-sidebar h3:before {
1064         content: url("images/groups.png");
1065         padding-right: 10px;
1066         vertical-align: middle;
1067 }
1068
1069 #saved-search-list {
1070         margin-top: 15px;
1071 }
1072
1073 .saved-search-li {
1074         list-style: none;
1075         font-size: 1.2em;
1076 }
1077
1078 .saved-search-li .icon {
1079         margin-right: 5px;
1080 }
1081
1082 .birthday-today,
1083 .event-today {
1084         font-weight: bold;
1085 }
1086
1087 #birthday-wrapper,
1088 #event-wrapper {
1089         margin-left: 15px;
1090 }
1091
1092 #pause {
1093         position: fixed;
1094         bottom: 5px;
1095         right: 5px;
1096 }
1097
1098 /* ================== */
1099 /* = Contacts Block = */
1100 /* ================== */
1101
1102 .contact-block-img {
1103         width: 47px !important;
1104         height: 47px !important;
1105         margin-right: 2px;
1106         border: 1px solid #7C7D7B;
1107         border-radius: 3px;
1108                 -moz-border-radius: 3px;
1109                 -webkit-border-radius: 3px;
1110         box-shadow: 0 0 8px #BDBDBD;
1111                 -moz-box-shadow: 0 0 8px #BDBDBD;
1112                 -webkit-box-shadow: 0 0 8px #BDBDBD;
1113 }
1114
1115 .contact-block-div {
1116         float: left;
1117 }
1118
1119 .contact-block-link {
1120         float: left;
1121 }
1122
1123 .contact-block-textdiv {
1124         width: 150px;
1125         height: 34px;
1126         float: left;
1127 }
1128
1129 .contact-block-h4,
1130 .contact-block-content {
1131         margin: 0;
1132         font-size: 1.2em;
1133 }
1134
1135 #contact-block,
1136 #contact-block-end {
1137         clear: both;
1138         padding-top: 10px;
1139 }
1140
1141 /* ======= */
1142 /* = Jot = */
1143 /* ======= */
1144
1145 .jothidden {
1146   display: none;
1147 }
1148 #jot {
1149   width: 100%;
1150   margin: 0px 2em 20px 0px;
1151 }
1152
1153 #profile-jot-text-loading,
1154 #profile-jot-text {
1155         height: 20px;
1156         color: #cccccc;
1157 }
1158
1159 #profile-jot-text_tbl {
1160         margin-bottom: 10px;
1161         margin-top: 10px;
1162 }
1163
1164 #profile-jot-text_ifr {
1165         width: 99.9% !important;
1166 }
1167
1168 #profile-jot-submit-wrapper {
1169         margin-top: 30px;
1170 }
1171
1172 #jot-title,
1173 #jot-category {
1174         margin: 0px;
1175         height: 20px;
1176         width: 575px;
1177         font-weight: bold;
1178         border: 1px solid #cccccc;
1179 }
1180
1181 #jot-perms-icon {
1182         float: left;
1183 }
1184
1185 #jot-title::-webkit-input-placeholder,
1186 #jot-category::-webkit-input-placeholder {
1187         font-weight: normal;
1188 }
1189
1190 #jot-title:-moz-placeholder,
1191 #jot-category:-moz-placeholder {
1192         font-weight: normal;
1193 }
1194
1195 #jot-title:hover,
1196 #jot-title:focus,
1197 #jot-category:hover,
1198 #jot-category:focus {
1199         border: 1px solid #cccccc;
1200 }
1201
1202 .preview {
1203         background: #FFFFC8;
1204 }
1205
1206 #theme-preview {
1207         margin: 15px 0 15px 0;
1208 }
1209
1210 #profile-jot-perms,
1211 #profile-jot-submit {
1212         width: 60px;
1213         font-size: 12px;
1214         background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #bdbdbd), color-stop(1, #a2a2a2) );
1215         background: -moz-linear-gradient( center top, #bdbdbd 5%, #a2a2a2 100% );
1216         filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bdbdbd', endColorstr='#a2a2a2');
1217         background-color: #bdbdbd;
1218         display: inline-block;
1219         color: #efefef;
1220         text-decoration: none;
1221         text-align: center;
1222         border: 1px solid #7C7D7B;
1223         border-radius: 5px;
1224                 -moz-border-radius: 5px;
1225                 -webkit-border-radius: 5px;
1226 }
1227
1228 #jot-preview-form {}
1229
1230 #jot-preview-link {
1231         float: left;
1232         width: 60px;
1233         font-size: 12px;
1234         background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #bdbdbd), color-stop(1, #a2a2a2) );
1235         background: -moz-linear-gradient( center top, #bdbdbd 5%, #a2a2a2 100% );
1236         filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bdbdbd', endColorstr='#a2a2a2');
1237         background-color: #bdbdbd;
1238         display: inline-block;
1239         color: #efefef;
1240         text-decoration: none;
1241         text-align: center;
1242         padding: 5px 5px;
1243         border: 1px solid #7C7D7B;
1244         border-radius: 5px;
1245                 -moz-border-radius: 5px;
1246                 -webkit-border-radius: 5px;
1247 }
1248
1249 #profile-jot-perms {
1250         width: 27px;
1251         height: 27px;
1252         float: right;
1253         overflow: hidden;
1254         margin-left: 10px;
1255         margin-top: -20px;
1256         border: 1px solid #7C7D7B;
1257         border-radius: 5px;
1258                 -moz-border-radius: 5px;
1259                 -webkit-border-radius: 5px;
1260 }
1261
1262 #jot-perms-perms .icon {
1263         height: 1px;
1264 }
1265
1266 #profile-jot-submit {
1267         width: 80px;
1268         float: right;
1269         margin-right: 145px;
1270         margin-top: -20px;
1271         margin-left: 10px;
1272         padding: 5px 5px;
1273         border: 1px solid #7C7D7B;
1274         border-radius: 5px;
1275                 -moz-border-radius: 5px;
1276                 -webkit-border-radius: 5px;
1277 }
1278
1279 #profile-jot-perms:hover,
1280 #profile-jot-submit:hover,
1281 #jot-preview-link:hover {
1282         background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #1873a2), color-stop(1, #6da6c4) );
1283         background: -moz-linear-gradient( center top, #1873a2 5%, #6da6c4 100% );
1284         filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1873a2', endColorstr='#6da6c4');
1285         background-color: #1873a2;
1286         border: 1px solid #7C7D7B;
1287         box-shadow: 0 0 8px #BDBDBD;
1288                 -moz-box-shadow: 0 0 8px #BDBDBD;
1289                 -webkit-box-shadow: 0 0 8px #BDBDBD;
1290         border-radius: 5px;
1291                 -moz-border-radius: 5px;
1292                 -webkit-border-radius: 5px;
1293 }
1294
1295 #profile-jot-perms:active,
1296 #profile-jot-submit:active,
1297 #jot-preview-link:active {
1298         position: relative;
1299         top: 1px;
1300 }
1301
1302 #character-counter {
1303         position: relative;
1304         float: left;
1305         right: 0px;
1306         top: 0px;
1307 }
1308 #profile-rotator-wrapper {
1309         float: right;
1310 }
1311
1312 .jot-tool {
1313         float: left;
1314         margin-right: 5px;
1315 }
1316
1317 #profile-jot-tools-end,
1318 #profile-jot-banner-end {
1319         clear: both;
1320 }
1321
1322 #profile-jot-email-wrapper {
1323         margin: 10px 10% 0px 10%;
1324         border: 1px solid #eeeeee;
1325         border-bottom: 0px;
1326 }
1327
1328 #profile-jot-email-label {
1329         background-color: #555753;
1330         color: #ccccce;
1331         padding: 5px;
1332 }
1333
1334 #profile-jot-email {
1335         margin: 5px;
1336         width: 95%;
1337 }
1338
1339 #profile-jot-networks {
1340         margin: 0px 10%;
1341         border: 1px solid #eeeeee;
1342         border-top: 0px;
1343         border-bottom: 0px;
1344         padding: 5px;
1345 }
1346
1347 #profile-jot-acl-wrapper {
1348         margin: 0px 10px;
1349         border: 1px solid #eeeeee;
1350         border-top: 0px;
1351         display: block !important;
1352 }
1353
1354 #profile-video-wrapper,
1355 #profile-audio-wrapper,
1356 #profile-location-wrapper,
1357 #profile-nolocation-wrapper {
1358 }
1359
1360 #group_allow_wrapper,
1361 #group_deny_wrapper,
1362 #acl-permit-outer-wrapper {
1363         width: 47%;
1364         float: left;
1365 }
1366
1367 #contact_allow_wrapper,
1368 #contact_deny_wrapper,
1369 #acl-deny-outer-wrapper {
1370         width: 47%;
1371         float: right;
1372 }
1373
1374 #acl-permit-text {
1375         background-color: #555753;
1376         color: #ccccce;
1377         padding: 5px; float: left;
1378 }
1379
1380 #jot-public {
1381         background-color: #555753;
1382         color: #ff0000;
1383         padding: 5px;
1384         float: left;
1385 }
1386
1387 #acl-deny-text {
1388         background-color: #555753;
1389         color: #ccccce;
1390         padding: 5px;
1391         float: left;
1392 }
1393
1394 #acl-permit-text-end,
1395 #acl-deny-text-end {
1396         clear: both;
1397 }
1398
1399 #profile-jot-wrapper {
1400         margin-top: -15px;
1401 }
1402
1403 #profile-jot-desc,
1404 #profile-jot-form,
1405 #jot-location,
1406 #jot-coord,
1407 #jot-preview,
1408 #jot-title-wrap,
1409 #jot-category-wrap,
1410 #jot-text-wrap,
1411 #profile-jot-text-loading,
1412 #profile-attach-wrapper,
1413 #profile-link-wrapper,
1414 #profile-jot-banner-wrapper {}
1415
1416 .contact-h4 {
1417         font-size: 1.2em;
1418 }
1419
1420 /* ======== */
1421 /* = Tabs = */
1422 /* ======== */
1423
1424 .tabs {
1425         min-width: 400px;
1426         list-style: none;
1427         padding: 20px 0px 0px;
1428         font-size: 0.9em;
1429 }
1430
1431 .tabs li {
1432         display: inline;
1433 }
1434
1435 .tab {
1436         padding: 5px 10px 5px 10px;
1437         display: inline-block;
1438         margin-bottom: 5px;
1439         margin-right: 5px;
1440         font-style: bold;
1441 }
1442
1443 .tab:hover {
1444         padding: 5px 10px 5px 10px;
1445 }
1446
1447 /* ========= */
1448 /* = Posts = */
1449 /* ========= */
1450
1451 .wall-item-name {
1452         font-style: bold !important;
1453         border: 0px !important;
1454         border-radius: 0px !important;
1455         box-shadow: none !important;
1456 }
1457
1458 .wall-item-outside-wrapper {
1459         max-width: 100%;
1460         border-bottom: 1px solid #dedede;
1461         margin-top: 10px;
1462         margin-bottom: 20px;
1463         padding-right: 10px;
1464         padding-left: 12px;
1465         background: none repeat scroll 0 0 #FFFFFF;
1466         border: 1px solid #7C7D7B;
1467         border-radius: 5px;
1468                 -moz-border-radius: 5px;
1469                 -webkit-border-radius: 5px;
1470         box-shadow: 0 0 8px #BDBDBD;
1471                 -moz-box-shadow: 0 0 8px #BDBDBD;
1472                 -webkit-box-shadow: 0 0 8px #BDBDBD;
1473 }
1474
1475 .wall-item-outside-wrapper-end {
1476         clear: both;
1477 }
1478
1479 .wall-item-content-wrapper {
1480         position: relative;
1481         max-width: 100%;
1482         padding-top: 10px;
1483 }
1484
1485 .wall-item-comment-wrapper {
1486         margin-left: 10px;
1487 }
1488
1489 .wall-item-photo-menu-button {
1490         display: none;
1491         text-indent: -99999px;
1492         background: #eeeeee url("images/menu-user-pin.png") no-repeat 35px center;
1493         position: absolute;
1494         overflow: hidden;
1495         height: 20px;
1496         width: 100%;
1497         top: 82px;
1498         left: 0;
1499         border-right: 1px solid #7C7D7B;
1500         border-left: 1px solid #7C7D7B;
1501         border-bottom: 1px solid #7C7D7B;
1502         box-shadow: 0 0 8px #BDBDBD;
1503                 -moz-box-shadow: 0 0 8px #BDBDBD;
1504                 -webkit-box-shadow: 0 0 8px #BDBDBD;
1505         border-radius: 0px 0px 5px  5px;
1506                 -webkit-border-radius: 0px 0px 5px  5px;
1507                 -moz-border-radius: 0px 0px 5px  5px;
1508 }
1509
1510 .wall-item-info {
1511         float: left;
1512         width: 100px;
1513 }
1514
1515 .wall-item-photo-wrapper {
1516         width: 80px;
1517         height: 80px;
1518         padding: 0;
1519         position: relative;
1520         /*border: 1px solid #7C7D7B;
1521         border-radius: 5px;
1522                 -webkit-border-radius: 5px;
1523                 -moz-border-radius: 5px;
1524         box-shadow: 0 0 8px #BDBDBD;
1525                 -moz-box-shadow: 0 0 8px #BDBDBD;
1526                 -webkit-box-shadow: 0 0 8px #BDBDBD;*/
1527 }
1528
1529 .wall-item-photo {
1530         border: 0px solid #7C7D7B;
1531         border-radius: 2px;
1532                 -webkit-border-radius: 2px;
1533                 -moz-border-radius: 2px;
1534         /*box-shadow: 0 0 8px #BDBDBD;
1535                 -moz-box-shadow: 0 0 8px #BDBDBD;
1536                 -webkit-box-shadow: 0 0 8px #BDBDBD;*/
1537 }
1538
1539 .wall-item-tools {
1540         filter: alpha(opacity=60);
1541         opacity: 0.7;
1542         transition: all 0.25s ease-in-out;
1543                 -webkit-transition: all 0.25s ease-in-out;
1544                 -moz-transition: all 0.25s ease-in-out;
1545         margin-top: 20px;
1546         padding-bottom: 5px;
1547         float: right;
1548         width: auto;
1549 }
1550
1551 .wall-item-tools:hover {
1552         filter: alpha(opacity=100);
1553         opacity: 1;
1554         transition: all 0.25s ease-in-out;
1555                 -webkit-transition: all 0.25s ease-in-out;
1556                 -moz-transition: all 0.25s ease-in-out;
1557 }
1558
1559 .wall-item-social {
1560         filter: alpha(opacity=60);
1561         opacity: 0.7;
1562         transition: all 0.25s ease-in-out;
1563                 -webkit-transition: all 0.25s ease-in-out;
1564                 -moz-transition: all 0.25s ease-in-out;
1565         margin-top: 20px;
1566         margin-left: 0px;
1567         padding-bottom: 5px;
1568         float: left;
1569         width: auto;
1570 }
1571
1572 .wall-item-social:hover {
1573         filter: alpha(opacity=100);
1574         opacity: 1;
1575         transition: all 0.25s ease-in-out;
1576                 -webkit-transition: all 0.25s ease-in-out;
1577                 -moz-transition: all 0.25s ease-in-out;
1578 }
1579
1580 .wall-item-outside-wrapper.comment .wall-item-tools {
1581         float: right;
1582 }
1583
1584 .wall-item-like-buttons {
1585         float: left;
1586 }
1587
1588 .wall-item-like-buttons a.icon {
1589         float: left;
1590         margin-right: 10px;
1591         display: inline;
1592 }
1593 .wall-item-like-buttons a.self {
1594         background-color: rgba(52, 101, 164, .5);
1595         border-radius: 6px;
1596 }
1597
1598 .wall-item-links-wrapper {
1599         width: 30px;
1600         float: left;
1601 }
1602
1603 .wall-item-delete-wrapper {
1604         float: left;
1605         margin-right: 10px;
1606 }
1607
1608 .wall-item-links-wrapper a.icon {
1609         float: left;
1610         margin-right: 10px;
1611         display: inline;
1612 }
1613
1614 .pencil {
1615         float: left;
1616         margin-right: 20px;
1617 }
1618
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 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 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 #viewcontacts {
2839         margin-top: 15px;
2840 }
2841
2842 .contact-entry-wrapper .contact-entry-photo-wrapper {
2843         float: left;
2844         margin-right: 10px;
2845 }
2846 .contact-entry-direction-wrapper {
2847         position: absolute;
2848         top: 20px;
2849 }
2850
2851 .contact-entry-edit-links {
2852         position: absolute;
2853         top: 60px;
2854 }
2855
2856 #contacts-show-hide-link {
2857         margin-bottom: 20px;
2858         margin-top: 10px;
2859         font-weight: bold;
2860 }
2861
2862 .contact-entry-desc {
2863         overflow: hidden;
2864 }
2865
2866 .contact-entry-name, .contact-entry-connect {
2867         overflow: hidden;
2868         font: #999;
2869         font-size: 12px;
2870         font-weight: bold;
2871         margin-top: 5px;
2872 }
2873
2874 .contact-entry-details {
2875         font-size: 13px;
2876         color: #999999;
2877         white-space: nowrap;
2878         overflow: hidden;
2879         text-overflow: ellipsis;
2880 }
2881
2882 .contact-entry-photo-wrapper {
2883         position: relative;
2884         /*border: 1px solid #7C7D7B;
2885         border-radius: 3px;
2886                 -moz-border-radius: 3px;
2887                 -webkit-border-radius: 3px;
2888         box-shadow: 0 0 8px #BDBDBD;
2889                 -moz-box-shadow: 0 0 8px #BDBDBD;
2890                 -webkit-box-shadow: 0 0 8px #BDBDBD;*/
2891 }
2892
2893 .contact-entry-photo {
2894         width: 80px;
2895 }
2896
2897 .contact-entry-photo a img {
2898         width: 80px;
2899         height: 80px;
2900 }
2901
2902 .contact-entry-edit-links .icon {
2903         border: 1px solid #babdb6;
2904         border-radius: 3px;
2905                 -webkit-border-radius: 3px;
2906                 -moz-border-radius: 3px;
2907         background-color: #ffffff;
2908 }
2909
2910 #contact-edit-banner-name {
2911         font-size: 1.5em;
2912         margin-left: 30px;
2913 }
2914
2915 #contact-edit-update-now {
2916         padding: 7px;
2917         width: 165px;
2918         margin: auto;
2919         margin-left: 40px;
2920         box-shadow: inset 0px 1px 0px 0px #cfcfcf;
2921                 -moz-box-shadow: inset 0px 1px 0px 0px #cfcfcf;
2922                 -webkit-box-shadow: inset 0px 1px 0px 0px #cfcfcf;
2923         background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #bdbdbd), color-stop(1, #a2a2a2) );
2924         background: -moz-linear-gradient( center top, #bdbdbd 5%, #a2a2a2 100% );
2925         filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bdbdbd', endColorstr='#a2a2a2');
2926         background-color: #bdbdbd;
2927         border-radius: 5px;
2928                 -moz-border-radius: 5px;
2929                 -webkit-border-radius: 5px;
2930         display: inline-block;
2931         color: #efefef;
2932         text-decoration: none;
2933         text-align: center;
2934 }
2935
2936 #contact-edit-update-now:hover {
2937         color: #efefef;
2938         background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #1873a2), color-stop(1, #6da6c4) );
2939         background: -moz-linear-gradient( center top, #1873a2 5%, #6da6c4 100% );
2940         filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1873a2', endColorstr='#6da6c4');
2941         background-color: #1873a2;
2942         border: 1px solid #7C7D7B;
2943         box-shadow: 0 0 8px #BDBDBD;
2944                 -moz-box-shadow: 0 0 8px #BDBDBD;
2945                 -webkit-box-shadow: 0 0 8px #BDBDBD;
2946         border-radius: 5px;
2947                 -moz-border-radius: 5px;
2948                 -webkit-border-radius: 5px;
2949 }
2950
2951 #contact-edit-update-now:active {
2952         position: relative;
2953         top: 1px;
2954 }
2955
2956 #contact-edit-update-now a {
2957         color: #efefef;
2958         font-size: 14px;
2959         text-align: center;
2960         margin: auto;
2961 }
2962
2963 #contact-edit-info-wrapper,
2964 #contact-edit-info-end,
2965 #contact-edit-profile-select-text,
2966 #contact-edit-profile-select-end,
2967 #contact-edit-poll-wrapper,
2968 #contact-edit-end {
2969 }
2970
2971 .contact-edit-submit {
2972 }
2973
2974 #contact-profile-selector {
2975 }
2976
2977 .contact-photo-menu-button {
2978         position: absolute;
2979         background-image: url("images/photo-menu.jpg");
2980         background-position: top left;
2981         background-repeat: no-repeat;
2982         margin: 10px 0 0 0;
2983         padding: 0px;
2984         width: 16px;
2985         height: 16px;
2986         top: 64px; left:0px;
2987         overflow: hidden;
2988         text-indent: 40px;
2989         display: none;
2990 }
2991
2992 .contact-photo-menu {
2993         width: auto;
2994         border: 1px solid #ddd;
2995         background: #f1f1f1;
2996         position: absolute;
2997         left: 0px;
2998         top: 90px;
2999         display: none;
3000         z-index: 10000;
3001         box-shadow: 3px 3px 5px #888;
3002                 -moz-box-shadow: 3px 3px 5px #888;
3003                 -webkit-box-shadow: 3px 3px 5px #888;
3004 }
3005
3006 .contact-photo-menu ul {
3007         margin: 0px;
3008         padding: 0px;
3009         list-style: none;
3010 }
3011
3012 .contact-photo-menu li a {
3013         display: block;
3014         padding: 3px;
3015         color: #626262;
3016         font-size: 1em;
3017 }
3018
3019 .contact-photo-menu li a:hover {
3020         color: #FFFFFF;
3021         background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #1873a2), color-stop(1, #6da6c4) );
3022         background: -moz-linear-gradient( center top, #1873a2 5%, #6da6c4 100% );
3023         filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1873a2', endColorstr='#6da6c4');
3024         background-color: #1873a2;
3025         text-decoration: none;
3026 }
3027
3028 .view-contact-name {}
3029
3030 #div.side-link {
3031         background-color: #efefef;
3032         padding: 10px;
3033         margin-top: 20px;
3034 }
3035
3036 #follow-sidebar {
3037         margin-bottom: 10px;
3038 }
3039
3040 #follow-sidebar h3:before {
3041         content: url("images/user.png");
3042         padding-right: 10px;
3043         vertical-align: middle;
3044 }
3045
3046 #follow-sidebar input[type="text"] {
3047         margin-left: 3px;
3048         margin-bottom: 10px;
3049 }
3050
3051 #side-follow-submit {
3052         width: 178px;
3053         margin: 10px;
3054         text-align: center;
3055 }
3056
3057 #side-invite-link,
3058 #side-random-profile-link,
3059 #side-suggest-link,
3060 #side-match-link {
3061         width: 80%;
3062         padding: 10px;
3063         margin: auto;
3064         margin-bottom: 20px;
3065         background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #bdbdbd), color-stop(1, #a2a2a2) );
3066         background: -moz-linear-gradient( center top, #bdbdbd 5%, #a2a2a2 100% );
3067         filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bdbdbd', endColorstr='#a2a2a2');
3068         background-color: #bdbdbd;
3069         padding: 5px 10px 5px 10px;
3070         color: #efefef;
3071         font-size: 1.1em;
3072         text-align: center;
3073         border: 1px solid #7C7D7B;
3074         border-radius: 5px;
3075                 -moz-border-radius: 5px;
3076                 -webkit-border-radius: 5px;
3077 }
3078
3079 #side-invite-link:hover,
3080 #side-random-profile-link:hover,
3081 #side-suggest-link:hover,
3082 #side-match-link:hover {
3083         color: #efefef;
3084         background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #1873a2), color-stop(1, #6da6c4) );
3085         background: -moz-linear-gradient( center top, #1873a2 5%, #6da6c4 100% );
3086         filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1873a2', endColorstr='#6da6c4');
3087         background-color: #1873a2;
3088         border: 1px solid #7C7D7B;
3089         box-shadow: 0 0 8px #BDBDBD;
3090                 -moz-box-shadow: 0 0 8px #BDBDBD;
3091                 -webkit-box-shadow: 0 0 8px #BDBDBD;
3092         border-radius: 5px;
3093                 -moz-border-radius: 5px;
3094                 -webkit-border-radius: 5px;
3095 }
3096
3097
3098 #side-invite-link:active,
3099 #side-random-profile-link:active,
3100 #side-suggest-link:active,
3101 #side-match-link:active {
3102         background-color: #1873a2;
3103         position: relative;
3104         top: 1px;
3105 }
3106
3107 #side-invite-link a,
3108 #side-random-profile-link a,
3109 #side-suggest-link a,
3110 #side-match-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 #pluginslist {
3824         margin: 0px;
3825         padding: 0px;
3826 }
3827
3828 #adminpage .plugin {
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 .toggleplugin {
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 .starred {
3995         background-image: url("images/star.png");
3996         repeat: no-repeat;
3997 }
3998 .unstarred {
3999         background-image: url("images/premium.png");
4000         repeat: no-repeat;
4001 }
4002
4003 .notify {
4004         background-image: url("images/notifications.png");
4005         repeat: no-repeat;
4006 }
4007
4008 .border {
4009         border: 1px solid #c1c1c1;
4010         border-radius: 3px;
4011                 -webkit-border-radius: 3px;
4012                 -moz-border-radius: 3px;
4013 }
4014
4015 .article        { background-position: -50px  0px;}
4016 .audio          { background-position: -70px  0px;}
4017 .block          { background-position: -90px  0px;}
4018 .drop           { background-position: -110px 0px;}
4019 .drophide       { background-position: -130px 0px;}
4020 .edit           { background-position: -150px 0px;}
4021 .camera         { background-position: -170px 0px;}
4022 .dislike        { background-position: -190px 0px;}
4023 .like           { background-position: -210px 0px;}
4024 .link           { background-position: -230px 0px;}
4025 .globe          { background-position: -50px  -20px;}
4026 .noglobe        { background-position: -70px  -20px;}
4027 .no             { background-position: -90px  -20px;}
4028 .pause          { background-position: -110px -20px;}
4029 .play           { background-position: -130px -20px;}
4030 .pencil         { background-position: -150px -20px; margin-right: 12px;}
4031 .small-pencil   { background-position: -170px -20px;}
4032 .recycle        { background-position: -190px -20px;}
4033 .remote-link    { background-position: -210px -20px; margin-right: 10px;}
4034 .share          { background-position: -230px -20px;}
4035 .tools          { background-position: -50px  -40px;}
4036 .lock           { background-position: -70px  -40px;}
4037 .unlock         {
4038         background-position: -90px  -40px;
4039         background-image: none;
4040         width: 70px;
4041         height: 20px;
4042 }
4043
4044 .sharePerms {
4045         background-image: url("images/icons.png");
4046         width: 20px;
4047         height: 20px;
4048         margin: 2px 0px 2px 3px;
4049         display: block;
4050 }
4051
4052 .video          { background-position: -110px -40px;}
4053 .youtube        { background-position: -130px -40px;}
4054 .attach         { background-position: -190px -40px;}
4055 .language       { background-position: -210px -40px;}
4056 .on             { background-position: -50px  -60px;}
4057 .off            { background-position: -70px  -60px;}
4058 .prev           { background-position: -90px  -60px;}
4059 .next           { background-position: -110px -60px;}
4060 .tagged         { background-position: -130px -60px; margin-right: 10px;}
4061 .icon.dim       { opacity: 0.3;filter:alpha(opacity=30);}
4062
4063 .attachtype {
4064         display: block; width: 20px; height: 23px;
4065         background-image: url("../../../images/content-types.png");
4066         background-position: -80px 0px;
4067 }
4068
4069 .type-video { background-position: 0px 0px; }
4070 .type-image { background-position: -20px 0px; }
4071 .type-audio { background-position: -40px 0px; }
4072 .type-text  { background-position: -60px 0px; }
4073 .type-unkn  { background-position: -80px 0px; }
4074
4075 /* ========== */
4076 /* = Footer = */
4077 /* ========== */
4078
4079 .cc-license {
4080         margin-top: 100px;
4081         font-size: 0.7em;
4082 }
4083
4084 footer { display: block; margin: 50px 20%; clear: both; }
4085
4086 /* ========== */
4087 /* = Tools = */
4088 /* ========== */
4089
4090 tools {
4091         background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f0edf0), color-stop(1, #e2e2e2) );
4092         background: -moz-linear-gradient( center top, #f0edf0 5%, #e2e2e2 100% );
4093         filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0edf0', endColorstr='#e2e2e2');
4094         background-color: #f0edf0;
4095         border-radius: 5px 5px 0px 0px;
4096                 -moz-border-radius: 5px 5px 0px 0px;
4097                 -webkit-border-radius: 5px 5px 0px 0px;
4098         border: 1px solid #7C7D7B;
4099         border-bottom: none;
4100         box-shadow: 1px 2px 6px 0px #959494;
4101                 -moz-box-shadow: 1px 2px 6px 0px #959494;
4102                 -webkit-box-shadow: 1px 2px 6px 0px #959494;
4103         color: #EFEFEF;
4104         display: block;
4105         float: right;
4106         font-size: 15px;
4107         height: 38px;
4108         list-style: none outside none;
4109         margin: 0 0 0 755px;
4110         padding: 0;
4111         position: fixed;
4112         bottom: 0;
4113         width: 203px;
4114         z-index: 10;
4115         clear:both;
4116 }
4117
4118 /* ======= */
4119 /* = ACL = */
4120 /* ======= */
4121
4122 #photo-edit-perms-select,
4123 #photos-upload-permissions-wrapper,
4124 #profile-jot-acl-wrapper{
4125         display: block!important;
4126 }
4127
4128 #acl-wrapper {
4129         width: 690px;
4130         float:left;
4131 }
4132 #acl-search {
4133         float:right;
4134         background: #ffffff url("../../../images/search_18.png") no-repeat right center;
4135         padding-right: 20px;
4136 }
4137
4138 #acl-showall {
4139         float: left;
4140         display: block;
4141         font-size: 1em;
4142         font-style: bold;
4143         text-align: center;
4144         padding: 3px;
4145         margin-bottom: 5px;
4146         background-color: #cccccc;
4147         background-position: 7px 7px;
4148         background-repeat: no-repeat;
4149         padding: 5px;
4150         border-radius: 5px;
4151                 -webkit-border-radius: 5px ;
4152                 -moz-border-radius: 5px;
4153         color: #999999;
4154 }
4155
4156 #acl-showall.selected {
4157         color: #ffffff;
4158         background-color: #1873a2;
4159 }
4160
4161 #acl-list {
4162         height: 400px;
4163         border: 1px solid #cccccc;
4164         background-color: #efefef;
4165         clear: both;
4166         margin-top: 30px;
4167         overflow: auto;
4168 }
4169
4170 #acl-list-content {
4171 }
4172
4173 .acl-list-item {
4174         display: block;
4175         width: 155px;
4176         height: 50px;
4177         border: 1px solid #cccccc;
4178         background-color: #fff;
4179         margin: 5px;
4180         float: left;
4181         box-shadow: 2px 2px 3px #c1c1c1;
4182                 -moz-box-shadow: 2px 2px 3px #c1c1c1;
4183                 -webkit-box-shadow: 2px 2px 3px #c1c1c1;
4184 }
4185 .acl-list-item img {
4186         width: 30px;
4187         height: 30px;
4188         float: left;
4189         margin: 5px;
4190 }
4191
4192 .acl-list-item p {
4193         color: #999999;
4194         height: 12px;
4195         font-size: 0.7em;
4196         margin: 0px;
4197         padding: 2px 0px 1px;
4198         overflow: hidden;
4199 }
4200
4201 .acl-list-item a {
4202         font-size: 10px;
4203         display: block;
4204         float: left;
4205         color: #efefef;
4206         background-color: #898989;
4207         background-position: 3px 3px;
4208         background-repeat: no-repeat;
4209         margin: 10px 0 0 5px;
4210         border-radius: 2px;
4211                 -webkit-border-radius: 2px ;
4212                 -moz-border-radius: 2px;
4213         padding: 3px;
4214 }
4215
4216 #acl-wrapper a:hover {
4217         text-decoration: none;
4218         background-color:#1873a2;
4219 }
4220
4221 .acl-button-show.selected {
4222         color: #efefef;
4223         background-color: #1873a2;
4224 }
4225
4226 .acl-button-hide .selected {
4227         color: #efefef;
4228         background-color: #a2a2a2;
4229 }
4230
4231 .acl-list-item.groupshow { border-color: #1873a2; }
4232 .acl-list-item.grouphide { border-color: #a2a2a2; }
4233
4234 /* ========================= */
4235 /* = Global Directory Link = */
4236 /* ========================= */
4237
4238 #global-directory-link {
4239         width: 150px;
4240         padding: 4px;
4241         /*margin-bottom: 10px;*/
4242         background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #bdbdbd), color-stop(1, #a2a2a2) );
4243         background: -moz-linear-gradient( center top, #bdbdbd 5%, #a2a2a2 100% );
4244         filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bdbdbd', endColorstr='#a2a2a2');
4245         background-color: #bdbdbd;
4246         color: #efefef;
4247         text-align: center;
4248         -webkit-padding-start: 0px;
4249         border: 1px solid #7C7D7B;
4250         border-radius: 5px;
4251                 -moz-border-radius: 5px;
4252                 -webkit-border-radius: 5px;
4253 }
4254
4255 #global-directory-link:hover {
4256         color: #efefef;
4257         background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #1873a2), color-stop(1, #6da6c4) );
4258         background: -moz-linear-gradient( center top, #1873a2 5%, #6da6c4 100% );
4259         filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1873a2', endColorstr='#6da6c4');
4260         background-color: #1873a2;
4261         border: 1px solid #7C7D7B;
4262         box-shadow: 0 0 8px #BDBDBD;
4263                 -moz-box-shadow: 0 0 8px #BDBDBD;
4264                 -webkit-box-shadow: 0 0 8px #BDBDBD;
4265         border-radius: 5px;
4266                 -moz-border-radius: 5px;
4267                 -webkit-border-radius: 5px;
4268 }
4269
4270 #global-directory-link:active {
4271         background-color: #1873a2;
4272         position: relative;
4273         top: 1px;
4274 }
4275
4276 #global-directory-link a {
4277         color: #efefef;
4278 }
4279
4280 a.active {
4281         background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #1873a2), color-stop(1, #6da6c4) );
4282         background: -moz-linear-gradient( center top, #1873a2 5%, #6da6c4 100% );
4283         filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1873a2', endColorstr='#6da6c4');
4284         background-color: #1873a2;
4285         color: #fec01d;
4286         padding: 5px 10px 5px 10px;
4287         margin-right: 5px;
4288 }
4289
4290 /* notifications popup menu */
4291 .manage-notify {
4292         font-size: 10px;
4293         padding: 1px 3px;
4294         top: 0px;
4295         min-width: 15px;
4296         text-align: center;
4297         float: right;
4298         margin-top: -14px;
4299         margin-right: -20px;
4300 }
4301
4302 .nav-notify {
4303         display: none;
4304         position: absolute;
4305         font-size: 10px;
4306         padding: 1px 3px;
4307         top: 0px;
4308         right: -10px;
4309         min-width: 15px;
4310         text-align: right;
4311 }
4312 .nav-notify.show {
4313         display: block;
4314 }
4315 #nav-notifications-menu {
4316         width: 320px;
4317         max-height: 400px;
4318         overflow-y: scroll;
4319         overflow-style: scrollbar;
4320         background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #797979), color-stop(1, #898988) );
4321         background: -moz-linear-gradient( center top, #797979 5%, #898988 100% );
4322         filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#797979', endColorstr='#898988');
4323         background-color: #a2a2a2;
4324         border-radius: 0px 0px 5px 5px;
4325                 -moz-border-radius: 0px 0px 5px 5px;
4326                 -webkit-border-radius: 0px 0px 5px 5px;
4327         border: 1px solid #9A9A9A;
4328         border-top: none;
4329         box-shadow: 5px 5px 10px #242424;
4330                 -moz-box-shadow: 5px 5px 10px #242424;
4331                 -webkit-box-shadow: 5px 5px 10px #242424;
4332         top: 40px;
4333 }
4334
4335 #nav-notifications-menu .contactname {
4336         font-weight: bold;
4337         font-size: 0.9em;
4338 }
4339
4340 #nav-notifications-menu img {
4341         float: left;
4342         margin-right: 5px;
4343 }
4344
4345 #nav-notifications-menu .notif-when {
4346         font-size: 0.8em;
4347         display: block;
4348 }
4349
4350 #nav-notifications-menu li {
4351         padding: 7px 0px 7px 10px;
4352         word-wrap: normal;
4353         border-bottom: 1px solid #626262;
4354 }
4355
4356 #nav-notifications-menu li:hover {
4357         background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #1873a2), color-stop(1, #6da6c4) );
4358         background: -moz-linear-gradient( center top, #1873a2 5%, #6da6c4 100% );
4359         filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1873a2', endColorstr='#6da6c4');
4360         background-color: #1873a2;
4361 }
4362
4363 #nav-notifications-menu a:hover {
4364         text-decoration: underline;
4365 }
4366
4367 .notif-item a {
4368         vertical-align: middle;
4369         color: #626262;
4370         padding-bottom: 7px;
4371 }
4372
4373 .notif-item a:hover {
4374         color: #1873a2;
4375 }
4376
4377 .notif-image {
4378         width: 32px;
4379         height: 32px;
4380         padding: 7px 7px 0px 0px;
4381 }
4382
4383 #jGrowl {
4384         z-index: 20000;
4385 }
4386
4387 /* autocomplete popup */
4388 .acpopup, acpopup-mce {
4389         overflow: auto;
4390         z-index: 100000;
4391         color: #2e3436;
4392         border-top: 0px;
4393         background: #eeeeee;
4394         border-right: 1px solid #7C7D7B;
4395         border-left: 1px solid #7C7D7B;
4396         border-bottom: 1px solid #7C7D7B;
4397         border-radius: 0px 5px 5px 5px;
4398                 -webkit-border-radius: 0px 5px 5px 5px;
4399                 -moz-border-radius: 0px 5px 5px 5px;
4400         box-shadow: 0 0 8px #BDBDBD;
4401                 -moz-box-shadow: 0 0 8px #BDBDBD;
4402                 -webkit-box-shadow: 0 0 8px #BDBDBD;
4403 }
4404
4405 .acpopup-mce {
4406         max-height: 150px;
4407 }
4408
4409 .acpopupitem {
4410         color: #2e3436;
4411         padding: 4px;
4412         clear:left;
4413 }
4414 .acpopupitem img {
4415         float: left;
4416         margin-right: 4px;
4417 }
4418
4419 .acpopupitem.selected, .textcomplete-item.active {
4420         color: #efefef;
4421         background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #1873a2), color-stop(1, #6da6c4) );
4422         background: -moz-linear-gradient( center top, #1873a2 5%, #6da6c4 100% );
4423         filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1873a2', endColorstr='#6da6c4');
4424         background-color: #1873a2;
4425         order-bottom: none;
4426 }
4427
4428 .textcomplete-item a:hover, .textcomplete-item a:hover .acpopup-sub-text, .textcomplete-item.active a .acpopup-sub-text {
4429         color: #efefef;
4430 }
4431
4432 .qcomment {
4433         opacity: 0.8;
4434         filter: alpha(opacity=0);
4435         position: relative;
4436         left: 30px;
4437 }
4438
4439 .qcomment:hover {
4440         opacity: 1.0;
4441         filter: alpha(opacity=100);
4442 }
4443
4444 .notify-seen {
4445         background: #000000;
4446 }
4447
4448 .notify-seen a {
4449         color: #efefef !important;
4450 }
4451
4452 /* Pages profile widget ----------------------------------------------------------- */
4453
4454 #page-profile,
4455 #profile-page-list {
4456         margin-left: 45px;
4457 }
4458
4459 #page-profile .title {
4460         font-weight: bold;
4461 }
4462
4463 #profile-vcard-break {
4464         clear: both;
4465 }
4466
4467 #profile-extra-links {
4468         clear: both;
4469         margin-top: 10px;
4470 }
4471
4472 #profile-extra-links ul {
4473         list-style-type: none;
4474         padding: 0px;
4475 }
4476
4477
4478 #profile-extra-links li {
4479         margin-top: 5px;
4480 }
4481
4482 .profile-edit-side-div {
4483         float: right;
4484 }
4485
4486 .profile-edit-side-link {
4487         opacity: 0.3;
4488         filter:alpha(opacity=30);
4489 }
4490 .profile-edit-side-link:hover {
4491         opacity: 1.0;
4492         filter:alpha(opacity=100);
4493 }
4494
4495 /* SCROLL TO TOP
4496 ----------------------------------------------------------- */
4497 #scrollup {
4498         position: absolute;
4499         right: 0px;
4500         bottom: -1px;
4501         z-index: 100;
4502 padding-right: 10px;
4503 }
4504
4505 #scrollup a:hover {
4506         text-decoration: none;
4507         border: 0;
4508 }
4509
4510 .item-scrollup {
4511         margin-left: 5px;
4512 }
4513
4514 /* New posts and comments => background color
4515 ----------------------------------------------------------- */
4516 .shiny {
4517         background: #fbfde9;
4518 }
4519
4520 div.wall-item-content-wrapper.shiny {
4521         background-image: url("images/shiny.png");
4522         background-repeat: repeat-x;
4523 }
4524
4525 /* from default */
4526 #jot-perms-icon,
4527 #profile-location,
4528 #profile-nolocation,
4529 #profile-youtube,
4530 #profile-video,
4531 #profile-audio,
4532 #profile-link,
4533 #profile-title,
4534 #wall-image-upload,
4535 #wall-file-upload,
4536 #profile-upload-wrapper,
4537 #wall-image-upload-div,
4538 #wall-file-upload-div,
4539 .hover,
4540 .focus {
4541         cursor: pointer;
4542 }
4543
4544 hr.line-dots {
4545     background: url("images/dot.png") repeat-x scroll left center transparent;
4546     border: medium none;
4547 }
4548
4549 .body-tag,
4550 .filesavetags,
4551 .categorytags {
4552         opacity: 0.5;
4553         filter:alpha(opacity=50);
4554 }
4555
4556 .body-tag:hover,
4557 .filesavetags:hover,
4558 .categorytags:hover {
4559         opacity: 1.0 !important;
4560         filter:alpha(opacity=100) !important;
4561 }
4562
4563 .item-select {
4564         opacity: 0.5;
4565         filter:alpha(opacity=10);
4566         float: right;
4567         margin-right: 10px;
4568
4569 }
4570 .item-select:hover,
4571 .checkeditem {
4572         opacity: 1;
4573         filter:alpha(opacity=100);
4574 }
4575
4576 .filer-icon {
4577         display: block; width: 16px; height: 16px;
4578         background-image: url('images/file.gif');
4579         margin-left: 5px;
4580         float: left;
4581 }
4582
4583 .icon.dim { opacity: 0.3;filter:alpha(opacity=30); }
4584 [class^="comment-edit-bb"] {
4585         list-style: none;
4586         display: none;
4587         margin: 0px 0 -5px 0px;
4588         padding: 0px;
4589         width: 75%;
4590 }
4591
4592 .body-attach {
4593         margin-top: 10px;
4594 }
4595
4596 .grey {
4597         color: #888888;
4598 }
4599
4600 .location,
4601 .location-label,
4602 .gender-label,
4603 .marital-label,
4604 .homepage-label,
4605 .network-label {
4606         float: left;
4607         text-align: left;
4608         display: block;
4609         line-height: 0.6em;
4610 }
4611
4612 .adr,
4613 .x-gender,
4614 .marital-text,
4615 .homepage-url,
4616 .x-network {
4617         float: left;
4618         display: block;
4619         margin-left: 8px;
4620         line-height: 1em;
4621         text-align: left;
4622 }
4623
4624 #birthday-notice {}
4625 #nav-notifications-template {}
4626 #categories-sidebar {}
4627 #nets-desc {}
4628 #status-tab {}
4629 #page-footer {}
4630 #live-profile {}
4631
4632 .city-state-zip {}
4633 .country-name {}
4634 .locality {}
4635 .region {}
4636 .postal-code {}
4637 .mpfriend {}
4638 .toplevel_item {}
4639
4640 .fc-header,
4641 .fc-view,
4642 .fc-view-basicWeek,
4643 .fc-grid,
4644 .fc-border-separate,
4645 .fc-content {}
4646
4647 div #datebrowse-sidebar.widget {
4648         text-align:center;
4649 }
4650
4651 /* Fakelink */
4652
4653 .fakelink,
4654 .fakelink:visited,
4655 .fakelink:link {
4656         color: #1873a2;
4657         cursor: pointer;
4658         margin-bottom: 10px;
4659         /*background: url("images/down.png") no-repeat scroll left center transparent;*/
4660 }
4661
4662 .fakelink:hover {
4663         color: #6da6c4;
4664 }
4665
4666 #id_theme {
4667         margin:10px 10px 0 0;
4668 }
4669
4670 #id_maxreq,
4671 #id_cntunkmail,
4672 #id_expire {
4673         width: 75px;
4674 }
4675
4676 #id_post_newfriend,
4677 #id_post_joingroup,
4678 #id_post_profilechange,
4679 #id_notify1,
4680 #id_notify2,
4681 #id_notify3,
4682 #id_notify4,
4683 #id_notify5,
4684 #id_notify6,
4685 #id_notify7,
4686 #id_notify8,
4687 #id_allow_location {
4688         margin: 6px 0 0 10px;
4689 }
4690
4691 #settings-form {}
4692 .select {}
4693 .field_help {
4694         margin: 5px 0 10px;
4695 }
4696
4697 #settings-activity-desc,
4698 #settings-notify-desc {
4699         margin: 10px 10px 10px 0;
4700         font-weight: bold;
4701 }
4702
4703 #settings-notifications {
4704         width: 410px;
4705         border: 1px solid #7C7D7B;
4706         box-shadow: 0 0 8px #BDBDBD;
4707                 -moz-box-shadow: 0 0 8px #BDBDBD;
4708                 -webkit-box-shadow: 0 0 8px #BDBDBD;
4709         border-radius: 5px;
4710                 -moz-border-radius: 5px;
4711                 -webkit-border-radius: 5px;
4712         padding: 10px;
4713         margin: 10px 10px 10px 0;
4714 }
4715
4716 #id_npassword {}
4717
4718 #hide-comments-page-widget {
4719         margin-left: 40px;
4720 }
4721
4722 #collapsed-comments-page-widget {}
4723
4724 .tool {
4725     list-style-type: disc;
4726 }
4727
4728 #logo-text {
4729 }
4730
4731 #logo-img {
4732         margin: 3px 0 0 0;
4733 }
4734
4735 .bigwidget {}
4736
4737 #remote-friends-in-common  {}
4738
4739 .settings-block {
4740         border: 1px solid #7C7D7B;
4741         box-shadow: 0 0 8px #BDBDBD;
4742                 -moz-box-shadow: 0 0 8px #BDBDBD;
4743                 -webkit-box-shadow: 0 0 8px #BDBDBD;
4744         border-radius: 5px;
4745                 -moz-border-radius: 5px;
4746                 -webkit-border-radius: 5px;
4747         padding:10px;
4748         margin:10px 10px 10px 0;
4749 }
4750
4751 #page-settings-label{
4752         width: auto !important;
4753         margin-bottom: 5px !important;
4754 }
4755
4756 .onoff {
4757         margin-right: 10px;
4758 }
4759
4760 .settings-heading {
4761         margin: 25px 0 25px 0;
4762 }
4763
4764 #id_itemcache,
4765 #id_basepath,
4766 #id_temppath,
4767 #id_lockpath,
4768 #id_proxyuser,
4769 #id_proxy,
4770 #id_allowed_email,
4771 #id_allowed_sites,
4772 #id_directory_submit_url,
4773 #id_register_text {
4774         width: 440px;
4775 }
4776
4777 #id_itemcache_duration,
4778 #id_abandon_days,
4779 #id_maxloadavg,
4780 #id_poll_interval,
4781 #id_delivery_interval,
4782 #id_timeout,
4783 #id_jpegimagequality,
4784 #id_maximagelength,
4785 #id_maximagesize,
4786 #id_max_daily_registrations {
4787         width: 75px;
4788 }
4789
4790 #id_remember {
4791         width: auto;
4792         float: right;
4793 }
4794
4795 .field.input.openid {
4796 }