]> git.mxchange.org Git - friendica.git/blob - view/theme/diabook/style-network.css
00856c8d2adcf05c7779eb8f8f01e6481c0b8048
[friendica.git] / view / theme / diabook / style-network.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: 12.5px;
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   word-wrap: break-word;
881   width: 130px;
882         }
883 #ps-username:hover{
884   text-decoration: none;        
885         }
886 .menu-profile-side{
887   list-style: none;     
888   padding-left: 0px;
889   min-height: 0px;
890         }
891 .menu-profile-list{
892   height: auto;
893   overflow: auto;
894   padding-top: 3px;
895   padding-bottom: 3px;
896   padding-left: 16px;
897   min-height: 16px;
898   list-style: none;
899         }
900 .menu-profile-list:hover{
901         background: #EEE;
902         }
903 .menu-profile-list-item{
904         padding-left: 5px;
905         }       
906 .menu-profile-list-item:hover{  
907         text-decoration: none;
908    }
909 /*http://prothemedesign.com/circular-icons/*/
910 .menu-profile-list.home{
911         background: url("../../../view/theme/diabook-blue/icons/home.png") no-repeat;
912         }
913 .menu-profile-list.photos{
914         background: url("../../../view/theme/diabook-blue/icons/mess_side.png") no-repeat;
915         }
916 .menu-profile-list.events{
917         background: url("../../../view/theme/diabook-blue/icons/events.png") no-repeat;
918         }
919 .menu-profile-list.notes{
920         background: url("../../../view/theme/diabook-blue/icons/notes.png") no-repeat;
921         }
922 .menu-profile-list.foren{
923         background: url("../../../view/theme/diabook-blue/icons/pubgroups.png") no-repeat;
924         }
925 .menu-profile-list.com_side{
926         background: url("../../../view/theme/diabook-blue/icons/com_side.png") no-repeat;
927         }
928
929 /* aside */
930 aside {
931   display: table-cell;
932   vertical-align: top;
933   width: 160px;
934   padding: 0px 10px 0px 10px;
935   border-right: 1px solid #D2D2D2;
936   float: left;
937   /* background: #F1F1F1; */
938 }
939 aside #page-sidebar{display: none;}
940
941 aside .vcard .fn {
942   font-size: 18px;
943   font-weight: bold;
944   margin-bottom: 5px;
945 }
946 aside .vcard .title {
947   margin-bottom: 5px;
948 }
949 aside .vcard dl {
950   height: auto;
951   overflow: auto;
952 }
953 aside .vcard dt {
954   float: left;
955   margin-left: 0px;
956   /*width: 35%;*/
957   text-align: right;
958   color: #999999;
959 }
960 aside .vcard dd {
961   float: left;
962   margin-left: 5px;
963   /*width: 60%;*/
964 }
965 aside #profile-extra-links ul {
966   padding: 0px;
967   margin: 0px;
968 }
969 aside #profile-extra-links li {
970   padding: 0px;
971   margin: 0px;
972   list-style: none;
973 }
974 aside #dfrn-request-link {
975   display: block;
976   -moz-border-radius: 5px 5px 5px 5px;
977   -webkit-border-radius: 5px 5px 5px 5px;
978   border-radius: 5px 5px 5px 5px;
979   color: #ffffff;
980   background: #005c94 url('../../../images/connect-bg.png') no-repeat left center;
981   font-weight: bold;
982   text-transform: uppercase;
983   padding: 4px 2px 2px 35px;
984 }
985 aside #dfrn-request-link:hover {
986   text-decoration: none;
987   background-color: #36c;
988   /* background-color: #19aeff; */
989 }
990 aside #profiles-menu {
991   width: 20em;
992 }
993 aside #search-text {
994         width: 150px;
995 }
996 aside #side-follow-url {
997         width: 150px;
998         }
999 aside #side-peoplefind-url {
1000         width: 150px;
1001         }
1002 #contact-block {
1003   overflow: auto;
1004   height: auto;
1005 }
1006 #contact-block .contact-block-h4 {
1007   float: left;
1008   margin: 5px 0px;
1009 }
1010 #contact-block .allcontact-link {
1011   float: right;
1012   margin: 5px 0px;
1013 }
1014 #contact-block .contact-block-content {
1015   clear: both;
1016   overflow: auto;
1017   height: auto;
1018 }
1019 #contact-block .contact-block-link {
1020   float: left;
1021   margin: 0px 2px 2px 0px;
1022 }
1023 #contact-block .contact-block-link img {
1024   widht: 55px;
1025   height: 55px;
1026 }
1027 #lost-password-link {
1028   float: left;
1029   margin-right: 20px;   
1030         }
1031 /* widget */
1032 .widget {
1033   margin-bottom: 2em;
1034   /*.action .s10 { width: 10px; overflow: hidden; padding: 0px;}
1035         .action .s16 { width: 16px; overflow: hidden; padding: 0px;}*/
1036 /*  font-size: 12px; */
1037 }
1038 .widget h3 {
1039   padding: 0px;
1040   margin: 2px;
1041 }
1042 .widget .action {
1043   opacity: 0.1;
1044   -webkit-transition: all 0.2s ease-in-out;
1045   -moz-transition: all 0.2s ease-in-out;
1046   -o-transition: all 0.2s ease-in-out;
1047   -ms-transition: all 0.2s ease-in-out;
1048   transition: all 0.2s ease-in-out;
1049 }
1050 .widget input.action {
1051   opacity: 0.5;
1052   -webkit-transition: all 0.2s ease-in-out;
1053   -moz-transition: all 0.2s ease-in-out;
1054   -o-transition: all 0.2s ease-in-out;
1055   -ms-transition: all 0.2s ease-in-out;
1056   transition: all 0.2s ease-in-out;
1057 }
1058 .widget:hover .title .action {
1059   opacity: 1;
1060   -webkit-transition: all 0.2s ease-in-out;
1061   -moz-transition: all 0.2s ease-in-out;
1062   -o-transition: all 0.2s ease-in-out;
1063   -ms-transition: all 0.2s ease-in-out;
1064   transition: all 0.2s ease-in-out;
1065 }
1066 .widget .tool:hover .action {
1067   opacity: 1;
1068   -webkit-transition: all 0.2s ease-in-out;
1069   -moz-transition: all 0.2s ease-in-out;
1070   -o-transition: all 0.2s ease-in-out;
1071   -ms-transition: all 0.2s ease-in-out;
1072   transition: all 0.2s ease-in-out;
1073 }
1074 .widget .tool:hover .action.ticked {
1075   opacity: 1;
1076   -webkit-transition: all 0.2s ease-in-out;
1077   -moz-transition: all 0.2s ease-in-out;
1078   -o-transition: all 0.2s ease-in-out;
1079   -ms-transition: all 0.2s ease-in-out;
1080   transition: all 0.2s ease-in-out;
1081 }
1082 .widget ul {
1083   padding: 0px;
1084 }
1085 .widget ul li {
1086   padding-left: 16px;
1087   min-height: 16px;
1088   list-style: none;
1089 }
1090 .widget .tool.selected {
1091   background: url("../../../view/theme/diabook/icons/selected.png") no-repeat left center;
1092 }
1093 /* widget: search */
1094 #add-search-popup {
1095   width: 200px;
1096   top: 18px;
1097 }
1098 /* section */
1099 section {
1100   display: table-cell;
1101   vertical-align: top;
1102   width: auto;
1103   padding: 0px 0px 0px 12px;
1104 }
1105
1106 body .pageheader{
1107   text-align: center;
1108   margin-top: 25px;
1109   font-size: 0px;
1110         }
1111
1112 #id_username {
1113   width: 173px; 
1114         }
1115 #id_password {
1116   width: 173px;         
1117         }
1118 #id_openid_url {
1119   width: 173px; 
1120         }
1121 #contact-edit-end {
1122         }
1123 .pager {
1124    padding: 10px;
1125         text-align: center;
1126         font-size: 1.0em;
1127         clear: both;
1128         display: block;
1129 }       
1130 .tabs {
1131     
1132     background-position: 0 -20px;
1133     background-repeat: repeat-x;
1134     height: 27px;
1135     padding: 0;
1136  }
1137 .tab.button {
1138     margin-right: 5px; 
1139     margin-left: 5px;   
1140     /*background: none repeat scroll 0 0 #F8F8F8;*/
1141     border: 1px solid #CCCCCC;
1142     border-radius: 3px 3px 3px 3px;
1143     font-weight: normal;
1144     padding: 3px;
1145     color:  #333333;
1146         }
1147         
1148 #birthday-notice, #event-notice, #birthday-wrapper, #event-wrapper{
1149         margin-bottom: 10px;
1150         }
1151
1152 right_aside {
1153   display: table-cell;
1154   vertical-align: top;
1155   width: 160px;
1156   padding-right: 10px;
1157   /*border-left: 1px solid #D2D2D2;*/
1158   
1159   /* background: #F1F1F1; */
1160 }
1161 right_aside h3 {border-bottom: 1px solid #D2D2D2; padding-top: 5px; padding-bottom: 0px; padding-left: 5px; margin-bottom: 0px; 
1162 margin-top:30px;}
1163 right_aside .directory-item {   width: 50px; height: 50px; vertical-align: center; text-align: center; }
1164 right_aside .directory-photo { margin: 0px; }
1165 right_aside .directory-photo-img { max-width: 45px; max-height: 45px; }
1166 right_aside #likes { margin: 0px; padding: 0px; list-style: none; }
1167 right_aside .items-wrapper{ overflow: auto;     width: 100%; }
1168 right_aside #lastusers-wrapper { padding-left: 6px; padding-top: 3px; overflow: auto;   width: 100%; }
1169 right_aside #ra-photos-wrapper { padding-left: 5px; padding-top: 3px; overflow: auto;   width: 100%; }
1170 #page-sidebar-right_aside{margin-top: 30px;}
1171 #page-sidebar-right_aside ul {margin-top: 0px;}
1172 /* wall item */
1173 .tread-wrapper {
1174   border-bottom: 1px solid #D2D2D2;
1175   position: relative;
1176   padding: 5px;
1177   margin-bottom: 0px;
1178   width: 575px;
1179 }
1180 .wall-item-decor {
1181   position: absolute;
1182   left: 790px;
1183   top: -10px;
1184   width: 16px;
1185 }
1186
1187 .wall-item-container {
1188   display: table;
1189   width: 580px;
1190 }
1191
1192
1193 .wall-item-container .wall-item-item, .wall-item-container .wall-item-bottom {
1194   display: table-row;
1195 }
1196
1197 .wall-item-bottom {
1198   font-size: 13px;
1199 }
1200 .wall-item-container .wall-item-bottom {
1201 /*  opacity: 0.5;
1202   -webkit-transition: all 0.2s ease-in-out;
1203   -moz-transition: all 0.2s ease-in-out;
1204   -o-transition: all 0.2s ease-in-out;
1205   -ms-transition: all 0.2s ease-in-out;
1206   transition: all 0.2s ease-in-out; */
1207 }
1208 .wall-item-container:hover .wall-item-bottom {
1209 /*  opacity: 1;
1210   -webkit-transition: all 0.2s ease-in-out;
1211   -moz-transition: all 0.2s ease-in-out;
1212   -o-transition: all 0.2s ease-in-out;
1213   -ms-transition: all 0.2s ease-in-out;
1214   transition: all 0.2s ease-in-out; */
1215 }
1216 .wall-item-container .wall-item-info {
1217   display: table-cell;
1218   vertical-align: top;
1219   text-align: left;
1220   width: 80px;
1221 }
1222 .wall-item-container .wall-item-location {
1223   padding-right: 40px;
1224   display: table-cell;
1225 }
1226 .wall-item-container .wall-item-ago {
1227   word-wrap: break-word;
1228   width: 50px;
1229   margin-left: 10px;
1230   color: #999;
1231 }
1232 .wall-item-location {
1233   
1234   clear: both;
1235   overflow: hidden;
1236   
1237   margin-bottom: 5px;
1238 }
1239
1240 .wall-item-container .wall-item-content {
1241   font-size: 12.5px;
1242   max-width: 420px;
1243   word-wrap: break-word;
1244   line-height: 1.2;
1245 }
1246
1247 .wall-item-container .wall-item-content img {
1248   max-width: 500px;
1249 }
1250 .wall-item-container .wall-item-links, .wall-item-container .wall-item-actions {
1251   display: table-cell;
1252   vertical-align: middle;
1253 }
1254 .wall-item-container .wall-item-links .icon, .wall-item-container .wall-item-actions .icon {
1255   opacity: 0.5;
1256   -webkit-transition: all 0.2s ease-in-out;
1257   -moz-transition: all 0.2s ease-in-out;
1258   -o-transition: all 0.2s ease-in-out;
1259   -ms-transition: all 0.2s ease-in-out;
1260   transition: all 0.2s ease-in-out;
1261 }
1262 .wall-item-container .wall-item-links .icon:hover, .wall-item-container .wall-item-actions .icon:hover {
1263   opacity: 1;
1264   -webkit-transition: all 0.2s ease-in-out;
1265   -moz-transition: all 0.2s ease-in-out;
1266   -o-transition: all 0.2s ease-in-out;
1267   -ms-transition: all 0.2s ease-in-out;
1268   transition: all 0.2s ease-in-out;
1269 }
1270 .wall-item-container .wall-item-name {
1271   font-weight: bold;
1272 }
1273 .wall-item-container .wall-item-actions-author {
1274   width: 100%;
1275   margin-bottom: 0.3em;
1276 }
1277 .wall-item-container .wall-item-actions-social {
1278   float: left;
1279   margin-bottom: 1px;
1280   display: table-cell;
1281 }
1282 .wall-item-container .wall-item-actions-social a {
1283   margin-right: 1em;
1284 }
1285 .wall-item-actions-social a {
1286   float: left;
1287 }
1288 .wall-item-container .wall-item-actions-tools {
1289   float: right;
1290   width: 80px;
1291   display: table-cell;
1292 }
1293 .wall-item-container .wall-item-actions-tools a {
1294   float: right;
1295 }
1296 .wall-item-container .wall-item-actions-tools input {
1297   float: right;
1298 }
1299 .wall-item-container.comment {
1300   margin-top: 5px;
1301   margin-bottom: 5px;
1302   margin-left: 80px;
1303   width: 500px;
1304   border-bottom: 1px solid hsl(198, 21%, 79%);
1305 }
1306 .wall-item-container.comment .contact-photo {
1307   width: 32px;
1308   height: 32px;
1309   margin-left: 16px;
1310   /*background: url(../../../images/icons/22/user.png) no-repeat center center;*/
1311
1312 }
1313 .wall-item-container.comment {
1314   top: 15px !important;
1315   left: 15px !important;
1316 }
1317 .wall-item-container.comment .wall-item-links {
1318   padding-left: 12px;
1319 }
1320 .wall-item-comment-wrapper {
1321   margin: 1px 5px 1px 80px;
1322 }
1323 .wall-item-comment-wrapper .comment-edit-photo {
1324   display: none;
1325 }
1326 .wall-item-comment-wrapper textarea {
1327   height: 2.0em;
1328   width: 100%;
1329   font-size: 10px;
1330   color: #999999;
1331   border: 1px solid #DDD;
1332   padding: 0.3em;
1333   font-size: 14px;
1334 }
1335 .wall-item-comment-wrapper .comment-edit-text-full {
1336   font-size: 14px;
1337   height: 4em;
1338   color: #2d2d2d;
1339   border: 1px solid #2d2d2d;
1340 }
1341 .comment-edit-preview {
1342   width: 710px;
1343   border: 1px solid #2d2d2d;
1344   margin-top: 10px;
1345 }
1346 .comment-edit-preview .contact-photo {
1347   width: 32px;
1348   height: 32px;
1349   margin-left: 16px;
1350   /*background: url(../../../images/icons/22/user.png) no-repeat center center;*/
1351
1352 }
1353 .comment-edit-preview {
1354   top: 15px !important;
1355   left: 15px !important;
1356 }
1357 .comment-edit-preview .wall-item-links {
1358   padding-left: 12px;
1359 }
1360 .comment-edit-preview .wall-item-container {
1361   width: 700px;
1362 }
1363 .comment-edit-preview .tread-wrapper {
1364   width: 700px;
1365   padding: 0;
1366   margin: 10px 0;
1367 }
1368
1369 .shiny {
1370   /* border-right: 10px solid #fce94f; */
1371         border-right: 1px solid #A7C7F7;
1372         padding-right: 12px;
1373 }
1374
1375 #jot-preview-content{
1376         margin-top: 30px;}
1377         
1378 #jot-preview-content .tread-wrapper {
1379   background-color: #fff797;
1380 }
1381
1382 .wall-item-tags {
1383   padding-top: 1px;
1384   padding-bottom: 2px;
1385 }
1386 .tag {
1387   /*background: url("../../../images/tag_b.png") repeat-x center left;*/
1388   color: #3465A4;
1389   padding-left: 3px;
1390   font-size: 12px;
1391 }
1392 .tag a {
1393   padding-right: 5px;
1394   /*background: url("../../../images/tag.png") no-repeat center right;*/
1395   color: #3465A4;
1396 }
1397 .wwto {
1398   position: absolute !important;
1399   width: 25px;
1400   height: 25px;
1401   background: #FFFFFF;
1402   border: 2px solid #364e59;
1403   height: 25px;
1404   width: 25px;
1405   overflow: hidden;
1406   padding: 1px;
1407   position: absolute !important;
1408   top: 40px;
1409   left: 30px;
1410   -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
1411   -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
1412   box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
1413 }
1414 .wwto .contact-photo {
1415   width: auto;
1416   height: 25px;
1417 }
1418 /* contacts menu */
1419 .contact-photo-wrapper {
1420   position: relative;
1421   width: 80px;
1422 }
1423
1424 .contact-photo-wrapper.wwto {
1425   width: 25px;
1426 }
1427
1428 .contact-photo {
1429   width: 48px;
1430   height: 48px;
1431   overflow: hidden;
1432   display: block;
1433 }
1434 .contact-photo img {
1435   width: 48px;
1436   height: 48px;
1437 }
1438
1439 .contact-wrapper {
1440   float: left;
1441   width: 90px;
1442   height: 90px;
1443   margin-bottom: 15px;
1444 }
1445 .contact-wrapper .contact-photo {
1446   width: 80px;
1447   height: 80px;
1448 }
1449 .contact-wrapper .contact-photo img {
1450   width: 80px;
1451   height: 80px;
1452 }
1453 .contact-wrapper {
1454   left: 0px;
1455   top: 63px;
1456 }
1457 .contact-photo {
1458   width: 48px;
1459   height: 48px;
1460 }
1461 .contact-photo img {
1462   width: 48px;
1463   height: 48px;
1464 }
1465 .contact-name {
1466   /* text-align: center; */
1467   /*font-weight: bold;*/
1468   font-size: 12px;
1469 }
1470 .contact-details {
1471   color: #999999;
1472 }
1473 /* editor */
1474 .jothidden {
1475   display: none;
1476 }
1477 #jot {
1478   width: 585px;
1479   margin: 0px 2em 20px 0px;
1480 }
1481 #profile-jot-form #profile-jot-text {
1482   height: 2.0em;
1483   width: 99%;
1484   font-size: 15px;
1485   color: #999999;
1486   border: 1px solid #DDD;
1487   padding: 0.3em;
1488   margin-bottom: 10px;
1489 }
1490 #jot #jot-tools {
1491   margin: 0px;
1492   padding: 0px;
1493   height: 40px;
1494   overflow: none;
1495   width: 583px;
1496   background-color: #fff;
1497   border-bottom: 2px solid #9eabb0;
1498 }
1499
1500 #jot #jot-tools li {
1501   list-style: none;
1502   float: left;
1503   width: 80px;
1504   height: 40px;
1505   border-bottom: 2px solid #9eabb0;
1506 }
1507 #jot #jot-tools li a {
1508   display: block;
1509   color: #cccccc;
1510   width: 100%;
1511   height: 40px;
1512   text-align: center;
1513   line-height: 40px;
1514   overflow: hidden;
1515 }
1516 #jot #jot-tools li:hover {
1517   background-color: #364e59;
1518   border-bottom: 2px solid #bdcdd4;
1519 }
1520 #jot #jot-tools li.perms {
1521   float: right;
1522   width: 40px;
1523 }
1524 #jot #jot-tools li.perms a.unlock {
1525   width: 30px;
1526   border-left: 10px solid #cccccc;
1527   background-color: #cccccc;
1528   background-position: left center;
1529 }
1530 #jot #jot-tools li.perms a.lock {
1531   width: 30px;
1532   border-left: 10px solid #666666;
1533   background-color: #666666;
1534 }
1535 #jot #jot-tools li.submit {
1536   float: right;
1537   background-color: #cccccc;
1538   border-bottom: 2px solid #cccccc;
1539   border-right: 1px solid #666666;
1540   border-left: 1px solid #666666;
1541 }
1542 #jot #jot-tools li.submit input {
1543   border: 0px;
1544   margin: 0px;
1545   padding: 0px;
1546   background-color: #cccccc;
1547   color: #666666;
1548   width: 80px;
1549   height: 40px;
1550   line-height: 40px;
1551 }
1552 #jot #jot-tools li.submit input:hover {
1553   background-color: #bdcdd4;
1554   color: #666666;
1555 }
1556 #jot #jot-tools li.loading {
1557   float: right;
1558   background-color: #ffffff;
1559   width: 20px;
1560   vertical-align: center;
1561   text-align: center;
1562   border-top: 2px solid #9eabb0;
1563   height: 38px;
1564 }
1565 #jot #jot-tools li.loading img {
1566   margin-top: 10px;
1567 }
1568 #profile-jot-form #jot-title {
1569     
1570          border-radius: 5px 5px 5px 5px;
1571     font-weight: bold;
1572     height: 20px;
1573     margin: 0 0 5px;
1574     width: 60%;
1575     border: 1px solid #ffffff;
1576 }
1577 #profile-jot-form #jot-title:-webkit-input-placeholder {
1578   font-weight: normal;
1579 }
1580 #profile-jot-form #jot-title:-moz-placeholder {
1581   font-weight: normal;
1582 }
1583 #profile-jot-form #profile-jot-text_parent #profile-jot-text_tbl{
1584         width: 585px;
1585         height: 100px;
1586         }
1587 #jot #jot-title:hover {
1588   border: 1px solid #999999;
1589 }
1590 #jot #jot-title:focus {
1591   border: 1px solid #999999;
1592 }
1593 #jot #character-counter {
1594   width: 80px;
1595   float: right;
1596   text-align: right;
1597   height: 20px;
1598   line-height: 20px;
1599   padding-right: 20px;
1600 }
1601 #jot-perms-icon, 
1602 #profile-location,
1603 #profile-nolocation,
1604 #profile-youtube, 
1605 #profile-video, 
1606 #profile-audio,
1607 #profile-link,
1608 #profile-title, 
1609 #wall-image-upload,
1610 #wall-file-upload,
1611 #wall-image-upload-div,
1612 #wall-file-upload-div,
1613 .hover, .focus {
1614         cursor: pointer;
1615         margin-top: 2px;
1616 }
1617 #profile-jot-wrapper{
1618         margin: 0 2em 20px 0;
1619    width: 585px;
1620         }
1621
1622 #profile-jot-submit-wrapper {
1623         margin-bottom: 50px;
1624         width: 585px;
1625 }
1626
1627 #profile-jot-submit {
1628         float: right;
1629         margin-top: 2px;
1630         
1631 }
1632 #profile-upload-wrapper {
1633         float: left;
1634         margin-top: 2px;
1635         margin-left: 10px;
1636         
1637 }
1638 #profile-attach-wrapper {
1639         float: left;
1640         margin-left: 15px;
1641         margin-top: 2px;
1642 }
1643 #profile-rotator {
1644         float: left;
1645         margin-left: 30px;
1646         margin-top: 2px;
1647 }
1648 #profile-link-wrapper {
1649         float: left;
1650         margin-left: 15px;
1651         margin-top: 2px;
1652 }
1653 #profile-youtube-wrapper {
1654         float: left;
1655         margin-left: 15px;
1656         margin-top: 2px;
1657 }
1658 #profile-video-wrapper {
1659         float: left;
1660         margin-left: 15px;
1661         margin-top: 2px;
1662 }
1663 #profile-audio-wrapper {
1664         float: left;
1665         margin-left: 15px;
1666         margin-top: 2px;
1667 }
1668 #profile-location-wrapper {
1669         float: left;
1670         margin-left: 15px;
1671         margin-top: 2px;
1672 }
1673 #profile-jot-perms {
1674         float: left;
1675         margin-left: 45px;
1676         margin-top: 2px;
1677 }
1678 #jot-preview-link {
1679         float: right;
1680         margin-left: 10px;
1681         margin-top: 2px;
1682         font-size: 10px;
1683 }
1684 #profile-jot-perms{
1685    float: right;
1686         margin-left: 10px;
1687         margin-top: 2px;        
1688         }
1689 /** buttons **/
1690 .button.creation1 {
1691     background-color: #fff;
1692     border: 1px solid #777777;
1693     background-image: -moz-linear-gradient(center top , white 0%, #DDDDDD 100%);
1694     border-radius: 3px 3px 3px 3px;
1695     box-shadow: 0 1px 1px #CFCFCF;
1696 }
1697 .button.creation2 {
1698     background-color: #33ACFF;
1699     background-image: -moz-linear-gradient(center top , #66C1FF 0%, #0097FF 100%);
1700     border: 1px solid #777777;
1701     color: white;
1702     border-radius: 3px 3px 3px 3px;
1703     box-shadow: 0 1px 1px #CFCFCF;
1704     margin-left: 5px;
1705 }
1706 /*input[type="submit"] {
1707         border: 0px;
1708     background-color: @ButtonBackgroundColor;
1709     color: @ButtonColor;
1710     padding: 0px 10px;
1711         .rounded(5px);
1712     height: 18px;
1713 }*/
1714 /** acl **/
1715 #photo-edit-perms-select, #photos-upload-permissions-wrapper, #profile-jot-acl-wrapper {
1716   display: block!important;
1717 }
1718 #acl-wrapper {
1719   width: 690px;
1720   float: left;
1721 }
1722 #acl-search {
1723   float: right;
1724   background: #ffffff url("../../../images/search_18.png") no-repeat right center;
1725   padding-right: 20px;
1726 }
1727 #acl-showall {
1728   float: left;
1729   display: block;
1730   width: auto;
1731   height: 18px;
1732   background-color: #cccccc;
1733   background-image: url("../../../images/show_all_off.png");
1734   background-position: 7px 7px;
1735   background-repeat: no-repeat;
1736   padding: 7px 5px 0px 30px;
1737   color: #999999;
1738   -moz-border-radius: 5px 5px 5px 5px;
1739   -webkit-border-radius: 5px 5px 5px 5px;
1740   border-radius: 5px 5px 5px 5px;
1741 }
1742 #acl-showall.selected {
1743   color: #000000;
1744   background-color: #ff9900;
1745   background-image: url("../../../images/show_all_on.png");
1746 }
1747 #acl-list {
1748   height: 210px;
1749   border: 1px solid #cccccc;
1750   clear: both;
1751   margin-top: 30px;
1752   overflow: auto;
1753 }
1754 .acl-list-item {
1755   display: block;
1756   width: 150px;
1757   height: 30px;
1758   border: 1px solid #cccccc;
1759   margin: 5px;
1760   float: left;
1761 }
1762 .acl-list-item img {
1763   width: 22px;
1764   height: 22px;
1765   float: left;
1766   margin: 4px;
1767 }
1768 .acl-list-item p {
1769   height: 12px;
1770   font-size: 10px;
1771   margin: 0px;
1772   padding: 2px 0px 1px;
1773   overflow: hidden;
1774 }
1775 .acl-list-item a {
1776   font-size: 8px;
1777   display: block;
1778   width: 40px;
1779   height: 10px;
1780   float: left;
1781   color: #999999;
1782   background-color: #cccccc;
1783   background-position: 3px 3px;
1784   background-repeat: no-repeat;
1785   margin-right: 5px;
1786   -webkit-border-radius: 2px ;
1787   -moz-border-radius: 2px;
1788   border-radius: 2px;
1789   padding-left: 15px;
1790 }
1791 #acl-wrapper a:hover {
1792   text-decoration: none;
1793   color: #000000;
1794 }
1795 .acl-button-show {
1796   background-image: url("../../../images/show_off.png");
1797 }
1798 .acl-button-hide {
1799   background-image: url("../../../images/hide_off.png");
1800 }
1801 .acl-button-show.selected {
1802   color: #000000;
1803   background-color: #9ade00;
1804   background-image: url("../../../images/show_on.png");
1805 }
1806 .acl-button-hide.selected {
1807   color: #000000;
1808   background-color: #ff4141;
1809   background-image: url("../../../images/hide_on.png");
1810 }
1811 .acl-list-item.groupshow {
1812   border-color: #9ade00;
1813 }
1814 .acl-list-item.grouphide {
1815   border-color: #ff4141;
1816 }
1817 /** /acl **/
1818 /** tab buttons **/
1819 ul.tabs {
1820   list-style-type: none;
1821   padding-bottom: 10px;
1822   font-size: 13px;
1823 }
1824 ul.tabs li {
1825   float: left;
1826   margin-left: 5px;
1827 }
1828 ul.tabs li .active {
1829     background-color: #333333;
1830     border: 1px solid #777777;
1831     color: white;
1832     border-radius: 3px 3px 3px 3px;
1833     box-shadow: 0 1px 1px #CFCFCF;
1834     margin-left: 5px;
1835 }
1836 /**
1837  * Form fields
1838  */
1839 .field {
1840   margin-bottom: 10px;
1841   padding-bottom: 10px;
1842   overflow: auto;
1843   width: 100%;
1844 }
1845 .field label {
1846   float: left;
1847   width: 200px;
1848 }
1849 .field input, .field textarea {
1850   width: 400px;
1851 }
1852 .field textarea {
1853   height: 100px;
1854 }
1855 .field .field_help {
1856   display: block;
1857   margin-left: 200px;
1858   color: #666666;
1859 }
1860 .field .onoff {
1861   float: left;
1862   width: 80px;
1863 }
1864 .field .onoff a {
1865   display: block;
1866   border: 1px solid #666666;
1867   background-image: url("../../../images/onoff.jpg");
1868   background-repeat: no-repeat;
1869   padding: 4px 2px 2px 2px;
1870   height: 16px;
1871   text-decoration: none;
1872 }
1873 .field .onoff .off {
1874   border-color: #666666;
1875   padding-left: 40px;
1876   background-position: left center;
1877   background-color: #cccccc;
1878   color: #666666;
1879   text-align: right;
1880 }
1881 .field .onoff .on {
1882   border-color: #204A87;
1883   padding-right: 40px;
1884   background-position: right center;
1885   background-color: #D7E3F1;
1886   color: #204A87;
1887   text-align: left;
1888 }
1889 .field .hidden {
1890   display: none!important;
1891 }
1892 .field.radio .field_help {
1893   margin-left: 0px;
1894 }
1895 #directory-search-form{
1896         margin-bottom: 50px;
1897         }
1898 #profile-edit-links-end {
1899         clear: both;
1900         margin-bottom: 15px;
1901 }
1902
1903 #profile-edit-links ul { margin: 20px; padding-bottom: 20px; list-style: none; }
1904
1905 #profile-edit-links li {
1906   float: left;
1907   list-style: none;
1908   margin-left: 10px;
1909 }
1910
1911 .profile-edit-side-div {
1912   display: none;
1913 }
1914
1915 #register-form label,
1916 #profile-edit-form label {
1917         width: 300px; float: left;
1918 }
1919
1920 .required {
1921   display: inline;
1922   color: #B20202;
1923 }
1924
1925 /* oauth */
1926 .oauthapp {
1927   height: auto;
1928   overflow: auto;
1929   border-bottom: 2px solid #cccccc;
1930   padding-bottom: 1em;
1931   margin-bottom: 1em;
1932 }
1933 .oauthapp img {
1934   float: left;
1935   width: 48px;
1936   height: 48px;
1937   margin: 10px;
1938 }
1939 .oauthapp img.noicon {
1940   background-image: url("../../../images/icons/48/plugin.png");
1941   background-position: center center;
1942   background-repeat: no-repeat;
1943 }
1944 .oauthapp a {
1945   float: left;
1946 }
1947 /* contacts */
1948 .contact-entry-wrapper {
1949   width: 120px;
1950   height: 120px;
1951   float: left;
1952 }
1953 /* photo */
1954 .lframe {
1955   float: left;
1956 }
1957 /* profile match wrapper */
1958 .profile-match-wrapper {
1959   float: left;
1960   width: 90px;
1961   height: 90px;
1962   margin-bottom: 20px;
1963 }
1964 .profile-match-wrapper .contact-photo {
1965   width: 80px;
1966   height: 80px;
1967 }
1968 .profile-match-wrapper .contact-photo img {
1969   width: 80px;
1970   height: 80px;
1971 }
1972 .profile-match-wrapper {
1973   left: 0px;
1974   top: 63px;
1975 }
1976
1977 .contact-photo-menu-button {
1978         position: relative;
1979         background-image: url("../../../images/icons/16/menu.png");
1980         background-position: top left; 
1981         background-repeat: no-repeat;
1982         margin: 0px 0px -16px 0px; 
1983         padding: 0px;
1984         width: 16px;
1985         height: 16px;
1986         top: -20px; left:0px;
1987         overflow: hidden;
1988         text-indent: 40px;
1989         display: none;
1990         
1991 }
1992 .contact-photo-menu {
1993         width: 11em;
1994         border: 3px solid #364e59;
1995         color: #2d2d2d;
1996         background: #FFFFFF;
1997 /*        position: absolute;*/
1998         position: relative;
1999         left: 0px; top: 0px;
2000         display: none;
2001         z-index: 10000;
2002 }
2003 .contact-photo-menu ul { margin:0px; padding: 0px; list-style: none }
2004 .contact-photo-menu li a {
2005         display: block; 
2006         padding: 5px 10px; 
2007         color: #2d2d2d;
2008         text-decoration: none;
2009 }
2010 .contact-photo-menu li a:hover {
2011         background-color: #bdcdd4; 
2012 }
2013
2014 /* page footer */
2015 footer {
2016   height: 100px;
2017   display: table-row;
2018 }
2019
2020 blockquote {
2021     border-left: 1px solid #D2D2D2;
2022     padding-left: 9px;
2023     margin: 0 0 0 .8ex;
2024 }
2025 .aprofile dt{
2026 box-shadow: 1px 1px 5px 0;
2027     color: #666666;
2028     margin: 15px 0 5px;
2029     padding-left: 5px;  
2030         }
2031 /* ================== */
2032 /* = Contacts Block = */
2033 /* ================== */
2034
2035 .contact-block-img {
2036         width: 55px;
2037         height: 55px;
2038         padding-right: 3px;
2039 }
2040 .contact-block-div {
2041         float: left;
2042 }
2043
2044 .contact-block-textdiv { width: 150px; height: 34px; float: left; }
2045 #contact-block-end { clear: both; } 
2046
2047 #group-edit-wrapper {
2048         margin-bottom: 10px;
2049 }
2050
2051 #group-members-end {
2052         clear: both;
2053 }
2054 #group-edit-desc {
2055  margin-top: 15px;
2056 }
2057
2058 /*
2059 #group-separator,
2060 #prof-separator { display: none;}
2061 */
2062
2063 #prvmail-to-label, #prvmail-subject-label, #prvmail-message-label {
2064         margin-bottom: 10px;
2065         margin-top: 20px;
2066 }
2067
2068 #prvmail-submit {
2069         float: right;
2070         margin-top: 10px;
2071 }
2072 #prvmail-subject
2073 {
2074 background: none repeat scroll 0 0 #FFFFFF;
2075 border: 1px solid #CCCCCC;
2076 border-radius: 5px 5px 5px 5px;
2077 font-weight: bold;
2078 height: 20px;
2079 margin: 0 0 5px;
2080 vertical-align: middle;
2081 }
2082 #prvmail-form{
2083  width: 597px;  
2084         }
2085 #prvmail-upload-wrapper,
2086 #prvmail-link-wrapper,
2087 #prvmail-rotator-wrapper {
2088         float: left;
2089         margin-top: 10px;
2090         margin-right: 10px;
2091         width: 24px;
2092 }
2093
2094 #prvmail-end {
2095         clear: both;
2096 }
2097
2098 .mail-list-sender,
2099 .mail-list-detail {
2100         float: left;
2101 }
2102 .mail-list-detail {
2103         margin-left: 20px;
2104 }
2105
2106 .mail-list-subject {
2107         font-size: 1.1em;
2108         margin-top: 10px;
2109 }
2110 a.mail-list-link {
2111     display: block;
2112     font-size: 1.3em;
2113     padding: 4px 0;
2114 }
2115
2116 /*
2117 *a.mail-list-link:hover {
2118 *       background-color: #15607B;
2119 *       color: #F5F6FB;
2120 *}
2121 */
2122
2123 .mail-list-outside-wrapper-end {
2124         clear: both;
2125 }
2126
2127 .mail-list-outside-wrapper {
2128         margin-top: 30px;
2129 }
2130
2131 .mail-list-delete-wrapper {
2132         float: right;
2133         margin-right: 30px;
2134         margin-top: 15px;
2135 }
2136
2137 .mail-list-delete-icon {
2138         border: none;
2139 }
2140
2141 .mail-conv-sender,
2142 .mail-conv-detail {
2143         float: left;
2144 }
2145 .mail-conv-detail {
2146         margin-left: 20px;
2147         width: 500px;
2148 }
2149
2150 .mail-conv-subject {
2151     font-size: 1.4em;
2152     margin: 10px 0;
2153 }
2154
2155 .mail-conv-outside-wrapper-end {
2156         clear: both;
2157 }
2158
2159 .mail-conv-outside-wrapper {
2160         margin-top: 30px;
2161 }
2162
2163 .mail-conv-delete-wrapper {
2164         float: right;
2165         margin-right: 30px;
2166         margin-top: 15px;
2167 }
2168 .mail-conv-break {
2169         clear: both;
2170 }
2171
2172 .mail-conv-delete-icon {
2173         border: none;
2174 }
2175
2176 /* ========== */
2177 /* = Events = */
2178 /* ========== */
2179 .eventcal {
2180         float: left;
2181         font-size: 20px;
2182 }
2183
2184 .vevent {
2185         border: 1px solid #CCCCCC;
2186 }
2187 .vevent .event-description, .vevent .event-location {
2188         margin-left: 10px;
2189         margin-right: 10px;
2190 }
2191 .vevent .event-start {
2192         margin-left: 10px;
2193         margin-right: 10px;
2194 }
2195
2196 #new-event-link {
2197         margin-bottom: 10px;
2198 }
2199
2200 .edit-event-link, .plink-event-link {
2201         float: left;
2202         margin-top: 4px;
2203         margin-right: 4px;
2204         margin-bottom: 15px;
2205 }
2206
2207 .event-description:before {
2208         content: url('../../../images/calendar.png');
2209         margin-right: 15px;
2210 }
2211
2212 .event-start, .event-end {
2213         margin-left: 10px;
2214         width: 330px;
2215         clear: both;
2216 }
2217
2218 .event-start .dtstart, .event-end .dtend {
2219         float: right;
2220 }
2221
2222 .event-list-date {
2223         margin-bottom: 10px;
2224 }
2225
2226 .prevcal, .nextcal {
2227         float: left;
2228         margin-left: 32px;
2229         margin-right: 32px;
2230         margin-top: 64px;
2231 }
2232 .event-calendar-end {
2233         clear: both;
2234 }
2235
2236  
2237 .calendar {
2238         font-family: Courier, monospace;
2239 }
2240 .today {
2241         font-weight: bold;
2242         color: #FF0000;
2243 }
2244
2245 .settings-block {
2246         border: 1px solid #AAA;
2247         margin: 10px;
2248         padding: 10px;
2249 }
2250
2251 .app-title {
2252         margin: 10px;
2253 }
2254
2255 #identity-manage-desc {
2256         margin-top:15px;
2257         margin-bottom: 15px;
2258 }
2259
2260 #identity-manage-choose {
2261         margin-bottom: 15px;
2262 }
2263
2264 #identity-submit {
2265         margin-top: 20px;
2266 }
2267
2268 #photo-prev-link, #photo-next-link {
2269         padding: 10px;
2270         float: left;
2271 }
2272 .lightbox{
2273         float: left;
2274         }
2275
2276 #photo-photo {
2277         float: left;
2278 }
2279 #photo-like-div .wall-item-like-buttons {
2280          float: left;
2281     margin-right: 5px;
2282     margin-top: 30px;
2283         }
2284 .comment-edit-text-empty {
2285     margin: 10px 0 0;
2286     width: 85%;
2287 }
2288 .comment-edit-photo {
2289     margin: 10px 0 0;
2290 }
2291 .wall-item-like-buttons .icon.like {
2292 float: left;
2293 }
2294
2295 #photo-photo-end {
2296         clear: both;
2297 }
2298
2299 .tabs .comment-wwedit-wrapper {
2300         display: block;
2301    margin-top: 30px;
2302    margin-left: 50px;
2303         }
2304
2305 .profile-match-photo {
2306         float: left;
2307         text-align: center;
2308         width: 120px;
2309 }
2310
2311 .profile-match-name {
2312         float: left;
2313         text-align: center;
2314         width: 120px;
2315         overflow: hidden;
2316 }
2317
2318 .profile-match-break,
2319 .profile-match-end {
2320         clear: both;
2321 }
2322
2323 .profile-match-connect {
2324         text-align: center;
2325         font-weight: bold;
2326 }
2327
2328 .profile-match-wrapper {
2329         float: left;
2330         padding: 10px;
2331         width: 120px;
2332         height: 120px;
2333         scroll: auto;
2334 }
2335 #profile-match-wrapper-end {
2336         clear: both;
2337 }
2338
2339 /* ============= */
2340 /* = Directory = */
2341 /* ============= */
2342 /* contacts menu */
2343 .contact-photo-wrapper {
2344   position: relative;
2345 }
2346 .contact-photo {
2347   width: 48px;
2348   height: 48px;
2349   overflow: hidden;
2350   display: block;
2351 }
2352 .contact-photo img {
2353   width: 48px;
2354   height: 48px;
2355 }
2356 .contact-photo-menu-button {
2357   display: none;
2358   /* position: absolute; */
2359   /* position: absolute; */
2360   left: -2px;
2361   top: -20px;
2362 }
2363 .contact-wrapper {
2364   float: left;
2365   width: 90px;
2366   height: 90px;
2367   margin-bottom: 15px;
2368 }
2369 .contact-wrapper .contact-photo {
2370   width: 80px;
2371   height: 80px;
2372 }
2373 .contact-wrapper .contact-photo img {
2374   width: 80px;
2375   height: 80px;
2376 }
2377 .contact-wrapper .contact-photo-menu-button {
2378   left: 0px;
2379   top: 63px;
2380 }
2381 .directory-item {
2382   float: left;
2383   width: 200px;
2384   height: 200px;
2385 }
2386 .directory-item .contact-photo {
2387   width: 175px;
2388   height: 175px;
2389 }
2390 .directory-item .contact-photo img {
2391   width: 175px;
2392   height: 175px;
2393 }
2394 .contact-name {
2395   text-align: left;
2396   font-weight: bold;
2397   font-size: 12px;
2398 }
2399 .contact-details {
2400   color: #999999;
2401 }
2402 #side-bar-photos-albums li{
2403 list-style-type: disc;
2404 }
2405 #side-bar-photos-albums ul li{
2406   margin-left: 30px;
2407   padding-left: 0px;
2408         }
2409 #side-bar-photos-albums{
2410         margin-top: 15px;       
2411         }
2412 .photo-top-photo, .photo-album-photo {
2413   -webkit-border-radius: 5px 5px 0 0;
2414   -moz-border-radius: 5px 5px 0 0;
2415   border-radius: 5px 5px 0 0;
2416 }
2417 .photo-album-image-wrapper, .photo-top-image-wrapper {
2418   float: left;
2419    -moz-box-shadow: 0 0 5px #888;
2420    -webkit-box-shadow: 0 0 5px #888;
2421    box-shadow: 0 0 5px #888;
2422   background-color: #000;
2423    -webkit-border-radius: 5px;
2424    -moz-border-radius: 5px;
2425   border-radius: 5px;
2426   padding-bottom: 20px;
2427   position: relative;
2428   margin: 0 10px 10px 0;
2429   width: 200px; height: 140px;
2430   overflow: hidden;  
2431 }
2432 /*
2433 .photo-top-album-name {
2434   position: absolute;
2435   bottom: 0;
2436   padding: 0 5px;
2437 }*/
2438 /*.photo-top-image-wrapper {
2439         position: relative;
2440         float: left;
2441         margin-top: 15px;
2442         margin-right: 15px;
2443         width: 200px; height: 200px; 
2444         
2445 }*/
2446 .photo-top-album-name {
2447         width: 100%;
2448         position: absolute; 
2449         bottom: 0px; 
2450         padding-left: 3px;
2451         background-color: #EEE;
2452 }
2453 .photo-top-album-link{
2454   color: #3465A4;
2455         }
2456 #photo-top-end {
2457         clear: both;
2458 }
2459
2460 #photo-top-links {
2461         margin-bottom: 30px;
2462         margin-left: 30px;
2463 }
2464
2465 #photos-upload-newalbum-div {
2466         float: left;
2467         width: 175px;
2468 }