]> 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: 20px;
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         font-size: 14px;
1723         
1724 }
1725 #profile-upload-wrapper {
1726         float: left;
1727         margin-top: 2px;
1728         margin-left: 10px;
1729         
1730 }
1731 #profile-attach-wrapper {
1732         float: left;
1733         margin-left: 15px;
1734         margin-top: 2px;
1735 }
1736 #profile-rotator {
1737         float: left;
1738         margin-left: 30px;
1739         margin-top: 2px;
1740 }
1741 #profile-link-wrapper {
1742         float: left;
1743         margin-left: 15px;
1744         margin-top: 2px;
1745 }
1746 #profile-youtube-wrapper {
1747         float: left;
1748         margin-left: 15px;
1749         margin-top: 2px;
1750 }
1751 #profile-video-wrapper {
1752         float: left;
1753         margin-left: 15px;
1754         margin-top: 2px;
1755 }
1756 #profile-audio-wrapper {
1757         float: left;
1758         margin-left: 15px;
1759         margin-top: 2px;
1760 }
1761 #profile-location-wrapper {
1762         float: left;
1763         margin-left: 15px;
1764         margin-top: 2px;
1765 }
1766 #profile-jot-perms {
1767         float: left;
1768         margin-left: 45px;
1769         margin-top: 2px;
1770 }
1771 #jot-preview-link {
1772         float: right;
1773         margin-left: 10px;
1774         margin-top: 2px;
1775         font-size: 10px;
1776         font-weight: bolder;
1777         cursor: pointer;
1778 }
1779 #profile-jot-perms{
1780    float: right;
1781         margin-left: 10px;
1782         margin-top: 2px;        
1783         }
1784 /** buttons **/
1785 .button.creation1 {
1786     background-color: #fff;
1787     border: 1px solid #777777;
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     border: 1px solid #777777;
1796     color: white;
1797     border-radius: 3px 3px 3px 3px;
1798     box-shadow: 0 1px 1px #CFCFCF;
1799     margin-left: 5px;
1800     font-weight: bolder;
1801          cursor: pointer;
1802 }
1803 /*input[type="submit"] {
1804         border: 0px;
1805     background-color: @ButtonBackgroundColor;
1806     color: @ButtonColor;
1807     padding: 0px 10px;
1808         .rounded(5px);
1809     height: 18px;
1810 }*/
1811 /** acl **/
1812 #photo-edit-perms-select, #photos-upload-permissions-wrapper, #profile-jot-acl-wrapper {
1813   display: block!important;
1814 }
1815 #acl-wrapper {
1816   width: 690px;
1817   float: left;
1818 }
1819 #acl-search {
1820   float: right;
1821   background: #ffffff url("../../../images/search_18.png") no-repeat right center;
1822   padding-right: 20px;
1823 }
1824 #acl-showall {
1825   float: left;
1826   display: block;
1827   width: auto;
1828   height: 18px;
1829   background-color: #cccccc;
1830   background-image: url("../../../images/show_all_off.png");
1831   background-position: 7px 7px;
1832   background-repeat: no-repeat;
1833   padding: 7px 5px 0px 30px;
1834   color: #999999;
1835   -moz-border-radius: 5px 5px 5px 5px;
1836   -webkit-border-radius: 5px 5px 5px 5px;
1837   border-radius: 5px 5px 5px 5px;
1838 }
1839 #acl-showall.selected {
1840   color: #000000;
1841   background-color: #ff9900;
1842   background-image: url("../../../images/show_all_on.png");
1843 }
1844 #acl-list {
1845   height: 210px;
1846   border: 1px solid #cccccc;
1847   clear: both;
1848   margin-top: 30px;
1849   overflow: auto;
1850 }
1851 .acl-list-item {
1852   display: block;
1853   width: 150px;
1854   height: 30px;
1855   border: 1px solid #cccccc;
1856   margin: 5px;
1857   float: left;
1858 }
1859 .acl-list-item img {
1860   width: 22px;
1861   height: 22px;
1862   float: left;
1863   margin: 4px;
1864 }
1865 .acl-list-item p {
1866   height: 12px;
1867   font-size: 10px;
1868   margin: 0px;
1869   padding: 2px 0px 1px;
1870   overflow: hidden;
1871 }
1872 .acl-list-item a {
1873   font-size: 8px;
1874   display: block;
1875   width: 40px;
1876   height: 10px;
1877   float: left;
1878   color: #999999;
1879   background-color: #cccccc;
1880   background-position: 3px 3px;
1881   background-repeat: no-repeat;
1882   margin-right: 5px;
1883   -webkit-border-radius: 2px ;
1884   -moz-border-radius: 2px;
1885   border-radius: 2px;
1886   padding-left: 15px;
1887 }
1888 #acl-wrapper a:hover {
1889   text-decoration: none;
1890   color: #000000;
1891 }
1892 .acl-button-show {
1893   background-image: url("../../../images/show_off.png");
1894 }
1895 .acl-button-hide {
1896   background-image: url("../../../images/hide_off.png");
1897 }
1898 .acl-button-show.selected {
1899   color: #000000;
1900   background-color: #9ade00;
1901   background-image: url("../../../images/show_on.png");
1902 }
1903 .acl-button-hide.selected {
1904   color: #000000;
1905   background-color: #ff4141;
1906   background-image: url("../../../images/hide_on.png");
1907 }
1908 .acl-list-item.groupshow {
1909   border-color: #9ade00;
1910 }
1911 .acl-list-item.grouphide {
1912   border-color: #ff4141;
1913 }
1914 /** /acl **/
1915 /** tab buttons 14618a**/
1916 ul.tabs {
1917   list-style-type: none;
1918   padding-bottom: 10px;
1919   font-size: 13px;
1920 }
1921 ul.tabs li {
1922   float: left;
1923   margin-left: 5px;
1924 }
1925 ul.tabs li .active {
1926     background-color: #535353;
1927     border: 1px solid #777777;
1928     color: white;
1929     border-radius: 3px 3px 3px 3px;
1930     box-shadow: 2px 2px 2px #CFCFCF;
1931     margin-left: 5px;
1932 }
1933 /**
1934  * Form fields
1935  */
1936 .field {
1937   margin-bottom: 10px;
1938   padding-bottom: 10px;
1939   overflow: auto;
1940   width: 100%;
1941 }
1942 .field label {
1943   float: left;
1944   width: 200px;
1945 }
1946 .field input, .field textarea {
1947   width: 400px;
1948 }
1949 .field textarea {
1950   height: 100px;
1951 }
1952 .field .field_help {
1953   display: block;
1954   margin-left: 200px;
1955   color: #666666;
1956 }
1957 .field .onoff {
1958   float: left;
1959   width: 80px;
1960 }
1961 .field .onoff a {
1962   display: block;
1963   border: 1px solid #666666;
1964   background-image: url("../../../images/onoff.jpg");
1965   background-repeat: no-repeat;
1966   padding: 4px 2px 2px 2px;
1967   height: 16px;
1968   text-decoration: none;
1969 }
1970 .field .onoff .off {
1971   border-color: #666666;
1972   padding-left: 40px;
1973   background-position: left center;
1974   background-color: #cccccc;
1975   color: #666666;
1976   text-align: right;
1977 }
1978 .field .onoff .on {
1979   border-color: #204A87;
1980   padding-right: 40px;
1981   background-position: right center;
1982   background-color: #D7E3F1;
1983   color: #204A87;
1984   text-align: left;
1985 }
1986 .field .hidden {
1987   display: none!important;
1988 }
1989 .field.radio .field_help {
1990   margin-left: 0px;
1991 }
1992 #directory-search-form{
1993         margin-bottom: 50px;
1994         }
1995 #profile-edit-links-end {
1996         clear: both;
1997         margin-bottom: 15px;
1998 }
1999
2000 #profile-edit-links ul { margin: 20px; padding-bottom: 20px; list-style: none; }
2001
2002 #profile-edit-links li {
2003   float: left;
2004   list-style: none;
2005   margin-left: 10px;
2006 }
2007
2008 .profile-edit-side-div {
2009   display: none;
2010 }
2011
2012 #register-form label,
2013 #profile-edit-form label {
2014         width: 300px; float: left;
2015 }
2016
2017 .required {
2018   display: inline;
2019   color: #B20202;
2020 }
2021
2022 /* oauth */
2023 .oauthapp {
2024   height: auto;
2025   overflow: auto;
2026   border-bottom: 2px solid #cccccc;
2027   padding-bottom: 1em;
2028   margin-bottom: 1em;
2029 }
2030 .oauthapp img {
2031   float: left;
2032   width: 48px;
2033   height: 48px;
2034   margin: 10px;
2035 }
2036 .oauthapp img.noicon {
2037   background-image: url("../../../images/icons/48/plugin.png");
2038   background-position: center center;
2039   background-repeat: no-repeat;
2040 }
2041 .oauthapp a {
2042   float: left;
2043 }
2044 /* contacts */
2045 .contact-entry-wrapper {
2046   width: 120px;
2047   height: 120px;
2048   float: left;
2049 }
2050 /* photo */
2051 .photo {
2052 box-shadow: 2px 2px 5px 0px #000000;
2053 margin: 2px 5px 2px 5px;
2054 max-height: 85%;
2055 max-width: 85%;
2056 }
2057 .lframe {
2058   float: left;
2059   /*margin: 0px 10px 10px 0px;*/
2060 }
2061 /* profile match wrapper */
2062 .profile-match-wrapper {
2063   float: left;
2064   width: 90px;
2065   height: 90px;
2066   margin-bottom: 20px;
2067 }
2068 .profile-match-wrapper .contact-photo {
2069   width: 80px;
2070   height: 80px;
2071 }
2072 .profile-match-wrapper .contact-photo img {
2073   width: 80px;
2074   height: 80px;
2075 }
2076 .profile-match-wrapper {
2077   left: 0px;
2078   top: 63px;
2079 }
2080
2081 .contact-photo-menu-button {
2082         position: relative;
2083         background-image: url("../../../images/icons/16/menu.png");
2084         background-position: top left; 
2085         background-repeat: no-repeat;
2086         margin: 0px 0px -16px 0px; 
2087         padding: 0px;
2088         width: 16px;
2089         height: 16px;
2090         top: -20px; left:0px;
2091         overflow: hidden;
2092         text-indent: 40px;
2093         display: none;
2094         
2095 }
2096 .contact-photo-menu {
2097         width: 11em;
2098         border: 3px solid #364e59;
2099         color: #2d2d2d;
2100         background: #FFFFFF;
2101 /*        position: absolute;*/
2102         position: relative;
2103         left: 0px; top: 0px;
2104         display: none;
2105         z-index: 10000;
2106 }
2107 .contact-photo-menu ul { margin:0px; padding: 0px; list-style: none }
2108 .contact-photo-menu li a {
2109         display: block; 
2110         padding: 5px 10px; 
2111         color: #2d2d2d;
2112         text-decoration: none;
2113 }
2114 .contact-photo-menu li a:hover {
2115         background-color: #bdcdd4; 
2116 }
2117
2118 /* page footer */
2119 footer {
2120   height: 100px;
2121   display: table-row;
2122 }
2123
2124 blockquote {
2125     border-left: 1px solid #D2D2D2;
2126     padding-left: 9px;
2127     margin: 0 0 0 .8ex;
2128 }
2129 .aprofile dt{
2130 box-shadow: 1px 1px 5px 0;
2131     color: #666666;
2132     margin: 15px 0 5px;
2133     padding-left: 5px;  
2134         }
2135 /* ================== */
2136 /* = Contacts Block = */
2137 /* ================== */
2138
2139 .contact-block-img {
2140         width: 48px;
2141         height: 48px;
2142         padding-right: 3px;
2143 }
2144 .contact-block-div {
2145         float: left;
2146 }
2147
2148 .contact-block-textdiv { width: 150px; height: 34px; float: left; }
2149 #contact-block-end { clear: both; } 
2150
2151 #group-edit-wrapper {
2152         margin-bottom: 10px;
2153 }
2154
2155 #group-members-end {
2156         clear: both;
2157 }
2158 #group-edit-desc {
2159  margin-top: 15px;
2160 }
2161
2162 /*
2163 #group-separator,
2164 #prof-separator { display: none;}
2165 */
2166
2167 #prvmail-to-label, #prvmail-subject-label, #prvmail-message-label {
2168         margin-bottom: 10px;
2169         margin-top: 20px;
2170 }
2171
2172 #prvmail-submit {
2173         float: right;
2174         margin-top: 10px;
2175 }
2176
2177 #prvmail-subject
2178 {
2179 background: none repeat scroll 0 0 #FFFFFF;
2180 border: 1px solid #CCCCCC;
2181 border-radius: 5px 5px 5px 5px;
2182 font-weight: bold;
2183 height: 20px;
2184 margin: 0 0 5px;
2185 vertical-align: middle;
2186 }
2187 #prvmail-form{
2188  width: 597px;  
2189         }
2190         
2191 #prvmail-upload-wrapper,
2192 #prvmail-link-wrapper,
2193 #prvmail-rotator-wrapper {
2194         float: left;
2195         margin-top: 10px;
2196         margin-right: 10px;
2197         width: 24px;
2198 }
2199
2200 #prvmail-end {
2201         clear: both;
2202 }
2203
2204 .mail-list-sender,
2205 .mail-list-detail {
2206         float: left;
2207 }
2208 .mail-list-detail {
2209         margin-left: 20px;
2210 }
2211
2212 .mail-list-subject {
2213         font-size: 1.1em;
2214         margin-top: 10px;
2215 }
2216 a.mail-list-link {
2217     display: block;
2218     font-size: 1.3em;
2219     padding: 4px 0;
2220 }
2221
2222 /*
2223 *a.mail-list-link:hover {
2224 *       background-color: #15607B;
2225 *       color: #F5F6FB;
2226 *}
2227 */
2228
2229 .mail-list-outside-wrapper-end {
2230         clear: both;
2231 }
2232
2233 .mail-list-outside-wrapper {
2234         margin-top: 30px;
2235 }
2236
2237 .mail-list-delete-wrapper {
2238         float: right;
2239         margin-right: 30px;
2240         margin-top: 15px;
2241 }
2242
2243 .mail-list-delete-icon {
2244         border: none;
2245 }
2246
2247 .mail-conv-sender,
2248 .mail-conv-detail {
2249         float: left;
2250 }
2251 .mail-conv-detail {
2252         margin-left: 20px;
2253         width: 500px;
2254 }
2255
2256 .mail-conv-subject {
2257     font-size: 1.4em;
2258     margin: 10px 0;
2259 }
2260
2261 .mail-conv-outside-wrapper-end {
2262         clear: both;
2263 }
2264
2265 .mail-conv-outside-wrapper {
2266         margin-top: 30px;
2267 }
2268
2269 .mail-conv-delete-wrapper {
2270         float: right;
2271         margin-right: 30px;
2272         margin-top: 15px;
2273 }
2274 .mail-conv-break {
2275         clear: both;
2276 }
2277
2278 .mail-conv-delete-icon {
2279         border: none;
2280 }
2281
2282 /* ========== */
2283 /* = Events = */
2284 /* ========== */
2285 .eventcal {
2286         float: left;
2287         font-size: 20px;
2288 }
2289
2290 .vevent {
2291         border: 1px solid #CCCCCC;
2292 }
2293 .vevent .event-description, .vevent .event-location {
2294         margin-left: 10px;
2295         margin-right: 10px;
2296 }
2297 .vevent .event-start {
2298         margin-left: 10px;
2299         margin-right: 10px;
2300 }
2301
2302 #new-event-link {
2303         margin-bottom: 10px;
2304 }
2305
2306 .edit-event-link, .plink-event-link {
2307         float: left;
2308         margin-top: 4px;
2309         margin-right: 4px;
2310         margin-bottom: 15px;
2311 }
2312
2313 .event-description:before {
2314         content: url('../../../images/calendar.png');
2315         margin-right: 15px;
2316 }
2317
2318 .event-start, .event-end {
2319         margin-left: 10px;
2320         width: 330px;
2321         clear: both;
2322 }
2323
2324 .event-start .dtstart, .event-end .dtend {
2325         float: right;
2326 }
2327
2328 .event-list-date {
2329         margin-bottom: 10px;
2330 }
2331
2332 .prevcal, .nextcal {
2333         float: left;
2334         margin-left: 32px;
2335         margin-right: 32px;
2336         margin-top: 64px;
2337 }
2338 .event-calendar-end {
2339         clear: both;
2340 }
2341
2342  
2343 .calendar {
2344         font-family: Courier, monospace;
2345 }
2346 .calendar.eventcal a {
2347   color: #1872A2;       
2348         }
2349 .today {
2350         font-weight: bold;
2351         color: #FF0000;
2352 }
2353
2354 .settings-block {
2355         border: 1px solid #AAA;
2356         margin: 10px;
2357         padding: 10px;
2358 }
2359
2360 .app-title {
2361         margin: 10px;
2362 }
2363
2364 #identity-manage-desc {
2365         margin-top:15px;
2366         margin-bottom: 15px;
2367 }
2368
2369 #identity-manage-choose {
2370         margin-bottom: 15px;
2371 }
2372
2373 #identity-submit {
2374         margin-top: 20px;
2375 }
2376
2377 #photo-prev-link, #photo-next-link {
2378         padding: 10px;
2379         float: left;
2380 }
2381 .lightbox{
2382         float: left;
2383         }
2384
2385 #photo-photo {
2386         float: left;
2387 }
2388 #photo-like-div .wall-item-like-buttons {
2389          float: left;
2390     margin-right: 5px;
2391     margin-top: 30px;
2392         }
2393 .comment-edit-text-empty {
2394     margin: 10px 0 0;
2395     width: 85%;
2396 }
2397 .comment-edit-photo {
2398     margin: 10px 0 0;
2399 }
2400 .wall-item-like-buttons .icon.like {
2401 float: left;
2402 }
2403
2404 #photo-photo-end {
2405         clear: both;
2406 }
2407
2408 .tabs .comment-wwedit-wrapper {
2409         display: block;
2410    margin-top: 30px;
2411    margin-left: 50px;
2412         }
2413
2414 .profile-match-photo {
2415         float: left;
2416         text-align: center;
2417         width: 120px;
2418 }
2419
2420 .profile-match-name {
2421         float: left;
2422         text-align: center;
2423         width: 120px;
2424         overflow: hidden;
2425 }
2426
2427 .profile-match-break,
2428 .profile-match-end {
2429         clear: both;
2430 }
2431
2432 .profile-match-connect {
2433         text-align: center;
2434         font-weight: bold;
2435 }
2436
2437 .profile-match-wrapper {
2438         float: left;
2439         padding: 10px;
2440         width: 120px;
2441         height: 120px;
2442         scroll: auto;
2443 }
2444 #profile-match-wrapper-end {
2445         clear: both;
2446 }
2447
2448 /* ============= */
2449 /* = Directory = */
2450 /* ============= */
2451 /* contacts menu */
2452 .contact-photo-wrapper {
2453   position: relative;
2454 }
2455 .contact-photo {
2456   width: 48px;
2457   height: 48px;
2458   overflow: hidden;
2459   display: block;
2460 }
2461 .contact-photo img {
2462   width: 48px;
2463   height: 48px;
2464 }
2465 .contact-photo-menu-button {
2466   display: none;
2467   /* position: absolute; */
2468   /* position: absolute; */
2469   left: -2px;
2470   top: -20px;
2471 }
2472 .contact-wrapper {
2473   float: left;
2474   width: 90px;
2475   height: 90px;
2476   margin-bottom: 15px;
2477 }
2478 .contact-wrapper .contact-photo {
2479   width: 80px;
2480   height: 80px;
2481 }
2482 .contact-wrapper .contact-photo img {
2483   width: 80px;
2484   height: 80px;
2485 }
2486 .contact-wrapper .contact-photo-menu-button {
2487   left: 0px;
2488   top: 63px;
2489 }
2490 .directory-item {
2491   float: left;
2492   width: 200px;
2493   height: 200px;
2494 }
2495 .directory-item .contact-photo {
2496   width: 175px;
2497   height: 175px;
2498 }
2499 .directory-item .contact-photo img {
2500   width: 175px;
2501   height: 175px;
2502 }
2503 .contact-name {
2504   text-align: left;
2505   font-weight: bold;
2506   font-size: 12px;
2507 }
2508 .contact-details {
2509   color: #999999;
2510 }
2511 #side-bar-photos-albums li{
2512 list-style-type: disc;
2513 }
2514 #side-bar-photos-albums ul li{
2515   margin-left: 30px;
2516   padding-left: 0px;
2517         }
2518 #side-bar-photos-albums{
2519         margin-top: 15px;       
2520         }
2521 .photo-top-photo, .photo-album-photo {
2522   -webkit-border-radius: 5px 5px 0 0;
2523   -moz-border-radius: 5px 5px 0 0;
2524   border-radius: 5px 5px 0 0;
2525 }
2526 .photo-album-image-wrapper, .photo-top-image-wrapper {
2527   float: left;
2528    -moz-box-shadow: 0 0 5px #888;
2529    -webkit-box-shadow: 0 0 5px #888;
2530    box-shadow: 0 0 5px #888;
2531   background-color: #000;
2532    -webkit-border-radius: 5px;
2533    -moz-border-radius: 5px;
2534   border-radius: 5px;
2535   padding-bottom: 20px;
2536   position: relative;
2537   margin: 0 10px 10px 0;
2538   width: 200px; height: 140px;
2539   overflow: hidden;  
2540 }
2541 .photo-top-album-name {
2542         width: 100%;
2543         position: absolute; 
2544         bottom: 0px; 
2545         padding-left: 3px;
2546         background-color: #EEE;
2547 }
2548 .photo-top-album-link{
2549   color: #1872A2;
2550         }
2551 .photo-top-album-img{
2552         
2553         }
2554 /*.photo-top-image-wrapper {
2555         position: relative;
2556         float: left;
2557         margin-top: 15px;
2558         margin-right: 15px;
2559         width: 200px; height: 200px; 
2560         overflow: hidden; 
2561 }
2562 .photo-top-album-name {
2563         width: 100%;
2564         min-height: 2em;
2565         position: absolute; 
2566         bottom: 0px; 
2567         padding: 0px 3px;
2568         padding-top: 0.5em;
2569         background-color: rgb(255, 255, 255);
2570 }*/
2571 #photo-top-end {
2572         clear: both;
2573 }
2574
2575 #photo-top-links {
2576         margin-bottom: 30px;
2577         margin-left: 30px;
2578 }
2579
2580 #photos-upload-newalbum-div {
2581         float: left;
2582         width: 175px;
2583 }
2584