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