]> git.mxchange.org Git - friendica.git/blob - view/theme/diabook/diabook-dark/style.css
update diabook-theme
[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: right;
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 #group-all-contacts{
1238   overflow: auto;
1239 }
1240 .icon.text_add          { 
1241                 background-image: url("../../../images/icons/16/add.png");
1242                 float: right;
1243                 opacity: 0.2;
1244                 margin-right: 14px;
1245                 }
1246 .icon.text_add:hover    { 
1247                 background-image: url("../../../images/icons/16/add.png");
1248                 float: right;
1249                 cursor: pointer;
1250                 margin-right: 14px;
1251                 opacity: 1;
1252 -webkit-transition: all 0.2s ease-in-out;
1253 -moz-transition: all 0.2s ease-in-out;
1254 -o-transition: all 0.2s ease-in-out;
1255 -ms-transition: all 0.2s ease-in-out;
1256 transition: all 0.2s ease-in-out;
1257                 }
1258 .icon.text_edit {
1259   background-image: url("../../../images/icons/10/edit.png");
1260   opacity: 0.2;
1261   margin-top: 6px;
1262   float: right;
1263   height: 10px;
1264 }
1265 .icon.text_edit:hover {
1266   background-image: url("../../../images/icons/10/edit.png");
1267   opacity: 1;
1268   margin-top: 6px;
1269   float: right;
1270   height: 10px;
1271 }
1272 /* widget */
1273 .widget {
1274   margin-bottom: 2em;
1275   /*.action .s10 { width: 10px; overflow: hidden; padding: 0px;}
1276         .action .s16 { width: 16px; overflow: hidden; padding: 0px;}*/
1277 /*  font-size: 12px; */
1278 }
1279 .widget h3 {
1280   padding: 0px;
1281   margin: 2px;
1282 }
1283 .widget .action {
1284   opacity: 0.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 .widget input.action {
1292   opacity: 0.5;
1293   -webkit-transition: all 0.2s ease-in-out;
1294   -moz-transition: all 0.2s ease-in-out;
1295   -o-transition: all 0.2s ease-in-out;
1296   -ms-transition: all 0.2s ease-in-out;
1297   transition: all 0.2s ease-in-out;
1298 }
1299 .widget:hover .title .action {
1300   opacity: 1;
1301   -webkit-transition: all 0.2s ease-in-out;
1302   -moz-transition: all 0.2s ease-in-out;
1303   -o-transition: all 0.2s ease-in-out;
1304   -ms-transition: all 0.2s ease-in-out;
1305   transition: all 0.2s ease-in-out;
1306 }
1307 .widget .tool:hover .action {
1308   opacity: 1;
1309   -webkit-transition: all 0.2s ease-in-out;
1310   -moz-transition: all 0.2s ease-in-out;
1311   -o-transition: all 0.2s ease-in-out;
1312   -ms-transition: all 0.2s ease-in-out;
1313   transition: all 0.2s ease-in-out;
1314 }
1315 .widget .tool:hover .action.ticked {
1316   opacity: 1;
1317   -webkit-transition: all 0.2s ease-in-out;
1318   -moz-transition: all 0.2s ease-in-out;
1319   -o-transition: all 0.2s ease-in-out;
1320   -ms-transition: all 0.2s ease-in-out;
1321   transition: all 0.2s ease-in-out;
1322 }
1323 .widget ul {
1324   padding: 0px;
1325 }
1326 .widget ul li {
1327   padding-left: 16px;
1328   min-height: 16px;
1329   list-style: none;
1330 }
1331 #side-bar-photos-albums li{
1332 list-style-type: disc;
1333 }
1334 #side-bar-photos-albums ul li{
1335   margin-left: 30px;
1336   padding-left: 0px;
1337         }
1338 #side-bar-photos-albums ul li a{
1339   color: #1872A2;
1340 }
1341 .widget .tool.selected {
1342   background: url("../../../view/theme/diabook/diabook-dark/icons/selected.png") no-repeat left center;
1343 }
1344 /* widget: search */
1345 #add-search-popup {
1346   width: 200px;
1347   top: 18px;
1348 }
1349 /* section */
1350 section {
1351   display: table-cell;
1352   vertical-align: top;
1353   width: 800px;
1354   padding: 0px 0px 0px 12px;
1355 }
1356 body .pageheader{
1357   text-align: center;
1358   font-size: 20px;
1359   margin-bottom: 20px;
1360   margin-top: 0px;
1361   max-width: 775px;
1362         }
1363 .qcomment{
1364   max-width: 122px;     
1365         }
1366 #id_username {
1367   width: 173px; 
1368         }
1369 #id_password {
1370   width: 173px;         
1371         }
1372 #id_openid_url {
1373   width: 173px; 
1374         }
1375 #contact-edit-end {
1376         }
1377 .contact-edit-submit{
1378         display: block;
1379         }
1380 .pager {
1381    padding: 10px;
1382         text-align: center;
1383         font-size: 1.0em;
1384         clear: both;
1385         display: block;
1386 }       
1387
1388 .tabs {
1389     
1390     background-position: 0 -20px;
1391     background-repeat: repeat-x;
1392     height: 27px;
1393     padding: 0;
1394  }
1395 .tab.button {
1396     margin-left: 5px;   
1397     /*background: none repeat scroll 0 0 #F8F8F8;*/
1398     border: 1px solid #CCCCCC;
1399     border-radius: 3px 3px 3px 3px;
1400     font-weight: normal;
1401     padding: 3px;
1402     color:  #88a9d2;
1403         }
1404         
1405 #birthday-notice, #event-notice, #birthday-wrapper, #event-wrapper{
1406         margin-bottom: 10px;
1407         }
1408 /* wall item */
1409 .tread-wrapper {
1410   border-bottom: 1px solid #D2D2D2;
1411   position: relative;
1412   padding: 5px;
1413   margin-bottom: 0px;
1414   width: 775px;
1415   padding-top: 10px;
1416 }
1417 .tread-wrapper a{
1418  /* color: #1872A2; */
1419 }
1420
1421 .wall-item-decor {
1422   position: absolute;
1423   left: 790px;
1424   top: -10px;
1425   width: 16px;
1426 }
1427
1428 .wall-item-container {
1429   display: table;
1430   width: 780px;
1431 }
1432 .wall-item-photo-container .wall-item-item, .wall-item-container .wall-item-bottom {
1433   display: table-row;
1434 }
1435 .wall-item-photo-container .wall-item-info {
1436   display: table-cell;
1437   vertical-align: top;
1438   text-align: left;
1439   width: 80px;
1440 }
1441 .wall-item-photo-container .wall-item-location {
1442   padding-right: 40px;
1443   display: table-cell;
1444 }
1445 .wall-item-photo-container .wall-item-ago {
1446   word-wrap: break-word;
1447   width: 50px;
1448   margin-left: 10px;
1449   color: #999;
1450 }
1451 .wall-item-photo-container .wall-item-content {
1452
1453   max-width: 720px;
1454   word-wrap: break-word;
1455
1456   margin-bottom: 14px;
1457 }
1458 .wall-item-photo-container .wall-item-content img {
1459   max-width: 700px;
1460 }
1461 .wall-item-photo-container .wall-item-links, .wall-item-photo-container .wall-item-actions {
1462   display: table-cell;
1463   vertical-align: middle;
1464 }
1465 .wall-item-photo-container .wall-item-links .icon, .wall-item-photo-container .wall-item-actions .icon {
1466   opacity: 0.5;
1467   -webkit-transition: all 0.2s ease-in-out;
1468   -moz-transition: all 0.2s ease-in-out;
1469   -o-transition: all 0.2s ease-in-out;
1470   -ms-transition: all 0.2s ease-in-out;
1471   transition: all 0.2s ease-in-out;
1472 }
1473 .wall-item-photo-container .wall-item-links .icon:hover, .wall-item-photo-container .wall-item-actions .icon:hover {
1474   opacity: 1;
1475   -webkit-transition: all 0.2s ease-in-out;
1476   -moz-transition: all 0.2s ease-in-out;
1477   -o-transition: all 0.2s ease-in-out;
1478   -ms-transition: all 0.2s ease-in-out;
1479   transition: all 0.2s ease-in-out;
1480 }
1481 .wall-item-photo-container .wall-item-name {
1482   font-weight: bold;
1483 }
1484 .wall-item-photo-container .wall-item-actions-author {
1485   width: 100%;
1486   margin-bottom: 0.3em;
1487 }
1488 .wall-item-photo-container .wall-item-actions-social {
1489   float: left;
1490   margin-bottom: 1px;
1491   display: table-cell;
1492 }
1493 .wall-item-photo-container .wall-item-actions-social a {
1494   margin-right: 1em;
1495 }
1496 .wall-item-photo-container .wall-item-actions-tools {
1497   float: right;
1498   width: 80px;
1499   display: table-cell;
1500 }
1501 .wall-item-photo-container .wall-item-actions-tools a {
1502   float: right;
1503 }
1504 .wall-item-photo-container .wall-item-actions-tools input {
1505   float: right;
1506 }
1507 .wall-item-photo-container.comment {
1508   margin-top: 5px;
1509   margin-bottom: 5px;
1510   margin-left: 40px;
1511   width: 650px;
1512   border-bottom: 1px solid #D2D2D2;
1513 }
1514 .wall-item-photo-container.comment {
1515   top: 15px !important;
1516   left: 15px !important;
1517 }
1518 .wall-item-photo-container {
1519   display: table;
1520   width: 780px;
1521 }
1522 .my-comment-photo {
1523   width: 48px;
1524   margin-left: 40px;
1525   margin-right: 32px;
1526         }
1527 .comment-edit-preview {
1528   width: 500px;
1529   margin-top: 10px;
1530 }
1531 .comment-edit-text-empty {
1532     width: 500px;
1533     border: 1px solid #D2D2D2;
1534     height: 3.2em;
1535     color: #2e302e;
1536 }
1537 .comment-edit-text-full {
1538   font-size: 12.5px;
1539   height: 3.3em;
1540   
1541   border: 1px solid #D2D2D2;
1542   width: 500px;
1543 }
1544 .comment-edit-photo {
1545     margin: 10px 0 0;
1546     display: table-cell;
1547 }
1548
1549
1550
1551 .wall-item-container .wall-item-item, .wall-item-container .wall-item-bottom {
1552   display: table-row;
1553 }
1554 .wall-item-bottom {
1555   font-size: 13px;
1556 }
1557 .wall-item-container .wall-item-bottom {
1558 /*  opacity: 0.5;
1559   -webkit-transition: all 0.2s ease-in-out;
1560   -moz-transition: all 0.2s ease-in-out;
1561   -o-transition: all 0.2s ease-in-out;
1562   -ms-transition: all 0.2s ease-in-out;
1563   transition: all 0.2s ease-in-out; */
1564 }
1565 .wall-item-container:hover .wall-item-bottom {
1566 /*  opacity: 1;
1567   -webkit-transition: all 0.2s ease-in-out;
1568   -moz-transition: all 0.2s ease-in-out;
1569   -o-transition: all 0.2s ease-in-out;
1570   -ms-transition: all 0.2s ease-in-out;
1571   transition: all 0.2s ease-in-out; */
1572 }
1573 .wall-item-container .wall-item-info {
1574   display: table-cell;
1575   vertical-align: top;
1576   text-align: left;
1577   width: 80px;
1578 }
1579 .wall-item-container .wall-item-location {
1580   padding-right: 40px;
1581   display: table-cell;
1582 }
1583 .wall-item-container .wall-item-ago {
1584   word-wrap: break-word;
1585   width: 50px;
1586   margin-left: 10px;
1587   color: #999;
1588 }
1589 .wall-item-location {
1590   
1591   clear: both;
1592   overflow: hidden;
1593   
1594   margin-bottom: 5px;
1595 }
1596
1597 .wall-item-container .wall-item-content {
1598
1599   max-width: 720px;
1600   word-wrap: break-word;
1601
1602
1603 }
1604
1605 .wall-item-container .wall-item-content img {
1606   max-width: 700px;
1607 }
1608 .wall-item-container .wall-item-links, .wall-item-container .wall-item-actions {
1609   display: table-cell;
1610   vertical-align: middle;
1611 }
1612 .wall-item-container .wall-item-links .icon, .wall-item-container .wall-item-actions .icon {
1613   opacity: 0.5;
1614   -webkit-transition: all 0.2s ease-in-out;
1615   -moz-transition: all 0.2s ease-in-out;
1616   -o-transition: all 0.2s ease-in-out;
1617   -ms-transition: all 0.2s ease-in-out;
1618   transition: all 0.2s ease-in-out;
1619 }
1620 .wall-item-container .wall-item-links .icon:hover, .wall-item-container .wall-item-actions .icon:hover {
1621   opacity: 1;
1622   -webkit-transition: all 0.2s ease-in-out;
1623   -moz-transition: all 0.2s ease-in-out;
1624   -o-transition: all 0.2s ease-in-out;
1625   -ms-transition: all 0.2s ease-in-out;
1626   transition: all 0.2s ease-in-out;
1627 }
1628 .wall-item-container .wall-item-name {
1629   font-weight: bold;
1630 }
1631 .wall-item-container .wall-item-actions-author {
1632   width: 100%;
1633   margin-bottom: 0.3em;
1634 }
1635 .wall-item-container .wall-item-actions-social {
1636   float: left;
1637   margin-bottom: 1px;
1638   display: table-cell;
1639 }
1640 .wall-item-container .wall-item-actions-social a {
1641   margin-right: 1em;
1642 }
1643 .wall-item-actions-social a {
1644   float: left;
1645 }
1646 .wall-item-container .wall-item-actions-tools {
1647   float: right;
1648   width: 80px;
1649   display: table-cell;done
1650 }
1651 .wall-item-container .wall-item-actions-tools a {
1652   float: right;
1653 }
1654 .wall-item-container .wall-item-actions-tools input {
1655   float: right;
1656 }
1657 .wall-item-container.comment {
1658   margin-top: 5px;
1659   margin-bottom: 5px;
1660   margin-left: 80px;
1661   width: 700px;
1662   border-bottom: 1px solid hsl(198, 21%, 79%);
1663 }
1664 .wall-item-container.comment .contact-photo {
1665   width: 32px;
1666   height: 32px;
1667   margin-left: 16px;
1668   /*background: url(../../../images/icons/22/user.png) no-repeat center center;*/
1669
1670 }
1671 .wall-item-container.comment {
1672   top: 15px !important;
1673   left: 15px !important;
1674 }
1675 .wall-item-container.comment .wall-item-links {
1676   padding-left: 12px;
1677 }
1678 .wall-item-comment-wrapper {
1679   margin: 1px 5px 5px 80px;
1680 }
1681 .wall-item-comment-wrapper .comment-edit-photo {
1682   display: none;
1683 }
1684 .wall-item-comment-wrapper textarea {
1685   height: 2.0em;
1686   width: 100%;
1687   font-size: 10px;
1688   background: #444;
1689   color: #999999;
1690   border: 1px solid #DDD;
1691   padding: 0.3em;
1692   font-size: 14px;
1693 }
1694 .wall-item-comment-wrapper .comment-edit-text-full {
1695   font-size: 14px;
1696   height: 4em;
1697   color: #eec;
1698   border: 1px solid #2e302e;
1699 }
1700 .comment-edit-preview {
1701   width: 500px;
1702   margin-top: 10px;
1703   background-color:  #fff797;
1704 }
1705 .comment-edit-preview .contact-photo {
1706   width: 32px;
1707   height: 32px;
1708   margin-left: 16px;
1709   /*background: url(../../../images/icons/22/user.png) no-repeat center center;*/
1710
1711 }
1712 .comment-edit-preview {
1713   top: 15px !important;
1714   left: 15px !important;
1715 }
1716 .comment-edit-preview .wall-item-links {
1717   padding-left: 12px;
1718 }
1719 .comment-edit-preview .wall-item-container {
1720   width: 700px;
1721 }
1722 .comment-edit-preview .tread-wrapper {
1723   width: 700px;
1724   padding: 0;
1725   margin: 10px 0;
1726 }
1727
1728 .shiny {
1729   /* border-right: 10px solid #fce94f; */
1730         border-right: 1px solid #A7C7F7;
1731         padding-right: 12px;
1732 }
1733
1734 #jot-preview-content{
1735         margin-top: 30px;}
1736         
1737 #jot-preview-content .tread-wrapper {
1738   background-color: #fff797;
1739 }
1740
1741 span#jot-preview-link.tab.button{
1742         float: right;
1743         margin-left: 10px;
1744         margin-right: 14px;
1745         margin-top: 2px;
1746         font-size: 11px;
1747         font-weight: bolder;
1748         cursor: pointer;
1749         border: 0px;
1750 }
1751
1752 .wall-item-tags {
1753   padding-top: 1px;
1754   padding-bottom: 2px;
1755 }
1756 .tag {
1757   /*background: url("../../../images/tag_b.png") repeat-x center left;*/
1758   color: #999;
1759   padding-left: 3px;
1760   font-size: 12px;
1761 }
1762 .tag a {
1763   padding-right: 5px;
1764   /*background: url("../../../images/tag.png") no-repeat center right;*/
1765   color: #999;
1766 }
1767 .wwto {
1768   position: absolute !important;
1769   width: 25px;
1770   height: 25px;
1771   background: #FFFFFF;
1772   border: 2px solid #364e59;
1773   height: 25px;
1774   width: 25px;
1775   overflow: hidden;
1776   padding: 1px;
1777   position: absolute !important;
1778   top: 40px;
1779   left: 30px;
1780   -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
1781   -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
1782   box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
1783 }
1784 .wwto .contact-photo {
1785   width: auto;
1786   height: 25px;
1787 }
1788 /* contacts menu */
1789 .contact-photo-wrapper {
1790   position: relative;
1791   width: 80px;
1792 }
1793
1794 .contact-photo-wrapper.wwto {
1795   width: 25px;
1796 }
1797
1798 .contact-photo {
1799   width: 48px;
1800   height: 48px;
1801   overflow: hidden;
1802   display: block;
1803 }
1804 .contact-photo img {
1805   width: 48px;
1806   height: 48px;
1807 }
1808
1809 .contact-wrapper {
1810   float: left;
1811   width: 90px;
1812   height: 90px;
1813   margin-bottom: 15px;
1814 }
1815 .contact-wrapper .contact-photo {
1816   width: 80px;
1817   height: 80px;
1818 }
1819 .contact-wrapper .contact-photo img {
1820   width: 80px;
1821   height: 80px;
1822 }
1823 .contact-wrapper {
1824   left: 0px;
1825   top: 63px;
1826 }
1827 .contact-photo {
1828   width: 48px;
1829   height: 48px;
1830 }
1831 .contact-photo img {
1832   width: 48px;
1833   height: 48px;
1834 }
1835 .contact-name {
1836   /* text-align: center; */
1837   /*font-weight: bold;*/
1838   font-size: 12px;
1839 }
1840 .contact-details {
1841   color: #999999;
1842 }
1843 /* editor */
1844 .jothidden {
1845   display: none;
1846 }
1847 #jot {
1848   width: 785px;
1849   margin: 0px 2em 20px 0px;
1850 }
1851 #profile-jot-form #profile-jot-text {
1852   height: 2.0em;
1853   width: 99%;
1854   font-size: 15px;
1855   color: #999999;
1856   border: 1px solid #DDD;
1857   padding: 0.3em;
1858   margin-bottom: 10px;
1859 }
1860 .grey
1861 {
1862   display: inline;
1863   float: right; 
1864         }
1865 #jot #jot-tools {
1866   margin: 0px;
1867   padding: 0px;
1868   height: 40px;
1869   overflow: none;
1870   width: 783px;
1871   background-color: #fff;
1872   border-bottom: 2px solid #9eabb0;
1873 }
1874
1875 #jot #jot-tools li {
1876   list-style: none;
1877   float: left;
1878   width: 80px;
1879   height: 40px;
1880   border-bottom: 2px solid #9eabb0;
1881 }
1882 #jot #jot-tools li a {
1883   display: block;
1884   color: #cccccc;
1885   width: 100%;
1886   height: 40px;
1887   text-align: center;
1888   line-height: 40px;
1889   overflow: hidden;
1890 }
1891 #jot #jot-tools li:hover {
1892   background-color: #364e59;
1893   border-bottom: 2px solid #bdcdd4;
1894 }
1895 #jot #jot-tools li.perms {
1896   float: right;
1897   width: 40px;
1898 }
1899 #jot #jot-tools li.perms a.unlock {
1900   width: 30px;
1901   border-left: 10px solid #cccccc;
1902   background-color: #cccccc;
1903   background-position: left center;
1904 }
1905 #jot #jot-tools li.perms a.lock {
1906   width: 30px;
1907   border-left: 10px solid #666666;
1908   background-color: #666666;
1909 }
1910 #jot #jot-tools li.submit {
1911   float: right;
1912   background-color: #cccccc;
1913   border-bottom: 2px solid #cccccc;
1914   border-right: 1px solid #666666;
1915   border-left: 1px solid #666666;
1916 }
1917 #jot #jot-tools li.submit input {
1918   border: 0px;
1919   margin: 0px;
1920   padding: 0px;
1921   background-color: #cccccc;
1922   color: #666666;
1923   width: 80px;
1924   height: 40px;
1925   line-height: 40px;
1926 }
1927 #jot #jot-tools li.submit input:hover {
1928   background-color: #bdcdd4;
1929   color: #666666;
1930 }
1931 #jot #jot-tools li.loading {
1932   float: right;
1933   background-color: #2e2f2e;
1934   width: 20px;
1935   vertical-align: center;
1936   text-align: center;
1937   border-top: 2px solid #9eabb0;
1938   height: 38px;
1939 }
1940 #jot #jot-tools li.loading img {
1941   margin-top: 10px;
1942 }
1943 #profile-jot-form #jot-title, #profile-jot-form #jot-category {
1944     
1945          border-radius: 5px 5px 5px 5px;
1946     font-weight: bold;
1947     height: 20px;
1948     margin: 0 0 5px;
1949     width: 60%;
1950     border: 1px solid #d2d2d2;
1951     background: #444;
1952 }
1953 #profile-jot-form #jot-title:-webkit-input-placeholder {
1954   font-weight: normal;
1955 }
1956 #profile-jot-form #jot-title:-moz-placeholder {
1957   font-weight: normal;
1958 }
1959 #profile-jot-form #profile-jot-text_parent #profile-jot-text_tbl{
1960         width: 785px;
1961         height: 100px;
1962         }
1963 #jot #jot-title:hover {
1964   border: 1px solid #999999;
1965 }
1966 #jot #jot-title:focus {
1967   border: 1px solid #999999;
1968 }
1969 #jot #character-counter {
1970   width: 80px;
1971   float: right;
1972   text-align: right;
1973   height: 20px;
1974   line-height: 20px;
1975   padding-right: 20px;
1976 }
1977 #jot-perms-icon, 
1978 #profile-location,
1979 #profile-nolocation,
1980 #profile-youtube, 
1981 #profile-video, 
1982 #profile-audio,
1983 #profile-link,
1984 #profile-title, 
1985 #wall-image-upload,
1986 #wall-file-upload,
1987 #wall-image-upload-div,
1988 #wall-file-upload-div,
1989 .hover, .focus {
1990         cursor: pointer;
1991         margin-top: 2px;
1992 }
1993 #profile-jot-wrapper{
1994         margin: 0 2em 20px 0;
1995    width: 785px;
1996         }
1997
1998 #profile-jot-submit-wrapper {
1999         margin-bottom: 50px;
2000         width: 785px;
2001 }
2002
2003 #profile-jot-submit {
2004         float: right;
2005         margin-top: 2px;
2006         font-size: 14px;
2007 }
2008 #profile-upload-wrapper {
2009         float: left;
2010         margin-top: 2px;
2011         margin-left: 10px;
2012         
2013 }
2014 #profile-attach-wrapper {
2015         float: left;
2016         margin-left: 15px;
2017         margin-top: 2px;
2018 }
2019 #profile-rotator {
2020         float: left;
2021         margin-left: 30px;
2022         margin-top: 2px;
2023 }
2024 #profile-link-wrapper {
2025         float: left;
2026         margin-left: 15px;
2027         margin-top: 2px;
2028 }
2029 #profile-youtube-wrapper {
2030         float: left;
2031         margin-left: 15px;
2032         margin-top: 2px;
2033 }
2034 #profile-video-wrapper {
2035         float: left;
2036         margin-left: 15px;
2037         margin-top: 2px;
2038 }
2039 #profile-audio-wrapper {
2040         float: left;
2041         margin-left: 15px;
2042         margin-top: 2px;
2043 }
2044 #profile-location-wrapper {
2045         float: left;
2046         margin-left: 15px;
2047         margin-top: 2px;
2048 }
2049 #profile-jot-perms {
2050         float: left;
2051         margin-left: 45px;
2052         margin-top: 2px;
2053 }
2054 #jot-preview-link {
2055         float: right;
2056         margin-left: 10px;
2057         margin-top: 2px;
2058         font-size: 9px;
2059         font-weight: bolder;
2060         cursor: pointer;
2061 }
2062 #profile-jot-perms{
2063    float: right;
2064         margin-left: 10px;
2065         margin-top: 2px;        
2066         }
2067 /** buttons **/
2068 .button.creation1 {
2069     background-color: #fff;
2070     border: 1px solid #777777;
2071     border-radius: 3px 3px 3px 3px;
2072     box-shadow: 0 1px 1px #CFCFCF;
2073     cursor: pointer;
2074     font-weight: bolder;
2075 }
2076 .button.creation2 {
2077     background-color: #055580;
2078     border: 1px solid #777777;
2079     color: white;
2080     border-radius: 3px 3px 3px 3px;
2081     box-shadow: 0 1px 1px #CFCFCF;
2082     margin-left: 5px;
2083     cursor: pointer;
2084     font-weight: bolder;
2085 }
2086 /*input[type="submit"] {
2087         border: 0px;
2088     background-color: @ButtonBackgroundColor;
2089     color: @ButtonColor;
2090     padding: 0px 10px;
2091         .rounded(5px);
2092     height: 18px;
2093 }*/
2094 /** acl **/
2095 #photo-edit-perms-select, #photos-upload-permissions-wrapper, #profile-jot-acl-wrapper {
2096   display: block!important;
2097 }
2098 #acl-wrapper {
2099   width: 690px;
2100   float: left;
2101 }
2102 #acl-search {
2103   float: right;
2104   background: #2e2f2e url("../../../images/search_18.png") no-repeat right center;
2105   padding-right: 20px;
2106 }
2107 #acl-showall {
2108   float: left;
2109   display: block;
2110   width: auto;
2111   height: 18px;
2112   background-color: #cccccc;
2113   background-image: url("../../../images/show_all_off.png");
2114   background-position: 7px 7px;
2115   background-repeat: no-repeat;
2116   padding: 7px 5px 0px 30px;
2117   color: #999999;
2118   -moz-border-radius: 5px 5px 5px 5px;
2119   -webkit-border-radius: 5px 5px 5px 5px;
2120   border-radius: 5px 5px 5px 5px;
2121 }
2122 #acl-showall.selected {
2123   color: #000000;
2124   background-color: #ff9900;
2125   background-image: url("../../../images/show_all_on.png");
2126 }
2127 #acl-list {
2128   height: 210px;
2129   border: 1px solid #cccccc;
2130   clear: both;
2131   margin-top: 30px;
2132   overflow: auto;
2133 }
2134 .acl-list-item {
2135   display: block;
2136   width: 150px;
2137   height: 30px;
2138   border: 1px solid #cccccc;
2139   margin: 5px;
2140   float: left;
2141 }
2142 .acl-list-item img {
2143   width: 22px;
2144   height: 22px;
2145   float: left;
2146   margin: 4px;
2147 }
2148 .acl-list-item p {
2149   height: 12px;
2150   font-size: 10px;
2151   margin: 0px;
2152   padding: 2px 0px 1px;
2153   overflow: hidden;
2154 }
2155 .acl-list-item a {
2156   font-size: 8px;
2157   display: block;
2158   width: 40px;
2159   height: 10px;
2160   float: left;
2161   color: #999999;
2162   background-color: #cccccc;
2163   background-position: 3px 3px;
2164   background-repeat: no-repeat;
2165   margin-right: 5px;
2166   -webkit-border-radius: 2px ;
2167   -moz-border-radius: 2px;
2168   border-radius: 2px;
2169   padding-left: 15px;
2170 }
2171 #acl-wrapper a:hover {
2172   text-decoration: none;
2173   color: #000000;
2174 }
2175 .acl-button-show {
2176   background-image: url("../../../images/show_off.png");
2177 }
2178 .acl-button-hide {
2179   background-image: url("../../../images/hide_off.png");
2180 }
2181 .acl-button-show.selected {
2182   color: #000000;
2183   background-color: #9ade00;
2184   background-image: url("../../../images/show_on.png");
2185 }
2186 .acl-button-hide.selected {
2187   color: #000000;
2188   background-color: #ff4141;
2189   background-image: url("../../../images/hide_on.png");
2190 }
2191 .acl-list-item.groupshow {
2192   border-color: #9ade00;
2193 }
2194 .acl-list-item.grouphide {
2195   border-color: #ff4141;
2196 }
2197 /** /acl **/
2198 /** tab buttons 14618a**/
2199 ul.tabs {
2200   list-style-type: none;
2201   padding-bottom: 10px;
2202   font-size: 13px;
2203 }
2204 ul.tabs li {
2205   float: left;
2206   margin-left: 5px;
2207 }
2208 ul.tabs li .active {
2209     background-color: #055580;
2210     border: 1px solid #777777;
2211     color: white;
2212     border-radius: 3px 3px 3px 3px;
2213     box-shadow: 0 1px 1px #CFCFCF;
2214     margin-left: 5px;
2215 }
2216 //settings tabs
2217 ul.rs_tabs {
2218   list-style-type: none;
2219   font-size: 11px;
2220 }
2221 ul.rs_tabs li {
2222   float: left;
2223   margin-bottom: 30px;
2224   clear: both;
2225 }
2226 ul.rs_tabs li .selected {
2227     background-color: #055580;
2228     border: 1px solid #777777;
2229     color: white;
2230     border-radius: 3px 3px 3px 3px;
2231     box-shadow: 2px 2px 2px #CFCFCF;
2232     font-size: 13px;
2233 }
2234 .rs_tabs {
2235     list-style-type: none;
2236     font-size: 11px;
2237     background-position: 0 -20px;
2238     background-repeat: repeat-x;
2239     height: 27px;
2240     padding: 0;
2241  }
2242 .rs_tab.button {        
2243     /*background: none repeat scroll 0 0 #F8F8F8;*/
2244     border: 1px solid #CCCCCC;
2245     border-radius: 3px 3px 3px 3px;
2246     font-weight: bolder;
2247     padding: 3px;
2248     color:  #88a9d2;
2249     text-decoration: none;
2250         }
2251 /**
2252  * Form fields
2253  */
2254 .field {
2255   margin-bottom: 10px;
2256   padding-bottom: 10px;
2257   overflow: auto;
2258   width: 100%;
2259 }
2260 .field label {
2261   float: left;
2262   width: 200px;
2263 }
2264 .field input, .field textarea {
2265   width: 400px;
2266 }
2267 .field textarea {
2268   height: 100px;
2269 }
2270 .field .field_help {
2271   display: block;
2272   margin-left: 200px;
2273   color: #666666;
2274 }
2275 .field .onoff {
2276   float: left;
2277   width: 80px;
2278 }
2279 .field .onoff a {
2280   display: block;
2281   border: 1px solid #666666;
2282   background-image: url("../../../images/onoff.jpg");
2283   background-repeat: no-repeat;
2284   padding: 4px 2px 2px 2px;
2285   height: 16px;
2286   text-decoration: none;
2287 }
2288 .field .onoff .off {
2289   border-color: #666666;
2290   padding-left: 40px;
2291   background-position: left center;
2292   background-color: #cccccc;
2293   color: #666666;
2294   text-align: right;
2295 }
2296 .field .onoff .on {
2297   border-color: #204A87;
2298   padding-right: 40px;
2299   background-position: right center;
2300   background-color: #D7E3F1;
2301   color: #204A87;
2302   text-align: left;
2303 }
2304 .field .hidden {
2305   display: none!important;
2306 }
2307 .field.radio .field_help {
2308   margin-left: 0px;
2309 }
2310 .suggest-select {
2311 width: 500px;
2312 height: 350px;  
2313         }
2314 .message-to-select {
2315         width: 400px;
2316    height: 150px;
2317         }
2318 #directory-search-form{
2319         margin-bottom: 50px;
2320         }
2321 #profile-edit-links-end {
2322         clear: both;
2323         margin-bottom: 15px;
2324 }
2325
2326 #profile-edit-links ul { margin: 20px; padding-bottom: 20px; list-style: none; }
2327
2328 #profile-edit-links li {
2329   float: left;
2330   list-style: none;
2331   margin-left: 10px;
2332 }
2333
2334 .profile-edit-side-div {
2335   display: none;
2336 }
2337
2338 #register-form label,
2339 #profile-edit-form label {
2340         width: 300px; float: left;
2341 }
2342
2343 .required {
2344   display: inline;
2345   color: #B20202;
2346 }
2347
2348 /* oauth */
2349 .oauthapp {
2350   height: auto;
2351   overflow: auto;
2352   border-bottom: 2px solid #cccccc;
2353   padding-bottom: 1em;
2354   margin-bottom: 1em;
2355 }
2356 .oauthapp img {
2357   float: left;
2358   width: 48px;
2359   height: 48px;
2360   margin: 10px;
2361 }
2362 .oauthapp img.noicon {
2363   background-image: url("../../../images/icons/48/plugin.png");
2364   background-position: center center;
2365   background-repeat: no-repeat;
2366 }
2367 .oauthapp a {
2368   float: left;
2369 }
2370 /* contacts */
2371 .contact-entry-wrapper {
2372   width: 120px;
2373   height: 120px;
2374   float: left;
2375 }
2376 /* photo */
2377 .photo {
2378 box-shadow: 2px 2px 5px 0px #000000;
2379 margin: 0px;
2380 border-radius: 10px;
2381 height: 145px !important;
2382 width: 145px !important;
2383 }
2384 .lframe {
2385   float: left;
2386   /*margin: 0px 10px 10px 0px;*/
2387 }
2388 /* profile match wrapper */
2389 .profile-match-wrapper {
2390   float: left;
2391   width: 90px;
2392   height: 90px;
2393   margin-bottom: 20px;
2394 }
2395 .profile-match-wrapper .contact-photo {
2396   width: 80px;
2397   height: 80px;
2398 }
2399 .profile-match-wrapper .contact-photo img {
2400   width: 80px;
2401   height: 80px;
2402 }
2403 .profile-match-wrapper {
2404   left: 0px;
2405   top: 63px;
2406 }
2407
2408 .contact-photo-menu-button {
2409         position: relative;
2410         background-image: url("../../../images/icons/16/menu.png");
2411         background-position: top left; 
2412         background-repeat: no-repeat;
2413         margin: 0px 0px -16px 0px; 
2414         padding: 0px;
2415         width: 16px;
2416         height: 16px;
2417         top: -20px; left:0px;
2418         overflow: hidden;
2419         text-indent: 40px;
2420         display: none;
2421         
2422 }
2423 .contact-photo-menu {
2424         width: 11em;
2425         border: 3px solid #364e59;
2426         color: #2e302e;
2427         background: #FFFFFF;
2428 /*        position: absolute;*/
2429         position: relative;
2430         left: 0px; top: 0px;
2431         display: none;
2432         z-index: 10000;
2433 }
2434 .contact-photo-menu ul { margin:0px; padding: 0px; list-style: none }
2435 .contact-photo-menu li a {
2436         display: block; 
2437         padding: 5px 10px; 
2438         color: #2e302e;
2439         text-decoration: none;
2440 }
2441 .contact-photo-menu li a:hover {
2442         background-color: #bdcdd4; 
2443 }
2444
2445 /* page footer */
2446 footer {
2447   height: 100px;
2448   display: table-row;
2449 }
2450
2451 blockquote {
2452     border-left: 1px solid #D2D2D2;
2453     padding-left: 9px;
2454     margin: 0 0 0 .8ex;
2455          color: #777;
2456 }
2457 .oembed {
2458         
2459         font-weight: bold;
2460 }
2461 .aprofile dt{
2462 box-shadow: 1px 1px 5px 0;
2463     color: #666666;
2464     margin: 15px 0 5px;
2465     padding-left: 5px;  
2466         }
2467 /* ================== */
2468 /* = Contacts Block = */
2469 /* ================== */
2470
2471 .contact-block-img {
2472         width: 55px;
2473         height: 55px;
2474         padding-right: 3px;
2475 }
2476 .contact-block-div {
2477         float: left;
2478 }
2479
2480 .contact-block-textdiv { width: 150px; height: 34px; float: left; }
2481 #contact-block-end { clear: both; } 
2482
2483 #group-edit-wrapper {
2484         margin-bottom: 10px;
2485 }
2486
2487 #group-members-end {
2488         clear: both;
2489 }
2490 #group-edit-desc {
2491  margin-top: 15px;
2492 }
2493
2494 /*
2495 #group-separator,
2496 #prof-separator { display: none;}
2497 */
2498 #prof-members-end{
2499         clear: both;
2500         }
2501
2502 #prvmail-to-label, #prvmail-subject-label, #prvmail-message-label {
2503         margin-bottom: 10px;
2504         margin-top: 20px;
2505 }
2506
2507 #prvmail-submit {
2508         float: right;
2509         margin-top: 10px;
2510 }
2511
2512 #prvmail-subject
2513 {
2514 background: none repeat scroll 0 0 #FFFFFF;
2515 border: 1px solid #CCCCCC;
2516 border-radius: 5px 5px 5px 5px;
2517 font-weight: bold;
2518 height: 20px;
2519 margin: 0 0 5px;
2520 vertical-align: middle;
2521 }
2522 #prvmail-form{
2523  width: 597px;  
2524         }
2525         
2526 #prvmail-upload-wrapper,
2527 #prvmail-link-wrapper,
2528 #prvmail-rotator-wrapper {
2529         float: left;
2530         margin-top: 10px;
2531         margin-right: 10px;
2532         width: 24px;
2533 }
2534
2535 #prvmail-end {
2536         clear: both;
2537 }
2538
2539 .mail-list-sender,
2540 .mail-list-detail {
2541         float: left;
2542 }
2543 .mail-list-detail {
2544         margin-left: 20px;
2545 }
2546
2547 .mail-list-subject {
2548         font-size: 1.1em;
2549         margin-top: 10px;
2550 }
2551 a.mail-list-link {
2552     display: block;
2553     font-size: 1.3em;
2554     padding: 4px 0;
2555 }
2556
2557 /*
2558 *a.mail-list-link:hover {
2559 *       background-color: #15607B;
2560 *       color: #F5F6FB;
2561 *}
2562 */
2563
2564 .mail-list-outside-wrapper-end {
2565         clear: both;
2566 }
2567
2568 .mail-list-outside-wrapper {
2569         margin-top: 30px;
2570 }
2571
2572 .mail-list-delete-wrapper {
2573         float: right;
2574         margin-right: 30px;
2575         margin-top: 15px;
2576 }
2577
2578 .mail-list-delete-icon {
2579         border: none;
2580 }
2581
2582 .mail-conv-sender,
2583 .mail-conv-detail {
2584         float: left;
2585 }
2586 .mail-conv-detail {
2587         margin-left: 20px;
2588         width: 500px;
2589 }
2590
2591 .mail-conv-subject {
2592     font-size: 1.4em;
2593     margin: 10px 0;
2594 }
2595
2596 .mail-conv-outside-wrapper-end {
2597         clear: both;
2598 }
2599
2600 .mail-conv-outside-wrapper {
2601         margin-top: 30px;
2602 }
2603
2604 .mail-conv-delete-wrapper {
2605         float: right;
2606         margin-right: 30px;
2607         margin-top: 15px;
2608 }
2609 .mail-conv-break {
2610         clear: both;
2611 }
2612
2613 .mail-conv-delete-icon {
2614         border: none;
2615 }
2616
2617 /* ========== */
2618 /* = Events = */
2619 /* ========== */
2620 .eventcal {
2621         float: left;
2622         font-size: 20px;
2623 }
2624
2625 .vevent {
2626 position: relative;
2627 width: 400px;
2628 padding: 20px;
2629 padding-top: 10px;
2630 margin: 0 0px;
2631 margin-bottom: 10px;
2632 background-color: #2E2F2E;
2633 -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1);
2634 -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1);
2635 box-shadow: 0 0 5px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1);
2636 }
2637 .vevent .event-location {
2638         margin-left: 10px;
2639         margin-right: 10px;
2640 }
2641 .vevent .event-description {
2642 margin-left: 10px;
2643 margin-right: 10px;
2644 font-size: 1.1em;
2645 font-weight: bolder;
2646 }
2647 .vevent .event-start, .vevent .event-end {
2648
2649 margin-right: 20px;
2650 margin-bottom: 2px;
2651 margin-top: 2px;
2652 font-size: 0.9em;
2653 text-align: left;
2654 }
2655 .event-start .dtstart, .event-end .dtend {
2656 float: right;
2657 }
2658
2659
2660 #new-event-link {
2661         margin-bottom: 10px;
2662 }
2663
2664 .edit-event-link, .plink-event-link {
2665         float: left;
2666         margin-top: 4px;
2667         margin-right: 4px;
2668         margin-bottom: 15px;
2669 }
2670
2671 .event-description:before {
2672         content:   url("../../../view/theme/diabook/icons/events2.png") !important;
2673         margin-right: 15px;
2674 }
2675
2676 .event-start, .event-end {
2677         margin-left: 10px;
2678         width: 330px;
2679         clear: both;
2680 }
2681
2682 .event-start .dtstart, .event-end .dtend {
2683         float: right;
2684 }
2685
2686 .event-list-date {
2687         margin-bottom: 10px;
2688 }
2689
2690 .prevcal, .nextcal {
2691         float: left;
2692         margin-left: 32px;
2693         margin-right: 32px;
2694         margin-top: 64px;
2695 }
2696 .event-calendar-end {
2697         clear: both;
2698 }
2699
2700  
2701 .calendar {
2702         font-family: Courier, monospace;
2703 }
2704 .calendar.eventcal a {
2705   color: #1872A2;       
2706         }
2707 .today {
2708         font-weight: bold;
2709         color: #FF0000;
2710 }
2711
2712 .settings-block {
2713         border: 1px solid #AAA;
2714         margin: 10px;
2715         padding: 10px;
2716 }
2717
2718 .app-title {
2719         margin: 10px;
2720 }
2721
2722 #identity-manage-desc {
2723         margin-top:15px;
2724         margin-bottom: 15px;
2725 }
2726
2727 #identity-manage-choose {
2728         margin-bottom: 15px;
2729 }
2730
2731 #identity-submit {
2732         margin-top: 20px;
2733 }
2734
2735 #photo-prev-link, #photo-next-link {
2736         padding: 10px;
2737         float: left;
2738 }
2739 .lightbox{
2740         float: left;
2741         }
2742 #photo-photo {
2743         float: left;
2744 }
2745 #photo-like-div .wall-item-like-buttons {
2746         float: left;
2747    margin-right: 10px;
2748         }
2749 .wall-item-like-buttons .icon.like {
2750 float: left;
2751 }
2752
2753 #photo-photo-end {
2754         clear: both;
2755 }
2756
2757 .tabs .comment-wwedit-wrapper {
2758         display: block;
2759    margin-top: 30px;
2760    margin-left: 50px;
2761         }
2762
2763 .profile-match-photo {
2764         float: left;
2765         text-align: center;
2766         width: 120px;
2767 }
2768
2769 .profile-match-name {
2770         float: left;
2771         text-align: center;
2772         width: 120px;
2773         overflow: hidden;
2774 }
2775
2776 .profile-match-break,
2777 .profile-match-end {
2778         clear: both;
2779 }
2780
2781 .profile-match-connect {
2782         text-align: center;
2783         font-weight: bold;
2784 }
2785
2786 .profile-match-wrapper {
2787         float: left;
2788         padding: 10px;
2789         width: 120px;
2790         height: 120px;
2791         scroll: auto;
2792 }
2793 #profile-match-wrapper-end {
2794         clear: both;
2795 }
2796
2797 /* ============= */
2798 /* = Directory = */
2799 /* ============= */
2800 section .directory-item dl {
2801   height: auto;
2802   overflow: auto;       
2803 }
2804 section .directory-item dt {
2805   float: left;
2806   margin-left: 0px;
2807   text-align: right;
2808   color: #999;
2809 }
2810 section .directory-item dd {
2811   float: left;
2812   margin-left: 5px;
2813 }
2814 .directory-profile-wrapper {
2815   float: left;
2816   max-height: 178px;
2817   overflow: hidden;
2818   width: 635px;
2819 }
2820 .directory-copy-wrapper {
2821   float: left;
2822   overflow: hidden;     
2823 }
2824 /* contacts menu */
2825 .contact-photo-wrapper {
2826   position: relative;
2827 }
2828 .contact-photo {
2829   width: 48px;
2830   height: 48px;
2831   overflow: hidden;
2832   display: block;
2833 }
2834 .contact-photo img {
2835   width: 48px;
2836   height: 48px;
2837 }
2838 .contact-photo-menu-button {
2839   display: none;
2840   /* position: absolute; */
2841   /* position: absolute; */
2842   left: 0px;
2843   top: -16px;
2844 }
2845 .contact-wrapper {
2846   float: left;
2847   width: 90px;
2848   height: 90px;
2849   margin-bottom: 15px;
2850 }
2851 .contact-wrapper .contact-photo {
2852   width: 80px;
2853   height: 80px;
2854 }
2855 .contact-wrapper .contact-photo img {
2856   width: 80px;
2857   height: 80px;
2858 }
2859 .contact-wrapper .contact-photo-menu-button {
2860   left: 0px;
2861   top: 63px;
2862 }
2863 .directory-item {
2864   float: left;
2865   width: 800px;
2866   height: 200px;
2867 }
2868 .directory-item .contact-photo {
2869   width: 175px;
2870   height: 175px;
2871 }
2872 .directory-item .contact-photo img {
2873   width: 175px;
2874   height: 175px;
2875 }
2876
2877 section .directory-photo-wrapper {
2878   float: left;
2879   height: 200px;
2880   width: 165px;  
2881 }
2882 .contact-name {
2883   font-weight: bold;
2884   font-size: 18px;
2885   margin-bottom: -3px;
2886   text-align: left;
2887 }
2888 .contact-details {
2889   color: #999999;
2890 }
2891 .page-type {
2892   font-size: 10px;
2893   font-style: italic;
2894 }
2895 .directory-detailscolumn-wrapper {
2896   float: left;  
2897   width: 305px;
2898   margin-right: 10px;  
2899 }
2900 .directory-profile-wrapper dl {
2901   margin-top: 3px;
2902   margin-bottom: 3px;
2903 }
2904 .directory-profile-title {
2905   font-weight: bold;
2906   margin-bottom: 3px;
2907   font-size: 14px;
2908 }
2909 #side-bar-photos-albums{
2910         margin-top: 15px;       
2911 }
2912 .photo-top-photo, .photo-album-photo {
2913   -webkit-border-radius: 5px 5px 0 0;
2914   -moz-border-radius: 5px 5px 0 0;
2915   border-radius: 5px 5px 0 0;
2916 }
2917 .photo-album-image-wrapper, .photo-top-image-wrapper {
2918   float: left;
2919    -moz-box-shadow: 0 0 5px #888;
2920    -webkit-box-shadow: 0 0 5px #888;
2921    box-shadow: 0 0 5px #888;
2922   background-color: #000;
2923    -webkit-border-radius: 5px;
2924    -moz-border-radius: 5px;
2925   border-radius: 5px;
2926   padding-bottom: 20px;
2927   position: relative;
2928   margin: 0 10px 10px 0;
2929   width: 200px; height: 140px;
2930   overflow: hidden;  
2931 }
2932 .photo-top-album-name {
2933         width: 100%;
2934         position: absolute; 
2935         bottom: 0px; 
2936         padding-left: 3px;
2937         background-color: #EEE;
2938 }
2939 .photo-top-album-link{
2940   color: #1872A2;
2941         }
2942 .photo-top-album-img{
2943         
2944         }
2945 /*.photo-top-image-wrapper {
2946         position: relative;
2947         float: left;
2948         margin-top: 15px;
2949         margin-right: 15px;
2950         width: 200px; height: 200px; 
2951         overflow: hidden; 
2952 }
2953 .photo-top-album-name {
2954         width: 100%;
2955         min-height: 2em;
2956         position: absolute; 
2957         bottom: 0px; 
2958         padding: 0px 3px;
2959         padding-top: 0.5em;
2960         background-color: rgb(255, 255, 255);
2961 }*/
2962 #photo-top-end {
2963         clear: both;
2964 }
2965
2966 #photo-top-links {
2967         margin-bottom: 30px;
2968         margin-left: 30px;
2969 }
2970
2971 #photos-upload-newalbum-div {
2972         float: left;
2973         width: 175px;
2974 }
2975