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