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