]> git.mxchange.org Git - friendica.git/blob - view/theme/diabook/diabook-aerith/style-network.css
Merge remote-tracking branch 'upstream/master'
[friendica.git] / view / theme / diabook / diabook-aerith / style-network.css
1 /**
2  * Fabio Comuni <http://kirgroup.com/profile/fabrixxm>
3  * Additional Changes: Michael Vogel <icarus@dabo.de>
4  **/
5
6 /* ========= */
7 /* = Admin = */
8 /* ========= */
9
10 #adminpage {
11 /*        width: 80%;*/
12 }
13
14 #pending-update {
15         float:right;
16         color: #ffffff;
17         font-weight: bold;
18         background-color: #FF0000;
19         padding: 0em 0.3em;
20 }
21
22 .admin.linklist {
23         border: 0px; padding: 0px;
24 }
25
26 .admin.link {
27         list-style-position: inside;
28         font-size: 1em;
29         padding: 5px;
30         width: 100px;
31         margin: 5px;
32 }
33
34 #adminpage dl {
35         clear: left;
36         margin-bottom: 2px;
37         padding-bottom: 2px;
38         border-bottom: 1px solid black;
39 }
40
41 #adminpage dt {
42         width: 200px;
43         float: left;
44         font-weight: bold;
45 }
46
47 #adminpage dd {
48         margin-left: 200px;
49 }
50 #adminpage h3 {
51         border-bottom: 1px solid #898989;
52         margin-bottom: 5px;
53         margin-top: 10px;
54 }
55
56 #adminpage .submit {
57         clear:left;
58 }
59
60 #adminpage #pluginslist {
61         margin: 0px; padding: 0px;
62 }
63
64 #adminpage .plugin {
65         list-style: none;
66         display: block;
67         /* border: 1px solid #888888; */
68         padding: 1em;
69         margin-bottom: 5px;
70         clear: left;
71 }
72
73 #adminpage .toggleplugin {
74         float:left;
75         margin-right: 1em;
76 }
77
78 #adminpage table {width:100%; border-bottom: 1p solid #000000; margin: 5px 0px;}
79 #adminpage table th { text-align: left;}
80 #adminpage td .icon { float: left;}
81 #adminpage table#users img { width: 16px; height: 16px; }
82 #adminpage table tr:hover { background-color: #eeeeee; }
83 #adminpage .selectall { text-align: right; }
84 /* icons */
85
86 .icon.contacts {
87   background-image: url("../diabook-aerith/icons/contacts.png");}
88 .icon.notifications {
89   background-image: url("../diabook-aerith/icons/notifications.png");}
90 .icon.notify {
91   background-image: url("../diabook-aerith/icons/notify.png");}
92 .icon.messages {
93   background-image: url("../diabook-aerith/icons/messages.png");}
94 .icon.community {
95   background-image: url("../diabook-aerith/icons/community.png");}
96   
97 .icon.drop      { background-image: url("../diabook-aerith/icons/drop.png");}
98 .icon.drophide  { background-image: url("../diabook-aerith/icons/drop.png");}
99 .icon.dislike   { background-image: url("../diabook-aerith/icons/dislike.png");}
100 .icon.like      { background-image: url("../diabook-aerith/icons/like.png");}
101 .icon.pencil    { background-image: url("../diabook-aerith/icons/pencil.png");}
102 .icon.recycle   { background-image: url("../diabook-aerith/icons/recycle.png");}
103 .icon.remote-link { background-image: url("../diabook-aerith/icons/remote.png");}
104 .icon.tagged    { background-image: url("../diabook-aerith/icons/tagged.png");}
105 .icon.file-as { background-image: url("../diabook-aerith/icons/file_as.png");}
106 .star-item.icon.unstarred { background-image: url("../diabook-aerith/icons/unstarred.png");}
107 .star-item.icon.starred { background-image: url("../diabook-aerith/icons/starred.png");}
108 .icon.link              { background-image: url("../diabook-aerith/icons/link.png");}
109 .icon.lock              { background-image: url("../diabook-aerith/icons/lock.png");}
110 .icon.unlock            { background-image: url("../diabook-aerith/icons/unlock.png");}
111 .icon.language    { background-image: url("../diabook-aerith/icons/language.png");}
112
113
114 .camera         { background-image: url("../diabook-aerith/icons/camera.png"); 
115                           display: block; width: 28px; height: 28px; background-repeat: no-repeat;
116                           }
117 .attach         { background-image: url("../diabook-aerith/icons/attach.png"); 
118                           display: block; width: 28px; height: 28px; background-repeat: no-repeat;
119                           }
120 .video2         { background-image: url("../diabook-aerith/icons/video.png"); 
121                           display: block; width: 28px; height: 28px; background-repeat: no-repeat;
122                           }     
123 .video  { background-image: url("../diabook-aerith/icons/video.png"); 
124                           display: block; width: 100%; height: 140px; background-repeat: no-repeat;
125                           }
126 .audio2         { background-image: url("../diabook-aerith/icons/audio.png"); 
127                           display: block; width: 28px; height: 28px; background-repeat: no-repeat;
128                           }
129 .audio  { background-image: url("../diabook-aerith/icons/audio.png"); 
130                           display: block; width: 28px; height: 28px; background-repeat: no-repeat;
131                           }
132 .weblink        { background-image: url("../diabook-aerith/icons/weblink.png"); 
133                           display: block; width: 28px; height: 28px; background-repeat: no-repeat;
134                           }
135 .globe  { background-image: url("../diabook-aerith/icons/globe.png"); 
136                           display: block; width: 28px; height: 28px; background-repeat: no-repeat;
137                           }
138 .unglobe        { background-image: url("../diabook-aerith/icons/unglobe.png"); 
139                           display: block; width: 28px; height: 28px; background-repeat: no-repeat;
140                           }
141 .edit    {background-image: url("../diabook-aerith/icons/pencil2.png"); 
142                           display: block; width: 28px; height: 28px; background-repeat: no-repeat;}
143                           
144                           
145
146
147 .article        { background-position: -50px  0px;}
148 /*.audio                { background-position: -70px  0px;}*/
149 .block          { background-position: -90px  0px;}
150 /*.drop                 { background-position: -110px 0px;}*/
151 /*.drophide     { background-position: -130px 0px;}*/
152 /*.edit                 { background-position: -150px 0px;}*/
153 /*.camera       { background-position: -170px 0px;}*/
154 /*.dislike      { background-position: -190px 0px;}*/
155 /*.like                 { background-position: -210px 0px;}*/
156 /*.link                 { background-position: -230px 0px;}*/
157
158 /*.globe                { background-position: -50px  -20px;}*/
159 /*.noglobe      { background-position: -70px  -20px;}*/
160 .no             { background-position: -90px  -20px;}
161 .pause          { background-position: -110px -20px;}
162 .play           { background-position: -130px -20px;}
163 /*.pencil       { background-position: -150px -20px;}*/
164 .small-pencil   { background-position: -170px -20px;}
165 /*.recycle      { background-position: -190px -20px;}*/
166 /*.remote-link  { background-position: -210px -20px;}*/
167 .share          { background-position: -230px -20px;}
168
169 .tools          { background-position: -50px  -40px;}
170 /*.lock                 { background-position: -70px  -40px;}*/
171
172 /*.video          { background-position: -110px -40px;}*/
173 .youtube        { background-position: -130px -40px;}
174
175 /*.attach         { background-position: -190px -40px;}*/
176 /*.language       { background-position: -210px -40px;}*/
177
178
179 .icon.on             { background-image: url("../diabook-aerith/icons/toogle_on.png"); background-repeat: no-repeat;}
180 .icon.off            { background-image: url("../diabook-aerith/icons/toogle_off.png"); background-repeat: no-repeat;}
181 .prev           { background-position: -90px  -60px;}
182 .next           { background-position: -110px -60px;}
183 /*.tagged     { background-position: -130px -60px;}*/
184
185 .attachtype {
186         display: block; width: 20px; height: 23px;
187         background-image: url('../../../../images/content-types.png');
188 }
189
190 .type-video { background-position: 0px 0px; }
191 .type-image { background-position: -20px 0px; }
192 .type-audio { background-position: -40px 0px; }
193 .type-text  { background-position: -60px 0px; }
194 .type-unkn  { background-position: -80px 0px; }
195
196 .icon.drop, .icon.drophide {
197  float: left;
198 }
199
200 .icon {
201   display: block;
202   width: 20px;
203   height: 20px;
204   /*background-image: url('icons.png');*/
205 }
206
207 .icon {
208   background-color: transparent ;
209   background-repeat: no-repeat;
210   /* background-position: left center; */
211   display: block;
212   overflow: hidden;
213   text-indent: -9999px;
214   padding: 1px;
215 }
216
217 .icon.border.camera{
218   background-image: url("../diabook-aerith/icons/camera.png"); 
219   display: block; width: 28px; height: 28px; background-repeat: no-repeat;
220         }
221         
222 .icon.border.link{
223   background-image: url("../diabook-aerith/icons/weblink.png"); 
224   display: block; width: 28px; height: 28px; background-repeat: no-repeat;
225   margin-left: 10px;
226         }
227
228 .icon.text {
229   text-indent: 0px;
230 }
231 .icon.s10 {
232   min-width: 10px;
233   height: 10px;
234 }
235 .icon.s10.notify {
236   background-image: url("../../../../images/icons/10/notify_off.png");
237 }
238 .icon.s10.gear {
239   background-image: url("../../../../images/icons/10/gear.png");
240 }
241 .icon.s10.add {
242   background-image: url("../../../../images/icons/10/add.png");
243 }
244 .icon.s10.delete {
245   background-image: url("../../../../images/icons/10/delete.png");
246 }
247 .icon.s10.edit {
248   background-image: url("../../../../images/icons/10/edit.png");
249 }
250 .icon.s10.star {
251   background-image: url("../../../../images/star_dummy.png");
252 }
253 .icon.s10.menu {
254   background-image: url("../../../../images/icons/10/menu.png");
255 }
256 .icon.s10.link {
257   background-image: url("../../../../images/icons/10/link.png");
258 }
259 .icon.s10.lock {
260   background-image: url("../../../../images/icons/10/lock.png");
261 }
262 .icon.s10.unlock {
263   background-image: url("../../../../images/icons/10/unlock.png");
264 }
265 .icon.s10.text {
266   padding: 2px 0px 0px 15px;
267   font-size: 10px;
268 }
269 .icon.s16 {
270   min-width: 16px;
271   height: 16px;
272 }
273 .icon.s16.notify {
274   background-image: url("../../../../images/icons/16/notify_off.png");
275 }
276 .icon.s16.gear {
277   background-image: url("../../../../images/icons/16/gear.png");
278 }
279 .icon.s16.add {
280   background-image: url("../../../../images/icons/16/add.png");
281 }
282 .icon.s16.delete {
283   background-image: url("../../../../images/icons/16/delete.png");
284 }
285 /*.icon.s16.edit {
286   background-image: url("../../../../images/icons/16/edit.png");
287 }*/
288 .icon.s16.star {
289   background-image: url("../../../../images/star_dummy.png");
290 }
291 .icon.s16.menu {
292   background-image: url("../../../../images/icons/16/menu.png");
293 }
294 /*.icon.s16.link {
295   background-image: url("../../../../images/icons/16/link.png");
296 }*/
297 .icon.s16.lock {
298   background-image: url("../../../../images/icons/16/lock.png");
299 }
300 .icon.s16.unlock {
301   background-image: url("../../../../images/icons/16/unlock.png");
302 }
303 .icon.s16.text {
304   padding: 4px 0px 0px 20px;
305   font-size: 10px;
306 }
307 .icon.s22 {
308   min-width: 22px;
309   height: 22px;
310 }
311 .icon.s22.notify {
312   background-image: url("../../../../images/icons/22/notify_off.png");
313 }
314 .icon.s22.gear {
315   background-image: url("../../../../images/icons/22/gear.png");
316 }
317 .icon.s22.add {
318   background-image: url("../../../../images/icons/22/add.png");
319 }
320 .icon.s22.delete {
321   background-image: url("../../../../images/icons/22/delete.png");
322 }
323 .icon.s22.edit {
324   background-image: url("../../../../images/icons/22/edit.png");
325 }
326 .icon.s22.star {
327   background-image: url("../../../../images/star_dummy.png");
328 }
329 .icon.s22.menu {
330   background-image: url("../../../../images/icons/22/menu.png");
331 }
332 .icon.s22.link {
333   background-image: url("../../../../images/icons/22/link.png");
334 }
335 .icon.s22.lock {
336   background-image: url("../../../../images/icons/22/lock.png");
337 }
338 .icon.s22.unlock {
339   background-image: url("../../../../images/icons/22/unlock.png");
340 }
341 .icon.s22.text {
342   padding: 10px 0px 0px 25px;
343   width: 200px;
344 }
345 .icon.s48 {
346   width: 48px;
347   height: 48px;
348 }
349 .icon.s48.notify {
350   background-image: url("../../../../images/icons/48/notify_off.png");
351 }
352 .icon.s48.gear {
353   background-image: url("../../../../images/icons/48/gear.png");
354 }
355 .icon.s48.add {
356   background-image: url("../../../../images/icons/48/add.png");
357 }
358 .icon.s48.delete {
359   background-image: url("../../../../images/icons/48/delete.png");
360 }
361 .icon.s48.edit {
362   background-image: url("../../../../images/icons/48/edit.png");
363 }
364 .icon.s48.star {
365   background-image: url("../../../../images/star_dummy.png");
366 }
367 .icon.s48.menu {
368   background-image: url("../../../../images/icons/48/menu.png");
369 }
370 .icon.s48.link {
371   background-image: url("../../../../images/icons/48/link.png");
372 }
373 .icon.s48.lock {
374   background-image: url("../../../../images/icons/48/lock.png");
375 }
376 .icon.s48.unlock {
377   background-image: url("../../../../images/icons/48/unlock.png");
378 }
379
380 #contact-edit-links ul {
381   list-style: none;
382   list-style-type: none;
383 }
384
385 .hide-comments-outer {
386   margin-left: 80px;
387   margin-bottom: 1px;
388   width: 484px;
389   border-bottom: 1px solid #BDCDD4;
390   background-color: #fff;
391   padding: 8px;
392 }
393
394 /* global */
395 body {
396   font-family: 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
397   font-size: 12.5px;
398   background-color: #ffffff;
399   color: #2d2d2d;
400   margin: 50px auto auto;
401   display: table;
402 }
403
404 h4 {
405   font-size: 1.1em;
406 }
407
408 a {
409         color: #333333;
410         /* color: #3e3e8c; */
411         text-decoration: none;
412 }
413 a:hover {
414         /* color: blue; */
415         text-decoration: underline
416 }
417
418 .wall-item-name-link {
419 /*  float: left;*/
420 }
421
422 .wall-item-photo {
423   width: 48px;
424   height: 48px;
425   overflow: hidden;
426   display: block;
427 }
428
429 .left {
430   float: left;
431 }
432 .right {
433   float: right;
434 }
435 .hidden {
436   display: none;
437 }
438 .clear {
439   clear: both;
440 }
441 .fakelink {
442   color: #3465A4;
443   /* color: #3e3e8c; */
444   text-decoration: none;
445   cursor: pointer;
446 }
447 .fakelink:hover {
448   /* color: blue; */
449   /*color: #005c94; */
450   text-decoration: underline;
451 }
452 code {
453   font-family: Courier, monospace;
454   white-space: pre;
455   display: block;
456   overflow: auto;
457   border: 1px solid #444;
458   background: #EEE;
459   color: #444;
460   padding: 10px;
461   margin-top: 20px;
462 }
463 #panel {
464   position: absolute;
465   width: 12em;
466   background: #ffffff;
467   color: #2d2d2d;
468   margin: 0px;
469   padding: 1em;
470   list-style: none;
471   border: 3px solid #364e59;
472   z-index: 100000;
473   -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.7);
474   -moz-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.7);
475   box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.7);
476 }
477 /* tool */
478 .tool {
479   height: auto;
480   overflow: auto;
481   padding: 3px;
482 }
483 #saved-search-ul .tool:hover,
484 #nets-sidebar .tool:hover,
485 #sidebar-group-list .tool:hover ,
486 #fileas-sidebar .tool:hover {
487         background: aliceBlue;
488 }
489 .tool .label {
490   float: left;
491 }
492 .tool .action {
493   float: right;
494 }
495 .tool a {
496   color: #3465A4;
497 }
498 .tool a:hover {
499   text-decoration: none;
500 }
501 /* popup notifications */
502 div.jGrowl div.notice {
503   background: #511919 url("../../../../images/icons/48/notice.png") no-repeat 5px center;
504   color: #ffffff;
505   padding-left: 58px;
506 }
507 div.jGrowl div.info {
508   background: #364e59 url("../../../../images/icons/48/info.png") no-repeat 5px center;
509   color: #ffffff;
510   padding-left: 58px;
511 }
512 /* header */
513 header {
514   position: fixed;
515   left: 0%;
516   right: 80%;
517   top: 0px;
518   margin: 0px;
519   padding: 0px;
520   width: 22%;
521   height: 32px;
522   background: #ff500f;
523   background-color: #ff500f;
524   z-index: 100;
525   border-bottom: 1px;
526   border-bottom-color: black;
527   border-bottom-style: inset;
528   background-image: linear-gradient(bottom, rgb(215,227,241) 26%, rgb(255,255,255) 82%);
529 background-image: -o-linear-gradient(bottom, rgb(215,227,241) 26%, rgb(255,255,255) 82%);
530 background-image: -moz-linear-gradient(bottom, rgb(215,227,241) 26%, rgb(255,255,255) 82%);
531 background-image: -webkit-linear-gradient(bottom, rgb(215,227,241) 26%, rgb(255,255,255) 82%);
532 background-image: -ms-linear-gradient(bottom, rgb(215,227,241) 26%, rgb(255,255,255) 82%);
533
534 background-image: -webkit-gradient(
535         linear,
536         left bottom,
537         left top,
538         color-stop(0.26, rgb(215,227,241)),
539         color-stop(0.82, rgb(255,255,255))
540 );
541 }
542 header #site-location {
543   display: none;
544 }
545 header #banner {
546   overflow: hidden;
547   text-align: left;
548   width: 82%%;
549   margin-left: 25%;
550 }
551 header #banner a,
552 header #banner a:active,
553 header #banner a:visited,
554 header #banner a:link,
555 header #banner a:hover {
556   color: black;
557   text-decoration: none;
558   outline: none;
559   vertical-align: middle;
560   font-weight: bolder;
561   margin-left: 3px;
562 }
563 header #banner #logo-img {
564   height: 25px;
565   margin-top: 3px;
566 }
567 header #banner #logo-text {
568   font-size: 20px;
569   position: absolute;
570   top: 10%;
571 }
572 /* nav */
573 nav {
574   width: 80%;
575   height: 32px;
576   position: fixed;
577   left: 22%;
578   top: 0px;
579   padding: 0px;
580   background: #ff500f;
581   color: #000;
582   z-index: 99;
583   border-bottom: 1px;
584   border-bottom-color: black;
585   border-bottom-style: inset;
586   background-image: linear-gradient(bottom, rgb(215,227,241) 26%, rgb(255,255,255) 82%);
587 background-image: -o-linear-gradient(bottom, rgb(215,227,241) 26%, rgb(255,255,255) 82%);
588 background-image: -moz-linear-gradient(bottom, rgb(215,227,241) 26%, rgb(255,255,255) 82%);
589 background-image: -webkit-linear-gradient(bottom, rgb(215,227,241) 26%, rgb(255,255,255) 82%);
590 background-image: -ms-linear-gradient(bottom, rgb(215,227,241) 26%, rgb(255,255,255) 82%);
591
592 background-image: -webkit-gradient(
593         linear,
594         left bottom,
595         left top,
596         color-stop(0.26, rgb(215,227,241)),
597         color-stop(0.82, rgb(255,255,255))
598 );
599 }
600 nav a,
601 nav a:active,
602 nav a:visited,
603 nav a:link,
604 nav a:hover {
605   /*color: #1f1f1f;*/
606   text-decoration: none;
607   outline: none;
608 }
609 nav #banner {
610   overflow: hidden;
611   /*text-align: center;*/
612   width: 100%;
613 }
614 nav #banner a,
615 nav #banner a:active,
616 nav #banner a:visited,
617 nav #banner a:link,
618 nav #banner a:hover {
619   color: #ffffff;
620   text-decoration: none;
621   outline: none;
622   vertical-align: bottom;
623 }
624 nav #banner #logo-img {
625   height: 22px;
626   margin-top: 5px;
627 }
628 nav #banner #logo-text {
629   font-size: 22px;
630 }
631 nav #navbar{
632         }
633 nav ul {
634   margin: 0px;
635   padding: 0px 20px;
636 }
637 nav ul li {
638   list-style: none;
639   margin: 0px;
640   /* padding: 1px 1px 3px 1px; */
641   float: left;
642 }
643 nav ul li .menu-popup {
644   left: 0px;
645   right: auto;
646 }
647
648 nav #logo-img {
649   height: 25px;
650   margin-top: 4px;
651   margin-left: 30px;
652 }
653
654 nav #logo-text {
655     font-size: 22px;
656     margin-top: 3px;
657     margin-right: 15px;
658 }
659 nav .nav-menu-search {
660   position: relative;
661
662   margin: 4px 17px;
663   margin-right: 0px;
664   height: 17px;
665   width: 180px;
666   
667 }
668
669 nav #search-box #search-text {
670   background-image:  url('icons/lupe.png');
671   background-repeat:no-repeat;
672   padding-left:20px;
673   border-top-left-radius: 15px;
674 border-top-right-radius: 15px;
675 border-bottom-right-radius: 15px;
676 border-bottom-left-radius: 15px;
677         }
678
679
680 nav .nav-menu-icon {
681   position: relative;
682   height: 22px;
683   padding: 5px;
684   margin: 0px 5px;
685   -moz-border-radius: 5px 5px 0 0;
686   -webkit-border-radius: 5px 5px 0 0;
687   border-radius: 5px 5px 0 0;
688 }
689 nav .nav-menu-icon:hover {
690   position: relative;
691   height: 22px;
692   padding: 5px;
693   margin: 0px 5px;
694   -moz-border-radius: 5px 5px 0 0;
695   -webkit-border-radius: 5px 5px 0 0;
696   border-radius: 5px 5px 0 0;
697 }
698
699 nav .nav-menu-icon.selected {
700   background-color: #fff;
701 }
702 nav .nav-menu-icon img {
703   width: 22px;
704   height: 22px;
705 }
706 nav .nav-menu-icon .nav-notify {
707   top: 3px;
708 }
709 nav .nav-menu {
710   position: relative;
711   height: 16px;
712   padding: 5px;
713   margin: 3px 15px 0px;
714   font-size: 13px;
715   /*border: 3px solid #364A84;*/
716 }
717 nav .nav-menu.selected {
718   /*border-bottom: 3px solid #9eabb0;*/
719 }
720 nav .nav-notify {
721   display: none;
722   position: absolute;
723   background-color: #fff;
724   /* background-color: #19aeff; */
725   -moz-border-radius: 5px 5px 5px 5px;
726   -webkit-border-radius: 5px 5px 5px 5px;
727   border-radius: 5px 5px 5px 5px;
728   font-size: 10px;
729   font-weight: 900;
730   padding: 1px 4px;
731   top: 0px;
732   right: -6px;
733   min-width: 10px;
734   text-align: center;
735   border: 1px solid black;
736 }
737 nav .nav-notify.show {
738   display: block;
739 }
740 nav #nav-help-link,
741 nav #nav-search-link,
742 nav #nav-directory-link,
743 nav #nav-apps-link,
744 nav #nav-site-linkmenu, 
745 nav #nav-home-link,
746 nav #nav-user-linkmenu
747 {
748   float: right;
749 }
750 nav #nav-user-linkmenu{
751         margin-right: 0px;
752         }
753 nav #nav-home-link, #nav-directory-link, #nav-apps-link{
754         margin-left: 0px;
755         margin-right: 0px;
756         font-weight: bold;
757         margin: 3px 5px;
758         font-size: 14px;
759         }
760 nav #nav-directory-link{
761   margin-right: 0px;    
762         }
763 nav #nav-home-link{
764   margin-left: 0px;     
765         }
766 nav #nav-help-link .menu-popup,
767 nav #nav-search-link .menu-popup,
768 nav #nav-directory-link .menu-popup,
769 nav #nav-apps-link .menu-popup,
770 nav #nav-site-linkmenu .menu-popup {
771   right: 0px;
772   left: auto;
773 }
774
775 nav #nav-messages-linkmenu.on .icon.messages, nav #nav-messages-linkmenu.selected .icon.messages{
776         background-image: url("../diabook-aerith/icons/messages.png");
777         }
778         
779 /*nav #nav-notifications-linkmenu.on .icon.notify,*/ nav #nav-notifications-linkmenu.selected .icon.notify{
780         background-image: url("../diabook-aerith/icons/notify.png");
781         }
782         
783 nav #nav-contacts-linkmenu.on .icon.contacts, nav #nav-contacts-linkmenu.selected .icon.contacts{
784         background-image: url("../diabook-aerith/icons/contacts.png");
785         }
786         
787 nav #nav-apps-link.selected {
788   background-color: #fff;
789   moz-border-radius: 5px 5px 0 0;
790 -webkit-border-radius: 5px 5px 0 0;
791 border-radius: 5px 5px 0 0;
792 }
793
794 #nav-notifications-mark-all {
795         /* padding: 1px 1px 2px 26px; */
796         /* border-bottom: 1px solid #364E59; */
797         /* margin: 0px 0px 2px 0px;
798         padding: 5px 10px; */
799 }
800
801 #nav-notifications-see-all {
802         /* padding: 1px 1px 2px 26px; */
803         /* border-bottom: 1px solid #364E59; */
804         /* margin: 0px 0px 2px 0px;
805         padding: 5px 10px; */
806 }
807
808 .notify-seen {
809         background: none repeat scroll 0 0 #DDDDDD;
810         }
811
812 ul.menu-popup {
813   position: absolute;
814   display: none;
815   width: 11em;
816   background: #fff;
817   color: #2d2d2d;
818   margin: 0px;
819   padding: 0px;
820   list-style: none;
821   z-index: 100000;
822   -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.7);
823   -moz-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.7);
824   box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.7);
825 }
826 ul.menu-popup a {
827   display: block;
828   color: #2d2d2d;
829   padding: 5px 10px;
830   text-decoration: none;
831 }
832 ul.menu-popup a:hover {
833   background-color: #3465A4; /*bdcdd4;*/
834   color: #fff;
835 }
836 ul.menu-popup .menu-sep {
837   border-top: 1px solid #9eabb0;
838 }
839 ul.menu-popup li {
840   float: none;
841   overflow: auto;
842   height: auto;
843   display: block;
844 }
845 ul.menu-popup li img {
846   float: left;
847   width: 16px;
848   height: 16px;
849   padding-right: 5px;
850 }
851 ul.menu-popup .empty {
852   padding: 5px;
853   text-align: center;
854   color: #9eabb0;
855 }
856 /* autocomplete popup */
857 .acpopup {
858   max-height: 150px;
859   background-color: #ffffff;
860   color: #2d2d2d;
861   border: 1px solid #MenuBorder;
862   overflow: auto;
863   z-index: 100000;
864   -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.7);
865   -moz-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.7);
866   box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.7);
867 }
868 .acpopupitem {
869   color: #2d2d2d;
870   padding: 4px;
871   clear: left;
872 }
873 .acpopupitem img {
874   float: left;
875   margin-right: 4px;
876 }
877 .acpopupitem.selected {
878   background-color: #bdcdd4;
879 }
880 #nav-notifications-menu {
881   width: 400px;
882   max-height: 550px;
883   overflow: auto;
884 }
885 /* #nav-notifications-menu a {
886         display: inline;
887         padding: 5px 0px;
888         margin: 0px 0px 2px 0px;
889 }
890 #nav-notifications-menu li:hover {
891   background-color: #bdcdd4;
892 }*/
893
894 #nav-notifications-menu img {
895   float: left;
896   margin-right: 5px;
897 }
898 #nav-notifications-menu .contactname {
899   font-weight: bold;
900 }
901 #nav-notifications-menu .notif-when {
902   font-size: 10px;
903   color: #9eabb0;
904   display: block;
905 }
906
907 .notif-image {
908         width: 32px;
909         height: 32px;
910         padding: 7px 7px 0px 0px;
911 }
912
913 /*profile_side*/
914 #profile_side {
915   margin-bottom: 30px;
916  
917 }
918 #profile_side a{
919   color: #333;
920 }
921 #ps-usericon{
922         height: 25px    
923         }
924 #ps-username{
925   font-size: 1.17em;
926   font-weight: bold;
927   vertical-align: top;
928   position: absolute;
929   padding-top: 4px;
930   padding-left: 5px;    
931   word-wrap: break-word;
932   width: 130px;
933         }
934 #ps-username:hover{
935   text-decoration: none;        
936         }
937 .menu-profile-side{
938   list-style: none;     
939   padding-left: 0px;
940   min-height: 0px;
941         }
942 .menu-profile-list{
943   height: auto;
944   overflow: auto;  
945   min-height: 16px;
946   list-style: none;
947         }
948 .menu-profile-list:hover{
949         background: aliceBlue; 
950         }
951 .menu-profile-list-item{
952         padding-left: 5px;
953         vertical-align: middle;
954         }       
955 .menu-profile-list-item:hover{  
956         text-decoration: none;
957    }
958 /*http://prothemedesign.com/circular-icons/*/
959 .menu-profile-icon.home{
960         background: url("../diabook-aerith/icons/home.png") no-repeat;
961         float: left;
962         height: 22px;
963         width: 22px;
964         }
965 .menu-profile-icon.photos{
966         background: url("../diabook-aerith/icons/mess_side.png") no-repeat;
967         float: left;
968         height: 22px;
969    width: 22px;}
970 .menu-profile-icon.events{
971         background: url("../diabook-aerith/icons/events.png") no-repeat;
972         float: left;
973         height: 22px;
974    width: 22px;}
975 .menu-profile-icon.notes{
976         background: url("../diabook-aerith/icons/notes.png") no-repeat;
977         float: left;
978         height: 22px;
979    width: 22px;}
980 .menu-profile-icon.foren{
981         background: url("../diabook-aerith/icons/pubgroups.png") no-repeat;
982         float: left;
983         height: 22px;
984    width: 22px;}
985 .menu-profile-icon.com_side{
986         background: url("../diabook-aerith/icons/com_side.png") no-repeat;
987         float: left;
988         height: 22px;
989    width: 22px;}
990 .menu-profile-icon.pscontacts{
991         background: url("../diabook-aerith/icons/pscontacts.png") no-repeat;
992         float: left;
993         height: 22px;
994    width: 22px;}
995
996 /* aside */
997 aside {
998   display: table-cell;
999   vertical-align: top;
1000   width: 160px;
1001   padding: 0px 10px 0px 10px;
1002   border-right: 1px solid #D2D2D2;
1003   float: left;
1004   /* background: #F1F1F1; */
1005 }
1006 aside #page-sidebar{display: none;}
1007 aside .vcard .fn {
1008   font-size: 18px;
1009   font-weight: bold;
1010   margin-bottom: 5px;
1011 }
1012 aside .vcard .title {
1013   margin-bottom: 5px;
1014 }
1015 aside .vcard dl {
1016   height: auto;
1017   overflow: auto;
1018 }
1019 aside .vcard dt {
1020   float: left;
1021   margin-left: 0px;
1022   /*width: 35%;*/
1023   text-align: right;
1024   color: #999999;
1025 }
1026 aside .vcard dd {
1027   float: left;
1028   margin-left: 5px;
1029   /*width: 60%;*/
1030 }
1031 aside #profile-extra-links ul {
1032   padding: 0px;
1033   margin: 0px;
1034 }
1035 aside #profile-extra-links li {
1036   padding: 0px;
1037   margin: 0px;
1038   list-style: none;
1039 }
1040 aside #dfrn-request-link {
1041   display: block;
1042   -moz-border-radius: 5px 5px 5px 5px;
1043   -webkit-border-radius: 5px 5px 5px 5px;
1044   border-radius: 5px 5px 5px 5px;
1045   color: #ffffff;
1046   background: #005c94 url('../../../../images/connect-bg.png') no-repeat left center;
1047   font-weight: bold;
1048   text-transform: uppercase;
1049   padding: 4px 2px 2px 35px;
1050 }
1051 aside #dfrn-request-link:hover {
1052   text-decoration: none;
1053   background-color: #36c;
1054   /* background-color: #19aeff; */
1055 }
1056 aside #profiles-menu {
1057   width: 20em;
1058 }
1059 aside #search-text {
1060         width: 150px;
1061         height: 17px;
1062         padding-left: 10px;
1063         border-top-left-radius: 15px;
1064 border-top-right-radius: 15px;
1065 border-bottom-right-radius: 15px;
1066 border-bottom-left-radius: 15px;
1067 -moz-border-bottom-colors: #dbdbdb;
1068   -moz-border-top-colors: #999;
1069   -moz-border-left-colors: #999;
1070   -moz-border-right-colors: #dbdbdb;
1071 }
1072 aside #side-follow-url {
1073         width: 150px;
1074         }
1075 aside #side-peoplefind-url {
1076         width: 150px;
1077         }
1078 #contact-block {
1079   overflow: auto;
1080   height: auto;
1081 }
1082 #contact-block .contact-block-h4 {
1083   float: left;
1084   margin: 5px 0px;
1085 }
1086 #contact-block .allcontact-link {
1087   float: right;
1088   margin: 5px 0px;
1089 }
1090 #contact-block .contact-block-content {
1091   clear: both;
1092   overflow: auto;
1093   height: auto;
1094 }
1095 #contact-block .contact-block-link {
1096   float: left;
1097   margin: 0px 2px 2px 0px;
1098 }
1099 #contact-block .contact-block-link img {
1100   widht: 55px;
1101   height: 55px;
1102 }
1103 #lost-password-link {
1104   float: left;
1105   margin-right: 20px;   
1106         }
1107 /* widget */
1108 .widget {
1109   margin-bottom: 2em;
1110   /*.action .s10 { width: 10px; overflow: hidden; padding: 0px;}
1111         .action .s16 { width: 16px; overflow: hidden; padding: 0px;}*/
1112 /*  font-size: 12px; */
1113 }
1114 .widget h3 {
1115   padding: 0px;
1116   margin: 2px;
1117 }
1118 .widget .action {
1119   opacity: 0.1;
1120   -webkit-transition: all 0.2s ease-in-out;
1121   -moz-transition: all 0.2s ease-in-out;
1122   -o-transition: all 0.2s ease-in-out;
1123   -ms-transition: all 0.2s ease-in-out;
1124   transition: all 0.2s ease-in-out;
1125 }
1126 .widget input.action {
1127   opacity: 0.5;
1128   -webkit-transition: all 0.2s ease-in-out;
1129   -moz-transition: all 0.2s ease-in-out;
1130   -o-transition: all 0.2s ease-in-out;
1131   -ms-transition: all 0.2s ease-in-out;
1132   transition: all 0.2s ease-in-out;
1133 }
1134 .widget:hover .title .action {
1135   opacity: 1;
1136   -webkit-transition: all 0.2s ease-in-out;
1137   -moz-transition: all 0.2s ease-in-out;
1138   -o-transition: all 0.2s ease-in-out;
1139   -ms-transition: all 0.2s ease-in-out;
1140   transition: all 0.2s ease-in-out;
1141 }
1142 .widget .tool:hover .action {
1143   opacity: 1;
1144   -webkit-transition: all 0.2s ease-in-out;
1145   -moz-transition: all 0.2s ease-in-out;
1146   -o-transition: all 0.2s ease-in-out;
1147   -ms-transition: all 0.2s ease-in-out;
1148   transition: all 0.2s ease-in-out;
1149 }
1150 .widget .tool:hover .action.ticked {
1151   opacity: 1;
1152   -webkit-transition: all 0.2s ease-in-out;
1153   -moz-transition: all 0.2s ease-in-out;
1154   -o-transition: all 0.2s ease-in-out;
1155   -ms-transition: all 0.2s ease-in-out;
1156   transition: all 0.2s ease-in-out;
1157 }
1158 .widget ul {
1159   padding: 0px;
1160 }
1161 .widget ul li {
1162   padding-left: 16px;
1163   min-height: 16px;
1164   list-style: none;
1165 }
1166 #side-bar-photos-albums li{
1167 list-style-type: disc;
1168 }
1169 #side-bar-photos-albums ul li{
1170   margin-left: 30px;
1171   padding-left: 0px;
1172         }
1173 #side-bar-photos-albums ul li a{
1174   color: #3465A4;
1175 }
1176 .widget .tool.selected {
1177   background: url("../diabook-aerith/icons/selected.png") no-repeat left center;
1178 }
1179 /* widget: search */
1180 span.sbox_l  {
1181         background: white url('../diabook/icons/srch_l.gif') no-repeat top left;
1182         float: left;
1183         width: 19px; height: 19px;
1184         margin-left: 10px;
1185         margin-top: 5px;
1186         
1187 }
1188
1189 span.sbox_r  {
1190         background: white url('../diabook/icons/srch_r.gif') no-repeat top left;
1191         float: left;
1192         width: 19px; height: 19px;
1193         margin-top: 5px;
1194 }
1195
1196 span.sbox input {
1197         background: white url('../diabook/icons/srch_bg.gif') repeat-x top left;
1198         float: left;
1199         margin-top: 5px;
1200         border: 0;
1201         height: 13px; width: 100px;
1202         padding: 3px;
1203         font: 11px/13px arial;
1204         color: #000;
1205 }
1206 #add-search-popup {
1207   width: 200px;
1208   top: 18px;
1209 }
1210 /* section */
1211 section {
1212   display: table-cell;
1213   vertical-align: top;
1214   width: auto;
1215   padding: 0px 0px 0px 12px;
1216 }
1217
1218 body .pageheader{
1219   text-align: center;
1220   font-size: 20px;
1221   margin-bottom: 20px;
1222   margin-top: 0px;
1223   max-width: 575px;
1224         }
1225 .qcomment{
1226   max-width: 122px;     
1227         }
1228 #id_username {
1229   width: 173px; 
1230         }
1231 #id_password {
1232   width: 173px;         
1233         }
1234 #id_openid_url {
1235   width: 173px; 
1236         }
1237 #contact-edit-end {
1238         }
1239 .pager {
1240    padding: 10px;
1241         text-align: center;
1242         font-size: 1.0em;
1243         clear: both;
1244         display: block;
1245 }       
1246
1247 .tabs {
1248     
1249     background-position: 0 -20px;
1250     background-repeat: repeat-x;
1251     height: 27px;
1252     padding: 0;
1253  }
1254 .tab.button {
1255     margin-left: 5px;   
1256     /*background: none repeat scroll 0 0 #F8F8F8;*/
1257     border: 1px solid #CCCCCC;
1258     border-radius: 3px 3px 3px 3px;
1259     font-weight: normal;
1260     padding: 3px;
1261     color:  #333333;
1262         }
1263         
1264 #birthday-notice, #event-notice, #birthday-wrapper, #event-wrapper{
1265         margin-bottom: 10px;
1266         }
1267 #birthday-wrapper a {
1268         color: #3465A4;
1269         }
1270
1271 right_aside {
1272   display: table-cell;
1273   vertical-align: top;
1274   width: 170px;
1275   
1276   /*border-left: 1px solid #D2D2D2;*/
1277   
1278   /* background: #F1F1F1; */
1279 }
1280 right_aside a{color: #3465A4;}
1281 right_aside h3 {border-bottom: 1px solid #D2D2D2; padding-top: 5px; padding-bottom: 0px; padding-left: 9px; margin-bottom: 0px; 
1282 margin-top:30px;}
1283 right_aside .directory-item {   width: 50px; height: 50px; vertical-align: center; text-align: center; }
1284 right_aside .directory-photo { margin: 0px; }
1285 right_aside .directory-photo-img { max-width: 45px; max-height: 45px; }
1286 right_aside #likes { margin: 0px; padding: 0px; list-style: none; }
1287 right_aside .items-wrapper{ overflow: auto;     width: 100%; }
1288 right_aside #lastusers-wrapper { padding-left: 6px; padding-top: 3px; overflow: auto;   width: 100%; }
1289 right_aside #ra-photos-wrapper { padding-left: 5px; padding-top: 3px; overflow: auto;   width: 100%; }
1290 #page-sidebar-right_aside{margin-top: 0px; margin-bottom: 30px;}
1291 #page-sidebar-right_aside ul {margin-top: 0px;}
1292 #page-sidebar-right_aside .label {max-width: 128px;}
1293 right_aside .icon {width: 10px; height: 10px;}
1294 .close_box              { 
1295                 background-image: url("../diabook-aerith/icons/close_box.png");
1296                 float: right;
1297                 cursor: pointer;
1298                 opacity: 0.1;
1299                 }
1300 .close_box:hover        { 
1301                 background-image: url("../diabook-aerith/icons/close_box.png");
1302                 float: right;
1303                 cursor: pointer;
1304                 opacity: 1;
1305 -webkit-transition: all 0.2s ease-in-out;
1306 -moz-transition: all 0.2s ease-in-out;
1307 -o-transition: all 0.2s ease-in-out;
1308 -ms-transition: all 0.2s ease-in-out;
1309 transition: all 0.2s ease-in-out;
1310                 }
1311
1312
1313 /* wall item */
1314 .tread-wrapper {
1315   border-bottom: 1px solid #D2D2D2;
1316   position: relative;
1317   padding: 5px;
1318   margin-bottom: 0px;
1319   width: 575px;
1320   padding-top: 10px;
1321 }
1322 .tread-wrapper a{
1323   color: #3465A4;
1324 }
1325
1326 .wall-item-decor {
1327   position: absolute;
1328   left: 790px;
1329   top: -10px;
1330   width: 16px;
1331 }
1332
1333 .wall-item-container {
1334   display: table;
1335   width: 580px;
1336 }
1337
1338
1339 .wall-item-container .wall-item-item, .wall-item-container .wall-item-bottom {
1340   display: table-row;
1341 }
1342
1343 .wall-item-bottom {
1344   font-size: 13px;
1345 }
1346 .wall-item-container .wall-item-bottom {
1347 /*  opacity: 0.5;
1348   -webkit-transition: all 0.2s ease-in-out;
1349   -moz-transition: all 0.2s ease-in-out;
1350   -o-transition: all 0.2s ease-in-out;
1351   -ms-transition: all 0.2s ease-in-out;
1352   transition: all 0.2s ease-in-out; */
1353 }
1354 .wall-item-container:hover .wall-item-bottom {
1355 /*  opacity: 1;
1356   -webkit-transition: all 0.2s ease-in-out;
1357   -moz-transition: all 0.2s ease-in-out;
1358   -o-transition: all 0.2s ease-in-out;
1359   -ms-transition: all 0.2s ease-in-out;
1360   transition: all 0.2s ease-in-out; */
1361 }
1362 .wall-item-container .wall-item-info {
1363   display: table-cell;
1364   vertical-align: top;
1365   text-align: left;
1366   width: 80px;
1367 }
1368 .wall-item-container .wall-item-location {
1369   padding-right: 40px;
1370   display: table-cell;
1371 }
1372 .wall-item-container .wall-item-ago {
1373   word-wrap: break-word;
1374   width: 50px;
1375   margin-left: 10px;
1376   color: #999;
1377 }
1378 .wall-item-location {
1379   
1380   clear: both;
1381   overflow: hidden;
1382   
1383   margin-bottom: 5px;
1384 }
1385
1386 .wall-item-container .wall-item-content {
1387
1388   max-width: 420px;
1389   word-wrap: break-word;
1390
1391
1392 }
1393
1394 .wall-item-container .wall-item-content img {
1395   max-width: 400px; 
1396
1397 }
1398 .wall-item-container .wall-item-links, .wall-item-container .wall-item-actions {
1399   display: table-cell;
1400   vertical-align: middle;
1401 }
1402 .wall-item-container .wall-item-links .icon, .wall-item-container .wall-item-actions .icon {
1403   opacity: 0.5;
1404   -webkit-transition: all 0.2s ease-in-out;
1405   -moz-transition: all 0.2s ease-in-out;
1406   -o-transition: all 0.2s ease-in-out;
1407   -ms-transition: all 0.2s ease-in-out;
1408   transition: all 0.2s ease-in-out;
1409 }
1410 .wall-item-container .wall-item-links .icon:hover, .wall-item-container .wall-item-actions .icon:hover {
1411   opacity: 1;
1412   -webkit-transition: all 0.2s ease-in-out;
1413   -moz-transition: all 0.2s ease-in-out;
1414   -o-transition: all 0.2s ease-in-out;
1415   -ms-transition: all 0.2s ease-in-out;
1416   transition: all 0.2s ease-in-out;
1417 }
1418 .wall-item-container .wall-item-name {
1419   font-weight: bold;
1420 }
1421 .wall-item-container .wall-item-actions-author {
1422   width: 100%;
1423   margin-bottom: 0.3em;
1424 }
1425 .wall-item-container .wall-item-actions-social {
1426   float: left;
1427   margin-bottom: 1px;
1428   display: table-cell;
1429 }
1430 .wall-item-container .wall-item-actions-social a {
1431   margin-right: 1em;
1432 }
1433 .wall-item-actions-social a {
1434   float: left;
1435 }
1436 .wall-item-container .wall-item-actions-tools {
1437   float: right;
1438   width: 80px;
1439   display: table-cell;
1440 }
1441 .wall-item-container .wall-item-actions-tools a {
1442   float: right;
1443 }
1444 .wall-item-container .wall-item-actions-tools input {
1445   float: right;
1446 }
1447 .wall-item-container.comment {
1448   margin-top: 5px;
1449   margin-bottom: 5px;
1450   margin-left: 80px;
1451   width: 500px;
1452   border-bottom: 1px solid hsl(198, 21%, 79%);
1453 }
1454 .wall-item-container.comment .contact-photo {
1455   width: 32px;
1456   height: 32px;
1457   margin-left: 16px;
1458   /*background: url(../../../../images/icons/22/user.png) no-repeat center center;*/
1459
1460 }
1461 .wall-item-container.comment {
1462   top: 15px !important;
1463   left: 15px !important;
1464 }
1465 .wall-item-container.comment .wall-item-links {
1466   padding-left: 12px;
1467 }
1468
1469 .wall-item-comment-wrapper {
1470   margin: 1px 5px 5px 80px;
1471   background-color: #fff;
1472   width: 500px;
1473 }
1474 .wall-item-comment-wrapper .comment-edit-photo {
1475   display: none;
1476 }
1477 .wall-item-comment-wrapper textarea {
1478   height: 1.6em ;
1479   width: 100%;
1480   font-size: 10px;
1481   color: #999999;
1482   border: 1px solid #DDD;
1483   padding: 0.3em;
1484   font-size: 14px;
1485 }
1486 .wall-item-comment-wrapper .comment-edit-text-full {
1487   font-size: 14px;
1488   height: 4em;
1489   color: #2d2d2d;
1490   border: 1px solid #2d2d2d;
1491 }
1492 .comment-edit-preview {
1493   width: 500px;
1494   margin-top: 10px;
1495   background-color:  #fff797;
1496 }
1497 .comment-edit-preview .contact-photo {
1498   width: 32px;
1499   height: 32px;
1500   margin-left: 16px;
1501   /*background: url(../../../../images/icons/22/user.png) no-repeat center center;*/
1502
1503 }
1504 .comment-edit-preview {
1505   top: 15px !important;
1506   left: 15px !important;
1507 }
1508 .comment-edit-preview .wall-item-links {
1509   padding-left: 12px;
1510 }
1511 .comment-edit-preview .wall-item-container {
1512   width: 700px;
1513 }
1514 .comment-edit-preview .tread-wrapper {
1515   width: 700px;
1516   padding: 0;
1517   margin: 10px 0;
1518 }
1519
1520 .shiny {
1521   /* border-right: 10px solid #fce94f; */
1522         border-right: 1px solid #A7C7F7;
1523         padding-right: 12px;
1524 }
1525
1526 #jot-preview-content{
1527         margin-top: 30px;}
1528         
1529 #jot-preview-content .tread-wrapper {
1530   background-color: #fff797;
1531 }
1532
1533 .wall-item-tags {
1534   padding-top: 1px;
1535   padding-bottom: 2px;
1536 }
1537 .tag {
1538   /*background: url("../../../../images/tag_b.png") repeat-x center left;*/
1539   color: #999;
1540   padding-left: 3px;
1541   font-size: 12px;
1542 }
1543 .tag a {
1544   padding-right: 5px;
1545   /*background: url("../../../../images/tag.png") no-repeat center right;*/
1546   color: #999;
1547 }
1548 .wwto {
1549   position: absolute !important;
1550   width: 25px;
1551   height: 25px;
1552   background: #FFFFFF;
1553   border: 2px solid #364e59;
1554   height: 25px;
1555   width: 25px;
1556   overflow: hidden;
1557   padding: 1px;
1558   position: absolute !important;
1559   top: 40px;
1560   left: 30px;
1561   -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
1562   -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
1563   box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
1564 }
1565 .wwto .contact-photo {
1566   width: auto;
1567   height: 25px;
1568 }
1569 /* contacts menu */
1570 .contact-photo-wrapper {
1571   position: relative;
1572   width: 80px;
1573 }
1574
1575 .contact-photo-wrapper.wwto {
1576   width: 25px;
1577 }
1578
1579 .contact-photo {
1580   width: 48px;
1581   height: 48px;
1582   overflow: hidden;
1583   display: block;
1584 }
1585 .contact-photo img {
1586   width: 48px;
1587   height: 48px;
1588 }
1589
1590 .contact-wrapper {
1591   float: left;
1592   width: 90px;
1593   height: 90px;
1594   margin-bottom: 15px;
1595 }
1596 .contact-wrapper .contact-photo {
1597   width: 80px;
1598   height: 80px;
1599 }
1600 .contact-wrapper .contact-photo img {
1601   width: 80px;
1602   height: 80px;
1603 }
1604 .contact-wrapper {
1605   left: 0px;
1606   top: 63px;
1607 }
1608 .contact-photo {
1609   width: 48px;
1610   height: 48px;
1611 }
1612 .contact-photo img {
1613   width: 48px;
1614   height: 48px;
1615 }
1616 .contact-name {
1617   /* text-align: center; */
1618   /*font-weight: bold;*/
1619   font-size: 12px;
1620 }
1621 .contact-details {
1622   color: #999999;
1623 }
1624 /* editor */
1625 .jothidden {
1626   display: none;
1627 }
1628 #jot {
1629   width: 585px;
1630   margin: 0px 2em 20px 0px;
1631 }
1632 #profile-jot-form #profile-jot-text {
1633   height: 2.0em;
1634   width: 99%;
1635   font-size: 15px;
1636   color: #999999;
1637   border: 1px solid #DDD;
1638   padding: 0.3em;
1639   margin-bottom: 10px;
1640 }
1641 .grey
1642 {
1643   display: inline;
1644   float: right; 
1645         }
1646 #jot #jot-tools {
1647   margin: 0px;
1648   padding: 0px;
1649   height: 40px;
1650   overflow: none;
1651   width: 583px;
1652   background-color: #fff;
1653   border-bottom: 2px solid #9eabb0;
1654 }
1655
1656 #jot #jot-tools li {
1657   list-style: none;
1658   float: left;
1659   width: 80px;
1660   height: 40px;
1661   border-bottom: 2px solid #9eabb0;
1662 }
1663 #jot #jot-tools li a {
1664   display: block;
1665   color: #cccccc;
1666   width: 100%;
1667   height: 40px;
1668   text-align: center;
1669   line-height: 40px;
1670   overflow: hidden;
1671 }
1672 #jot #jot-tools li:hover {
1673   background-color: #364e59;
1674   border-bottom: 2px solid #bdcdd4;
1675 }
1676 #jot #jot-tools li.perms {
1677   float: right;
1678   width: 40px;
1679 }
1680 #jot #jot-tools li.perms a.unlock {
1681   width: 30px;
1682   border-left: 10px solid #cccccc;
1683   background-color: #cccccc;
1684   background-position: left center;
1685 }
1686 #jot #jot-tools li.perms a.lock {
1687   width: 30px;
1688   border-left: 10px solid #666666;
1689   background-color: #666666;
1690 }
1691 #jot #jot-tools li.submit {
1692   float: right;
1693   background-color: #cccccc;
1694   border-bottom: 2px solid #cccccc;
1695   border-right: 1px solid #666666;
1696   border-left: 1px solid #666666;
1697 }
1698 #jot #jot-tools li.submit input {
1699   border: 0px;
1700   margin: 0px;
1701   padding: 0px;
1702   background-color: #cccccc;
1703   color: #666666;
1704   width: 80px;
1705   height: 40px;
1706   line-height: 40px;
1707 }
1708 #jot #jot-tools li.submit input:hover {
1709   background-color: #bdcdd4;
1710   color: #666666;
1711 }
1712 #jot #jot-tools li.loading {
1713   float: right;
1714   background-color: #ffffff;
1715   width: 20px;
1716   vertical-align: center;
1717   text-align: center;
1718   border-top: 2px solid #9eabb0;
1719   height: 38px;
1720 }
1721 #jot #jot-tools li.loading img {
1722   margin-top: 10px;
1723 }
1724 #profile-jot-form #jot-title {
1725     
1726          border-radius: 5px 5px 5px 5px;
1727     font-weight: bold;
1728     height: 20px;
1729     margin: 0 0 5px;
1730     width: 60%;
1731     border: 1px solid #d2d2d2;
1732 }
1733 #profile-jot-form #jot-title:-webkit-input-placeholder {
1734   font-weight: normal;
1735 }
1736 #profile-jot-form #jot-title:-moz-placeholder {
1737   font-weight: normal;
1738 }
1739 #profile-jot-form #profile-jot-text_parent #profile-jot-text_tbl{
1740         width: 585px;
1741         height: 100px;
1742         }
1743 #jot #jot-title:hover {
1744   border: 1px solid #999999;
1745 }
1746 #jot #jot-title:focus {
1747   border: 1px solid #999999;
1748 }
1749 #jot #character-counter {
1750   width: 80px;
1751   float: right;
1752   text-align: right;
1753   height: 20px;
1754   line-height: 20px;
1755   padding-right: 20px;
1756 }
1757 #jot-perms-icon, 
1758 #profile-location,
1759 #profile-nolocation,
1760 #profile-youtube, 
1761 #profile-video, 
1762 #profile-audio,
1763 #profile-link,
1764 #profile-title, 
1765 #wall-image-upload,
1766 #wall-file-upload,
1767 #wall-image-upload-div,
1768 #wall-file-upload-div,
1769 .hover, .focus {
1770         cursor: pointer;
1771         margin-top: 2px;
1772 }
1773 #profile-jot-wrapper{
1774         margin: 0 2em 20px 0;
1775    width: 585px;
1776         }
1777
1778 #profile-jot-submit-wrapper {
1779         margin-bottom: 50px;
1780         width: 585px;
1781 }
1782
1783 #profile-jot-submit {
1784         float: right;
1785         margin-top: 2px;
1786         font-size: 14px;
1787         
1788 }
1789 #profile-upload-wrapper {
1790         float: left;
1791         margin-top: 2px;
1792         margin-left: 10px;
1793         
1794 }
1795 #profile-attach-wrapper {
1796         float: left;
1797         margin-left: 15px;
1798         margin-top: 2px;
1799 }
1800 #profile-rotator {
1801         float: left;
1802         margin-left: 30px;
1803         margin-top: 2px;
1804 }
1805 #profile-link-wrapper {
1806         float: left;
1807         margin-left: 15px;
1808         margin-top: 2px;
1809 }
1810 #profile-youtube-wrapper {
1811         float: left;
1812         margin-left: 15px;
1813         margin-top: 2px;
1814 }
1815 #profile-video-wrapper {
1816         float: left;
1817         margin-left: 15px;
1818         margin-top: 2px;
1819 }
1820 #profile-audio-wrapper {
1821         float: left;
1822         margin-left: 15px;
1823         margin-top: 2px;
1824 }
1825 #profile-location-wrapper {
1826         float: left;
1827         margin-left: 15px;
1828         margin-top: 2px;
1829 }
1830 #profile-jot-perms {
1831         float: left;
1832         margin-left: 45px;
1833         margin-top: 2px;
1834 }
1835 #jot-preview-link {
1836         float: right;
1837         margin-left: 10px;
1838         margin-top: 2px;
1839         font-size: 9px;
1840         font-weight: bolder;
1841         cursor: pointer;
1842 }
1843 #profile-jot-perms{
1844    float: right;
1845         margin-left: 10px;
1846         margin-top: 2px;        
1847         }
1848 /** buttons **/
1849 .button.creation1 {
1850     background-color: #fff;
1851     border: 1px solid #777777;
1852     border-radius: 3px 3px 3px 3px;
1853     box-shadow: 0 1px 1px #CFCFCF;
1854     cursor: pointer;
1855     font-weight: bolder;
1856 }
1857 .button.creation2 {
1858     background-color: #3465A4;
1859     border: 1px solid #777777;
1860     color: white;
1861     border-radius: 3px 3px 3px 3px;
1862     box-shadow: 0 1px 1px #CFCFCF;
1863     margin-left: 5px;
1864     cursor: pointer;
1865     font-weight: bolder;
1866 }
1867 /*input[type="submit"] {
1868         border: 0px;
1869     background-color: @ButtonBackgroundColor;
1870     color: @ButtonColor;
1871     padding: 0px 10px;
1872         .rounded(5px);
1873     height: 18px;
1874 }*/
1875 /** acl **/
1876 #photo-edit-perms-select, #photos-upload-permissions-wrapper, #profile-jot-acl-wrapper {
1877   display: block!important;
1878 }
1879 #acl-wrapper {
1880   width: 690px;
1881   float: left;
1882 }
1883 #acl-search {
1884   float: right;
1885   background: #ffffff url("../../../../images/search_18.png") no-repeat right center;
1886   padding-right: 20px;
1887 }
1888 #acl-showall {
1889   float: left;
1890   display: block;
1891   width: auto;
1892   height: 18px;
1893   background-color: #cccccc;
1894   background-image: url("../../../../images/show_all_off.png");
1895   background-position: 7px 7px;
1896   background-repeat: no-repeat;
1897   padding: 7px 5px 0px 30px;
1898   color: #999999;
1899   -moz-border-radius: 5px 5px 5px 5px;
1900   -webkit-border-radius: 5px 5px 5px 5px;
1901   border-radius: 5px 5px 5px 5px;
1902 }
1903 #acl-showall.selected {
1904   color: #000000;
1905   background-color: #ff9900;
1906   background-image: url("../../../../images/show_all_on.png");
1907 }
1908 #acl-list {
1909   height: 210px;
1910   border: 1px solid #cccccc;
1911   clear: both;
1912   margin-top: 30px;
1913   overflow: auto;
1914 }
1915 .acl-list-item {
1916   display: block;
1917   width: 150px;
1918   height: 30px;
1919   border: 1px solid #cccccc;
1920   margin: 5px;
1921   float: left;
1922 }
1923 .acl-list-item img {
1924   width: 22px;
1925   height: 22px;
1926   float: left;
1927   margin: 4px;
1928 }
1929 .acl-list-item p {
1930   height: 12px;
1931   font-size: 10px;
1932   margin: 0px;
1933   padding: 2px 0px 1px;
1934   overflow: hidden;
1935 }
1936 .acl-list-item a {
1937   font-size: 8px;
1938   display: block;
1939   width: 40px;
1940   height: 10px;
1941   float: left;
1942   color: #999999;
1943   background-color: #cccccc;
1944   background-position: 3px 3px;
1945   background-repeat: no-repeat;
1946   margin-right: 5px;
1947   -webkit-border-radius: 2px ;
1948   -moz-border-radius: 2px;
1949   border-radius: 2px;
1950   padding-left: 15px;
1951 }
1952 #acl-wrapper a:hover {
1953   text-decoration: none;
1954   color: #000000;
1955 }
1956 .acl-button-show {
1957   background-image: url("../../../../images/show_off.png");
1958 }
1959 .acl-button-hide {
1960   background-image: url("../../../../images/hide_off.png");
1961 }
1962 .acl-button-show.selected {
1963   color: #000000;
1964   background-color: #9ade00;
1965   background-image: url("../../../../images/show_on.png");
1966 }
1967 .acl-button-hide.selected {
1968   color: #000000;
1969   background-color: #ff4141;
1970   background-image: url("../../../../images/hide_on.png");
1971 }
1972 .acl-list-item.groupshow {
1973   border-color: #9ade00;
1974 }
1975 .acl-list-item.grouphide {
1976   border-color: #ff4141;
1977 }
1978 /** /acl **/
1979 /** tab buttons 14618a**/
1980 ul.tabs {
1981   list-style-type: none;
1982   padding-bottom: 10px;
1983   font-size: 13px;
1984 }
1985 ul.tabs li {
1986   float: left;
1987   margin-left: 5px;
1988 }
1989 ul.tabs li .active {
1990     background-color: #3465A4;
1991     border: 1px solid #777777;
1992     color: white;
1993     border-radius: 3px 3px 3px 3px;
1994     box-shadow: 2px 2px 2px #CFCFCF;
1995     margin-left: 5px;
1996 }
1997 /**
1998  * Form fields
1999  */
2000 .field {
2001   margin-bottom: 10px;
2002   padding-bottom: 10px;
2003   overflow: auto;
2004   width: 100%;
2005 }
2006 .field label {
2007   float: left;
2008   width: 200px;
2009 }
2010 .field input, .field textarea {
2011   width: 400px;
2012 }
2013 .field textarea {
2014   height: 100px;
2015 }
2016 .field .field_help {
2017   display: block;
2018   margin-left: 200px;
2019   color: #666666;
2020 }
2021 .field .onoff {
2022   float: left;
2023   width: 80px;
2024 }
2025 .field .onoff a {
2026   display: block;
2027   border: 1px solid #666666;
2028   background-image: url("../../../../images/onoff.jpg");
2029   background-repeat: no-repeat;
2030   padding: 4px 2px 2px 2px;
2031   height: 16px;
2032   text-decoration: none;
2033 }
2034 .field .onoff .off {
2035   border-color: #666666;
2036   padding-left: 40px;
2037   background-position: left center;
2038   background-color: #cccccc;
2039   color: #666666;
2040   text-align: right;
2041 }
2042 .field .onoff .on {
2043   border-color: #204A87;
2044   padding-right: 40px;
2045   background-position: right center;
2046   background-color: #D7E3F1;
2047   color: #204A87;
2048   text-align: left;
2049 }
2050 .field .hidden {
2051   display: none!important;
2052 }
2053 .field.radio .field_help {
2054   margin-left: 0px;
2055 }
2056 #directory-search-form{
2057         margin-bottom: 50px;
2058         }
2059 #profile-edit-links-end {
2060         clear: both;
2061         margin-bottom: 15px;
2062 }
2063
2064 #profile-edit-links ul { margin: 20px; padding-bottom: 20px; list-style: none; }
2065
2066 #profile-edit-links li {
2067   float: left;
2068   list-style: none;
2069   margin-left: 10px;
2070 }
2071
2072 .profile-edit-side-div {
2073   display: none;
2074 }
2075
2076 #register-form label,
2077 #profile-edit-form label {
2078         width: 300px; float: left;
2079 }
2080
2081 .required {
2082   display: inline;
2083   color: #B20202;
2084 }
2085
2086 /* oauth */
2087 .oauthapp {
2088   height: auto;
2089   overflow: auto;
2090   border-bottom: 2px solid #cccccc;
2091   padding-bottom: 1em;
2092   margin-bottom: 1em;
2093 }
2094 .oauthapp img {
2095   float: left;
2096   width: 48px;
2097   height: 48px;
2098   margin: 10px;
2099 }
2100 .oauthapp img.noicon {
2101   background-image: url("../../../../images/icons/48/plugin.png");
2102   background-position: center center;
2103   background-repeat: no-repeat;
2104 }
2105 .oauthapp a {
2106   float: left;
2107 }
2108 /* contacts */
2109 .contact-entry-wrapper {
2110   width: 120px;
2111   height: 120px;
2112   float: left;
2113 }
2114 /* photo */
2115 .photo {
2116 box-shadow: 2px 2px 5px 0px #000000;
2117 margin: 0px;
2118 border-radius: 10px;
2119 height: 145px !important;
2120 width: 145px !important;
2121 }
2122 .lframe {
2123   float: left;
2124   /*margin: 0px 10px 10px 0px;*/
2125 }
2126 /* profile match wrapper */
2127 .profile-match-wrapper {
2128   float: left;
2129   width: 90px;
2130   height: 90px;
2131   margin-bottom: 20px;
2132 }
2133 .profile-match-wrapper .contact-photo {
2134   width: 80px;
2135   height: 80px;
2136 }
2137 .profile-match-wrapper .contact-photo img {
2138   width: 80px;
2139   height: 80px;
2140 }
2141 .profile-match-wrapper {
2142   left: 0px;
2143   top: 63px;
2144 }
2145
2146 .contact-photo-menu-button {
2147         position: relative;
2148         background-image: url("../../../../images/icons/16/menu.png");
2149         background-position: top left; 
2150         background-repeat: no-repeat;
2151         margin: 0px 0px -16px 0px; 
2152         padding: 0px;
2153         width: 16px;
2154         height: 16px;
2155         top: -16px; left:0px;
2156         overflow: hidden;
2157         text-indent: 40px;
2158         display: none;
2159         
2160 }
2161 .contact-photo-menu {
2162         width: 11em;
2163         border: 3px solid #364e59;
2164         color: #2d2d2d;
2165         background: #FFFFFF;
2166 /*        position: absolute;*/
2167         position: relative;
2168         left: 0px; top: 0px;
2169         display: none;
2170         z-index: 10000;
2171 }
2172 .contact-photo-menu ul { margin:0px; padding: 0px; list-style: none }
2173 .contact-photo-menu li a {
2174         display: block; 
2175         padding: 5px 10px; 
2176         color: #2d2d2d;
2177         text-decoration: none;
2178 }
2179 .contact-photo-menu li a:hover {
2180         background-color: #bdcdd4; 
2181 }
2182
2183 /* page footer */
2184 footer {
2185   height: 100px;
2186   display: table-row;
2187 }
2188
2189 blockquote {
2190     border-left: 1px solid #D2D2D2;
2191     padding-left: 9px;
2192     margin: 0 0 0 .8ex;
2193          color: #777;
2194 }
2195 .oembed {
2196         
2197         font-weight: bold;
2198 }
2199 .aprofile dt{
2200 box-shadow: 1px 1px 5px 0;
2201     color: #666666;
2202     margin: 15px 0 5px;
2203     padding-left: 5px;  
2204         }
2205 /* ================== */
2206 /* = Contacts Block = */
2207 /* ================== */
2208
2209 .contact-block-img {
2210         width: 55px;
2211         height: 55px;
2212         padding-right: 3px;
2213 }
2214 .contact-block-div {
2215         float: left;
2216 }
2217
2218 .contact-block-textdiv { width: 150px; height: 34px; float: left; }
2219 #contact-block-end { clear: both; } 
2220
2221 #group-edit-wrapper {
2222         margin-bottom: 10px;
2223 }
2224
2225 #group-members-end {
2226         clear: both;
2227 }
2228 #group-edit-desc {
2229  margin-top: 15px;
2230 }
2231
2232 /*
2233 #group-separator,
2234 #prof-separator { display: none;}
2235 */
2236 #prof-members-end{
2237         clear: both;
2238         }
2239
2240 #prvmail-to-label, #prvmail-subject-label, #prvmail-message-label {
2241         margin-bottom: 10px;
2242         margin-top: 20px;
2243 }
2244
2245 #prvmail-submit {
2246         float: right;
2247         margin-top: 10px;
2248 }
2249
2250 #prvmail-subject
2251 {
2252 background: none repeat scroll 0 0 #FFFFFF;
2253 border: 1px solid #CCCCCC;
2254 border-radius: 5px 5px 5px 5px;
2255 font-weight: bold;
2256 height: 20px;
2257 margin: 0 0 5px;
2258 vertical-align: middle;
2259 }
2260 #prvmail-form{
2261  width: 597px;  
2262         }
2263         
2264 #prvmail-upload-wrapper,
2265 #prvmail-link-wrapper,
2266 #prvmail-rotator-wrapper {
2267         float: left;
2268         margin-top: 10px;
2269         margin-right: 10px;
2270         width: 24px;
2271 }
2272
2273 #prvmail-end {
2274         clear: both;
2275 }
2276
2277 .mail-list-sender,
2278 .mail-list-detail {
2279         float: left;
2280 }
2281 .mail-list-detail {
2282         margin-left: 20px;
2283 }
2284
2285 .mail-list-subject {
2286         font-size: 1.1em;
2287         margin-top: 10px;
2288 }
2289 a.mail-list-link {
2290     display: block;
2291     font-size: 1.3em;
2292     padding: 4px 0;
2293 }
2294
2295 /*
2296 *a.mail-list-link:hover {
2297 *       background-color: #15607B;
2298 *       color: #F5F6FB;
2299 *}
2300 */
2301
2302 .mail-list-outside-wrapper-end {
2303         clear: both;
2304 }
2305
2306 .mail-list-outside-wrapper {
2307         margin-top: 30px;
2308 }
2309
2310 .mail-list-delete-wrapper {
2311         float: right;
2312         margin-right: 30px;
2313         margin-top: 15px;
2314 }
2315
2316 .mail-list-delete-icon {
2317         border: none;
2318 }
2319
2320 .mail-conv-sender,
2321 .mail-conv-detail {
2322         float: left;
2323 }
2324 .mail-conv-detail {
2325         margin-left: 20px;
2326         width: 500px;
2327 }
2328
2329 .mail-conv-subject {
2330     font-size: 1.4em;
2331     margin: 10px 0;
2332 }
2333
2334 .mail-conv-outside-wrapper-end {
2335         clear: both;
2336 }
2337
2338 .mail-conv-outside-wrapper {
2339         margin-top: 30px;
2340 }
2341
2342 .mail-conv-delete-wrapper {
2343         float: right;
2344         margin-right: 30px;
2345         margin-top: 15px;
2346 }
2347 .mail-conv-break {
2348         clear: both;
2349 }
2350
2351 .mail-conv-delete-icon {
2352         border: none;
2353 }
2354
2355 /* ========== */
2356 /* = Events = */
2357 /* ========== */
2358 .eventcal {
2359         float: left;
2360         font-size: 20px;
2361 }
2362
2363 .vevent {
2364
2365 }
2366 .vevent .event-description, .vevent .event-location {
2367         margin-left: 10px;
2368         margin-right: 10px;
2369 }
2370 .vevent .event-start {
2371         margin-left: 10px;
2372         margin-right: 10px;
2373 }
2374
2375 #new-event-link {
2376         margin-bottom: 10px;
2377 }
2378
2379 .edit-event-link, .plink-event-link {
2380         float: left;
2381         margin-top: 4px;
2382         margin-right: 4px;
2383         margin-bottom: 15px;
2384 }
2385
2386 .event-description:before {
2387         content: url('../../../../images/calendar.png');
2388         margin-right: 15px;
2389 }
2390
2391 .event-start, .event-end {
2392         margin-left: 10px;
2393         width: 330px;
2394         clear: both;
2395 }
2396
2397 .event-start .dtstart, .event-end .dtend {
2398         float: right;
2399 }
2400
2401 .event-list-date {
2402         margin-bottom: 10px;
2403 }
2404
2405 .prevcal, .nextcal {
2406         float: left;
2407         margin-left: 32px;
2408         margin-right: 32px;
2409         margin-top: 64px;
2410 }
2411 .event-calendar-end {
2412         clear: both;
2413 }
2414
2415  
2416 .calendar {
2417         font-family: Courier, monospace;
2418 }
2419 .calendar.eventcal a {
2420   color: #3465A4;       
2421         }
2422 .today {
2423         font-weight: bold;
2424         color: #FF0000;
2425 }
2426
2427 .settings-block {
2428         border: 1px solid #AAA;
2429         margin: 10px;
2430         padding: 10px;
2431 }
2432
2433 .app-title {
2434         margin: 10px;
2435 }
2436
2437 #identity-manage-desc {
2438         margin-top:15px;
2439         margin-bottom: 15px;
2440 }
2441
2442 #identity-manage-choose {
2443         margin-bottom: 15px;
2444 }
2445
2446 #identity-submit {
2447         margin-top: 20px;
2448 }
2449
2450 #photo-prev-link, #photo-next-link {
2451         padding: 10px;
2452         float: left;
2453 }
2454 .lightbox{
2455         float: left;
2456         }
2457
2458 #photo-photo {
2459         float: left;
2460 }
2461 #photo-like-div .wall-item-like-buttons {
2462          float: left;
2463     margin-right: 5px;
2464     margin-top: 30px;
2465         }
2466 .comment-edit-text-empty {
2467     margin: 10px 0 0;
2468     width: 85%;
2469 }
2470 .comment-edit-photo {
2471     margin: 10px 0 0;
2472 }
2473 .wall-item-like-buttons .icon.like {
2474 float: left;
2475 }
2476
2477 #photo-photo-end {
2478         clear: both;
2479 }
2480
2481 .tabs .comment-wwedit-wrapper {
2482         display: block;
2483    margin-top: 30px;
2484    margin-left: 50px;
2485         }
2486
2487 .profile-match-photo {
2488         float: left;
2489         text-align: center;
2490         width: 120px;
2491 }
2492
2493 .profile-match-name {
2494         float: left;
2495         text-align: center;
2496         width: 120px;
2497         overflow: hidden;
2498 }
2499
2500 .profile-match-break,
2501 .profile-match-end {
2502         clear: both;
2503 }
2504
2505 .profile-match-connect {
2506         text-align: center;
2507         font-weight: bold;
2508 }
2509
2510 .profile-match-wrapper {
2511         float: left;
2512         padding: 10px;
2513         width: 120px;
2514         height: 120px;
2515         scroll: auto;
2516 }
2517 #profile-match-wrapper-end {
2518         clear: both;
2519 }
2520
2521 /* ============= */
2522 /* = Directory = */
2523 /* ============= */
2524 /* contacts menu */
2525 .contact-photo-wrapper {
2526   position: relative;
2527 }
2528 .contact-photo {
2529   width: 48px;
2530   height: 48px;
2531   overflow: hidden;
2532   display: block;
2533 }
2534 .contact-photo img {
2535   width: 48px;
2536   height: 48px;
2537 }
2538 .contact-photo-menu-button {
2539   display: none;
2540   /* position: absolute; */
2541   /* position: absolute; */
2542   left: 0px;
2543   top: -16px;
2544 }
2545 .contact-wrapper {
2546   float: left;
2547   width: 90px;
2548   height: 90px;
2549   margin-bottom: 15px;
2550 }
2551 .contact-wrapper .contact-photo {
2552   width: 80px;
2553   height: 80px;
2554 }
2555 .contact-wrapper .contact-photo img {
2556   width: 80px;
2557   height: 80px;
2558 }
2559 .contact-wrapper .contact-photo-menu-button {
2560   left: 0px;
2561   top: 63px;
2562 }
2563 .directory-item {
2564   float: left;
2565   width: 200px;
2566   height: 200px;
2567 }
2568 .directory-item .contact-photo {
2569   width: 175px;
2570   height: 175px;
2571 }
2572 .directory-item .contact-photo img {
2573   width: 175px;
2574   height: 175px;
2575 }
2576 .contact-name {
2577   text-align: left;
2578   font-weight: bold;
2579   font-size: 12px;
2580 }
2581 .contact-details {
2582   color: #999999;
2583 }
2584 #side-bar-photos-albums li{
2585 list-style-type: disc;
2586 }
2587 #side-bar-photos-albums ul li{
2588   margin-left: 30px;
2589   padding-left: 0px;
2590         }
2591 #side-bar-photos-albums{
2592         margin-top: 15px;       
2593         }
2594 .photo-top-photo, .photo-album-photo {
2595   -webkit-border-radius: 5px 5px 0 0;
2596   -moz-border-radius: 5px 5px 0 0;
2597   border-radius: 5px 5px 0 0;
2598 }
2599 .photo-album-image-wrapper, .photo-top-image-wrapper {
2600   float: left;
2601    -moz-box-shadow: 0 0 5px #888;
2602    -webkit-box-shadow: 0 0 5px #888;
2603    box-shadow: 0 0 5px #888;
2604   background-color: #000;
2605    -webkit-border-radius: 5px;
2606    -moz-border-radius: 5px;
2607   border-radius: 5px;
2608   padding-bottom: 20px;
2609   position: relative;
2610   margin: 0 10px 10px 0;
2611   width: 200px; height: 140px;
2612   overflow: hidden;  
2613 }
2614 .photo-top-album-name {
2615         width: 100%;
2616         position: absolute; 
2617         bottom: 0px; 
2618         padding-left: 3px;
2619         background-color: #EEE;
2620 }
2621 .photo-top-album-link{
2622   color: #3465A4;
2623         }
2624 .photo-top-album-img{
2625         
2626         }
2627 /*.photo-top-image-wrapper {
2628         position: relative;
2629         float: left;
2630         margin-top: 15px;
2631         margin-right: 15px;
2632         width: 200px; height: 200px; 
2633         overflow: hidden; 
2634 }
2635 .photo-top-album-name {
2636         width: 100%;
2637         min-height: 2em;
2638         position: absolute; 
2639         bottom: 0px; 
2640         padding: 0px 3px;
2641         padding-top: 0.5em;
2642         background-color: rgb(255, 255, 255);
2643 }*/
2644 #photo-top-end {
2645         clear: both;
2646 }
2647
2648 #photo-top-links {
2649         margin-bottom: 30px;
2650         margin-left: 30px;
2651 }
2652
2653 #photos-upload-newalbum-div {
2654         float: left;
2655         width: 175px;
2656 }
2657