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