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