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