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