]> git.mxchange.org Git - friendica.git/blob - view/theme/vier/style.css
Merge remote branch 'upstream/master'
[friendica.git] / view / theme / vier / style.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
87 .article        { background-position: -50px  0px;}
88 .audio          { background-position: -70px  0px;}
89 .block          { background-position: -90px  0px;}
90 .drop           { background-position: -110px 0px;}
91 .drophide       { background-position: -130px 0px;}
92 .edit           { background-position: -150px 0px;}
93 .camera         { background-position: -170px 0px;}
94 .dislike        { background-position: -190px 0px;}
95 .like           { background-position: -210px 0px;}
96 .link           { background-position: -230px 0px;}
97
98 .globe          { background-position: -50px  -20px;}
99 .noglobe        { background-position: -70px  -20px;}
100 .no             { background-position: -90px  -20px;}
101 .pause          { background-position: -110px -20px;}
102 .play           { background-position: -130px -20px;}
103 .pencil         { background-position: -150px -20px;}
104 .small-pencil   { background-position: -170px -20px;}
105 .recycle        { background-position: -190px -20px;}
106 .remote-link    { background-position: -210px -20px;}
107 .share          { background-position: -230px -20px;}
108
109 .tools          { background-position: -50px  -40px;}
110 .lock           { background-position: -70px  -40px;}
111
112 .video          { background-position: -110px -40px;}
113 .youtube        { background-position: -130px -40px;}
114
115 .attach         { background-position: -190px -40px;}
116 .language       { background-position: -210px -40px;}
117
118
119 .on             { background-position: -50px  -60px;}
120 .off            { background-position: -70px  -60px;}
121 .prev           { background-position: -90px  -60px;}
122 .next           { background-position: -110px -60px;}
123 .tagged     { background-position: -130px -60px;}
124
125 .attachtype {
126         display: block; width: 20px; height: 23px;
127         background-image: url('../../../images/content-types.png');
128 }
129
130 .type-video { background-position: 0px 0px; }
131 .type-image { background-position: -20px 0px; }
132 .type-audio { background-position: -40px 0px; }
133 .type-text  { background-position: -60px 0px; }
134 .type-unkn  { background-position: -80px 0px; }
135
136 .icon.drop, .icon.drophide {
137  float: left;
138 }
139
140 .icon {
141   display: block;
142   width: 20px;
143   height: 20px;
144   background-image: url('icons.png');
145 }
146
147 .icon {
148   background-color: transparent ;
149   background-repeat: no-repeat;
150   /* background-position: left center; */
151   display: block;
152   overflow: hidden;
153   text-indent: -9999px;
154   padding: 1px;
155 }
156
157 .icon.text {
158   text-indent: 0px;
159 }
160 .icon.s10 {
161   min-width: 10px;
162   height: 10px;
163 }
164 .icon.s10.notify {
165   background-image: url("../../../images/icons/10/notify_off.png");
166 }
167 .icon.s10.gear {
168   background-image: url("../../../images/icons/10/gear.png");
169 }
170 .icon.s10.add {
171   background-image: url("../../../images/icons/10/add.png");
172 }
173 .icon.s10.delete {
174   background-image: url("../../../images/icons/10/delete.png");
175 }
176 .icon.s10.edit {
177   background-image: url("../../../images/icons/10/edit.png");
178 }
179 .icon.s10.star {
180   background-image: url("../../../images/icons/10/star.png");
181 }
182 .icon.s10.menu {
183   background-image: url("../../../images/icons/10/menu.png");
184 }
185 .icon.s10.link {
186   background-image: url("../../../images/icons/10/link.png");
187 }
188 .icon.s10.lock {
189   background-image: url("../../../images/icons/10/lock.png");
190 }
191 .icon.s10.unlock {
192   background-image: url("../../../images/icons/10/unlock.png");
193 }
194 .icon.s10.text {
195   padding: 2px 0px 0px 15px;
196   font-size: 10px;
197 }
198 .icon.s16 {
199   min-width: 16px;
200   height: 16px;
201 }
202 .icon.s16.notify {
203   background-image: url("../../../images/icons/16/notify_off.png");
204 }
205 .icon.s16.gear {
206   background-image: url("../../../images/icons/16/gear.png");
207 }
208 .icon.s16.add {
209   background-image: url("../../../images/icons/16/add.png");
210 }
211 .icon.s16.delete {
212   background-image: url("../../../images/icons/16/delete.png");
213 }
214 /*.icon.s16.edit {
215   background-image: url("../../../images/icons/16/edit.png");
216 }*/
217 .icon.s16.star {
218   background-image: url("../../../images/icons/16/star.png");
219 }
220 .icon.s16.menu {
221   background-image: url("../../../images/icons/16/menu.png");
222 }
223 /*.icon.s16.link {
224   background-image: url("../../../images/icons/16/link.png");
225 }*/
226 .icon.s16.lock {
227   background-image: url("../../../images/icons/16/lock.png");
228 }
229 .icon.s16.unlock {
230   background-image: url("../../../images/icons/16/unlock.png");
231 }
232 .icon.s16.text {
233   padding: 4px 0px 0px 20px;
234   font-size: 10px;
235 }
236 .icon.s22 {
237   min-width: 22px;
238   height: 22px;
239 }
240 .icon.s22.notify {
241   background-image: url("../../../images/icons/22/notify_off.png");
242 }
243 .icon.s22.gear {
244   background-image: url("../../../images/icons/22/gear.png");
245 }
246 .icon.s22.add {
247   background-image: url("../../../images/icons/22/add.png");
248 }
249 .icon.s22.delete {
250   background-image: url("../../../images/icons/22/delete.png");
251 }
252 .icon.s22.edit {
253   background-image: url("../../../images/icons/22/edit.png");
254 }
255 .icon.s22.star {
256   background-image: url("../../../images/icons/22/star.png");
257 }
258 .icon.s22.menu {
259   background-image: url("../../../images/icons/22/menu.png");
260 }
261 .icon.s22.link {
262   background-image: url("../../../images/icons/22/link.png");
263 }
264 .icon.s22.lock {
265   background-image: url("../../../images/icons/22/lock.png");
266 }
267 .icon.s22.unlock {
268   background-image: url("../../../images/icons/22/unlock.png");
269 }
270 .icon.s22.text {
271   padding: 10px 0px 0px 25px;
272   width: 200px;
273 }
274 .icon.s48 {
275   width: 48px;
276   height: 48px;
277 }
278 .icon.s48.notify {
279   background-image: url("../../../images/icons/48/notify_off.png");
280 }
281 .icon.s48.gear {
282   background-image: url("../../../images/icons/48/gear.png");
283 }
284 .icon.s48.add {
285   background-image: url("../../../images/icons/48/add.png");
286 }
287 .icon.s48.delete {
288   background-image: url("../../../images/icons/48/delete.png");
289 }
290 .icon.s48.edit {
291   background-image: url("../../../images/icons/48/edit.png");
292 }
293 .icon.s48.star {
294   background-image: url("../../../images/icons/48/star.png");
295 }
296 .icon.s48.menu {
297   background-image: url("../../../images/icons/48/menu.png");
298 }
299 .icon.s48.link {
300   background-image: url("../../../images/icons/48/link.png");
301 }
302 .icon.s48.lock {
303   background-image: url("../../../images/icons/48/lock.png");
304 }
305 .icon.s48.unlock {
306   background-image: url("../../../images/icons/48/unlock.png");
307 }
308
309 #contact-edit-links ul {
310   list-style: none;
311   list-style-type: none;
312 }
313
314 .hide-comments-outer {
315   margin-left: 80px;
316   margin-bottom: 5px;
317   width: 684px;
318   border-bottom: 1px solid #BDCDD4;
319   border-top: 1px solid #BDCDD4;
320
321   padding: 8px;
322 }
323
324 /* global */
325 body {
326   font-family: 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
327   font-size: 13px;
328   background-color: #ffffff;
329   color: #2d2d2d;
330   margin: 50px 0px 0px 0px;
331   display: table;
332 }
333 h4 {
334   font-size: 1.1em;
335 }
336
337 a {
338         color: #36C;
339         /* color: #3e3e8c; */
340         text-decoration: none;
341 }
342 a:hover {
343         /* color: blue; */
344         text-decoration: underline
345 }
346
347 .wall-item-name-link {
348 /*  float: left;*/
349 }
350
351 .wall-item-photo {
352   width: 48px;
353   height: 48px;
354   overflow: hidden;
355   display: block;
356 }
357
358 .left {
359   float: left;
360 }
361 .right {
362   float: right;
363 }
364 .hidden {
365   display: none;
366 }
367 .clear {
368   clear: both;
369 }
370 .fakelink {
371   color: #36c;
372   /* color: #3e3e8c; */
373   text-decoration: none;
374   cursor: pointer;
375 }
376 .fakelink:hover {
377   /* color: blue; */
378   /*color: #005c94; */
379   text-decoration: underline;
380 }
381 code {
382   font-family: Courier, monospace;
383   white-space: pre;
384   display: block;
385   overflow: auto;
386   border: 1px solid #444;
387   background: #EEE;
388   color: #444;
389   padding: 10px;
390   margin-top: 20px;
391 }
392 #panel {
393   position: absolute;
394   width: 10em;
395   background: #ffffff;
396   color: #2d2d2d;
397   margin: 0px;
398   padding: 1em;
399   list-style: none;
400   border: 3px solid #364e59;
401   z-index: 100000;
402   -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.7);
403   -moz-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.7);
404   box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.7);
405 }
406 /* tool */
407 .tool {
408   height: auto;
409   overflow: auto;
410   padding: 3px;
411 }
412 #saved-search-ul .tool:hover,
413 #nets-sidebar .tool:hover,
414 #sidebar-group-list .tool:hover {
415         background: #EEE;
416 }
417 .tool .label {
418   float: left;
419 }
420 .tool .action {
421   float: right;
422 }
423 .tool a {
424   color: #000;
425 }
426 .tool a:hover {
427   text-decoration: none;
428 }
429 /* popup notifications */
430 div.jGrowl div.notice {
431   background: #511919 url("../../../images/icons/48/notice.png") no-repeat 5px center;
432   color: #ffffff;
433   padding-left: 58px;
434 }
435 div.jGrowl div.info {
436   background: #364e59 url("../../../images/icons/48/info.png") no-repeat 5px center;
437   color: #ffffff;
438   padding-left: 58px;
439 }
440 /* header */
441 header {
442   position: fixed;
443   left: 43%;
444   right: 43%;
445   top: 0px;
446   margin: 0px;
447   padding: 0px;
448   /*width: 100%; height: 12px; */
449
450   z-index: 110;
451   color: #ffffff;
452 }
453 header #site-location {
454   display: none;
455 }
456 header #banner {
457   overflow: hidden;
458   text-align: center;
459   width: 100%;
460 }
461 header #banner a,
462 header #banner a:active,
463 header #banner a:visited,
464 header #banner a:link,
465 header #banner a:hover {
466   color: #ffffff;
467   text-decoration: none;
468   outline: none;
469   vertical-align: bottom;
470 }
471 header #banner #logo-img {
472   height: 22px;
473   margin-top: 5px;
474 }
475 header #banner #logo-text {
476   font-size: 22px;
477 }
478 /* nav */
479 nav {
480   width: 100%;
481   height: 32px;
482   position: fixed;
483   left: 0px;
484   top: 0px;
485   padding: 0px;
486  background: #364A84;
487     background: -moz-linear-gradient(top, #516499 0%, #364a84 100%);
488     background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#516499), color-stop(100%,#364a84));
489     background: -webkit-linear-gradient(top, #516499 0%,#364a84 100%);
490     background: -o-linear-gradient(top, #516499 0%,#364a84 100%);
491     background: -ms-linear-gradient(top, #516499 0%,#364a84 100%);
492     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#516499', endColorstr='#364a84',GradientType=0 );
493     background: linear-gradient(top, #516499 0%,#364a84 100%);
494   color: #ffffff;
495   z-index: 100;
496   -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
497   -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
498   box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
499 }
500 nav a,
501 nav a:active,
502 nav a:visited,
503 nav a:link,
504 nav a:hover {
505   color: #ffffff;
506   text-decoration: none;
507   outline: none;
508 }
509 nav ul {
510   margin: 0px;
511   padding: 0px 20px;
512 }
513 nav ul li {
514   list-style: none;
515   margin: 0px;
516   /* padding: 1px 1px 3px 1px; */
517   float: left;
518 }
519 nav ul li .menu-popup {
520   left: 0px;
521   right: auto;
522 }
523 nav .nav-menu-icon {
524   position: relative;
525   height: 22px;
526   padding: 5px;
527   margin: 0px 10px;
528   -moz-border-radius: 5px 5px 0 0;
529   -webkit-border-radius: 5px 5px 0 0;
530   border-radius: 5px 5px 0 0;
531 }
532 nav .nav-menu-icon.selected {
533   background-color: #364e59;
534 }
535 nav .nav-menu-icon img {
536   width: 22px;
537   height: 22px;
538 }
539 nav .nav-menu-icon .nav-notify {
540   top: 3px;
541 }
542 nav .nav-menu {
543   position: relative;
544   height: 16px;
545   padding: 5px;
546   margin: 3px 15px 0px;
547   font-size: 13px;
548   border-bottom: 3px solid #364A84;
549 }
550 nav .nav-menu.selected {
551   border-bottom: 3px solid #9eabb0;
552 }
553 nav .nav-notify {
554   display: none;
555   position: absolute;
556   background-color: #36c;
557   /* background-color: #19aeff; */
558   -moz-border-radius: 5px 5px 5px 5px;
559   -webkit-border-radius: 5px 5px 5px 5px;
560   border-radius: 5px 5px 5px 5px;
561   font-size: 10px;
562   padding: 1px 3px;
563   top: 0px;
564   right: -10px;
565   min-width: 15px;
566   text-align: right;
567 }
568 nav .nav-notify.show {
569   display: block;
570 }
571 nav #nav-help-link,
572 nav #nav-search-link,
573 nav #nav-directory-link,
574 nav #nav-apps-link,
575 nav #nav-site-linkmenu {
576   float: right;
577 }
578 nav #nav-help-link .menu-popup,
579 nav #nav-search-link .menu-popup,
580 nav #nav-directory-link .menu-popup,
581 nav #nav-apps-link .menu-popup,
582 nav #nav-site-linkmenu .menu-popup {
583   right: 0px;
584   left: auto;
585 }
586 nav #nav-notifications-linkmenu.on .icon.s22.notify, nav #nav-notifications-linkmenu.selected .icon.s22.notify {
587   background-image: url("../../../images/icons/22/notify_on.png");
588 }
589 nav #nav-apps-link.selected {
590   background-color: #364e59;
591 }
592
593 #nav-notifications-mark-all {
594         /* padding: 1px 1px 2px 26px; */
595         /* border-bottom: 1px solid #364E59; */
596         /* margin: 0px 0px 2px 0px;
597         padding: 5px 10px; */
598 }
599
600 #nav-notifications-see-all {
601         /* padding: 1px 1px 2px 26px; */
602         /* border-bottom: 1px solid #364E59; */
603         /* margin: 0px 0px 2px 0px;
604         padding: 5px 10px; */
605 }
606
607 ul.menu-popup {
608   position: absolute;
609   display: none;
610   width: 11em;
611   background: #ffffff;
612   color: #2d2d2d;
613   margin: 0px;
614   padding: 0px;
615   list-style: none;
616   border: 3px solid #364e59;
617   z-index: 100000;
618   -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.7);
619   -moz-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.7);
620   box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.7);
621 }
622 ul.menu-popup a {
623   display: block;
624   color: #2d2d2d;
625   padding: 5px 10px;
626   text-decoration: none;
627 }
628 ul.menu-popup a:hover {
629   background-color: #bdcdd4;
630 }
631 ul.menu-popup .menu-sep {
632   border-top: 1px solid #9eabb0;
633 }
634 ul.menu-popup li {
635   float: none;
636   overflow: auto;
637   height: auto;
638   display: block;
639 }
640 ul.menu-popup li img {
641   float: left;
642   width: 16px;
643   height: 16px;
644   padding-right: 5px;
645 }
646 ul.menu-popup .empty {
647   padding: 5px;
648   text-align: center;
649   color: #9eabb0;
650 }
651 /* autocomplete popup */
652 .acpopup {
653   max-height: 150px;
654   background-color: #ffffff;
655   color: #2d2d2d;
656   border: 1px solid #MenuBorder;
657   overflow: auto;
658   z-index: 100000;
659   -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.7);
660   -moz-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.7);
661   box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.7);
662 }
663 .acpopupitem {
664   color: #2d2d2d;
665   padding: 4px;
666   clear: left;
667 }
668 .acpopupitem img {
669   float: left;
670   margin-right: 4px;
671 }
672 .acpopupitem.selected {
673   background-color: #bdcdd4;
674 }
675 #nav-notifications-menu {
676   width: 400px;
677   max-height: 550px;
678   overflow: auto;
679 }
680 /* #nav-notifications-menu a {
681         display: inline;
682         padding: 5px 0px;
683         margin: 0px 0px 2px 0px;
684 }
685 #nav-notifications-menu li:hover {
686   background-color: #bdcdd4;
687 }*/
688
689 #nav-notifications-menu img {
690   float: left;
691   margin-right: 5px;
692 }
693 #nav-notifications-menu .contactname {
694   font-weight: bold;
695 }
696 #nav-notifications-menu .notif-when {
697   font-size: 10px;
698   color: #9eabb0;
699   display: block;
700 }
701
702 .notif-image {
703         width: 32px;
704         height: 32px;
705         padding: 7px 7px 0px 0px;
706 }
707
708 /* aside */
709 aside {
710   display: table-cell;
711   vertical-align: top;
712   width: 200px;
713   padding: 0px 10px 0px 20px;
714   border-right: 1px solid #D2D2D2;
715   /* background: #F1F1F1; */
716 }
717 aside .vcard .fn {
718   font-size: 16px;
719   font-weight: bold;
720   margin-bottom: 5px;
721 }
722 aside .vcard .title {
723   margin-bottom: 5px;
724 }
725 aside .vcard dl {
726   height: auto;
727   overflow: auto;
728 }
729 aside .vcard dt {
730   float: left;
731   margin-left: 0px;
732   width: 35%;
733   text-align: right;
734   color: #999999;
735 }
736 aside .vcard dd {
737   float: left;
738   margin-left: 4px;
739   width: 60%;
740 }
741 aside #profile-extra-links ul {
742   padding: 0px;
743   margin: 0px;
744 }
745 aside #profile-extra-links li {
746   padding: 0px;
747   margin: 0px;
748   list-style: none;
749 }
750 aside #dfrn-request-link {
751   display: block;
752   -moz-border-radius: 5px 5px 5px 5px;
753   -webkit-border-radius: 5px 5px 5px 5px;
754   border-radius: 5px 5px 5px 5px;
755   color: #ffffff;
756   background: #005c94 url('../../../images/connect-bg.png') no-repeat left center;
757   font-weight: bold;
758   text-transform: uppercase;
759   padding: 4px 2px 2px 35px;
760 }
761 aside #dfrn-request-link:hover {
762   text-decoration: none;
763   background-color: #36c;
764   /* background-color: #19aeff; */
765 }
766 aside #profiles-menu {
767   width: 20em;
768 }
769 #contact-block {
770   overflow: auto;
771   height: auto;
772 }
773 #contact-block .contact-block-h4 {
774   float: left;
775   margin: 5px 0px;
776 }
777 #contact-block .allcontact-link {
778   float: right;
779   margin: 5px 0px;
780 }
781 #contact-block .contact-block-content {
782   clear: both;
783   overflow: auto;
784   height: auto;
785 }
786 #contact-block .contact-block-link {
787   float: left;
788   margin: 0px 2px 2px 0px;
789 }
790 #contact-block .contact-block-link img {
791   widht: 48px;
792   height: 58px;
793 }
794 /* widget */
795 .widget {
796   margin-bottom: 2em;
797   /*.action .s10 { width: 10px; overflow: hidden; padding: 0px;}
798         .action .s16 { width: 16px; overflow: hidden; padding: 0px;}*/
799 /*  font-size: 12px; */
800 }
801 .widget h3 {
802   padding: 0px;
803   margin: 2px;
804 }
805 .widget .action {
806   opacity: 0.1;
807   -webkit-transition: all 0.2s ease-in-out;
808   -moz-transition: all 0.2s ease-in-out;
809   -o-transition: all 0.2s ease-in-out;
810   -ms-transition: all 0.2s ease-in-out;
811   transition: all 0.2s ease-in-out;
812 }
813 .widget input.action {
814   opacity: 0.5;
815   -webkit-transition: all 0.2s ease-in-out;
816   -moz-transition: all 0.2s ease-in-out;
817   -o-transition: all 0.2s ease-in-out;
818   -ms-transition: all 0.2s ease-in-out;
819   transition: all 0.2s ease-in-out;
820 }
821 .widget:hover .title .action {
822   opacity: 1;
823   -webkit-transition: all 0.2s ease-in-out;
824   -moz-transition: all 0.2s ease-in-out;
825   -o-transition: all 0.2s ease-in-out;
826   -ms-transition: all 0.2s ease-in-out;
827   transition: all 0.2s ease-in-out;
828 }
829 .widget .tool:hover .action {
830   opacity: 1;
831   -webkit-transition: all 0.2s ease-in-out;
832   -moz-transition: all 0.2s ease-in-out;
833   -o-transition: all 0.2s ease-in-out;
834   -ms-transition: all 0.2s ease-in-out;
835   transition: all 0.2s ease-in-out;
836 }
837 .widget .tool:hover .action.ticked {
838   opacity: 1;
839   -webkit-transition: all 0.2s ease-in-out;
840   -moz-transition: all 0.2s ease-in-out;
841   -o-transition: all 0.2s ease-in-out;
842   -ms-transition: all 0.2s ease-in-out;
843   transition: all 0.2s ease-in-out;
844 }
845 .widget ul {
846   padding: 0px;
847 }
848 .widget ul li {
849   padding-left: 16px;
850   min-height: 16px;
851   list-style: none;
852 }
853 .widget .tool.selected {
854   background: url('../../../images/selected.png') no-repeat left center;
855 }
856 /* widget: search */
857 #add-search-popup {
858   width: 200px;
859   top: 18px;
860 }
861 /* section */
862 section {
863   display: table-cell;
864   vertical-align: top;
865   width: 800px;
866   padding: 0px 0px 0px 10px;
867 }
868 /* wall item */
869 .tread-wrapper {
870   border-bottom: 1px solid #D2D2D2;
871   position: relative;
872   padding: 5px;
873   margin-bottom: 0px;
874   width: 775px;
875 }
876 .wall-item-decor {
877   position: absolute;
878   left: 790px;
879   top: -10px;
880   width: 16px;
881 }
882 .unstarred {
883   display: none;
884 }
885 .wall-item-container {
886   display: table;
887   width: 780px;
888 }
889 .wall-item-container .wall-item-item, .wall-item-container .wall-item-bottom {
890   display: table-row;
891 }
892 .wall-item-bottom {
893   font-size: 13px;
894 }
895 .wall-item-container .wall-item-bottom {
896   opacity: 0.5;
897   -webkit-transition: all 0.2s ease-in-out;
898   -moz-transition: all 0.2s ease-in-out;
899   -o-transition: all 0.2s ease-in-out;
900   -ms-transition: all 0.2s ease-in-out;
901   transition: all 0.2s ease-in-out;
902 }
903 .wall-item-container:hover .wall-item-bottom {
904   opacity: 1;
905   -webkit-transition: all 0.2s ease-in-out;
906   -moz-transition: all 0.2s ease-in-out;
907   -o-transition: all 0.2s ease-in-out;
908   -ms-transition: all 0.2s ease-in-out;
909   transition: all 0.2s ease-in-out;
910 }
911 .wall-item-container .wall-item-info {
912   display: table-cell;
913   vertical-align: top;
914   text-align: left;
915   width: 80px;
916 }
917 .wall-item-container .wall-item-location {
918   padding-right: 40px;
919 }
920 .wall-item-container .wall-item-ago {
921   word-wrap: break-word;
922   width: 50px;
923   margin-left: 10px;
924   color: #999;
925 }
926 .wall-item-location {
927   width: 180px;
928   float: left;
929 }
930
931 .wall-item-container .wall-item-content {
932   font-size: 13px;
933   max-width: 720px;
934   word-wrap: break-word;
935   line-height: 1.4;
936 }
937
938 .wall-item-container .wall-item-content img {
939   max-width: 700px;
940 }
941 .wall-item-container .wall-item-links, .wall-item-container .wall-item-actions {
942   display: table-cell;
943   vertical-align: middle;
944 }
945 .wall-item-container .wall-item-links .icon, .wall-item-container .wall-item-actions .icon {
946   opacity: 0.5;
947   -webkit-transition: all 0.2s ease-in-out;
948   -moz-transition: all 0.2s ease-in-out;
949   -o-transition: all 0.2s ease-in-out;
950   -ms-transition: all 0.2s ease-in-out;
951   transition: all 0.2s ease-in-out;
952 }
953 .wall-item-container .wall-item-links .icon:hover, .wall-item-container .wall-item-actions .icon:hover {
954   opacity: 1;
955   -webkit-transition: all 0.2s ease-in-out;
956   -moz-transition: all 0.2s ease-in-out;
957   -o-transition: all 0.2s ease-in-out;
958   -ms-transition: all 0.2s ease-in-out;
959   transition: all 0.2s ease-in-out;
960 }
961 .wall-item-container .wall-item-name {
962   font-weight: bold;
963 }
964 .wall-item-container .wall-item-actions-author {
965   width: 100%;
966   margin-bottom: 0.3em;
967 }
968 .wall-item-container .wall-item-actions-social {
969   float: left;
970   margin-bottom: 1px;
971 }
972 .wall-item-container .wall-item-actions-social a {
973   margin-right: 1em;
974 }
975 .wall-item-container .wall-item-actions-tools {
976   float: right;
977   width: 80px;
978 }
979 .wall-item-container .wall-item-actions-tools a {
980   float: right;
981 }
982 .wall-item-container .wall-item-actions-tools input {
983   float: right;
984 }
985 .wall-item-container.comment {
986   margin-top: 5px;
987   margin-bottom: 5px;
988   margin-left: 80px;
989   width: 700px;
990   border-bottom: 1px solid hsl(198, 21%, 79%);
991 }
992 .wall-item-container.comment .contact-photo {
993   width: 32px;
994   height: 32px;
995   margin-left: 16px;
996   /*background: url(../../../images/icons/22/user.png) no-repeat center center;*/
997
998 }
999 .wall-item-container.comment {
1000   top: 15px !important;
1001   left: 15px !important;
1002 }
1003 .wall-item-container.comment .wall-item-links {
1004   padding-left: 12px;
1005 }
1006 .wall-item-comment-wrapper {
1007   margin: 1px 5px 1px 80px;
1008 }
1009 .wall-item-comment-wrapper .comment-edit-photo {
1010   display: none;
1011 }
1012 .wall-item-comment-wrapper textarea {
1013   height: 1.2em;
1014   width: 100%;
1015   font-size: 10px;
1016   color: #999999;
1017   border: 1px solid #DDD;
1018   padding: 0.3em;
1019 }
1020 .wall-item-comment-wrapper .comment-edit-text-full {
1021   font-size: 14px;
1022   height: 4em;
1023   color: #2d2d2d;
1024   border: 1px solid #2d2d2d;
1025 }
1026 .comment-edit-preview {
1027   width: 710px;
1028   border: 1px solid #2d2d2d;
1029   margin-top: 10px;
1030 }
1031 .comment-edit-preview .contact-photo {
1032   width: 32px;
1033   height: 32px;
1034   margin-left: 16px;
1035   /*background: url(../../../images/icons/22/user.png) no-repeat center center;*/
1036
1037 }
1038 .comment-edit-preview {
1039   top: 15px !important;
1040   left: 15px !important;
1041 }
1042 .comment-edit-preview .wall-item-links {
1043   padding-left: 12px;
1044 }
1045 .comment-edit-preview .wall-item-container {
1046   width: 700px;
1047 }
1048 .comment-edit-preview .tread-wrapper {
1049   width: 700px;
1050   padding: 0;
1051   margin: 10px 0;
1052 }
1053
1054 .shiny {
1055   /* border-right: 10px solid #fce94f; */
1056         border-right: 1px solid #A7C7F7;
1057         padding-right: 12px;
1058 }
1059 #jot-preview-content .tread-wrapper {
1060   background-color: #fce94f;
1061 }
1062
1063 .wall-item-tags {
1064   padding-top: 1px;
1065   padding-bottom: 2px;
1066 }
1067 .tag {
1068   background: url("../../../images/tag_b.png") repeat-x center left;
1069   color: #ffffff;
1070   padding-left: 3px;
1071   font-size: 10px;
1072 }
1073 .tag a {
1074   padding-right: 8px;
1075   background: url("../../../images/tag.png") no-repeat center right;
1076   color: #ffffff;
1077 }
1078 .wwto {
1079   position: absolute !important;
1080   width: 25px;
1081   height: 25px;
1082   background: #FFFFFF;
1083   border: 2px solid #364e59;
1084   height: 25px;
1085   width: 25px;
1086   overflow: hidden;
1087   padding: 1px;
1088   position: absolute !important;
1089   top: 40px;
1090   left: 30px;
1091   -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
1092   -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
1093   box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
1094 }
1095 .wwto .contact-photo {
1096   width: auto;
1097   height: 25px;
1098 }
1099 /* contacts menu */
1100 .contact-photo-wrapper {
1101   position: relative;
1102   width: 80px;
1103 }
1104
1105 .contact-photo-wrapper.wwto {
1106   width: 25px;
1107 }
1108
1109 .contact-photo {
1110   width: 48px;
1111   height: 48px;
1112   overflow: hidden;
1113   display: block;
1114 }
1115 .contact-photo img {
1116   width: 48px;
1117   height: 48px;
1118 }
1119
1120 .contact-wrapper {
1121   float: left;
1122   width: 90px;
1123   height: 90px;
1124   margin-bottom: 15px;
1125 }
1126 .contact-wrapper .contact-photo {
1127   width: 80px;
1128   height: 80px;
1129 }
1130 .contact-wrapper .contact-photo img {
1131   width: 80px;
1132   height: 80px;
1133 }
1134 .contact-wrapper {
1135   left: 0px;
1136   top: 63px;
1137 }
1138 .contact-photo {
1139   width: 48px;
1140   height: 48px;
1141 }
1142 .contact-photo img {
1143   width: 48px;
1144   height: 48px;
1145 }
1146 .contact-name {
1147   /* text-align: center; */
1148   /*font-weight: bold;*/
1149   font-size: 12px;
1150 }
1151 .contact-details {
1152   color: #999999;
1153 }
1154 /* editor */
1155 .jothidden {
1156   display: none;
1157 }
1158 #jot {
1159   width: 785px;
1160   margin: 0px 2em 20px 0px;
1161 }
1162 #jot .profile-jot-text {
1163   height: 1.2em;
1164   width: 99%;
1165   font-size: 10px;
1166   color: #999999;
1167   border: 1px solid #DDD;
1168   padding: 0.3em;
1169 }
1170 #jot #jot-tools {
1171   margin: 0px;
1172   padding: 0px;
1173   height: 40px;
1174   overflow: none;
1175   width: 783px;
1176   background-color: #0e232e;
1177   border-bottom: 2px solid #9eabb0;
1178 }
1179 #jot #jot-tools li {
1180   list-style: none;
1181   float: left;
1182   width: 80px;
1183   height: 40px;
1184   border-bottom: 2px solid #9eabb0;
1185 }
1186 #jot #jot-tools li a {
1187   display: block;
1188   color: #cccccc;
1189   width: 100%;
1190   height: 40px;
1191   text-align: center;
1192   line-height: 40px;
1193   overflow: hidden;
1194 }
1195 #jot #jot-tools li:hover {
1196   background-color: #364e59;
1197   border-bottom: 2px solid #bdcdd4;
1198 }
1199 #jot #jot-tools li.perms {
1200   float: right;
1201   width: 40px;
1202 }
1203 #jot #jot-tools li.perms a.unlock {
1204   width: 30px;
1205   border-left: 10px solid #cccccc;
1206   background-color: #cccccc;
1207   background-position: left center;
1208 }
1209 #jot #jot-tools li.perms a.lock {
1210   width: 30px;
1211   border-left: 10px solid #666666;
1212   background-color: #666666;
1213 }
1214 #jot #jot-tools li.submit {
1215   float: right;
1216   background-color: #cccccc;
1217   border-bottom: 2px solid #cccccc;
1218   border-right: 1px solid #666666;
1219   border-left: 1px solid #666666;
1220 }
1221 #jot #jot-tools li.submit input {
1222   border: 0px;
1223   margin: 0px;
1224   padding: 0px;
1225   background-color: #cccccc;
1226   color: #666666;
1227   width: 80px;
1228   height: 40px;
1229   line-height: 40px;
1230 }
1231 #jot #jot-tools li.submit input:hover {
1232   background-color: #bdcdd4;
1233   color: #666666;
1234 }
1235 #jot #jot-tools li.loading {
1236   float: right;
1237   background-color: #ffffff;
1238   width: 20px;
1239   vertical-align: center;
1240   text-align: center;
1241   border-top: 2px solid #9eabb0;
1242   height: 38px;
1243 }
1244 #jot #jot-tools li.loading img {
1245   margin-top: 10px;
1246 }
1247 #jot #jot-title {
1248   border: 0px;
1249   margin: 0px;
1250   height: 20px;
1251   width: 700px;
1252   font-weight: bold;
1253   border: 1px solid #ffffff;
1254 }
1255 #jot #jot-title:-webkit-input-placeholder {
1256   font-weight: normal;
1257 }
1258 #jot #jot-title:-moz-placeholder {
1259   font-weight: normal;
1260 }
1261 #jot #jot-title:hover {
1262   border: 1px solid #999999;
1263 }
1264 #jot #jot-title:focus {
1265   border: 1px solid #999999;
1266 }
1267 #jot #character-counter {
1268   width: 80px;
1269   float: right;
1270   text-align: right;
1271   height: 20px;
1272   line-height: 20px;
1273   padding-right: 20px;
1274 }
1275 /** buttons **/
1276 /*input[type="submit"] {
1277         border: 0px;
1278     background-color: @ButtonBackgroundColor;
1279     color: @ButtonColor;
1280     padding: 0px 10px;
1281         .rounded(5px);
1282     height: 18px;
1283 }*/
1284 /** acl **/
1285 #photo-edit-perms-select, #photos-upload-permissions-wrapper, #profile-jot-acl-wrapper {
1286   display: block!important;
1287 }
1288 #acl-wrapper {
1289   width: 690px;
1290   float: left;
1291 }
1292 #acl-search {
1293   float: right;
1294   background: #ffffff url("../../../images/search_18.png") no-repeat right center;
1295   padding-right: 20px;
1296 }
1297 #acl-showall {
1298   float: left;
1299   display: block;
1300   width: auto;
1301   height: 18px;
1302   background-color: #cccccc;
1303   background-image: url("../../../images/show_all_off.png");
1304   background-position: 7px 7px;
1305   background-repeat: no-repeat;
1306   padding: 7px 5px 0px 30px;
1307   color: #999999;
1308   -moz-border-radius: 5px 5px 5px 5px;
1309   -webkit-border-radius: 5px 5px 5px 5px;
1310   border-radius: 5px 5px 5px 5px;
1311 }
1312 #acl-showall.selected {
1313   color: #000000;
1314   background-color: #ff9900;
1315   background-image: url("../../../images/show_all_on.png");
1316 }
1317 #acl-list {
1318   height: 210px;
1319   border: 1px solid #cccccc;
1320   clear: both;
1321   margin-top: 30px;
1322   overflow: auto;
1323 }
1324 .acl-list-item {
1325   display: block;
1326   width: 150px;
1327   height: 30px;
1328   border: 1px solid #cccccc;
1329   margin: 5px;
1330   float: left;
1331 }
1332 .acl-list-item img {
1333   width: 22px;
1334   height: 22px;
1335   float: left;
1336   margin: 4px;
1337 }
1338 .acl-list-item p {
1339   height: 12px;
1340   font-size: 10px;
1341   margin: 0px;
1342   padding: 2px 0px 1px;
1343   overflow: hidden;
1344 }
1345 .acl-list-item a {
1346   font-size: 8px;
1347   display: block;
1348   width: 40px;
1349   height: 10px;
1350   float: left;
1351   color: #999999;
1352   background-color: #cccccc;
1353   background-position: 3px 3px;
1354   background-repeat: no-repeat;
1355   margin-right: 5px;
1356   -webkit-border-radius: 2px ;
1357   -moz-border-radius: 2px;
1358   border-radius: 2px;
1359   padding-left: 15px;
1360 }
1361 #acl-wrapper a:hover {
1362   text-decoration: none;
1363   color: #000000;
1364 }
1365 .acl-button-show {
1366   background-image: url("../../../images/show_off.png");
1367 }
1368 .acl-button-hide {
1369   background-image: url("../../../images/hide_off.png");
1370 }
1371 .acl-button-show.selected {
1372   color: #000000;
1373   background-color: #9ade00;
1374   background-image: url("../../../images/show_on.png");
1375 }
1376 .acl-button-hide.selected {
1377   color: #000000;
1378   background-color: #ff4141;
1379   background-image: url("../../../images/hide_on.png");
1380 }
1381 .acl-list-item.groupshow {
1382   border-color: #9ade00;
1383 }
1384 .acl-list-item.grouphide {
1385   border-color: #ff4141;
1386 }
1387 /** /acl **/
1388 /** tab buttons **/
1389 ul.tabs {
1390   list-style-type: none;
1391   padding-bottom: 10px;
1392   font-size: 13px;
1393 }
1394 ul.tabs li {
1395   float: left;
1396   margin-left: 7px;
1397 }
1398 ul.tabs li .active {
1399   border-bottom: 1px solid #005c94;
1400 }
1401 /**
1402  * Form fields
1403  */
1404 .field {
1405   margin-bottom: 10px;
1406   padding-bottom: 10px;
1407   overflow: auto;
1408   width: 100%;
1409 }
1410 .field label {
1411   float: left;
1412   width: 200px;
1413 }
1414 .field input, .field textarea {
1415   width: 400px;
1416 }
1417 .field textarea {
1418   height: 100px;
1419 }
1420 .field .field_help {
1421   display: block;
1422   margin-left: 200px;
1423   color: #666666;
1424 }
1425 .field .onoff {
1426   float: left;
1427   width: 80px;
1428 }
1429 .field .onoff a {
1430   display: block;
1431   border: 1px solid #666666;
1432   background-image: url("../../../images/onoff.jpg");
1433   background-repeat: no-repeat;
1434   padding: 4px 2px 2px 2px;
1435   height: 16px;
1436   text-decoration: none;
1437 }
1438 .field .onoff .off {
1439   border-color: #666666;
1440   padding-left: 40px;
1441   background-position: left center;
1442   background-color: #cccccc;
1443   color: #666666;
1444   text-align: right;
1445 }
1446 .field .onoff .on {
1447   border-color: #204A87;
1448   padding-right: 40px;
1449   background-position: right center;
1450   background-color: #D7E3F1;
1451   color: #204A87;
1452   text-align: left;
1453 }
1454 .field .hidden {
1455   display: none!important;
1456 }
1457 .field.radio .field_help {
1458   margin-left: 0px;
1459 }
1460
1461 #profile-edit-links-end {
1462         clear: both;
1463         margin-bottom: 15px;
1464 }
1465
1466 #profile-edit-links ul { margin: 20px; padding-bottom: 20px; list-style: none; }
1467
1468 #profile-edit-links li {
1469   float: left;
1470   list-style: none;
1471   margin-left: 10px;
1472 }
1473
1474 .profile-edit-side-div {
1475   display: none;
1476 }
1477
1478 #register-form label,
1479 #profile-edit-form label {
1480         width: 300px; float: left;
1481 }
1482
1483 .required {
1484   display: inline;
1485   color: #B20202;
1486 }
1487
1488 /* oauth */
1489 .oauthapp {
1490   height: auto;
1491   overflow: auto;
1492   border-bottom: 2px solid #cccccc;
1493   padding-bottom: 1em;
1494   margin-bottom: 1em;
1495 }
1496 .oauthapp img {
1497   float: left;
1498   width: 48px;
1499   height: 48px;
1500   margin: 10px;
1501 }
1502 .oauthapp img.noicon {
1503   background-image: url("../../../images/icons/48/plugin.png");
1504   background-position: center center;
1505   background-repeat: no-repeat;
1506 }
1507 .oauthapp a {
1508   float: left;
1509 }
1510 /* contacts */
1511 .contact-entry-wrapper {
1512   width: 120px;
1513   height: 120px;
1514   float: left;
1515 }
1516 /* photo */
1517 .lframe {
1518   float: left;
1519   margin: 0px 10px 10px 0px;
1520 }
1521 /* profile match wrapper */
1522 .profile-match-wrapper {
1523   float: left;
1524   width: 90px;
1525   height: 90px;
1526   margin-bottom: 20px;
1527 }
1528 .profile-match-wrapper .contact-photo {
1529   width: 80px;
1530   height: 80px;
1531 }
1532 .profile-match-wrapper .contact-photo img {
1533   width: 80px;
1534   height: 80px;
1535 }
1536 .profile-match-wrapper {
1537   left: 0px;
1538   top: 63px;
1539 }
1540
1541 .contact-photo-menu-button {
1542         position: relative;
1543         background-image: url("../../../images/icons/16/menu.png");
1544         background-position: top left; 
1545         background-repeat: no-repeat;
1546         margin: 0px 0px -16px 0px; 
1547         padding: 0px;
1548         width: 16px;
1549         height: 16px;
1550         top: -20px; left:0px;
1551         overflow: hidden;
1552         text-indent: 40px;
1553         display: none;
1554         
1555 }
1556 .contact-photo-menu {
1557         width: 11em;
1558         border: 3px solid #364e59;
1559         color: #2d2d2d;
1560         background: #FFFFFF;
1561 /*        position: absolute;*/
1562         position: relative;
1563         left: 0px; top: 0px;
1564         display: none;
1565         z-index: 10000;
1566 }
1567 .contact-photo-menu ul { margin:0px; padding: 0px; list-style: none }
1568 .contact-photo-menu li a {
1569         display: block; 
1570         padding: 5px 10px; 
1571         color: #2d2d2d;
1572         text-decoration: none;
1573 }
1574 .contact-photo-menu li a:hover {
1575         background-color: #bdcdd4; 
1576 }
1577
1578 /* page footer */
1579 footer {
1580   height: 100px;
1581   display: table-row;
1582 }
1583
1584 blockquote {
1585     border-left: 1px solid #D2D2D2;
1586     padding-left: 9px;
1587     margin: 0 0 0 .8ex;
1588 }
1589
1590 /* ================== */
1591 /* = Contacts Block = */
1592 /* ================== */
1593
1594 .contact-block-img {
1595         width: 42px;
1596         height: 42px;
1597         padding-right: 2px;
1598 }
1599 .contact-block-div {
1600         float: left;
1601 }
1602
1603 .contact-block-textdiv { width: 150px; height: 34px; float: left; }
1604 #contact-block-end { clear: both; } 
1605
1606 #group-edit-wrapper {
1607         margin-bottom: 10px;
1608 }
1609
1610 #group-members-end {
1611         clear: both;
1612 }
1613
1614 /*
1615 #group-separator,
1616 #prof-separator { display: none;}
1617 */
1618
1619 #prvmail-to-label, #prvmail-subject-label, #prvmail-message-label {
1620         margin-bottom: 10px;
1621         margin-top: 20px;
1622 }
1623
1624 #prvmail-submit {
1625         float: left;
1626         margin-top: 10px;
1627         margin-right: 30px;
1628 }
1629 #prvmail-upload-wrapper,
1630 #prvmail-link-wrapper,
1631 #prvmail-rotator-wrapper {
1632         float: left;
1633         margin-top: 10px;
1634         margin-right: 10px;
1635         width: 24px;
1636 }
1637
1638 #prvmail-end {
1639         clear: both;
1640 }
1641
1642 .mail-list-sender,
1643 .mail-list-detail {
1644         float: left;
1645 }
1646 .mail-list-detail {
1647         margin-left: 20px;
1648 }
1649
1650 .mail-list-subject {
1651         font-size: 1.1em;
1652         margin-top: 10px;
1653 }
1654 a.mail-list-link {
1655     display: block;
1656     font-size: 1.3em;
1657     padding: 4px 0;
1658 }
1659
1660 /*
1661 *a.mail-list-link:hover {
1662 *       background-color: #15607B;
1663 *       color: #F5F6FB;
1664 *}
1665 */
1666
1667 .mail-list-outside-wrapper-end {
1668         clear: both;
1669 }
1670
1671 .mail-list-outside-wrapper {
1672         margin-top: 30px;
1673 }
1674
1675 .mail-list-delete-wrapper {
1676         float: right;
1677         margin-right: 30px;
1678         margin-top: 15px;
1679 }
1680
1681 .mail-list-delete-icon {
1682         border: none;
1683 }
1684
1685 .mail-conv-sender,
1686 .mail-conv-detail {
1687         float: left;
1688 }
1689 .mail-conv-detail {
1690         margin-left: 20px;
1691         width: 500px;
1692 }
1693
1694 .mail-conv-subject {
1695     font-size: 1.4em;
1696     margin: 10px 0;
1697 }
1698
1699 .mail-conv-outside-wrapper-end {
1700         clear: both;
1701 }
1702
1703 .mail-conv-outside-wrapper {
1704         margin-top: 30px;
1705 }
1706
1707 .mail-conv-delete-wrapper {
1708         float: right;
1709         margin-right: 30px;
1710         margin-top: 15px;
1711 }
1712 .mail-conv-break {
1713         clear: both;
1714 }
1715
1716 .mail-conv-delete-icon {
1717         border: none;
1718 }
1719
1720 /* ========== */
1721 /* = Events = */
1722 /* ========== */
1723 .eventcal {
1724         float: left;
1725         font-size: 20px;
1726 }
1727
1728 .vevent {
1729         border: 1px solid #CCCCCC;
1730 }
1731 .vevent .event-description, .vevent .event-location {
1732         margin-left: 10px;
1733         margin-right: 10px;
1734 }
1735 .vevent .event-start {
1736         margin-left: 10px;
1737         margin-right: 10px;
1738 }
1739
1740 #new-event-link {
1741         margin-bottom: 10px;
1742 }
1743
1744 .edit-event-link, .plink-event-link {
1745         float: left;
1746         margin-top: 4px;
1747         margin-right: 4px;
1748         margin-bottom: 15px;
1749 }
1750
1751 .event-description:before {
1752         content: url('../../../images/calendar.png');
1753         margin-right: 15px;
1754 }
1755
1756 .event-start, .event-end {
1757         margin-left: 10px;
1758         width: 330px;
1759         clear: both;
1760 }
1761
1762 .event-start .dtstart, .event-end .dtend {
1763         float: right;
1764 }
1765
1766 .event-list-date {
1767         margin-bottom: 10px;
1768 }
1769
1770 .prevcal, .nextcal {
1771         float: left;
1772         margin-left: 32px;
1773         margin-right: 32px;
1774         margin-top: 64px;
1775 }
1776 .event-calendar-end {
1777         clear: both;
1778 }
1779
1780  
1781 .calendar {
1782         font-family: Courier, monospace;
1783 }
1784 .today {
1785         font-weight: bold;
1786         color: #FF0000;
1787 }
1788
1789 .settings-block {
1790         border: 1px solid #AAA;
1791         margin: 10px;
1792         padding: 10px;
1793 }
1794
1795 .app-title {
1796         margin: 10px;
1797 }
1798
1799 #identity-manage-desc {
1800         margin-top:15px;
1801         margin-bottom: 15px;
1802 }
1803
1804 #identity-manage-choose {
1805         margin-bottom: 15px;
1806 }
1807
1808 #identity-submit {
1809         margin-top: 20px;
1810 }
1811
1812 #photo-prev-link, #photo-next-link {
1813         padding: 10px;
1814         float: left;
1815 }
1816
1817 #photo-photo {
1818         float: left;
1819 }
1820
1821 #photo-photo-end {
1822         clear: both;
1823 }
1824
1825 .profile-match-photo {
1826         float: left;
1827         text-align: center;
1828         width: 120px;
1829 }
1830
1831 .profile-match-name {
1832         float: left;
1833         text-align: center;
1834         width: 120px;
1835         overflow: hidden;
1836 }
1837
1838 .profile-match-break,
1839 .profile-match-end {
1840         clear: both;
1841 }
1842
1843 .profile-match-connect {
1844         text-align: center;
1845         font-weight: bold;
1846 }
1847
1848 .profile-match-wrapper {
1849         float: left;
1850         padding: 10px;
1851         width: 120px;
1852         height: 120px;
1853         scroll: auto;
1854 }
1855 #profile-match-wrapper-end {
1856         clear: both;
1857 }
1858
1859 /* ============= */
1860 /* = Directory = */
1861 /* ============= */
1862 /* contacts menu */
1863 .contact-photo-wrapper {
1864   position: relative;
1865 }
1866 .contact-photo {
1867   width: 48px;
1868   height: 48px;
1869   overflow: hidden;
1870   display: block;
1871 }
1872 .contact-photo img {
1873   width: 48px;
1874   height: 48px;
1875 }
1876 .contact-photo-menu-button {
1877   display: none;
1878   /* position: absolute; */
1879   /* position: absolute; */
1880   left: -2px;
1881   top: -20px;
1882 }
1883 .contact-wrapper {
1884   float: left;
1885   width: 90px;
1886   height: 90px;
1887   margin-bottom: 15px;
1888 }
1889 .contact-wrapper .contact-photo {
1890   width: 80px;
1891   height: 80px;
1892 }
1893 .contact-wrapper .contact-photo img {
1894   width: 80px;
1895   height: 80px;
1896 }
1897 .contact-wrapper .contact-photo-menu-button {
1898   left: 0px;
1899   top: 63px;
1900 }
1901 .directory-item {
1902   float: left;
1903   width: 200px;
1904   height: 200px;
1905 }
1906 .directory-item .contact-photo {
1907   width: 175px;
1908   height: 175px;
1909 }
1910 .directory-item .contact-photo img {
1911   width: 175px;
1912   height: 175px;
1913 }
1914 .contact-name {
1915   text-align: center;
1916   font-weight: bold;
1917   font-size: 12px;
1918 }
1919 .contact-details {
1920   color: #999999;
1921 }
1922
1923 .photo-top-image-wrapper {
1924         position: relative;
1925         float: left;
1926         margin-top: 15px;
1927         margin-right: 15px;
1928         width: 200px; height: 200px; 
1929         overflow: hidden; 
1930 }
1931 .photo-top-album-name {
1932         width: 100%;
1933         min-height: 2em;
1934         position: absolute; 
1935         bottom: 0px; 
1936         padding: 0px 3px;
1937         padding-top: 0.5em;
1938         background-color: rgb(255, 255, 255);
1939 }
1940 #photo-top-end {
1941         clear: both;
1942 }
1943
1944 #photo-top-links {
1945         margin-bottom: 30px;
1946         margin-left: 30px;
1947 }
1948
1949 #photos-upload-newalbum-div {
1950         float: left;
1951         width: 175px;
1952 }
1953