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