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