]> git.mxchange.org Git - friendica.git/blob - view/theme/diabook/style.css
Merge remote branch 'upstream/master'
[friendica.git] / view / theme / diabook / style.css
1 /**
2  * Fabio Comuni <http://kirgroup.com/profile/fabrixxm>
3  * Additional Changes: Michael Vogel <icarus@dabo.de>
4  **/
5
6 /* ========= */
7 /* = Admin = */
8 /* ========= */
9
10 #adminpage {
11 /*        width: 80%;*/
12 }
13
14 #pending-update {
15         float:right;
16         color: #ffffff;
17         font-weight: bold;
18         background-color: #FF0000;
19         padding: 0em 0.3em;
20 }
21
22 .admin.linklist {
23         border: 0px; padding: 0px;
24 }
25
26 .admin.link {
27         list-style-position: inside;
28         font-size: 1em;
29         padding: 5px;
30         width: 100px;
31         margin: 5px;
32 }
33
34 #adminpage dl {
35         clear: left;
36         margin-bottom: 2px;
37         padding-bottom: 2px;
38         border-bottom: 1px solid black;
39 }
40
41 #adminpage dt {
42         width: 200px;
43         float: left;
44         font-weight: bold;
45 }
46
47 #adminpage dd {
48         margin-left: 200px;
49 }
50 #adminpage h3 {
51         border-bottom: 1px solid #898989;
52         margin-bottom: 5px;
53         margin-top: 10px;
54 }
55
56 #adminpage .submit {
57         clear:left;
58 }
59
60 #adminpage #pluginslist {
61         margin: 0px; padding: 0px;
62 }
63
64 #adminpage .plugin {
65         list-style: none;
66         display: block;
67         /* border: 1px solid #888888; */
68         padding: 1em;
69         margin-bottom: 5px;
70         clear: left;
71 }
72
73 #adminpage .toggleplugin {
74         float:left;
75         margin-right: 1em;
76 }
77
78 #adminpage table {width:100%; border-bottom: 1p solid #000000; margin: 5px 0px;}
79 #adminpage table th { text-align: left;}
80 #adminpage td .icon { float: left;}
81 #adminpage table#users img { width: 16px; height: 16px; }
82 #adminpage table tr:hover { background-color: #eeeeee; }
83 #adminpage .selectall { text-align: right; }
84 /* icons */
85
86 .icon.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: 684px;
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: 180px;
932   padding: 0px 10px 0px 20px;
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: 173px;
992 }
993 aside #side-follow-url {
994         width: 173px;
995         }
996 aside #side-peoplefind-url {
997         width: 173px;
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: 55px;
1022   height: 55px;
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: 800px;
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 /* wall item */
1149 .tread-wrapper {
1150   border-bottom: 1px solid #D2D2D2;
1151   position: relative;
1152   padding: 5px;
1153   margin-bottom: 0px;
1154   width: 775px;
1155 }
1156 .wall-item-decor {
1157   position: absolute;
1158   left: 790px;
1159   top: -10px;
1160   width: 16px;
1161 }
1162
1163 .wall-item-container {
1164   display: table;
1165   width: 780px;
1166 }
1167
1168
1169 .wall-item-container .wall-item-item, .wall-item-container .wall-item-bottom {
1170   display: table-row;
1171 }
1172 .wall-item-bottom {
1173   font-size: 13px;
1174 }
1175 .wall-item-container .wall-item-bottom {
1176 /*  opacity: 0.5;
1177   -webkit-transition: all 0.2s ease-in-out;
1178   -moz-transition: all 0.2s ease-in-out;
1179   -o-transition: all 0.2s ease-in-out;
1180   -ms-transition: all 0.2s ease-in-out;
1181   transition: all 0.2s ease-in-out; */
1182 }
1183 .wall-item-container:hover .wall-item-bottom {
1184 /*  opacity: 1;
1185   -webkit-transition: all 0.2s ease-in-out;
1186   -moz-transition: all 0.2s ease-in-out;
1187   -o-transition: all 0.2s ease-in-out;
1188   -ms-transition: all 0.2s ease-in-out;
1189   transition: all 0.2s ease-in-out; */
1190 }
1191 .wall-item-container .wall-item-info {
1192   display: table-cell;
1193   vertical-align: top;
1194   text-align: left;
1195   width: 80px;
1196 }
1197 .wall-item-container .wall-item-location {
1198   padding-right: 40px;
1199   display: table-cell;
1200 }
1201 .wall-item-container .wall-item-ago {
1202   word-wrap: break-word;
1203   width: 50px;
1204   margin-left: 10px;
1205   color: #999;
1206 }
1207 .wall-item-location {
1208   
1209   clear: both;
1210   overflow: hidden;
1211   
1212   margin-bottom: 5px;
1213 }
1214
1215 .wall-item-container .wall-item-content {
1216   font-size: 13px;
1217   max-width: 720px;
1218   word-wrap: break-word;
1219   line-height: 1.4;
1220 }
1221
1222 .wall-item-container .wall-item-content img {
1223   max-width: 700px;
1224 }
1225 .wall-item-container .wall-item-links, .wall-item-container .wall-item-actions {
1226   display: table-cell;
1227   vertical-align: middle;
1228 }
1229 .wall-item-container .wall-item-links .icon, .wall-item-container .wall-item-actions .icon {
1230   opacity: 0.5;
1231   -webkit-transition: all 0.2s ease-in-out;
1232   -moz-transition: all 0.2s ease-in-out;
1233   -o-transition: all 0.2s ease-in-out;
1234   -ms-transition: all 0.2s ease-in-out;
1235   transition: all 0.2s ease-in-out;
1236 }
1237 .wall-item-container .wall-item-links .icon:hover, .wall-item-container .wall-item-actions .icon:hover {
1238   opacity: 1;
1239   -webkit-transition: all 0.2s ease-in-out;
1240   -moz-transition: all 0.2s ease-in-out;
1241   -o-transition: all 0.2s ease-in-out;
1242   -ms-transition: all 0.2s ease-in-out;
1243   transition: all 0.2s ease-in-out;
1244 }
1245 .wall-item-container .wall-item-name {
1246   font-weight: bold;
1247 }
1248 .wall-item-container .wall-item-actions-author {
1249   width: 100%;
1250   margin-bottom: 0.3em;
1251 }
1252 .wall-item-container .wall-item-actions-social {
1253   float: left;
1254   margin-bottom: 1px;
1255   display: table-cell;
1256 }
1257 .wall-item-container .wall-item-actions-social a {
1258   margin-right: 1em;
1259 }
1260 .wall-item-actions-social a {
1261   float: left;
1262 }
1263 .wall-item-container .wall-item-actions-tools {
1264   float: right;
1265   width: 80px;
1266   display: table-cell;
1267 }
1268 .wall-item-container .wall-item-actions-tools a {
1269   float: right;
1270 }
1271 .wall-item-container .wall-item-actions-tools input {
1272   float: right;
1273 }
1274 .wall-item-container.comment {
1275   margin-top: 5px;
1276   margin-bottom: 5px;
1277   margin-left: 80px;
1278   width: 700px;
1279   border-bottom: 1px solid hsl(198, 21%, 79%);
1280 }
1281 .wall-item-container.comment .contact-photo {
1282   width: 32px;
1283   height: 32px;
1284   margin-left: 16px;
1285   /*background: url(../../../images/icons/22/user.png) no-repeat center center;*/
1286
1287 }
1288 .wall-item-container.comment {
1289   top: 15px !important;
1290   left: 15px !important;
1291 }
1292 .wall-item-container.comment .wall-item-links {
1293   padding-left: 12px;
1294 }
1295 .wall-item-comment-wrapper {
1296   margin: 1px 5px 1px 80px;
1297 }
1298 .wall-item-comment-wrapper .comment-edit-photo {
1299   display: none;
1300 }
1301 .wall-item-comment-wrapper textarea {
1302   height: 2.0em;
1303   width: 100%;
1304   font-size: 10px;
1305   color: #999999;
1306   border: 1px solid #DDD;
1307   padding: 0.3em;
1308   font-size: 14px;
1309 }
1310 .wall-item-comment-wrapper .comment-edit-text-full {
1311   font-size: 14px;
1312   height: 4em;
1313   color: #2d2d2d;
1314   border: 1px solid #2d2d2d;
1315 }
1316 .comment-edit-preview {
1317   width: 710px;
1318   border: 1px solid #2d2d2d;
1319   margin-top: 10px;
1320 }
1321 .comment-edit-preview .contact-photo {
1322   width: 32px;
1323   height: 32px;
1324   margin-left: 16px;
1325   /*background: url(../../../images/icons/22/user.png) no-repeat center center;*/
1326
1327 }
1328 .comment-edit-preview {
1329   top: 15px !important;
1330   left: 15px !important;
1331 }
1332 .comment-edit-preview .wall-item-links {
1333   padding-left: 12px;
1334 }
1335 .comment-edit-preview .wall-item-container {
1336   width: 700px;
1337 }
1338 .comment-edit-preview .tread-wrapper {
1339   width: 700px;
1340   padding: 0;
1341   margin: 10px 0;
1342 }
1343
1344 .shiny {
1345   /* border-right: 10px solid #fce94f; */
1346         border-right: 1px solid #A7C7F7;
1347         padding-right: 12px;
1348 }
1349
1350 #jot-preview-content{
1351         margin-top: 30px;}
1352         
1353 #jot-preview-content .tread-wrapper {
1354   background-color: #fff797;
1355 }
1356
1357 .wall-item-tags {
1358   padding-top: 1px;
1359   padding-bottom: 2px;
1360 }
1361 .tag {
1362   /*background: url("../../../images/tag_b.png") repeat-x center left;*/
1363   color: #3465A4;
1364   padding-left: 3px;
1365   font-size: 12px;
1366 }
1367 .tag a {
1368   padding-right: 5px;
1369   /*background: url("../../../images/tag.png") no-repeat center right;*/
1370   color: #3465A4;
1371 }
1372 .wwto {
1373   position: absolute !important;
1374   width: 25px;
1375   height: 25px;
1376   background: #FFFFFF;
1377   border: 2px solid #364e59;
1378   height: 25px;
1379   width: 25px;
1380   overflow: hidden;
1381   padding: 1px;
1382   position: absolute !important;
1383   top: 40px;
1384   left: 30px;
1385   -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
1386   -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
1387   box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
1388 }
1389 .wwto .contact-photo {
1390   width: auto;
1391   height: 25px;
1392 }
1393 /* contacts menu */
1394 .contact-photo-wrapper {
1395   position: relative;
1396   width: 80px;
1397 }
1398
1399 .contact-photo-wrapper.wwto {
1400   width: 25px;
1401 }
1402
1403 .contact-photo {
1404   width: 48px;
1405   height: 48px;
1406   overflow: hidden;
1407   display: block;
1408 }
1409 .contact-photo img {
1410   width: 48px;
1411   height: 48px;
1412 }
1413
1414 .contact-wrapper {
1415   float: left;
1416   width: 90px;
1417   height: 90px;
1418   margin-bottom: 15px;
1419 }
1420 .contact-wrapper .contact-photo {
1421   width: 80px;
1422   height: 80px;
1423 }
1424 .contact-wrapper .contact-photo img {
1425   width: 80px;
1426   height: 80px;
1427 }
1428 .contact-wrapper {
1429   left: 0px;
1430   top: 63px;
1431 }
1432 .contact-photo {
1433   width: 48px;
1434   height: 48px;
1435 }
1436 .contact-photo img {
1437   width: 48px;
1438   height: 48px;
1439 }
1440 .contact-name {
1441   /* text-align: center; */
1442   /*font-weight: bold;*/
1443   font-size: 12px;
1444 }
1445 .contact-details {
1446   color: #999999;
1447 }
1448 /* editor */
1449 .jothidden {
1450   display: none;
1451 }
1452 #jot {
1453   width: 785px;
1454   margin: 0px 2em 20px 0px;
1455 }
1456 #profile-jot-form #profile-jot-text {
1457   height: 2.0em;
1458   width: 99%;
1459   font-size: 15px;
1460   color: #999999;
1461   border: 1px solid #DDD;
1462   padding: 0.3em;
1463   margin-bottom: 10px;
1464 }
1465 #jot #jot-tools {
1466   margin: 0px;
1467   padding: 0px;
1468   height: 40px;
1469   overflow: none;
1470   width: 783px;
1471   background-color: #fff;
1472   border-bottom: 2px solid #9eabb0;
1473 }
1474
1475 #jot #jot-tools li {
1476   list-style: none;
1477   float: left;
1478   width: 80px;
1479   height: 40px;
1480   border-bottom: 2px solid #9eabb0;
1481 }
1482 #jot #jot-tools li a {
1483   display: block;
1484   color: #cccccc;
1485   width: 100%;
1486   height: 40px;
1487   text-align: center;
1488   line-height: 40px;
1489   overflow: hidden;
1490 }
1491 #jot #jot-tools li:hover {
1492   background-color: #364e59;
1493   border-bottom: 2px solid #bdcdd4;
1494 }
1495 #jot #jot-tools li.perms {
1496   float: right;
1497   width: 40px;
1498 }
1499 #jot #jot-tools li.perms a.unlock {
1500   width: 30px;
1501   border-left: 10px solid #cccccc;
1502   background-color: #cccccc;
1503   background-position: left center;
1504 }
1505 #jot #jot-tools li.perms a.lock {
1506   width: 30px;
1507   border-left: 10px solid #666666;
1508   background-color: #666666;
1509 }
1510 #jot #jot-tools li.submit {
1511   float: right;
1512   background-color: #cccccc;
1513   border-bottom: 2px solid #cccccc;
1514   border-right: 1px solid #666666;
1515   border-left: 1px solid #666666;
1516 }
1517 #jot #jot-tools li.submit input {
1518   border: 0px;
1519   margin: 0px;
1520   padding: 0px;
1521   background-color: #cccccc;
1522   color: #666666;
1523   width: 80px;
1524   height: 40px;
1525   line-height: 40px;
1526 }
1527 #jot #jot-tools li.submit input:hover {
1528   background-color: #bdcdd4;
1529   color: #666666;
1530 }
1531 #jot #jot-tools li.loading {
1532   float: right;
1533   background-color: #ffffff;
1534   width: 20px;
1535   vertical-align: center;
1536   text-align: center;
1537   border-top: 2px solid #9eabb0;
1538   height: 38px;
1539 }
1540 #jot #jot-tools li.loading img {
1541   margin-top: 10px;
1542 }
1543 #profile-jot-form #jot-title {
1544     
1545          border-radius: 5px 5px 5px 5px;
1546     font-weight: bold;
1547     height: 20px;
1548     margin: 0 0 5px;
1549     width: 60%;
1550     border: 1px solid #ffffff;
1551 }
1552 #profile-jot-form #jot-title:-webkit-input-placeholder {
1553   font-weight: normal;
1554 }
1555 #profile-jot-form #jot-title:-moz-placeholder {
1556   font-weight: normal;
1557 }
1558 #profile-jot-form #profile-jot-text_parent #profile-jot-text_tbl{
1559         width: 785px;
1560         height: 100px;
1561         }
1562 #jot #jot-title:hover {
1563   border: 1px solid #999999;
1564 }
1565 #jot #jot-title:focus {
1566   border: 1px solid #999999;
1567 }
1568 #jot #character-counter {
1569   width: 80px;
1570   float: right;
1571   text-align: right;
1572   height: 20px;
1573   line-height: 20px;
1574   padding-right: 20px;
1575 }
1576 #jot-perms-icon, 
1577 #profile-location,
1578 #profile-nolocation,
1579 #profile-youtube, 
1580 #profile-video, 
1581 #profile-audio,
1582 #profile-link,
1583 #profile-title, 
1584 #wall-image-upload,
1585 #wall-file-upload,
1586 #wall-image-upload-div,
1587 #wall-file-upload-div,
1588 .hover, .focus {
1589         cursor: pointer;
1590         margin-top: 2px;
1591 }
1592 #profile-jot-wrapper{
1593         margin: 0 2em 20px 0;
1594    width: 785px;
1595         }
1596
1597 #profile-jot-submit-wrapper {
1598         margin-bottom: 50px;
1599         width: 785px;
1600 }
1601
1602 #profile-jot-submit {
1603         float: right;
1604         margin-top: 2px;
1605         
1606 }
1607 #profile-upload-wrapper {
1608         float: left;
1609         margin-top: 2px;
1610         margin-left: 10px;
1611         
1612 }
1613 #profile-attach-wrapper {
1614         float: left;
1615         margin-left: 15px;
1616         margin-top: 2px;
1617 }
1618 #profile-rotator {
1619         float: left;
1620         margin-left: 30px;
1621         margin-top: 2px;
1622 }
1623 #profile-link-wrapper {
1624         float: left;
1625         margin-left: 15px;
1626         margin-top: 2px;
1627 }
1628 #profile-youtube-wrapper {
1629         float: left;
1630         margin-left: 15px;
1631         margin-top: 2px;
1632 }
1633 #profile-video-wrapper {
1634         float: left;
1635         margin-left: 15px;
1636         margin-top: 2px;
1637 }
1638 #profile-audio-wrapper {
1639         float: left;
1640         margin-left: 15px;
1641         margin-top: 2px;
1642 }
1643 #profile-location-wrapper {
1644         float: left;
1645         margin-left: 15px;
1646         margin-top: 2px;
1647 }
1648 #profile-jot-perms {
1649         float: left;
1650         margin-left: 45px;
1651         margin-top: 2px;
1652 }
1653 #jot-preview-link {
1654         float: right;
1655         margin-left: 10px;
1656         margin-top: 2px;
1657         font-size: 10px;
1658 }
1659 #profile-jot-perms{
1660    float: right;
1661         margin-left: 10px;
1662         margin-top: 2px;        
1663         }
1664 /** buttons **/
1665 .button.creation1 {
1666     background-color: #fff;
1667     border: 1px solid #777777;
1668     background-image: -moz-linear-gradient(center top , white 0%, #DDDDDD 100%);
1669     border-radius: 3px 3px 3px 3px;
1670     box-shadow: 0 1px 1px #CFCFCF;
1671 }
1672 .button.creation2 {
1673     background-color: #33ACFF;
1674     background-image: -moz-linear-gradient(center top , #66C1FF 0%, #0097FF 100%);
1675     border: 1px solid #777777;
1676     color: white;
1677     border-radius: 3px 3px 3px 3px;
1678     box-shadow: 0 1px 1px #CFCFCF;
1679     margin-left: 5px;
1680 }
1681 /*input[type="submit"] {
1682         border: 0px;
1683     background-color: @ButtonBackgroundColor;
1684     color: @ButtonColor;
1685     padding: 0px 10px;
1686         .rounded(5px);
1687     height: 18px;
1688 }*/
1689 /** acl **/
1690 #photo-edit-perms-select, #photos-upload-permissions-wrapper, #profile-jot-acl-wrapper {
1691   display: block!important;
1692 }
1693 #acl-wrapper {
1694   width: 690px;
1695   float: left;
1696 }
1697 #acl-search {
1698   float: right;
1699   background: #ffffff url("../../../images/search_18.png") no-repeat right center;
1700   padding-right: 20px;
1701 }
1702 #acl-showall {
1703   float: left;
1704   display: block;
1705   width: auto;
1706   height: 18px;
1707   background-color: #cccccc;
1708   background-image: url("../../../images/show_all_off.png");
1709   background-position: 7px 7px;
1710   background-repeat: no-repeat;
1711   padding: 7px 5px 0px 30px;
1712   color: #999999;
1713   -moz-border-radius: 5px 5px 5px 5px;
1714   -webkit-border-radius: 5px 5px 5px 5px;
1715   border-radius: 5px 5px 5px 5px;
1716 }
1717 #acl-showall.selected {
1718   color: #000000;
1719   background-color: #ff9900;
1720   background-image: url("../../../images/show_all_on.png");
1721 }
1722 #acl-list {
1723   height: 210px;
1724   border: 1px solid #cccccc;
1725   clear: both;
1726   margin-top: 30px;
1727   overflow: auto;
1728 }
1729 .acl-list-item {
1730   display: block;
1731   width: 150px;
1732   height: 30px;
1733   border: 1px solid #cccccc;
1734   margin: 5px;
1735   float: left;
1736 }
1737 .acl-list-item img {
1738   width: 22px;
1739   height: 22px;
1740   float: left;
1741   margin: 4px;
1742 }
1743 .acl-list-item p {
1744   height: 12px;
1745   font-size: 10px;
1746   margin: 0px;
1747   padding: 2px 0px 1px;
1748   overflow: hidden;
1749 }
1750 .acl-list-item a {
1751   font-size: 8px;
1752   display: block;
1753   width: 40px;
1754   height: 10px;
1755   float: left;
1756   color: #999999;
1757   background-color: #cccccc;
1758   background-position: 3px 3px;
1759   background-repeat: no-repeat;
1760   margin-right: 5px;
1761   -webkit-border-radius: 2px ;
1762   -moz-border-radius: 2px;
1763   border-radius: 2px;
1764   padding-left: 15px;
1765 }
1766 #acl-wrapper a:hover {
1767   text-decoration: none;
1768   color: #000000;
1769 }
1770 .acl-button-show {
1771   background-image: url("../../../images/show_off.png");
1772 }
1773 .acl-button-hide {
1774   background-image: url("../../../images/hide_off.png");
1775 }
1776 .acl-button-show.selected {
1777   color: #000000;
1778   background-color: #9ade00;
1779   background-image: url("../../../images/show_on.png");
1780 }
1781 .acl-button-hide.selected {
1782   color: #000000;
1783   background-color: #ff4141;
1784   background-image: url("../../../images/hide_on.png");
1785 }
1786 .acl-list-item.groupshow {
1787   border-color: #9ade00;
1788 }
1789 .acl-list-item.grouphide {
1790   border-color: #ff4141;
1791 }
1792 /** /acl **/
1793 /** tab buttons **/
1794 ul.tabs {
1795   list-style-type: none;
1796   padding-bottom: 10px;
1797   font-size: 13px;
1798 }
1799 ul.tabs li {
1800   float: left;
1801   margin-left: 5px;
1802 }
1803 ul.tabs li .active {
1804     background-color: #333333;
1805     border: 1px solid #777777;
1806     color: white;
1807     border-radius: 3px 3px 3px 3px;
1808     box-shadow: 0 1px 1px #CFCFCF;
1809     margin-left: 5px;
1810 }
1811 /**
1812  * Form fields
1813  */
1814 .field {
1815   margin-bottom: 10px;
1816   padding-bottom: 10px;
1817   overflow: auto;
1818   width: 100%;
1819 }
1820 .field label {
1821   float: left;
1822   width: 200px;
1823 }
1824 .field input, .field textarea {
1825   width: 400px;
1826 }
1827 .field textarea {
1828   height: 100px;
1829 }
1830 .field .field_help {
1831   display: block;
1832   margin-left: 200px;
1833   color: #666666;
1834 }
1835 .field .onoff {
1836   float: left;
1837   width: 80px;
1838 }
1839 .field .onoff a {
1840   display: block;
1841   border: 1px solid #666666;
1842   background-image: url("../../../images/onoff.jpg");
1843   background-repeat: no-repeat;
1844   padding: 4px 2px 2px 2px;
1845   height: 16px;
1846   text-decoration: none;
1847 }
1848 .field .onoff .off {
1849   border-color: #666666;
1850   padding-left: 40px;
1851   background-position: left center;
1852   background-color: #cccccc;
1853   color: #666666;
1854   text-align: right;
1855 }
1856 .field .onoff .on {
1857   border-color: #204A87;
1858   padding-right: 40px;
1859   background-position: right center;
1860   background-color: #D7E3F1;
1861   color: #204A87;
1862   text-align: left;
1863 }
1864 .field .hidden {
1865   display: none!important;
1866 }
1867 .field.radio .field_help {
1868   margin-left: 0px;
1869 }
1870 #directory-search-form{
1871         margin-bottom: 50px;
1872         }
1873 #profile-edit-links-end {
1874         clear: both;
1875         margin-bottom: 15px;
1876 }
1877
1878 #profile-edit-links ul { margin: 20px; padding-bottom: 20px; list-style: none; }
1879
1880 #profile-edit-links li {
1881   float: left;
1882   list-style: none;
1883   margin-left: 10px;
1884 }
1885
1886 .profile-edit-side-div {
1887   display: none;
1888 }
1889
1890 #register-form label,
1891 #profile-edit-form label {
1892         width: 300px; float: left;
1893 }
1894
1895 .required {
1896   display: inline;
1897   color: #B20202;
1898 }
1899
1900 /* oauth */
1901 .oauthapp {
1902   height: auto;
1903   overflow: auto;
1904   border-bottom: 2px solid #cccccc;
1905   padding-bottom: 1em;
1906   margin-bottom: 1em;
1907 }
1908 .oauthapp img {
1909   float: left;
1910   width: 48px;
1911   height: 48px;
1912   margin: 10px;
1913 }
1914 .oauthapp img.noicon {
1915   background-image: url("../../../images/icons/48/plugin.png");
1916   background-position: center center;
1917   background-repeat: no-repeat;
1918 }
1919 .oauthapp a {
1920   float: left;
1921 }
1922 /* contacts */
1923 .contact-entry-wrapper {
1924   width: 120px;
1925   height: 120px;
1926   float: left;
1927 }
1928 /* photo */
1929 .lframe {
1930   float: left;
1931 }
1932 /* profile match wrapper */
1933 .profile-match-wrapper {
1934   float: left;
1935   width: 90px;
1936   height: 90px;
1937   margin-bottom: 20px;
1938 }
1939 .profile-match-wrapper .contact-photo {
1940   width: 80px;
1941   height: 80px;
1942 }
1943 .profile-match-wrapper .contact-photo img {
1944   width: 80px;
1945   height: 80px;
1946 }
1947 .profile-match-wrapper {
1948   left: 0px;
1949   top: 63px;
1950 }
1951
1952 .contact-photo-menu-button {
1953         position: relative;
1954         background-image: url("../../../images/icons/16/menu.png");
1955         background-position: top left; 
1956         background-repeat: no-repeat;
1957         margin: 0px 0px -16px 0px; 
1958         padding: 0px;
1959         width: 16px;
1960         height: 16px;
1961         top: -20px; left:0px;
1962         overflow: hidden;
1963         text-indent: 40px;
1964         display: none;
1965         
1966 }
1967 .contact-photo-menu {
1968         width: 11em;
1969         border: 3px solid #364e59;
1970         color: #2d2d2d;
1971         background: #FFFFFF;
1972 /*        position: absolute;*/
1973         position: relative;
1974         left: 0px; top: 0px;
1975         display: none;
1976         z-index: 10000;
1977 }
1978 .contact-photo-menu ul { margin:0px; padding: 0px; list-style: none }
1979 .contact-photo-menu li a {
1980         display: block; 
1981         padding: 5px 10px; 
1982         color: #2d2d2d;
1983         text-decoration: none;
1984 }
1985 .contact-photo-menu li a:hover {
1986         background-color: #bdcdd4; 
1987 }
1988
1989 /* page footer */
1990 footer {
1991   height: 100px;
1992   display: table-row;
1993 }
1994
1995 blockquote {
1996     border-left: 1px solid #D2D2D2;
1997     padding-left: 9px;
1998     margin: 0 0 0 .8ex;
1999 }
2000 .aprofile dt{
2001 box-shadow: 1px 1px 5px 0;
2002     color: #666666;
2003     margin: 15px 0 5px;
2004     padding-left: 5px;  
2005         }
2006 /* ================== */
2007 /* = Contacts Block = */
2008 /* ================== */
2009
2010 .contact-block-img {
2011         width: 55px;
2012         height: 55px;
2013         padding-right: 3px;
2014 }
2015 .contact-block-div {
2016         float: left;
2017 }
2018
2019 .contact-block-textdiv { width: 150px; height: 34px; float: left; }
2020 #contact-block-end { clear: both; } 
2021
2022 #group-edit-wrapper {
2023         margin-bottom: 10px;
2024 }
2025
2026 #group-members-end {
2027         clear: both;
2028 }
2029 #group-edit-desc {
2030  margin-top: 15px;
2031 }
2032
2033 /*
2034 #group-separator,
2035 #prof-separator { display: none;}
2036 */
2037
2038 #prvmail-to-label, #prvmail-subject-label, #prvmail-message-label {
2039         margin-bottom: 10px;
2040         margin-top: 20px;
2041 }
2042
2043 #prvmail-submit {
2044         float: right;
2045         margin-top: 10px;
2046 }
2047 #prvmail-subject
2048 {
2049 background: none repeat scroll 0 0 #FFFFFF;
2050 border: 1px solid #CCCCCC;
2051 border-radius: 5px 5px 5px 5px;
2052 font-weight: bold;
2053 height: 20px;
2054 margin: 0 0 5px;
2055 vertical-align: middle;
2056 }
2057 #prvmail-form{
2058  width: 597px;  
2059         }
2060 #prvmail-upload-wrapper,
2061 #prvmail-link-wrapper,
2062 #prvmail-rotator-wrapper {
2063         float: left;
2064         margin-top: 10px;
2065         margin-right: 10px;
2066         width: 24px;
2067 }
2068
2069 #prvmail-end {
2070         clear: both;
2071 }
2072
2073 .mail-list-sender,
2074 .mail-list-detail {
2075         float: left;
2076 }
2077 .mail-list-detail {
2078         margin-left: 20px;
2079 }
2080
2081 .mail-list-subject {
2082         font-size: 1.1em;
2083         margin-top: 10px;
2084 }
2085 a.mail-list-link {
2086     display: block;
2087     font-size: 1.3em;
2088     padding: 4px 0;
2089 }
2090
2091 /*
2092 *a.mail-list-link:hover {
2093 *       background-color: #15607B;
2094 *       color: #F5F6FB;
2095 *}
2096 */
2097
2098 .mail-list-outside-wrapper-end {
2099         clear: both;
2100 }
2101
2102 .mail-list-outside-wrapper {
2103         margin-top: 30px;
2104 }
2105
2106 .mail-list-delete-wrapper {
2107         float: right;
2108         margin-right: 30px;
2109         margin-top: 15px;
2110 }
2111
2112 .mail-list-delete-icon {
2113         border: none;
2114 }
2115
2116 .mail-conv-sender,
2117 .mail-conv-detail {
2118         float: left;
2119 }
2120 .mail-conv-detail {
2121         margin-left: 20px;
2122         width: 500px;
2123 }
2124
2125 .mail-conv-subject {
2126     font-size: 1.4em;
2127     margin: 10px 0;
2128 }
2129
2130 .mail-conv-outside-wrapper-end {
2131         clear: both;
2132 }
2133
2134 .mail-conv-outside-wrapper {
2135         margin-top: 30px;
2136 }
2137
2138 .mail-conv-delete-wrapper {
2139         float: right;
2140         margin-right: 30px;
2141         margin-top: 15px;
2142 }
2143 .mail-conv-break {
2144         clear: both;
2145 }
2146
2147 .mail-conv-delete-icon {
2148         border: none;
2149 }
2150
2151 /* ========== */
2152 /* = Events = */
2153 /* ========== */
2154 .eventcal {
2155         float: left;
2156         font-size: 20px;
2157 }
2158
2159 .vevent {
2160         border: 1px solid #CCCCCC;
2161 }
2162 .vevent .event-description, .vevent .event-location {
2163         margin-left: 10px;
2164         margin-right: 10px;
2165 }
2166 .vevent .event-start {
2167         margin-left: 10px;
2168         margin-right: 10px;
2169 }
2170
2171 #new-event-link {
2172         margin-bottom: 10px;
2173 }
2174
2175 .edit-event-link, .plink-event-link {
2176         float: left;
2177         margin-top: 4px;
2178         margin-right: 4px;
2179         margin-bottom: 15px;
2180 }
2181
2182 .event-description:before {
2183         content: url('../../../images/calendar.png');
2184         margin-right: 15px;
2185 }
2186
2187 .event-start, .event-end {
2188         margin-left: 10px;
2189         width: 330px;
2190         clear: both;
2191 }
2192
2193 .event-start .dtstart, .event-end .dtend {
2194         float: right;
2195 }
2196
2197 .event-list-date {
2198         margin-bottom: 10px;
2199 }
2200
2201 .prevcal, .nextcal {
2202         float: left;
2203         margin-left: 32px;
2204         margin-right: 32px;
2205         margin-top: 64px;
2206 }
2207 .event-calendar-end {
2208         clear: both;
2209 }
2210
2211  
2212 .calendar {
2213         font-family: Courier, monospace;
2214 }
2215 .today {
2216         font-weight: bold;
2217         color: #FF0000;
2218 }
2219
2220 .settings-block {
2221         border: 1px solid #AAA;
2222         margin: 10px;
2223         padding: 10px;
2224 }
2225
2226 .app-title {
2227         margin: 10px;
2228 }
2229
2230 #identity-manage-desc {
2231         margin-top:15px;
2232         margin-bottom: 15px;
2233 }
2234
2235 #identity-manage-choose {
2236         margin-bottom: 15px;
2237 }
2238
2239 #identity-submit {
2240         margin-top: 20px;
2241 }
2242
2243 #photo-prev-link, #photo-next-link {
2244         padding: 10px;
2245         float: left;
2246 }
2247 .lightbox{
2248         float: left;
2249         }
2250
2251 #photo-photo {
2252         float: left;
2253 }
2254 #photo-like-div .wall-item-like-buttons {
2255          float: left;
2256     margin-right: 5px;
2257     margin-top: 30px;
2258         }
2259 .comment-edit-text-empty {
2260     margin: 10px 0 0;
2261     width: 85%;
2262 }
2263 .comment-edit-photo {
2264     margin: 10px 0 0;
2265 }
2266 .wall-item-like-buttons .icon.like {
2267 float: left;
2268 }
2269
2270 #photo-photo-end {
2271         clear: both;
2272 }
2273
2274 .tabs .comment-wwedit-wrapper {
2275         display: block;
2276    margin-top: 30px;
2277    margin-left: 50px;
2278         }
2279
2280 .profile-match-photo {
2281         float: left;
2282         text-align: center;
2283         width: 120px;
2284 }
2285
2286 .profile-match-name {
2287         float: left;
2288         text-align: center;
2289         width: 120px;
2290         overflow: hidden;
2291 }
2292
2293 .profile-match-break,
2294 .profile-match-end {
2295         clear: both;
2296 }
2297
2298 .profile-match-connect {
2299         text-align: center;
2300         font-weight: bold;
2301 }
2302
2303 .profile-match-wrapper {
2304         float: left;
2305         padding: 10px;
2306         width: 120px;
2307         height: 120px;
2308         scroll: auto;
2309 }
2310 #profile-match-wrapper-end {
2311         clear: both;
2312 }
2313
2314 /* ============= */
2315 /* = Directory = */
2316 /* ============= */
2317 /* contacts menu */
2318 .contact-photo-wrapper {
2319   position: relative;
2320 }
2321 .contact-photo {
2322   width: 48px;
2323   height: 48px;
2324   overflow: hidden;
2325   display: block;
2326 }
2327 .contact-photo img {
2328   width: 48px;
2329   height: 48px;
2330 }
2331 .contact-photo-menu-button {
2332   display: none;
2333   /* position: absolute; */
2334   /* position: absolute; */
2335   left: -2px;
2336   top: -20px;
2337 }
2338 .contact-wrapper {
2339   float: left;
2340   width: 90px;
2341   height: 90px;
2342   margin-bottom: 15px;
2343 }
2344 .contact-wrapper .contact-photo {
2345   width: 80px;
2346   height: 80px;
2347 }
2348 .contact-wrapper .contact-photo img {
2349   width: 80px;
2350   height: 80px;
2351 }
2352 .contact-wrapper .contact-photo-menu-button {
2353   left: 0px;
2354   top: 63px;
2355 }
2356 .directory-item {
2357   float: left;
2358   width: 200px;
2359   height: 200px;
2360 }
2361 .directory-item .contact-photo {
2362   width: 175px;
2363   height: 175px;
2364 }
2365 .directory-item .contact-photo img {
2366   width: 175px;
2367   height: 175px;
2368 }
2369 .contact-name {
2370   text-align: left;
2371   font-weight: bold;
2372   font-size: 12px;
2373 }
2374 .contact-details {
2375   color: #999999;
2376 }
2377 #side-bar-photos-albums li{
2378 list-style-type: disc;
2379 }
2380 #side-bar-photos-albums ul li{
2381   margin-left: 30px;
2382   padding-left: 0px;
2383         }
2384 #side-bar-photos-albums{
2385         margin-top: 15px;       
2386         }
2387 .photo-top-photo, .photo-album-photo {
2388   -webkit-border-radius: 5px 5px 0 0;
2389   -moz-border-radius: 5px 5px 0 0;
2390   border-radius: 5px 5px 0 0;
2391 }
2392 .photo-album-image-wrapper, .photo-top-image-wrapper {
2393   float: left;
2394    -moz-box-shadow: 0 0 5px #888;
2395    -webkit-box-shadow: 0 0 5px #888;
2396    box-shadow: 0 0 5px #888;
2397   background-color: #000;
2398    -webkit-border-radius: 5px;
2399    -moz-border-radius: 5px;
2400   border-radius: 5px;
2401   padding-bottom: 20px;
2402   position: relative;
2403   margin: 0 10px 10px 0;
2404   width: 200px; height: 140px;
2405   overflow: hidden;  
2406 }
2407 /*
2408 .photo-top-album-name {
2409   position: absolute;
2410   bottom: 0;
2411   padding: 0 5px;
2412 }*/
2413 /*.photo-top-image-wrapper {
2414         position: relative;
2415         float: left;
2416         margin-top: 15px;
2417         margin-right: 15px;
2418         width: 200px; height: 200px; 
2419         
2420 }*/
2421 .photo-top-album-name {
2422         width: 100%;
2423         position: absolute; 
2424         bottom: 0px; 
2425         padding-left: 3px;
2426         background-color: #EEE;
2427 }
2428 .photo-top-album-link{
2429   color: #3465A4;
2430         }
2431 #photo-top-end {
2432         clear: both;
2433 }
2434
2435 #photo-top-links {
2436         margin-bottom: 30px;
2437         margin-left: 30px;
2438 }
2439
2440 #photos-upload-newalbum-div {
2441         float: left;
2442         width: 175px;
2443 }