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