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