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