]> 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 }
1058 #jot-preview-content .tread-wrapper {
1059   background-color: #fce94f;
1060 }
1061
1062 .wall-item-tags {
1063   padding-top: 1px;
1064   padding-bottom: 2px;
1065 }
1066 .tag {
1067   background: url("../../../images/tag_b.png") repeat-x center left;
1068   color: #ffffff;
1069   padding-left: 3px;
1070   font-size: 10px;
1071 }
1072 .tag a {
1073   padding-right: 8px;
1074   background: url("../../../images/tag.png") no-repeat center right;
1075   color: #ffffff;
1076 }
1077 .wwto {
1078   position: absolute !important;
1079   width: 25px;
1080   height: 25px;
1081   background: #FFFFFF;
1082   border: 2px solid #364e59;
1083   height: 25px;
1084   width: 25px;
1085   overflow: hidden;
1086   padding: 1px;
1087   position: absolute !important;
1088   top: 40px;
1089   left: 30px;
1090   -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
1091   -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
1092   box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
1093 }
1094 .wwto .contact-photo {
1095   width: auto;
1096   height: 25px;
1097 }
1098 /* contacts menu */
1099 .contact-photo-wrapper {
1100   position: relative;
1101   width: 80px;
1102 }
1103
1104 .contact-photo-wrapper.wwto {
1105   width: 25px;
1106 }
1107
1108 .contact-photo {
1109   width: 48px;
1110   height: 48px;
1111   overflow: hidden;
1112   display: block;
1113 }
1114 .contact-photo img {
1115   width: 48px;
1116   height: 48px;
1117 }
1118
1119 .contact-wrapper {
1120   float: left;
1121   width: 90px;
1122   height: 90px;
1123   margin-bottom: 15px;
1124 }
1125 .contact-wrapper .contact-photo {
1126   width: 80px;
1127   height: 80px;
1128 }
1129 .contact-wrapper .contact-photo img {
1130   width: 80px;
1131   height: 80px;
1132 }
1133 .contact-wrapper {
1134   left: 0px;
1135   top: 63px;
1136 }
1137 .contact-photo {
1138   width: 48px;
1139   height: 48px;
1140 }
1141 .contact-photo img {
1142   width: 48px;
1143   height: 48px;
1144 }
1145 .contact-name {
1146   /* text-align: center; */
1147   /*font-weight: bold;*/
1148   font-size: 12px;
1149 }
1150 .contact-details {
1151   color: #999999;
1152 }
1153 /* editor */
1154 .jothidden {
1155   display: none;
1156 }
1157 #jot {
1158   width: 785px;
1159   margin: 0px 2em 20px 0px;
1160 }
1161 #jot .profile-jot-text {
1162   height: 1.2em;
1163   width: 99%;
1164   font-size: 10px;
1165   color: #999999;
1166   border: 1px solid #DDD;
1167   padding: 0.3em;
1168 }
1169 #jot #jot-tools {
1170   margin: 0px;
1171   padding: 0px;
1172   height: 40px;
1173   overflow: none;
1174   width: 783px;
1175   background-color: #0e232e;
1176   border-bottom: 2px solid #9eabb0;
1177 }
1178 #jot #jot-tools li {
1179   list-style: none;
1180   float: left;
1181   width: 80px;
1182   height: 40px;
1183   border-bottom: 2px solid #9eabb0;
1184 }
1185 #jot #jot-tools li a {
1186   display: block;
1187   color: #cccccc;
1188   width: 100%;
1189   height: 40px;
1190   text-align: center;
1191   line-height: 40px;
1192   overflow: hidden;
1193 }
1194 #jot #jot-tools li:hover {
1195   background-color: #364e59;
1196   border-bottom: 2px solid #bdcdd4;
1197 }
1198 #jot #jot-tools li.perms {
1199   float: right;
1200   width: 40px;
1201 }
1202 #jot #jot-tools li.perms a.unlock {
1203   width: 30px;
1204   border-left: 10px solid #cccccc;
1205   background-color: #cccccc;
1206   background-position: left center;
1207 }
1208 #jot #jot-tools li.perms a.lock {
1209   width: 30px;
1210   border-left: 10px solid #666666;
1211   background-color: #666666;
1212 }
1213 #jot #jot-tools li.submit {
1214   float: right;
1215   background-color: #cccccc;
1216   border-bottom: 2px solid #cccccc;
1217   border-right: 1px solid #666666;
1218   border-left: 1px solid #666666;
1219 }
1220 #jot #jot-tools li.submit input {
1221   border: 0px;
1222   margin: 0px;
1223   padding: 0px;
1224   background-color: #cccccc;
1225   color: #666666;
1226   width: 80px;
1227   height: 40px;
1228   line-height: 40px;
1229 }
1230 #jot #jot-tools li.submit input:hover {
1231   background-color: #bdcdd4;
1232   color: #666666;
1233 }
1234 #jot #jot-tools li.loading {
1235   float: right;
1236   background-color: #ffffff;
1237   width: 20px;
1238   vertical-align: center;
1239   text-align: center;
1240   border-top: 2px solid #9eabb0;
1241   height: 38px;
1242 }
1243 #jot #jot-tools li.loading img {
1244   margin-top: 10px;
1245 }
1246 #jot #jot-title {
1247   border: 0px;
1248   margin: 0px;
1249   height: 20px;
1250   width: 700px;
1251   font-weight: bold;
1252   border: 1px solid #ffffff;
1253 }
1254 #jot #jot-title:-webkit-input-placeholder {
1255   font-weight: normal;
1256 }
1257 #jot #jot-title:-moz-placeholder {
1258   font-weight: normal;
1259 }
1260 #jot #jot-title:hover {
1261   border: 1px solid #999999;
1262 }
1263 #jot #jot-title:focus {
1264   border: 1px solid #999999;
1265 }
1266 #jot #character-counter {
1267   width: 80px;
1268   float: right;
1269   text-align: right;
1270   height: 20px;
1271   line-height: 20px;
1272   padding-right: 20px;
1273 }
1274 /** buttons **/
1275 /*input[type="submit"] {
1276         border: 0px;
1277     background-color: @ButtonBackgroundColor;
1278     color: @ButtonColor;
1279     padding: 0px 10px;
1280         .rounded(5px);
1281     height: 18px;
1282 }*/
1283 /** acl **/
1284 #photo-edit-perms-select, #photos-upload-permissions-wrapper, #profile-jot-acl-wrapper {
1285   display: block!important;
1286 }
1287 #acl-wrapper {
1288   width: 690px;
1289   float: left;
1290 }
1291 #acl-search {
1292   float: right;
1293   background: #ffffff url("../../../images/search_18.png") no-repeat right center;
1294   padding-right: 20px;
1295 }
1296 #acl-showall {
1297   float: left;
1298   display: block;
1299   width: auto;
1300   height: 18px;
1301   background-color: #cccccc;
1302   background-image: url("../../../images/show_all_off.png");
1303   background-position: 7px 7px;
1304   background-repeat: no-repeat;
1305   padding: 7px 5px 0px 30px;
1306   color: #999999;
1307   -moz-border-radius: 5px 5px 5px 5px;
1308   -webkit-border-radius: 5px 5px 5px 5px;
1309   border-radius: 5px 5px 5px 5px;
1310 }
1311 #acl-showall.selected {
1312   color: #000000;
1313   background-color: #ff9900;
1314   background-image: url("../../../images/show_all_on.png");
1315 }
1316 #acl-list {
1317   height: 210px;
1318   border: 1px solid #cccccc;
1319   clear: both;
1320   margin-top: 30px;
1321   overflow: auto;
1322 }
1323 .acl-list-item {
1324   display: block;
1325   width: 150px;
1326   height: 30px;
1327   border: 1px solid #cccccc;
1328   margin: 5px;
1329   float: left;
1330 }
1331 .acl-list-item img {
1332   width: 22px;
1333   height: 22px;
1334   float: left;
1335   margin: 4px;
1336 }
1337 .acl-list-item p {
1338   height: 12px;
1339   font-size: 10px;
1340   margin: 0px;
1341   padding: 2px 0px 1px;
1342   overflow: hidden;
1343 }
1344 .acl-list-item a {
1345   font-size: 8px;
1346   display: block;
1347   width: 40px;
1348   height: 10px;
1349   float: left;
1350   color: #999999;
1351   background-color: #cccccc;
1352   background-position: 3px 3px;
1353   background-repeat: no-repeat;
1354   margin-right: 5px;
1355   -webkit-border-radius: 2px ;
1356   -moz-border-radius: 2px;
1357   border-radius: 2px;
1358   padding-left: 15px;
1359 }
1360 #acl-wrapper a:hover {
1361   text-decoration: none;
1362   color: #000000;
1363 }
1364 .acl-button-show {
1365   background-image: url("../../../images/show_off.png");
1366 }
1367 .acl-button-hide {
1368   background-image: url("../../../images/hide_off.png");
1369 }
1370 .acl-button-show.selected {
1371   color: #000000;
1372   background-color: #9ade00;
1373   background-image: url("../../../images/show_on.png");
1374 }
1375 .acl-button-hide.selected {
1376   color: #000000;
1377   background-color: #ff4141;
1378   background-image: url("../../../images/hide_on.png");
1379 }
1380 .acl-list-item.groupshow {
1381   border-color: #9ade00;
1382 }
1383 .acl-list-item.grouphide {
1384   border-color: #ff4141;
1385 }
1386 /** /acl **/
1387 /** tab buttons **/
1388 ul.tabs {
1389   list-style-type: none;
1390   padding-bottom: 10px;
1391   font-size: 13px;
1392 }
1393 ul.tabs li {
1394   float: left;
1395   margin-left: 7px;
1396 }
1397 ul.tabs li .active {
1398   border-bottom: 1px solid #005c94;
1399 }
1400 /**
1401  * Form fields
1402  */
1403 .field {
1404   margin-bottom: 10px;
1405   padding-bottom: 10px;
1406   overflow: auto;
1407   width: 100%;
1408 }
1409 .field label {
1410   float: left;
1411   width: 200px;
1412 }
1413 .field input, .field textarea {
1414   width: 400px;
1415 }
1416 .field textarea {
1417   height: 100px;
1418 }
1419 .field .field_help {
1420   display: block;
1421   margin-left: 200px;
1422   color: #666666;
1423 }
1424 .field .onoff {
1425   float: left;
1426   width: 80px;
1427 }
1428 .field .onoff a {
1429   display: block;
1430   border: 1px solid #666666;
1431   background-image: url("../../../images/onoff.jpg");
1432   background-repeat: no-repeat;
1433   padding: 4px 2px 2px 2px;
1434   height: 16px;
1435   text-decoration: none;
1436 }
1437 .field .onoff .off {
1438   border-color: #666666;
1439   padding-left: 40px;
1440   background-position: left center;
1441   background-color: #cccccc;
1442   color: #666666;
1443   text-align: right;
1444 }
1445 .field .onoff .on {
1446   border-color: #204A87;
1447   padding-right: 40px;
1448   background-position: right center;
1449   background-color: #D7E3F1;
1450   color: #204A87;
1451   text-align: left;
1452 }
1453 .field .hidden {
1454   display: none!important;
1455 }
1456 .field.radio .field_help {
1457   margin-left: 0px;
1458 }
1459
1460 #profile-edit-links-end {
1461         clear: both;
1462         margin-bottom: 15px;
1463 }
1464
1465 #profile-edit-links ul { margin: 20px; padding-bottom: 20px; list-style: none; }
1466
1467 #profile-edit-links li {
1468   float: left;
1469   list-style: none;
1470   margin-left: 10px;
1471 }
1472
1473 .profile-edit-side-div {
1474   display: none;
1475 }
1476
1477 #register-form label,
1478 #profile-edit-form label {
1479         width: 300px; float: left;
1480 }
1481
1482 .required {
1483   display: inline;
1484   color: #B20202;
1485 }
1486
1487 /* oauth */
1488 .oauthapp {
1489   height: auto;
1490   overflow: auto;
1491   border-bottom: 2px solid #cccccc;
1492   padding-bottom: 1em;
1493   margin-bottom: 1em;
1494 }
1495 .oauthapp img {
1496   float: left;
1497   width: 48px;
1498   height: 48px;
1499   margin: 10px;
1500 }
1501 .oauthapp img.noicon {
1502   background-image: url("../../../images/icons/48/plugin.png");
1503   background-position: center center;
1504   background-repeat: no-repeat;
1505 }
1506 .oauthapp a {
1507   float: left;
1508 }
1509 /* contacts */
1510 .contact-entry-wrapper {
1511   width: 120px;
1512   height: 120px;
1513   float: left;
1514 }
1515 /* photo */
1516 .lframe {
1517   float: left;
1518   margin: 0px 10px 10px 0px;
1519 }
1520 /* profile match wrapper */
1521 .profile-match-wrapper {
1522   float: left;
1523   width: 90px;
1524   height: 90px;
1525   margin-bottom: 20px;
1526 }
1527 .profile-match-wrapper .contact-photo {
1528   width: 80px;
1529   height: 80px;
1530 }
1531 .profile-match-wrapper .contact-photo img {
1532   width: 80px;
1533   height: 80px;
1534 }
1535 .profile-match-wrapper {
1536   left: 0px;
1537   top: 63px;
1538 }
1539
1540 .contact-photo-menu-button {
1541         position: relative;
1542         background-image: url("../../../images/icons/16/menu.png");
1543         background-position: top left; 
1544         background-repeat: no-repeat;
1545         margin: 0px 0px -16px 0px; 
1546         padding: 0px;
1547         width: 16px;
1548         height: 16px;
1549         top: -20px; left:0px;
1550         overflow: hidden;
1551         text-indent: 40px;
1552         display: none;
1553         
1554 }
1555 .contact-photo-menu {
1556         width: 11em;
1557         border: 3px solid #364e59;
1558         color: #2d2d2d;
1559         background: #FFFFFF;
1560 /*        position: absolute;*/
1561         position: relative;
1562         left: 0px; top: 0px;
1563         display: none;
1564         z-index: 10000;
1565 }
1566 .contact-photo-menu ul { margin:0px; padding: 0px; list-style: none }
1567 .contact-photo-menu li a {
1568         display: block; 
1569         padding: 5px 10px; 
1570         color: #2d2d2d;
1571         text-decoration: none;
1572 }
1573 .contact-photo-menu li a:hover {
1574         background-color: #bdcdd4; 
1575 }
1576
1577 /* page footer */
1578 footer {
1579   height: 100px;
1580   display: table-row;
1581 }
1582
1583 blockquote {
1584     border-left: 1px solid #D2D2D2;
1585     padding-left: 9px;
1586     margin: 0 0 0 .8ex;
1587 }
1588
1589 /* ================== */
1590 /* = Contacts Block = */
1591 /* ================== */
1592
1593 .contact-block-img {
1594         width: 42px;
1595         height: 42px;
1596         padding-right: 2px;
1597 }
1598 .contact-block-div {
1599         float: left;
1600 }
1601
1602 .contact-block-textdiv { width: 150px; height: 34px; float: left; }
1603 #contact-block-end { clear: both; } 
1604
1605 #group-edit-wrapper {
1606         margin-bottom: 10px;
1607 }
1608
1609 #group-members-end {
1610         clear: both;
1611 }
1612
1613 /*
1614 #group-separator,
1615 #prof-separator { display: none;}
1616 */
1617
1618 #prvmail-to-label, #prvmail-subject-label, #prvmail-message-label {
1619         margin-bottom: 10px;
1620         margin-top: 20px;
1621 }
1622
1623 #prvmail-submit {
1624         float: left;
1625         margin-top: 10px;
1626         margin-right: 30px;
1627 }
1628 #prvmail-upload-wrapper,
1629 #prvmail-link-wrapper,
1630 #prvmail-rotator-wrapper {
1631         float: left;
1632         margin-top: 10px;
1633         margin-right: 10px;
1634         width: 24px;
1635 }
1636
1637 #prvmail-end {
1638         clear: both;
1639 }
1640
1641 .mail-list-sender,
1642 .mail-list-detail {
1643         float: left;
1644 }
1645 .mail-list-detail {
1646         margin-left: 20px;
1647 }
1648
1649 .mail-list-subject {
1650         font-size: 1.1em;
1651         margin-top: 10px;
1652 }
1653 a.mail-list-link {
1654     display: block;
1655     font-size: 1.3em;
1656     padding: 4px 0;
1657 }
1658
1659 /*
1660 *a.mail-list-link:hover {
1661 *       background-color: #15607B;
1662 *       color: #F5F6FB;
1663 *}
1664 */
1665
1666 .mail-list-outside-wrapper-end {
1667         clear: both;
1668 }
1669
1670 .mail-list-outside-wrapper {
1671         margin-top: 30px;
1672 }
1673
1674 .mail-list-delete-wrapper {
1675         float: right;
1676         margin-right: 30px;
1677         margin-top: 15px;
1678 }
1679
1680 .mail-list-delete-icon {
1681         border: none;
1682 }
1683
1684 .mail-conv-sender,
1685 .mail-conv-detail {
1686         float: left;
1687 }
1688 .mail-conv-detail {
1689         margin-left: 20px;
1690         width: 500px;
1691 }
1692
1693 .mail-conv-subject {
1694     font-size: 1.4em;
1695     margin: 10px 0;
1696 }
1697
1698 .mail-conv-outside-wrapper-end {
1699         clear: both;
1700 }
1701
1702 .mail-conv-outside-wrapper {
1703         margin-top: 30px;
1704 }
1705
1706 .mail-conv-delete-wrapper {
1707         float: right;
1708         margin-right: 30px;
1709         margin-top: 15px;
1710 }
1711 .mail-conv-break {
1712         clear: both;
1713 }
1714
1715 .mail-conv-delete-icon {
1716         border: none;
1717 }
1718
1719 /* ========== */
1720 /* = Events = */
1721 /* ========== */
1722 .eventcal {
1723         float: left;
1724         font-size: 20px;
1725 }
1726
1727 .vevent {
1728         border: 1px solid #CCCCCC;
1729 }
1730 .vevent .event-description, .vevent .event-location {
1731         margin-left: 10px;
1732         margin-right: 10px;
1733 }
1734 .vevent .event-start {
1735         margin-left: 10px;
1736         margin-right: 10px;
1737 }
1738
1739 #new-event-link {
1740         margin-bottom: 10px;
1741 }
1742
1743 .edit-event-link, .plink-event-link {
1744         float: left;
1745         margin-top: 4px;
1746         margin-right: 4px;
1747         margin-bottom: 15px;
1748 }
1749
1750 .event-description:before {
1751         content: url('../../../images/calendar.png');
1752         margin-right: 15px;
1753 }
1754
1755 .event-start, .event-end {
1756         margin-left: 10px;
1757         width: 330px;
1758         clear: both;
1759 }
1760
1761 .event-start .dtstart, .event-end .dtend {
1762         float: right;
1763 }
1764
1765 .event-list-date {
1766         margin-bottom: 10px;
1767 }
1768
1769 .prevcal, .nextcal {
1770         float: left;
1771         margin-left: 32px;
1772         margin-right: 32px;
1773         margin-top: 64px;
1774 }
1775 .event-calendar-end {
1776         clear: both;
1777 }
1778
1779  
1780 .calendar {
1781         font-family: Courier, monospace;
1782 }
1783 .today {
1784         font-weight: bold;
1785         color: #FF0000;
1786 }
1787
1788 .settings-block {
1789         border: 1px solid #AAA;
1790         margin: 10px;
1791         padding: 10px;
1792 }
1793
1794 .app-title {
1795         margin: 10px;
1796 }
1797
1798 #identity-manage-desc {
1799         margin-top:15px;
1800         margin-bottom: 15px;
1801 }
1802
1803 #identity-manage-choose {
1804         margin-bottom: 15px;
1805 }
1806
1807 #identity-submit {
1808         margin-top: 20px;
1809 }
1810
1811 #photo-prev-link, #photo-next-link {
1812         padding: 10px;
1813         float: left;
1814 }
1815
1816 #photo-photo {
1817         float: left;
1818 }
1819
1820 #photo-photo-end {
1821         clear: both;
1822 }
1823
1824 .profile-match-photo {
1825         float: left;
1826         text-align: center;
1827         width: 120px;
1828 }
1829
1830 .profile-match-name {
1831         float: left;
1832         text-align: center;
1833         width: 120px;
1834         overflow: hidden;
1835 }
1836
1837 .profile-match-break,
1838 .profile-match-end {
1839         clear: both;
1840 }
1841
1842 .profile-match-connect {
1843         text-align: center;
1844         font-weight: bold;
1845 }
1846
1847 .profile-match-wrapper {
1848         float: left;
1849         padding: 10px;
1850         width: 120px;
1851         height: 120px;
1852         scroll: auto;
1853 }
1854 #profile-match-wrapper-end {
1855         clear: both;
1856 }
1857
1858 /* ============= */
1859 /* = Directory = */
1860 /* ============= */
1861 /* contacts menu */
1862 .contact-photo-wrapper {
1863   position: relative;
1864 }
1865 .contact-photo {
1866   width: 48px;
1867   height: 48px;
1868   overflow: hidden;
1869   display: block;
1870 }
1871 .contact-photo img {
1872   width: 48px;
1873   height: 48px;
1874 }
1875 .contact-photo-menu-button {
1876   display: none;
1877   /* position: absolute; */
1878   /* position: absolute; */
1879   left: -2px;
1880   top: -20px;
1881 }
1882 .contact-wrapper {
1883   float: left;
1884   width: 90px;
1885   height: 90px;
1886   margin-bottom: 15px;
1887 }
1888 .contact-wrapper .contact-photo {
1889   width: 80px;
1890   height: 80px;
1891 }
1892 .contact-wrapper .contact-photo img {
1893   width: 80px;
1894   height: 80px;
1895 }
1896 .contact-wrapper .contact-photo-menu-button {
1897   left: 0px;
1898   top: 63px;
1899 }
1900 .directory-item {
1901   float: left;
1902   width: 200px;
1903   height: 200px;
1904 }
1905 .directory-item .contact-photo {
1906   width: 175px;
1907   height: 175px;
1908 }
1909 .directory-item .contact-photo img {
1910   width: 175px;
1911   height: 175px;
1912 }
1913 .contact-name {
1914   text-align: center;
1915   font-weight: bold;
1916   font-size: 12px;
1917 }
1918 .contact-details {
1919   color: #999999;
1920 }
1921
1922 .photo-top-image-wrapper {
1923         position: relative;
1924         float: left;
1925         margin-top: 15px;
1926         margin-right: 15px;
1927         width: 200px; height: 200px; 
1928         overflow: hidden; 
1929 }
1930 .photo-top-album-name {
1931         width: 100%;
1932         min-height: 2em;
1933         position: absolute; 
1934         bottom: 0px; 
1935         padding: 0px 3px;
1936         padding-top: 0.5em;
1937         background-color: rgb(255, 255, 255);
1938 }
1939 #photo-top-end {
1940         clear: both;
1941 }
1942
1943 #photo-top-links {
1944         margin-bottom: 30px;
1945         margin-left: 30px;
1946 }
1947
1948 #photos-upload-newalbum-div {
1949         float: left;
1950         width: 175px;
1951 }
1952