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