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