]> git.mxchange.org Git - friendica.git/blob - view/theme/smoothly/style.css
new file: view/theme/smoothly/follow.tpl
[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: 50px;
292         position: fixed;
293         color: #efefef;
294         background: url("nav-bg.png") no-repeat scroll 0px 7px 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: 10px; /*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: 11px;
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:10px; 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: 10px 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: left;}
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 }
1268
1269 .wall-item-body code {
1270         font-family: Courier, monospace;
1271         white-space: pre;
1272         display: block;
1273         overflow: auto;
1274         border: 1px solid #cccccc;
1275         border-width: 1px 1px 1px 10px;
1276         padding-left: 10px;
1277         margin-top: 20px; 
1278 }
1279
1280 /* =========== */
1281 /* = Profile = */
1282 /* =========== */
1283
1284 .advanced-profile-content {
1285         margin-top: 5px;
1286         margin-bottom: 10px;
1287         margin-left: 30px;
1288         width: 60%;
1289 }
1290
1291 .advanced-profile-label {
1292         margin-top: 10px;
1293         margin-bottom: 0px;
1294         padding-bottom: 5px;
1295         font-size: 18px;
1296         /*font-variant:small-caps;*/
1297 }
1298  
1299 div[id$="wrapper"] { height: 100%;} 
1300 div[id$="wrapper"] br { clear: left; }
1301 #advanced-profile-with { margin-left: 20px;}
1302
1303 #profile-listing-desc {
1304         float: left;
1305         display: inline;
1306         padding: 5px 10px 5px 10px;
1307         width: 150px;
1308         margin-bottom:20px;
1309         margin-top: 20px;
1310         display:inline-block;
1311         font-style: bold;
1312         text-align: center;
1313 }
1314
1315 #profile-listing-new-link-wrapper {
1316         float: left;
1317         display: inline;
1318         width: 130px;
1319         margin-left:5px;
1320         margin-top: 20px;
1321         padding: 5px 10px 5px 10px;
1322         font-style: bold;
1323         text-align: center;
1324 }
1325
1326 .profile-listing-name {
1327         font-size: 1em;
1328 /*      font-variant: small-caps;*/
1329 }
1330 .profile-listing-name a {
1331         color: #898989;
1332 }
1333
1334 #profile-edit-links li {
1335         display: inline;
1336         width: 150px;
1337         margin-bottom:20px;
1338         margin-top: 20px;
1339         background-color: #a2a2a2;
1340         color: #eeeeec;
1341         padding: 5px 10px 5px 10px;
1342         margin-right: 5px;
1343         font-style: bold;
1344         -webkit-border-radius: 5px 5px 5px 5px;
1345         -moz-border-radius: 5px 5px 5px 5px;
1346         border-radius: 5px 5px 5px 5px; 
1347 }
1348
1349 #profile-edit-links li a {
1350         color: #efefef; 
1351 }
1352
1353 #profile-edit-links li:hover {
1354         background-color: #1873a2;      
1355 }
1356
1357 #profile-edit-links li:active {
1358         background-color: #1873a2;      
1359 }
1360
1361 .profile-edit-side-div {
1362         margin-top: 10px;
1363         margin-right: 0px;
1364         margin-left: 180px;
1365         float: left;
1366         position: absolute;
1367 }
1368
1369 #cropimage-wrapper { float:left; }
1370 #crop-image-form { clear:both; }
1371
1372 .profile-match-name a{
1373         color: #999;
1374         /*font-variant: small-caps;*/
1375         font-size: 1em;
1376 }
1377
1378 .profile-match-name a:hover {
1379         color: #999;
1380 }
1381
1382 .profile-match-wrapper {
1383         width: 82%;
1384         padding: 5px;
1385         margin-bottom:10px;
1386         margin-left: 20px;
1387         background-color: #f6f6f6;
1388         border: 1px solid #dddddd;
1389         -moz-box-shadow: 3px 3px 4px #959494;
1390         -webkit-box-shadow: 3px 3px 4px #959494;
1391         box-shadow: 3px 3px 4px #959494;
1392         clear: both;    
1393 }
1394
1395 .profile-match-end {
1396         clear: both;
1397 }
1398
1399 .profile-match-photo {
1400         float: left;
1401         margin-right: 10px;
1402         margin-bottom: 5px;
1403 }
1404
1405 /* ========== */
1406 /* = Photos = */
1407 /* ========== */
1408 .photos {
1409         height: auto;
1410         overflow: auto;
1411 }
1412
1413 #side-bar-photos-albums h3:before {
1414         content: url("photography.png");
1415         padding-right: 10px;
1416         vertical-align: middle;
1417 }
1418
1419 #side-bar-photos-albums li {
1420         font-size: 14px;
1421         font-variant: none;
1422         text-align: left;
1423         padding-left: 20px;
1424         margin-bottom: 5px;
1425 }
1426
1427 #photo-top-links {
1428         width: 130px;
1429         margin-bottom:20px;
1430         margin-top: 20px;
1431         background-color: #a2a2a2;
1432         color: #eeeeec;
1433         padding: 5px 10px 5px 10px;
1434         margin-right: 5px;
1435         font-style: bold;
1436         -webkit-border-radius: 5px 5px 5px 5px;
1437         -moz-border-radius: 5px 5px 5px 5px;
1438         border-radius: 5px 5px 5px 5px;         
1439 }
1440 #photo-top-links a {
1441         color: #efefef;
1442 }
1443
1444 #photo-top-links:hover {
1445         background-color: #1873a2;      
1446 }
1447
1448 #photo-top-links:active {
1449         background-color: #1873a2;      
1450 }
1451
1452 .photo-album-image-wrapper { 
1453         float: left;
1454         margin: 0px 10px 10px 0px;
1455         padding-bottom: 30px;
1456         position:relative;      
1457 }
1458
1459 .photo-top-image-wrapper {
1460         float: left;
1461         width: 180px;
1462         height: 180px;
1463         margin: 0px 10px 10px 0px;
1464         padding-bottom: 30px;
1465         position:relative;
1466 }
1467
1468 #photo-album-wrapper-inner {
1469         position: relative;
1470         float: left;
1471         width: 180px;
1472         height: 180px;
1473         overflow: hidden;
1474 }
1475
1476 #photo-photo { max-width: 85%; height: auto; }
1477 #photo-photo img { max-width: 100% }
1478
1479 .photo-top-image-wrapper a:hover,
1480 #photo-photo a:hover,
1481 .photo-album-image-wrapper a:hover { 
1482         border-bottom: 0px; 
1483 }
1484
1485 .photo-top-photo {}
1486 .photo-album-photo {} 
1487
1488 .photo-top-album-name {
1489         position: absolute;
1490         bottom: 0px;
1491         padding: 0px 5px;
1492         font-weight: bold;
1493         font-stretch:semi-expanded;
1494 /*      font-variant:small-caps; */
1495
1496
1497 .photo-top-album-name a{
1498         text-align: center;
1499         color: #6e6e6e;
1500 }
1501 .caption {
1502         position: absolute;
1503         bottom: 0px;
1504         margin: 0px 5px;
1505         text-align: center;
1506         color: #6e6e6e;
1507         font-size: 0.9em;
1508 /*      font-variant: small-caps; */
1509 }
1510
1511 #photo-photo{
1512         position: relative;
1513         float:left;     
1514 }
1515
1516 #photo-caption {
1517         margin-top: 10px;
1518         color: #6E6E6E;
1519 /*      font-variant:small-caps; */
1520         font-size: 1.1em;
1521 }
1522
1523 #photo-photo-end { clear: both; }
1524 #photo-prev-link,
1525 #photo-next-link{
1526         position: absolute;
1527         width:10%;
1528         height: 100%;
1529         background-color: rgba(255,255,255,0.2);
1530         opacity: 0;
1531         -webkit-transition: all 0.2s ease-in-out;
1532         -moz-transition: all 0.2s ease-in-out;
1533         -o-transition: all 0.2s ease-in-out;
1534         -ms-transition: all 0.2s ease-in-out;
1535         transition: all 0.2s ease-in-out;
1536         background-position: center center;
1537         background-repeat: no-repeat;   
1538 }
1539
1540 #photo-prev-link { left:0px; top:0px; background-image: url('prev.png'); }
1541 #photo-next-link { right:0px; top:0px; background-image: url('next.png');}
1542 #photo-prev-link a,
1543 #photo-next-link a{
1544         display: block; width: 100%; height: 100%;
1545         overflow: hidden;
1546         text-indent: -900000px;          
1547 }
1548
1549 #photo-prev-link:hover,
1550 #photo-next-link:hover {
1551         opacity: 1;
1552         -webkit-transition: all 0.2s ease-in-out;
1553         -moz-transition: all 0.2s ease-in-out;
1554         -o-transition: all 0.2s ease-in-out;
1555         -ms-transition: all 0.2s ease-in-out;
1556         transition: all 0.2s ease-in-out;               
1557 }
1558
1559 #photo-next-link .icon,
1560 #photo-prev-link .icon { display: none }
1561
1562 #photos-upload-spacer,
1563 #photos-upload-new-wrapper,
1564 #photos-upload-exist-wrapper { margin-bottom: 1em; }
1565 #photos-upload-existing-album-text,
1566 #photos-upload-newalbum-div { 
1567         background-color: #fff;
1568         color: #909090;
1569         font-size: 1.2em;
1570         padding: 3px 0px;
1571         padding-left: 0px;
1572         width: 300px;
1573 }
1574
1575 #photos-upload-album-select,
1576 #photos-upload-newalbum { width: 400px; }
1577
1578 #photos-upload-perms-menu {
1579         width: 180px;
1580         padding: 7px;
1581 }
1582
1583 #photos-upload-perms-menu .icon {
1584         display: none;
1585 }
1586
1587 select, input {
1588         margin-top: 0px;
1589         border: 1px solid #b0b0b0;
1590         padding: 2px;
1591         -webkit-border-radius: 3px 3px 3px 3px;
1592         -moz-border-radius: 3px 3px 3px 3px;
1593         border-radius: 3px 3px 3px 3px; 
1594 }
1595
1596 select[size], select[multiple], select[size][multiple] {
1597         -webkit-appearance: listbox;
1598 }
1599
1600 select {
1601         -webkit-appearance: menulist;
1602         box-sizing: border-box;
1603         -webkit-box-align: center;
1604         cursor: default;        
1605 }
1606
1607 keygen, select {
1608         -webkit-border-radius: ;
1609 }
1610
1611 input, textarea, keygen {
1612         font-size: 0.9em;
1613         letter-spacing: normal;
1614         word-spacing: normal;
1615         line-height: 1.2em;
1616         text-transform: none;
1617         text-indent: 0px;
1618         text-shadow: none;
1619         display: inline-block;
1620         text-align: -webkit-auto;       
1621 }
1622
1623 .qq-upload-button {
1624         -moz-border-radius:5px;
1625         -webkit-border-radius:5px;
1626         border-radius:5px;
1627 }
1628
1629 #album-edit-link {
1630         width: 70px;
1631         margin-bottom:20px;
1632         margin-top: 20px;
1633         background-color: #a2a2a2;
1634         color: #eeeeec;
1635         padding: 5px 10px 5px 10px;
1636         margin-right: 5px;
1637         font-style: bold;
1638         -webkit-border-radius: 5px 5px 5px 5px;
1639         -moz-border-radius: 5px 5px 5px 5px;
1640         border-radius: 5px 5px 5px 5px;         
1641 }
1642
1643 #album-edit-link  a {
1644         color: #efefef;
1645 }
1646
1647 #album-edit-link:hover {
1648         background-color: #1873a2;
1649 }
1650
1651 #photo-edit-link-wrap {
1652         margin-bottom: 10px;
1653 }
1654
1655 #photo_edit_form {
1656         width: 500px;
1657         margin-top:20px;
1658         text-align: left;
1659 }
1660
1661 input#photo_edit_form {
1662         display: block;
1663         width: 100%;
1664 }
1665
1666 #photo-edit-perms-menu {
1667         float: left;
1668         display: inline;
1669         margin-top: 10px;
1670         margin-right: 10px;
1671         padding: 4px;
1672         width: 100px;
1673 }
1674
1675 #photo-edit-perms-menu .icon {
1676         display: none;
1677 }
1678
1679 #photo-edit-delete-button {
1680         float: left;
1681         display: inline;
1682         margin-left: 190px;
1683 }
1684
1685 #photo-album-edit-wrapper {
1686         margin-bottom: 10px;
1687 }
1688
1689 /* ============ */
1690 /* = Messages = */
1691 /* ============ */
1692
1693 #prvmail-wrapper, .mail-conv-detail, .mail-list-detail {
1694         position: relative;
1695         width: 500px;
1696         padding: 50px;
1697         margin: 20px auto;
1698         background-color: #fff;
1699         -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1);
1700         -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1);
1701         box-shadow: 0 0 5px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1);
1702 }
1703
1704 #prvmail-wrapper:before, #prvmail-wrapper:after, .mail-conv-detail:before, .mail-conv-detail:after, .mail-list-detail:before, .mail-list-detail:after {
1705         position: absolute;
1706         width: 40%;
1707         height: 10px;
1708         content: ' ';
1709         left: 12px;
1710         bottom: 12px;
1711         background: transparent;
1712         -webkit-transform: skew(-5deg) rotate(-5deg);
1713         -moz-transform: skew(-5deg) rotate(-5deg);
1714         -ms-transform: skew(-5deg) rotate(-5deg);
1715         -o-transform: skew(-5deg) rotate(-5deg);
1716         transform: skew(-5deg) rotate(-5deg);
1717         -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
1718         -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
1719         box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
1720         z-index: -1;
1721 }
1722
1723 #prvmail-wrapper:after, .mail-conv-detail:after, .mail-list-detail:after {
1724         left: auto;
1725         right: 12px;
1726         -webkit-transform: skew(5deg) rotate(5deg);
1727         -moz-transform: skew(5deg) rotate(5deg);
1728         -ms-transform: skew(5deg) rotate(5deg);
1729         -o-transform: skew(5deg) rotate(5deg);
1730         transform: skew(5deg) rotate(5deg);
1731 }
1732
1733 .prvmail-text {
1734         width: 100%;
1735 }
1736
1737 #prvmail-form input
1738
1739 #prvmail-subject { width: 490px;; padding-left: 10px; font-size: 1.1em; font-style: bold;}
1740 #prvmail-subject .input{
1741         border: none !important ;
1742 }
1743
1744 #prvmail-subject-label {
1745 /*      font-variant:small-caps; */
1746 }
1747
1748 #prvmail-to {
1749         padding-left: 10px;
1750 }
1751 #prvmail-to-label {
1752 /*      font-variant:small-caps; */
1753 }
1754
1755 #prvmail-message-label {
1756 /*      font-variant:small-caps; */
1757         font-size: 1em; 
1758 }
1759
1760 #prvmail-submit-wrapper { margin-top: 10px; }
1761 #prvmail-submit {
1762         float: right;
1763         margin-top: 0px;
1764         margin-right: 0px;
1765 }
1766
1767 #prvmail-upload {
1768 margin-left: 0px;       
1769 }
1770
1771 #prvmail-submit-wrapper > div {
1772         margin-right: 5px;
1773         float: left;
1774 }
1775
1776 .mail-list-outside-wrapper {
1777         margin-top: 20px;
1778 }
1779
1780 .mail-list-sender {
1781         float: left;
1782         padding: 5px;
1783         background-color: #efefef;
1784         border: 1px dotted #eeeeee;
1785         -moz-box-shadow: 3px 3px 4px #959494;
1786         -webkit-box-shadow: 3px 3px 4px #959494;
1787         box-shadow: 3px 3px 4px #959494;
1788 }
1789
1790 .mail-list-detail {
1791         margin-left: 100px;
1792         width: 300px;
1793         min-height: 70px;
1794         padding: 20px;
1795         padding-top:10px;
1796         border: 1px solid #dddddd;
1797         }
1798         
1799 .mail-list-sender-name {
1800         font-size: 1.1em;
1801         display: inline;
1802 /*      font-variant:small-caps; */
1803 }
1804
1805 .mail-list-date {
1806         float: right;
1807         clear: block;
1808         display: inline;
1809         font-size: 0.9em;
1810         padding-left: 10px;
1811         font-stretch:ultra-condensed;
1812 /*      font-variant:small-caps; */
1813 }
1814
1815 .mail-list-subject {
1816         clear: block;
1817         font-size: 1.2em;
1818         padding-top: 20px;
1819         padding-right: 50px;
1820 }
1821
1822 .mail-list-subject a {
1823         color: #626262;
1824 }
1825
1826 .mail-list-delete-wrapper { float: right;}
1827 .mail-list-outside-wrapper-end {
1828         clear: both;
1829 }
1830
1831 .mail-conv-outside-wrapper {
1832         margin-bottom: 10px;
1833 }
1834
1835 .mail-conv-sender {float: left; margin: 0px 5px 5px 0px; }
1836 .mail-conv-sender-photo {
1837         width: 64px;
1838         height: 64px;
1839 }
1840
1841 .mail-conv-sender-name { float: left; font-style: bold; }
1842 .mail-conv-date { float: right; }
1843 .mail-conv-subject { clear: right; font-weight: bold; font-size: 1.2em }
1844 .mail-conv-body {
1845         clear: both;
1846 }
1847
1848 .mail-conv-detail {
1849         width: 500px;
1850         padding: 30px;
1851         padding-bottom: 10px;
1852         margin-left: 20px;
1853         margin-bottom: 0px;
1854         vertical-align: middle;
1855         margin: auto;
1856         border: 1px solid #dddddd;
1857 }
1858 .mail-conv-break { display: none; border: none;}
1859 .mail-conv-delete-wrapper { padding-top: 10px; width: 510px; text-align: right; }
1860
1861 #prvmail-subject {
1862         font-weight: bold;
1863         border: 1px solid #dddddd;
1864 }
1865
1866 /* ================= */
1867 /* = Notifications = */
1868 /* ================= */
1869
1870 #notification-show-hide-wrapper {
1871         width: 160px;
1872         -moz-box-shadow:inset 0px 1px 0px 0px #cfcfcf;
1873         -webkit-box-shadow:inset 0px 1px 0px 0px #cfcfcf;
1874         box-shadow:inset 0px 1px 0px 0px #cfcfcf;
1875         background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #bdbdbd), color-stop(1, #a2a2a2) );
1876         background:-moz-linear-gradient( center top, #bdbdbd 5%, #a2a2a2 100% );
1877         filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#bdbdbd', endColorstr='#a2a2a2');
1878         background-color:#bdbdbd;
1879         -moz-border-radius:5px;
1880         -webkit-border-radius:5px;
1881         border-radius:5px;
1882         padding: 5px 10px 5px 10px;
1883         margin-right: 5px;
1884         margin-top: 10px;
1885         font-style: bold;
1886         color: #efefef;
1887         text-align: center;
1888 }
1889
1890 #notification-show-hide-wrapper:hover {
1891         color: #efefef;
1892         background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #1873a2), color-stop(1, #6da6c4) );
1893         background:-moz-linear-gradient( center top, #1873a2 5%, #6da6c4 100% );
1894         filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1873a2', endColorstr='#6da6c4');
1895         background-color:#1873a2;
1896 }
1897
1898 #notification-show-hide-wrapper:active {
1899         background-color: #1873a2;
1900         position:relative;
1901         top:1px;
1902 }
1903
1904 #notification-show-hide-wrapper a {
1905         color: #efefef;
1906 }
1907
1908 /* ============ */
1909 /* = Contacts = */
1910 /* ============ */
1911
1912 #contacts-main {
1913         margin-bottom: 10px;
1914 }
1915
1916 .view-contact-wrapper,
1917 .contact-entry-wrapper {
1918         float: left;
1919         margin-right: 30px;
1920         margin-bottom: 20px;
1921         width: 88px;
1922         height: 120px;
1923         position: relative;
1924 }
1925
1926 .contact-entry-direction-wrapper {position: absolute; top: 20px;}
1927 .contact-entry-edit-links { position: absolute; top: 60px; }
1928 #contacts-show-hide-link { margin-bottom: 20px; margin-top: 10px; font-weight: bold;}
1929
1930 .contact-entry-name {
1931         width: 100px;
1932         overflow: hidden;
1933         font: #999;
1934         font-size: 12px;
1935         text-align:center;
1936 /*      font-variant:small-caps; */
1937         font-weight: bold;
1938         margin-top:5px;
1939 }
1940
1941 .contact-entry-photo {
1942         position: relative;
1943 }
1944
1945 .contact-entry-edit-links .icon {       
1946         border: 1px solid #babdb6;
1947         -webkit-border-radius: 3px;
1948         -moz-border-radius: 3px;
1949         border-radius: 3px;     
1950         background-color: #ffffff;
1951 }
1952
1953 #contact-edit-banner-name { font-size: 1.5em; margin-left: 30px; }
1954
1955
1956 #contact-edit-update-now {
1957         padding:7px;
1958         width: 165px;
1959         margin: auto;
1960         margin-left: 40px;
1961         -moz-box-shadow:inset 0px 1px 0px 0px #cfcfcf;
1962         -webkit-box-shadow:inset 0px 1px 0px 0px #cfcfcf;
1963         box-shadow:inset 0px 1px 0px 0px #cfcfcf;
1964         background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #bdbdbd), color-stop(1, #a2a2a2) );
1965         background:-moz-linear-gradient( center top, #bdbdbd 5%, #a2a2a2 100% );
1966         filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#bdbdbd', endColorstr='#a2a2a2');
1967         background-color:#bdbdbd;
1968         -moz-border-radius:5px;
1969         -webkit-border-radius:5px;
1970         border-radius:5px;
1971         display:inline-block;
1972         color:#efefef;
1973         text-decoration:none;
1974         text-align: center;
1975 }
1976
1977 #contact-edit-update-now:hover {
1978         background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #1873a2), color-stop(1, #6da6c4) );
1979         background:-moz-linear-gradient( center top, #1873a2 5%, #6da6c4 100% );
1980         filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1873a2', endColorstr='#6da6c4');
1981         background-color:#1873a2;
1982 }
1983
1984 #contact-edit-update-now:active {
1985         position:relative;
1986         top:1px;
1987 }
1988
1989 #contact-edit-update-now a {
1990         color: #efefef;
1991         font-size: 14px;
1992         text-align: center;
1993         margin: auto;
1994 }
1995
1996
1997 .contact-photo-menu-button {
1998         position: absolute;
1999         background-image: url("photo-menu.jpg");
2000         background-position: top left; 
2001         background-repeat: no-repeat;
2002         margin: 0px; padding: 0px;
2003         width: 16px;
2004         height: 16px;
2005         top: 64px; left:0px;
2006         overflow: hidden;
2007         text-indent: 40px;
2008         display: none;      
2009 }
2010
2011 .contact-photo-menu {
2012         width: auto;
2013         border: 1px solid #ddd;
2014         background: #f1f1f1;
2015         position: absolute;
2016         left: 0px; top: 90px;
2017         display: none;
2018         z-index: 10000;
2019         -moz-box-shadow: 3px 3px 5px #888;
2020         -webkit-box-shadow: 3px 3px 5px #888;
2021         box-shadow: 3px 3px 5px #888;
2022 }
2023
2024 .contact-photo-menu ul { margin:0px; padding: 0px; list-style: none }
2025 .contact-photo-menu li a { display: block; padding: 3px; color: #626262; font-size: 1em; }
2026 .contact-photo-menu li a:hover {
2027         color: #FFFFFF;
2028         background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #1873a2), color-stop(1, #6da6c4) );
2029         background:-moz-linear-gradient( center top, #1873a2 5%, #6da6c4 100% );
2030         filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1873a2', endColorstr='#6da6c4');
2031         background-color:#1873a2;
2032         text-decoration: none;
2033 }
2034
2035 .view-contact-name {
2036 /*      font-variant: small-caps; */
2037 }
2038
2039 #div.side-link {
2040         background-color: #efefef;
2041         padding: 10px;
2042         margin-top:20px;
2043 }
2044
2045 #follow-sidebar {
2046         margin-bottom: 20px;
2047 }
2048
2049 #follow-sidebar h3:before {
2050         content: url("user.png");
2051         padding-right: 10px;
2052         vertical-align: middle;
2053 }
2054
2055 #follow-sidebar input[type="text"] {
2056         margin-left: 3px;
2057         margin-bottom: 10px;
2058 }
2059
2060 #side-follow-submit {
2061         width: 178px;
2062         margin: 10px;
2063         text-align: center;
2064 }
2065
2066 #side-match-link {
2067         width: 158px;
2068         padding: 10px;
2069         margin: auto 10px 20px;
2070         /*margin-bottom: 20px;*/
2071         -moz-box-shadow:inset 0px 1px 0px 0px #cfcfcf;
2072         -webkit-box-shadow:inset 0px 1px 0px 0px #cfcfcf;
2073         box-shadow:inset 0px 1px 0px 0px #cfcfcf;
2074         background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #bdbdbd), color-stop(1, #a2a2a2) );
2075         background:-moz-linear-gradient( center top, #bdbdbd 5%, #a2a2a2 100% );
2076         filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#bdbdbd', endColorstr='#a2a2a2');
2077         background-color:#bdbdbd;
2078         -moz-border-radius:5px;
2079         -webkit-border-radius:5px;
2080         border-radius:5px;
2081         padding: 5px 10px 5px 10px;
2082         color: #efefef;
2083         font-size: 1.2em;
2084         text-align: center;
2085 }
2086
2087 #side-match-link:hover {
2088         color: #efefef;
2089         background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #1873a2), color-stop(1, #6da6c4) );
2090         background:-moz-linear-gradient( center top, #1873a2 5%, #6da6c4 100% );
2091         filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1873a2', endColorstr='#6da6c4');
2092         background-color:#1873a2;
2093 }
2094
2095 #side-match-link:active {
2096         background-color: #1873a2;
2097         position:relative;
2098         top:1px;
2099 }
2100
2101 #side-match-link a {
2102         color: #efefef;
2103 }
2104
2105 #side-invite-link {
2106         width: 80%;
2107         padding: 10px;
2108         margin: auto;
2109         margin-bottom: 20px;
2110         -moz-box-shadow:inset 0px 1px 0px 0px #cfcfcf;
2111         -webkit-box-shadow:inset 0px 1px 0px 0px #cfcfcf;
2112         box-shadow:inset 0px 1px 0px 0px #cfcfcf;
2113         background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #bdbdbd), color-stop(1, #a2a2a2) );
2114         background:-moz-linear-gradient( center top, #bdbdbd 5%, #a2a2a2 100% );
2115         filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#bdbdbd', endColorstr='#a2a2a2');
2116         background-color:#bdbdbd;
2117         -moz-border-radius:5px;
2118         -webkit-border-radius:5px;
2119         border-radius:5px;
2120         padding: 5px 10px 5px 10px;
2121         color: #efefef;
2122         font-size: 1.2em;
2123         text-align: center;     
2124 }
2125
2126 #side-invite-link:hover {
2127         color: #efefef;
2128         background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #1873a2), color-stop(1, #6da6c4) );
2129         background:-moz-linear-gradient( center top, #1873a2 5%, #6da6c4 100% );
2130         filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1873a2', endColorstr='#6da6c4');
2131         background-color:#1873a2;       
2132 }
2133
2134
2135 #side-invite-link:active {
2136         background-color: #1873a2;
2137         position:relative;
2138         top:1px;        
2139 }
2140
2141 #side-invite-link a {
2142         color: #efefef; 
2143 }
2144
2145 #side-suggest-link {
2146         width: 80%;
2147         padding: 10px;
2148         margin: auto;
2149         margin-bottom: 20px;
2150         -moz-box-shadow:inset 0px 1px 0px 0px #cfcfcf;
2151         -webkit-box-shadow:inset 0px 1px 0px 0px #cfcfcf;
2152         box-shadow:inset 0px 1px 0px 0px #cfcfcf;
2153         background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #bdbdbd), color-stop(1, #a2a2a2) );
2154         background:-moz-linear-gradient( center top, #bdbdbd 5%, #a2a2a2 100% );
2155         filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#bdbdbd', endColorstr='#a2a2a2');
2156         background-color:#bdbdbd;
2157         -moz-border-radius:5px;
2158         -webkit-border-radius:5px;
2159         border-radius:5px;
2160         padding: 5px 10px 5px 10px;
2161         color: #efefef;
2162         font-size: 1.2em;
2163         text-align: center;     
2164 }
2165
2166 #side-suggest-link:hover {
2167         color: #efefef;
2168         background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #1873a2), color-stop(1, #6da6c4) );
2169         background:-moz-linear-gradient( center top, #1873a2 5%, #6da6c4 100% );
2170         filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1873a2', endColorstr='#6da6c4');
2171         background-color:#1873a2;       
2172 }
2173
2174
2175 #side-suggest-link:active {
2176         background-color: #1873a2;
2177         position:relative;
2178         top:1px;        
2179 }
2180
2181 #side-suggest-link a {
2182         color: #efefef; 
2183 }
2184
2185 #invite-message, #invite-recipients, #invite-recipient-text {
2186         padding: 10px;
2187 }
2188
2189 #side-follow-wrapper {
2190         font-size: 1em;
2191         font-weight: bold;
2192         font-stretch:semi-expanded;
2193         background-color: #f3f3f3;
2194         border: 1px solid #cdcdcd;
2195         padding: 10px;
2196         margin-top: 20px;
2197         -webkit-border-radius: 5px 5px 5px 5px;
2198         -moz-border-radius: 5px 5px 5px 5px;
2199         border-radius: 5px 5px 5px 5px;
2200 }
2201
2202 #side-follow-wrapper label{
2203         font-size: 1.1em;
2204         font-variant: normal;   
2205 }
2206
2207 #contact-suggest {
2208         float: left;
2209         margin-left: 10px;
2210         width: 120px;
2211         padding: 10px;
2212         margin-bottom: 20px;
2213         -moz-box-shadow:inset 0px 1px 0px 0px #cfcfcf;
2214         -webkit-box-shadow:inset 0px 1px 0px 0px #cfcfcf;
2215         box-shadow:inset 0px 1px 0px 0px #cfcfcf;
2216         background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #bdbdbd), color-stop(1, #a2a2a2) );
2217         background:-moz-linear-gradient( center top, #bdbdbd 5%, #a2a2a2 100% );
2218         filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#bdbdbd', endColorstr='#a2a2a2');
2219         background-color:#bdbdbd;
2220         -moz-border-radius:5px;
2221         -webkit-border-radius:5px;
2222         border-radius:5px;
2223         padding: 5px 10px 5px 10px;
2224         color: #efefef;
2225         font-size: 1.2em;
2226         text-align: center;     
2227 }
2228
2229 #contact-suggest:hover {
2230         color: #efefef;
2231         background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #1873a2), color-stop(1, #6da6c4) );
2232         background:-moz-linear-gradient( center top, #1873a2 5%, #6da6c4 100% );
2233         filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1873a2', endColorstr='#6da6c4');
2234         background-color:#1873a2;       
2235 }
2236
2237 #contact-suggest:active {
2238         background-color: #1873a2;
2239         position:relative;
2240         top:1px;        
2241 }
2242
2243 #contact-suggest a {
2244         color: #efefef;
2245 }
2246
2247 .crepair-label {
2248         margin-top: 10px;
2249         float: left;
2250         width: 250px;
2251 }
2252
2253 .crepair-input {
2254         margin-top: 10px;
2255         float: left;
2256         width: 200px;
2257 }
2258
2259 /* ===================================== */
2260 /* = Register, Settings, Profile Forms = */
2261 /* ===================================== */
2262
2263 .openid input{
2264         background: url(login-bg.gif) no-repeat;
2265         background-position: 0 50%;
2266         padding-left: 18px;
2267         width: 384px!important;
2268 }
2269
2270 #profile-tabs-wrapper {
2271         padding-top: 10px;
2272 }
2273
2274 #profile-tab-status-link {
2275         border: 0px;
2276         padding: 5px 10px 5px 10px;
2277         font-style: bold;
2278 }
2279
2280 #uexport-link a {
2281         color: #efefef;
2282 }
2283
2284 #profile-tab-profile-link {
2285         border: 0px;
2286         padding: 5px 10px 5px 10px;
2287 }
2288
2289 #uexport-link {
2290         width: 140px;
2291         -moz-box-shadow:inset 0px 1px 0px 0px #cfcfcf;
2292         -webkit-box-shadow:inset 0px 1px 0px 0px #cfcfcf;
2293         box-shadow:inset 0px 1px 0px 0px #cfcfcf;
2294         background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #7c7d7b), color-stop(1, #555753) );
2295         background:-moz-linear-gradient( center top, #7c7d7b 5%, #555753 100% );
2296         filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#7c7d7b', endColorstr='#555753');
2297         background-color:#7c7d7b;
2298         -moz-border-radius:5px;
2299         -webkit-border-radius:5px;
2300         border-radius:5px;
2301         padding: 5px 10px 5px 10px;
2302         margin-bottom: 10px;
2303 }
2304
2305 #uexport-link:hover {
2306         color: #efefef;
2307         background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #555753), color-stop(1, #7c7d7b) );
2308         background:-moz-linear-gradient( center top, #555753 5%, #7c7d7b 100% );
2309         filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#555753', endColorstr='#7c7d7b');
2310         background-color:#555753;
2311 }
2312
2313 #uexport-link:active {
2314         color: #efefef;
2315         background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #1873a2), color-stop(1, #6da6c4) );
2316         background:-moz-linear-gradient( center top, #1873a2 5%, #6da6c4 100% );
2317         filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1873a2', endColorstr='#6da6c4');
2318         background-color:#1873a2;
2319         position:relative;
2320         top:1px;
2321 }
2322
2323 #settings-default-perms {
2324         width: 160px;
2325         text-align: center;
2326         -moz-box-shadow:inset 0px 1px 0px 0px #cfcfcf;
2327         -webkit-box-shadow:inset 0px 1px 0px 0px #cfcfcf;
2328         box-shadow:inset 0px 1px 0px 0px #cfcfcf;
2329         background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #7c7d7b), color-stop(1, #555753) );
2330         background:-moz-linear-gradient( center top, #7c7d7b 5%, #555753 100% );
2331         filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#7c7d7b', endColorstr='#555753');
2332         background-color:#7c7d7b;
2333         -moz-border-radius:5px;
2334         -webkit-border-radius:5px;
2335         border-radius:5px;
2336         padding: 5px 10px 5px 10px;
2337         margin-bottom: 10px;
2338 }
2339
2340 #settings-default-perms .fakelink {
2341         color: #efefef;
2342 }
2343
2344 #settings-default-perms:hover {
2345         color: #efefef;
2346         background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #555753), color-stop(1, #7c7d7b) );
2347         background:-moz-linear-gradient( center top, #555753 5%, #7c7d7b 100% );
2348         filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#555753', endColorstr='#7c7d7b');
2349         background-color:#555753;
2350 }
2351
2352 #settings-default-perms:active {
2353         color: #efefef;
2354         background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #1873a2), color-stop(1, #6da6c4) );
2355         background:-moz-linear-gradient( center top, #1873a2 5%, #6da6c4 100% );
2356         filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1873a2', endColorstr='#6da6c4');
2357         background-color:#1873a2;
2358         position:relative;
2359         top:1px;
2360 }
2361  
2362 #settings-nickname-desc {
2363         width: 80%;
2364         background-color: #efefef;
2365         margin-bottom: 10px;
2366         -webkit-border-radius: 5px;
2367         -moz-border-radius: 5px;
2368         border-radius: 5px;
2369         padding: 5px;
2370 }
2371
2372 #register-form div {
2373         clear: both;
2374 }
2375
2376 #profile-edit-form div { 
2377         margin-bottom: 5px;
2378 }
2379
2380 #profile-edit-form div[id$='desc'] {
2381         font-size: 0.8em;
2382         margin-left: 2%;
2383 }
2384
2385 #register-form label,
2386 #profile-edit-form label {
2387         width: 300px; float: left;
2388 }
2389
2390 /* #register-form span,
2391 #profile-edit-form span  { */
2392 #register-form span {
2393         color: #555753;
2394         display:block;
2395         margin-bottom: 20px;
2396 }
2397
2398 .settings-submit-wrapper,
2399 .profile-edit-submit-wrapper { margin: 30px 0px;}
2400 .profile-listing { float: left; clear: both; margin: 20px 20px 0px 0px}
2401
2402 #profile-edit-links ul { margin: 20px 0px; padding: 0px; list-style: none; }
2403
2404
2405 #register-sitename { display: inline; font-weight: bold;}
2406  
2407 /* ===================== */
2408 /* = Contacts Selector = */
2409 /* ===================== */
2410
2411 #group-edit-wrapper {
2412         margin-bottom: 10px;
2413 }
2414
2415 #group-edit-name-wrapper {
2416         margin-bottom: 0px;
2417         display: inline;
2418 }
2419 #group-edit-submit-wrapper {
2420         margin-bottom: 10px;
2421         margin-right: 400px;
2422         float: right;
2423         display: inline;
2424 }
2425
2426 .group-delete-wrapper {
2427         width: 90px;
2428         display: inline;
2429         padding: 5px;
2430         margin-bottom: 10px;
2431         -moz-box-shadow:inset 0px 1px 0px 0px #cfcfcf;
2432         -webkit-box-shadow:inset 0px 1px 0px 0px #cfcfcf;
2433         box-shadow:inset 0px 1px 0px 0px #cfcfcf;
2434         background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #bdbdbd), color-stop(1, #a2a2a2) );
2435         background:-moz-linear-gradient( center top, #bdbdbd 5%, #a2a2a2 100% );
2436         filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#bdbdbd', endColorstr='#a2a2a2');
2437         background-color:#bdbdbd;
2438         -moz-border-radius:5px;
2439         -webkit-border-radius:5px;
2440         border-radius:5px;*/
2441 }
2442
2443 .group-delete-wrapper:hover {
2444         background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #1873a2), color-stop(1, #6da6c4) );
2445         background:-moz-linear-gradient( center top, #1873a2 5%, #6da6c4 100% );
2446         filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1873a2', endColorstr='#6da6c4');
2447         background-color:#1873a2;       
2448 }
2449
2450 .group-delete-wrapper:active {
2451         background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #1873a2), color-stop(1, #6da6c4) );
2452         background:-moz-linear-gradient( center top, #1873a2 5%, #6da6c4 100% );
2453         filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1873a2', endColorstr='#6da6c4');
2454         background-color:#1873a2;       
2455 }
2456
2457 .group-delete-wrapper a {
2458         color: #efefef;
2459         font-size: 0.9em;
2460 }
2461
2462 #group-edit-desc { margin: 10px 0xp; }
2463 #group-new-text {font-size: 1.1em;}
2464 #group-members,
2465 #prof-members {
2466         width: 83%;
2467         height: 200px; 
2468         overflow: auto;
2469         border: none;
2470         background-color: #f0edf0;
2471         color: #555753;
2472         border: 1px solid #ccc;
2473         margin-bottom: 10px;
2474         padding: 10px;
2475 }
2476
2477 #group-all-contacts,
2478 #prof-all-contacts { 
2479         width: 83%;
2480         height: 200px;
2481         overflow: auto; 
2482         border: 1px solid #ccc;
2483         background-color: #f0edf0;
2484         padding: 10px;
2485 }
2486
2487 #group-members h3,
2488 #group-all-contacts h3,
2489 #prof-members h3,
2490 #prof-all-contacts h3{
2491         color: #555753;
2492         margin: 0px;
2493         padding: 5px;
2494 }
2495
2496 #group-separator,
2497 #prof-separator { display: none;}
2498
2499 /* ========== */
2500 /* = Events = */
2501 /* ========== */
2502  
2503 .clear { clear: both; }
2504 .eventcal {
2505         float: left;
2506         font-size: 20px;
2507         padding: 20px;
2508 }
2509
2510 .vevent {
2511         position: relative;
2512         width: 400px;
2513         padding: 20px;
2514         padding-top: 10px;
2515         margin: 0 0px;
2516         margin-bottom: 10px;
2517         background-color: #fff;
2518         -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1);
2519         -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1);
2520         box-shadow: 0 0 5px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1);
2521 }
2522
2523 .vevent:before, .vevent:after {
2524         position: absolute;
2525         width: 40%;
2526         height: 10px;
2527         content: ' ';
2528         left: 12px;
2529         bottom: 12px;
2530         background: transparent;
2531         -webkit-transform: skew(-5deg) rotate(-5deg);
2532         -moz-transform: skew(-5deg) rotate(-5deg);
2533         -ms-transform: skew(-5deg) rotate(-5deg);
2534         -o-transform: skew(-5deg) rotate(-5deg);
2535         transform: skew(-5deg) rotate(-5deg);
2536         -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
2537         -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
2538         box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
2539         z-index: -1;
2540 }
2541
2542 .vevent:after {
2543         left: auto;
2544         right: 12px;
2545         -webkit-transform: skew(5deg) rotate(5deg);
2546         -moz-transform: skew(5deg) rotate(5deg);
2547         -ms-transform: skew(5deg) rotate(5deg);
2548         -o-transform: skew(5deg) rotate(5deg);
2549         transform: skew(5deg) rotate(5deg);
2550 }
2551
2552 .vevent .event-description {
2553         margin-left: 10px;
2554         margin-right: 10px;
2555         text-align:center;
2556         font-size: 1.2em;
2557         font-weight:bolder;
2558 }
2559
2560  .vevent .event-location{
2561         margin-left: 10px;
2562         margin-right: 10px;
2563         font-size: 1em;
2564         font-style: oblique;
2565         text-align: center;
2566         
2567 }
2568
2569 .vevent .event-start, .vevent .event-end  {
2570         margin-left: 20px;
2571         margin-right: 20px;
2572         margin-bottom: 2px;
2573         margin-top: 2px;
2574         font-size: 0.9em;
2575 /*      font-variant: small-caps; */
2576         text-align: left;
2577 }
2578
2579 #new-event-link{
2580         width: 130px;
2581         padding: 7px;
2582         margin-bottom: 10px;
2583         margin-left: 170px; ;
2584         -moz-box-shadow:inset 0px 1px 0px 0px #cfcfcf;
2585         -webkit-box-shadow:inset 0px 1px 0px 0px #cfcfcf;
2586         box-shadow:inset 0px 1px 0px 0px #cfcfcf;
2587         background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #bdbdbd), color-stop(1, #a2a2a2) );
2588         background:-moz-linear-gradient( center top, #bdbdbd 5%, #a2a2a2 100% );
2589         filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#bdbdbd', endColorstr='#a2a2a2');
2590         background-color:#bdbdbd;
2591         -moz-border-radius:5px;
2592         -webkit-border-radius:5px;
2593         border-radius:5px;
2594         color: #efefef;
2595 }
2596
2597 #new-event-link:hover {
2598         color: #efefef;
2599         background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #1873a2), color-stop(1, #6da6c4) );
2600         background:-moz-linear-gradient( center top, #1873a2 5%, #6da6c4 100% );
2601         filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1873a2', endColorstr='#6da6c4');
2602         background-color:#1873a2;
2603 }
2604
2605 #new-event-link:active {
2606         background-color: #1873a2;
2607         position:relative;
2608         top:1px;
2609 }
2610
2611 #new-event-link a {
2612         color: #efefef;
2613         text-align: center;
2614 }
2615
2616 .edit-event-link, .plink-event-link {
2617         float: left;
2618         margin-top: 4px;
2619         margin-right: 4px;
2620         margin-bottom: 15px;
2621 }
2622
2623 .event-description:before {
2624         content: url('calendar.png');
2625         margin-right: 15px;
2626         vertical-align: middle;
2627 }
2628
2629 .event-start, .event-end {
2630         margin-left: 10px;
2631         width: 330px;
2632 }
2633
2634 .event-start .dtstart, .event-end .dtend {
2635         float: right;
2636 }
2637
2638 .event-list-date {
2639         color: #626262;
2640         margin-bottom: 10px;
2641 /*      font-variant:small-caps; */
2642         font-stretch:condensed;
2643 }
2644
2645 .prevcal, .nextcal {
2646         float: left;
2647         margin-left: 32px;
2648         margin-right: 32px;
2649         margin-top: 64px;
2650 }
2651
2652 .event-calendar-end {
2653         clear: both;
2654 }
2655
2656 .calendar {
2657         width: 300px;
2658         font-family: Helvetica, Arial, sans-serif;
2659         background-color: #f1f1f1;
2660         border: 1px solid #dedede;
2661         margin-bottom: 10px;
2662         -moz-box-shadow: 5px 5px 8px #959494;
2663         -webkit-box-shadow: 5px 5px 8px #959494;
2664         box-shadow: 5px 5px 8px #959494;        
2665 }
2666
2667 .calendar caption{
2668         background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #6da6c4), color-stop(1, #1873a2) );
2669         background:-moz-linear-gradient( center top, #6da6c4 5%, #1873a2 100% );
2670         filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#6da6c4', endColorstr='#1873a2');
2671         background-color: #1873a2;
2672         padding: 10px 0px 10px 0px;
2673         width: 300px;
2674         color: #ffffff;
2675         font-weight: bold;
2676         text-align:center;
2677 /*      font-variant:small-caps; */
2678         -moz-box-shadow: 5px 2px 8px #959494;
2679         -webkit-box-shadow: 5px 2px 8px #959494;
2680         box-shadow: 5px 2px 8px #959494;
2681 }
2682
2683 tr {
2684         border: 1px solid #eeeeee;
2685 }
2686
2687 .calendar td {
2688         font-size: 14px;
2689         text-align: center;
2690         padding: 3px 0px;
2691 }
2692
2693 .calendar td > a {
2694         background-color: #cdcdcd;
2695         padding: 2px;
2696         color: #000;
2697 }
2698
2699 .calendar th {
2700         font-size: 16px;        
2701 }
2702
2703 .today {
2704         font-weight: bold;
2705         text-align: center;
2706         background-color: #1873a2;
2707         color: #fff;
2708 }
2709  
2710 #event-start-text, 
2711 #event-finish-text {
2712         margin-top: 10px;
2713         margin-bottom: 5px;
2714 }
2715
2716 #event-nofinish-checkbox, 
2717 #event-nofinish-text, 
2718 #event-adjust-checkbox, 
2719 #event-adjust-text,
2720 #event-share-checkbox {
2721         float: left;
2722 }
2723
2724 #event-datetime-break {
2725         margin-bottom: 10px;
2726 }
2727
2728 #event-nofinish-break, 
2729 #event-adjust-break,
2730 #event-share-break {
2731         clear: both;
2732 }
2733
2734 #event-desc-text, 
2735 #event-location-text {
2736         margin-top: 10px;
2737         margin-bottom: 5px;
2738 }
2739
2740 #event-submit {
2741         margin-top: 10px;
2742 }
2743
2744 /* ============= */
2745 /* = Directory = */
2746 /* ============= */
2747
2748 .directory-item {
2749         float: left;
2750         margin: 50px 50px 0px 0px;
2751 }
2752
2753 .directory-details {
2754         font-size: 0.9em;
2755 /*      font-variant: small-caps; */
2756         width: 160px;
2757 }
2758
2759 .directory-name {
2760         font-size: 1em;
2761 /*      font-variant: small-caps; */
2762         width: 150px;   
2763 }
2764
2765 /* ========= */
2766 /* = Admin = */
2767 /* ========= */
2768
2769 #adminpage {
2770         width: 80%;
2771 }
2772
2773 #pending-update {
2774         float:right;
2775         color: #ffffff;
2776         font-weight: bold;
2777         background-color: #FF0000;
2778         padding: 0em 0.3em;
2779 }
2780
2781 .admin.linklist {
2782         border: 0px; padding: 0px;
2783 }
2784
2785 .admin.link {
2786         list-style-position: inside;
2787         font-size: 1em;
2788         padding: 5px;
2789         width: 100px;
2790         margin: 5px;
2791 }
2792
2793 #adminpage dl {
2794         clear: left;
2795         margin-bottom: 2px;
2796         padding-bottom: 2px;
2797         border-bottom: 1px solid black;
2798 }
2799
2800 #adminpage dt {
2801         width: 200px;
2802         float: left;
2803         font-weight: bold;
2804 }
2805
2806 #adminpage dd {
2807         margin-left: 200px;
2808 }
2809 #adminpage h3 {
2810         border-bottom: 1px solid #898989;
2811         margin-bottom: 5px;
2812         margin-top: 10px;
2813 }
2814
2815 #adminpage .submit {
2816         clear:left;
2817 }
2818
2819 #adminpage #pluginslist {
2820         margin: 0px; padding: 0px;
2821 }
2822
2823 #adminpage .plugin {
2824         list-style: none;
2825         display: block;
2826         border: 1px solid #888888;
2827         padding: 1em;
2828         margin-bottom: 5px;
2829         clear: left;
2830 }
2831
2832 #adminpage .toggleplugin {
2833         float:left;
2834         margin-right: 1em;
2835 }
2836
2837 #adminpage table {width:100%; border-bottom: 1p solid #000000; margin: 5px 0px;}
2838 #adminpage table th { text-align: left;}
2839 #adminpage td .icon { float: left;}
2840 #adminpage table#users img { width: 16px; height: 16px; }
2841 #adminpage table tr:hover { background-color: #eeeeee; }
2842 #adminpage .selectall { text-align: right; }
2843
2844 /* =============== */
2845 /* = Form Fields = */
2846 /* =============== */
2847
2848 .field {
2849         margin-bottom: 5px;
2850         padding-bottom: 0px;
2851         /*overflow: auto;*/
2852         width: 90%;
2853 }
2854
2855 .field label {
2856         float: left;
2857         width: 400px; /*550*/
2858 }
2859
2860 .field input,
2861 .field textarea {
2862         width: 220px;
2863         border: 1px solid #CDCDCD;
2864         border-radius: 5px 5px 5px 5px;
2865         /*box-shadow: 3px 3px 4px 0 #959494;*/
2866 }
2867 .field textarea { height: 100px; }
2868 .field_help {
2869         display: block;
2870         margin-left: 100px;
2871         color: #666666; 
2872 }
2873
2874 .field .onoff {
2875         float: left;
2876         width: 80px;
2877 }
2878 .field .onoff a {
2879         display: block;
2880         border:1px solid #c1c1c1;
2881         background-image:url("../../../images/onoff.jpg");
2882         background-repeat: no-repeat;
2883         padding: 4px 2px 2px 2px;
2884         height: 16px;
2885         text-decoration: none;
2886 }
2887 .field .onoff .off {
2888         border-color:#c1c1c1;
2889         padding-left: 40px;
2890         background-position: left center;
2891         background-color: #cccccc;
2892         color: #666666;
2893         text-align: right;
2894 }
2895
2896 .field .onoff .on {
2897         border-color:#c1c1c1;
2898         padding-right: 40px;
2899         background-position: right center;
2900         background-color: #1873a2;
2901         color: #FFFFFF;
2902         text-align: left;
2903 }
2904
2905 .hidden { display: none!important; }
2906
2907 .field.radio .field_help { margin-left: 0px; }
2908
2909 /* ========= */
2910 /* = Icons = */
2911 /* ========= */
2912
2913 .sparkle {
2914         cursor: url('lock.cur'), pointer;
2915 }
2916
2917 .icon {
2918         margin-left: 5px;
2919         margin-right: 5px;
2920         display: block; width: 20px; height: 20px;
2921         background-image: url('icons.png');
2922 }
2923 .starred { 
2924         background-image: url("star.png"); 
2925         repeat: no-repeat;
2926 }
2927 .unstarred { 
2928         background-image: url("premium.png");
2929         repeat: no-repeat;
2930 }
2931
2932 .notify {
2933         background-image: url("notifications.png");}
2934         repeat: no-repeat;
2935 }
2936
2937 .border {
2938         border: 1px solid #c1c1c1;
2939         -webkit-border-radius: 3px;
2940         -moz-border-radius: 3px;
2941         border-radius: 3px;     
2942 }
2943
2944 .article        { background-position: -50px  0px;}
2945 .audio          { background-position: -70px  0px;}
2946 .block          { background-position: -90px  0px;}
2947 .drop           { background-position: -110px 0px;}
2948 .drophide       { background-position: -130px 0px;}
2949 .edit           { background-position: -150px 0px;}
2950 .camera         { background-position: -170px 0px;}
2951 .dislike        { background-position: -190px 0px;}
2952 .like           { background-position: -210px 0px;}
2953 .link           { background-position: -230px 0px;}
2954 .globe          { background-position: -50px  -20px;}
2955 .noglobe        { background-position: -70px  -20px;}
2956 .no             { background-position: -90px  -20px;}
2957 .pause          { background-position: -110px -20px;}
2958 .play           { background-position: -130px -20px;}
2959 .pencil         { background-position: -150px -20px;}
2960 .small-pencil   { background-position: -170px -20px;}
2961 .recycle        { background-position: -190px -20px;}
2962 .remote-link    { background-position: -210px -20px;}
2963 .share          { background-position: -230px -20px;}
2964 .tools          { background-position: -50px  -40px;}
2965 .lock           { background-position: -70px  -40px;}
2966 .unlock         {
2967         background-position: -90px  -40px;
2968         background-image: none;
2969         width: 70px;
2970         height: 20px;
2971 }
2972
2973 .sharePerms {
2974         background-image: url(icons.png);
2975         width: 20px;
2976         height: 20px;
2977         margin: 2px 0px 2px 3px;
2978         display: block;
2979 }
2980
2981 .video          { background-position: -110px -40px;}
2982 .youtube        { background-position: -130px -40px;}
2983
2984 .attach         { background-position: -190px -40px;}
2985 .language       { background-position: -210px -40px;}
2986
2987
2988 .on             { background-position: -50px  -60px;}
2989 .off            { background-position: -70px  -60px;}
2990 .prev           { background-position: -90px  -60px;}
2991 .next           { background-position: -110px -60px;}
2992 .tagged     { background-position: -130px -60px;}
2993
2994 .icon.dim { opacity: 0.3;filter:alpha(opacity=30); }
2995
2996 .attachtype {
2997         display: block; width: 20px; height: 23px;
2998         background-image: url('../../../images/content-types.png');
2999 }
3000
3001 .type-video { background-position: 0px 0px; }
3002 .type-image { background-position: -20px 0px; }
3003 .type-audio { background-position: -40px 0px; }
3004 .type-text  { background-position: -60px 0px; }
3005 .type-unkn  { background-position: -80px 0px; }
3006
3007 /* ========== */
3008 /* = Footer = */
3009 /* ========== */
3010                                  
3011 .cc-license { margin-top: 100px; font-size: 0.7em; }                                  
3012 footer { display: block; margin: 50px 20%; clear: both; }
3013                                   
3014 #profile-jot-text {
3015         height: 20px;
3016         color:#cccccc;
3017         /*border: 1px solid #cccccc;*/
3018 }
3019
3020 /* ======= */
3021 /* = ACL = */
3022 /* ======= */
3023
3024 #photo-edit-perms-select,
3025 #photos-upload-permissions-wrapper,
3026 #profile-jot-acl-wrapper{
3027         display:block!important;
3028 }
3029
3030 #acl-wrapper {
3031         width: 690px;
3032         float:left;
3033 }
3034 #acl-search {
3035         float:right;
3036         background: #ffffff url("../../../images/search_18.png") no-repeat right center;
3037         padding-right:20px;
3038 }
3039 #acl-showall {
3040         float: left;
3041         display: block;
3042         font-size: 1em;
3043         font-style: bold;
3044         text-align: center;
3045         padding: 3px;
3046         margin-bottom: 5px;
3047         background-color: #cccccc;
3048         background-position: 7px 7px;
3049         background-repeat: no-repeat;
3050         padding: 5px;
3051         -webkit-border-radius: 5px ;
3052         -moz-border-radius: 5px;
3053         border-radius: 5px;
3054         color: #999999;
3055 }
3056 #acl-showall.selected {
3057         color: #fff;
3058         background-color: #1873a2;
3059 }
3060
3061 #acl-list {
3062         height: auto;
3063         border: 1px solid #cccccc;
3064         background-color: #efefef;
3065         clear: both;
3066         margin-top: 30px;
3067         overflow: auto;
3068 }
3069
3070 #acl-list-content {
3071         margin-left: 20px;
3072 }
3073
3074 .acl-list-item {
3075         display: block;
3076         width: 155px;
3077         height: 50px;
3078         border: 1px solid #cccccc;
3079         background-color: #fff;
3080         margin: 5px;
3081         float: left;
3082         -moz-box-shadow: 2px 2px 3px #c1c1c1;
3083         -webkit-box-shadow: 2px 2px 3px #c1c1c1;
3084         box-shadow: 2px 2px 3px #c1c1c1;
3085 }
3086 .acl-list-item img{
3087         width:30px;
3088         height: 30px;
3089         float: left;
3090         margin: 5px;
3091 }
3092
3093 .acl-list-item p {
3094         color: #999;
3095         height: 12px;
3096         font-size: 0.7em;
3097         margin: 0px;
3098         padding: 2px 0px 1px;
3099         overflow: hidden;
3100 }
3101
3102 .acl-list-item a { 
3103         font-size: 10px;
3104         display: block;
3105         float: left;
3106         color: #efefef;
3107         background-color: #898989;
3108         background-position: 3px 3px;
3109         background-repeat: no-repeat;
3110         margin: 10px 0 0 5px;
3111         -webkit-border-radius: 2px ;
3112         -moz-border-radius: 2px;
3113         border-radius: 2px;
3114         padding: 3px;
3115 }
3116
3117 #acl-wrapper a:hover {
3118         text-decoration: none;
3119         background-color:#1873a2;
3120 }
3121
3122 .acl-button-show.selected {
3123         color: #efefef;
3124         background-color: #1873a2;
3125 }
3126
3127 .acl-button-hide.selected {
3128         color: #efefef;
3129         background-color: #a2a2a2;
3130 }
3131
3132 .acl-list-item.groupshow { border-color: #1873a2; }
3133 .acl-list-item.grouphide { border-color: #a2a2a2; }
3134
3135 /* ========================= */
3136 /* = Global Directory Link = */
3137 /* ========================= */
3138
3139 #global-directory-link {
3140         width: 130px;
3141         padding: 7px;
3142         margin-bottom: 10px;
3143         margin-left: 0px;
3144         -moz-box-shadow:inset 0px 1px 0px 0px #cfcfcf;
3145         -webkit-box-shadow:inset 0px 1px 0px 0px #cfcfcf;
3146         box-shadow:inset 0px 1px 0px 0px #cfcfcf;
3147         background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #bdbdbd), color-stop(1, #a2a2a2) );
3148         background:-moz-linear-gradient( center top, #bdbdbd 5%, #a2a2a2 100% );
3149         filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#bdbdbd', endColorstr='#a2a2a2');
3150         background-color:#bdbdbd;
3151         -moz-border-radius:5px;
3152         -webkit-border-radius:5px;
3153         border-radius:5px;
3154         color: #efefef;
3155         text-align: center;
3156 }
3157
3158 #global-directory-link:hover {
3159         color: #efefef;
3160         background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #1873a2), color-stop(1, #6da6c4) );
3161         background:-moz-linear-gradient( center top, #1873a2 5%, #6da6c4 100% );
3162         filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1873a2', endColorstr='#6da6c4');
3163         background-color:#1873a2;
3164 }
3165
3166 #global-directory-link:active {
3167         background-color: #1873a2;
3168         position:relative;
3169         top:1px;
3170 }
3171
3172 #global-directory-link a {
3173         color: #efefef;
3174 }
3175
3176 #global-directory-link {
3177         -webkit-padding-start: 0px;
3178 }
3179
3180 a.active {
3181         background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #1873a2), color-stop(1, #6da6c4) );
3182         background:-moz-linear-gradient( center top, #1873a2 5%, #6da6c4 100% );
3183         filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1873a2', endColorstr='#6da6c4');
3184         background-color:#1873a2;
3185         color:#efefef;
3186         padding: 5px 10px 5px 10px;
3187         margin-right: 5px;
3188 }
3189
3190 /* notifications popup menu */
3191 .nav-notify {
3192         display: none;
3193         position: absolute;
3194         font-size: 10px;
3195         padding: 1px 3px;
3196         top: 0px;
3197         right: -10px;
3198         min-width: 15px;
3199         text-align: right;
3200 }
3201 .nav-notify.show {
3202         display: block;
3203 }
3204 ul.menu-popup {
3205         position: absolute;
3206         display: none;
3207         width: 10em;
3208         margin: 0px;
3209         padding: 0px;
3210         list-style: none;
3211         z-index: 100000;
3212         top: 40px;
3213 }
3214 #nav-notifications-menu {
3215         width: 320px;
3216         max-height: 400px;
3217         overflow-y: scroll;overflow-style:scrollbar;
3218         background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #797979), color-stop(1, #898988) );
3219         background:-moz-linear-gradient( center top, #797979 5%, #898988 100% );
3220         filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#797979', endColorstr='#898988');
3221         background-color:#a2a2a2;
3222         -moz-border-radius:0px 0px 5px 5px;
3223         -webkit-border-radius:0px 0px 5px 5px;
3224         border-radius:0px 0px 5px 5px;
3225         border: 1px solid #9A9A9A;
3226         border-top: none;
3227         -moz-box-shadow: 5px 5px 10px #242424;
3228         -webkit-box-shadow: 5px 5px 10px #242424;
3229         box-shadow: 5px 5px 10px #242424;
3230 }
3231
3232 #nav-notifications-menu .contactname { font-weight: bold; font-size: 0.9em; }
3233 #nav-notifications-menu img { float: left; margin-right: 5px; }
3234 #nav-notifications-menu .notif-when { font-size: 0.8em; display: block; }
3235 #nav-notifications-menu li {
3236         padding: 7px 0px 7px 10px;
3237         word-wrap:normal;
3238         border-bottom: 1px solid #626262;
3239 }
3240
3241 #nav-notifications-menu li:hover {
3242         background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #1873a2), color-stop(1, #6da6c4) );
3243         background:-moz-linear-gradient( center top, #1873a2 5%, #6da6c4 100% );
3244         filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1873a2', endColorstr='#6da6c4');
3245         background-color:#1873a2;
3246 }
3247
3248 #nav-notifications-menu a:hover {
3249         text-decoration: underline;
3250 }
3251
3252 .notif-item a {
3253         vertical-align: middle;
3254         color: #626262;
3255         padding-bottom: 7px;
3256 }
3257
3258 .notif-item a:hover {
3259         color: #1873a2;
3260 }
3261
3262 .notif-image {
3263         width: 32px;
3264         height: 32px;
3265         padding: 7px 7px 0px 0px;
3266 }
3267
3268 #jGrowl {
3269         z-index: 20000;
3270 }
3271
3272 /* autocomplete popup */
3273 .acpopup {
3274         max-height:150px;
3275         overflow:auto;
3276         z-index:100000;
3277         color: #2e3436;
3278         border-top: 0px;
3279         background: #eeeeee;
3280         border-right: 1px solid #dddddd;
3281         border-left: 1px solid #dddddd;
3282         border-bottom: 1px solid #dddddd;
3283         -webkit-border-radius: 0px 5px 5px 5px;
3284         -moz-border-radius: 0px 5px 5px 5px;
3285         border-radius: 0px 5px 5px 5px;
3286         -moz-box-shadow: 3px 3px 4px #959494;
3287         -webkit-box-shadow: 3px 3px 4px #959494;
3288         box-shadow: 3px 3px 4px #959494;
3289 }
3290
3291 .acpopupitem {
3292         color: #2e3436; padding: 4px;
3293         clear:left;
3294 }
3295 .acpopupitem img {
3296         float: left;
3297         margin-right: 4px;
3298 }
3299
3300 .acpopupitem.selected {
3301         color: #efefef;
3302         background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #1873a2), color-stop(1, #6da6c4) );
3303         background:-moz-linear-gradient( center top, #1873a2 5%, #6da6c4 100% );
3304         filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1873a2', endColorstr='#6da6c4');
3305         background-color:#1873a2; 
3306         order-bottom: none;
3307 }
3308
3309 .qcomment {
3310         opacity: 0;
3311         filter:alpha(opacity=0);
3312 }
3313
3314 .qcomment:hover {
3315         opacity: 1.0;
3316         filter:alpha(opacity=100);
3317 }
3318
3319 .notify-seen {
3320         background: #000;
3321 }
3322
3323 /* Pages profile widget */
3324 #page-profile div#profile-page-list{
3325         margin-left: 45px;
3326 }
3327
3328 hr.line-dots {
3329     background: url("dot.png") repeat-x scroll left center transparent;
3330     border: medium none;
3331     /*padding: 0.5em 0;*/
3332 }