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