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