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