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