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