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