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