]> git.mxchange.org Git - friendica.git/blob - view/theme/diabook-blue/style-profile.css
make 'PHP "register_argc_argv"' easier to translate, may require fix for po2php
[friendica.git] / view / theme / diabook-blue / 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-blue/icons/contacts.png");}
88 .icon.notifications {
89   background-image: url("../../../view/theme/diabook-blue/icons/notifications.png");}
90 .icon.notify {
91   background-image: url("../../../view/theme/diabook-blue/icons/notify.png");}
92 .icon.messages {
93   background-image: url("../../../view/theme/diabook-blue/icons/messages.png");}
94 .icon.community {
95   background-image: url("../../../view/theme/diabook-blue/icons/community.png");}
96   
97 .icon.drop      { background-image: url("../../../view/theme/diabook-blue/icons/drop.png");}
98 .icon.drophide  { background-image: url("../../../view/theme/diabook-blue/icons/drop.png");}
99 .icon.dislike   { background-image: url("../../../view/theme/diabook-blue/icons/dislike.png");}
100 .icon.like      { background-image: url("../../../view/theme/diabook-blue/icons/like.png");}
101 .icon.pencil    { background-image: url("../../../view/theme/diabook-blue/icons/pencil.png");}
102 .icon.recycle   { background-image: url("../../../view/theme/diabook-blue/icons/recycle.png");}
103 .icon.remote-link { background-image: url("../../../view/theme/diabook-blue/icons/remote.png");}
104 .icon.tagged    { background-image: url("../../../view/theme/diabook-blue/icons/tagged.png");}
105 .icon.file-as { background-image: url("../../../view/theme/diabook-blue/icons/file_as.png");}
106 .star-item.icon.unstarred { background-image: url("../../../view/theme/diabook-blue/icons/unstarred.png");}
107 .star-item.icon.starred { background-image: url("../../../view/theme/diabook-blue/icons/starred.png");}
108 .icon.link              { background-image: url("../../../view/theme/diabook-blue/icons/link.png");}
109 .icon.lock              { background-image: url("../../../view/theme/diabook-blue/icons/lock.png");}
110 .icon.unlock            { background-image: url("../../../view/theme/diabook-blue/icons/unlock.png");}
111 .icon.language    { background-image: url("../../../view/theme/diabook-blue/icons/language.png");}
112
113
114 .camera         { background-image: url("../../../view/theme/diabook-blue/icons/camera.png"); 
115                           display: block; width: 28px; height: 28px; background-repeat: no-repeat;
116                           }
117 .attach         { background-image: url("../../../view/theme/diabook-blue/icons/attach.png"); 
118                           display: block; width: 28px; height: 28px; background-repeat: no-repeat;
119                           }
120 .video2         { background-image: url("../../../view/theme/diabook-blue/icons/video.png"); 
121                           display: block; width: 28px; height: 28px; background-repeat: no-repeat;
122                           }     
123 .video  { background-image: url("../../../view/theme/diabook-blue/icons/video.png"); 
124                           display: block; width: 100%; height: 28px; background-repeat: no-repeat;
125                           }
126 .audio2         { background-image: url("../../../view/theme/diabook-blue/icons/audio.png"); 
127                           display: block; width: 28px; height: 28px; background-repeat: no-repeat;
128                           }
129 .audio  { background-image: url("../../../view/theme/diabook-blue/icons/audio.png"); 
130                           display: block; width: 28px; height: 28px; background-repeat: no-repeat;
131                           }
132 .weblink        { background-image: url("../../../view/theme/diabook-blue/icons/weblink.png"); 
133                           display: block; width: 28px; height: 28px; background-repeat: no-repeat;
134                           }
135 .globe  { background-image: url("../../../view/theme/diabook-blue/icons/globe.png"); 
136                           display: block; width: 28px; height: 28px; background-repeat: no-repeat;
137                           }
138 .unglobe        { background-image: url("../../../view/theme/diabook-blue/icons/unglobe.png"); 
139                           display: block; width: 28px; height: 28px; background-repeat: no-repeat;
140                           }
141 .edit    {background-image: url("../../../view/theme/diabook-blue/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-blue/icons/toogle_on.png"); background-repeat: no-repeat;}
180 .icon.off            { background-image: url("../../../view/theme/diabook-blue/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-blue/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-blue/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: #1872a2;
523   background-color: #1872a2;
524   z-index: 100;
525   border-bottom: 1px;
526   border-bottom-color: black;
527   border-bottom-style: inset;
528 }
529 header #site-location {
530   display: none;
531 }
532 header #banner {
533   overflow: hidden;
534   text-align: left;
535   width: 82%%;
536   margin-left: 25%;
537 }
538 header #banner a,
539 header #banner a:active,
540 header #banner a:visited,
541 header #banner a:link,
542 header #banner a:hover {
543   color: #ffffff;
544   text-decoration: none;
545   outline: none;
546   vertical-align: middle;
547  font-weight: bolder;
548   margin-left: 3px;
549 }
550 header #banner #logo-img {
551   height: 25px;
552   margin-top: 3px;
553 }
554 header #banner #logo-text {
555   font-size: 20px;
556   position: absolute;
557   top: 10%;
558 }
559 /* nav */
560 nav {
561   width: 80%;
562   height: 32px;
563   position: fixed;
564   left: 22%;
565   top: 0px;
566   padding: 0px;
567   background: #1872a2;
568   color: #ffffff;
569   z-index: 99;
570   border-bottom: 1px;
571   border-bottom-color: black;
572   border-bottom-style: inset;
573 }
574 nav a,
575 nav a:active,
576 nav a:visited,
577 nav a:link,
578 nav a:hover {
579   color: #ffffff;
580   text-decoration: none;
581   outline: none;
582 }
583 nav #banner {
584   overflow: hidden;
585   /*text-align: center;*/
586   width: 100%;
587 }
588 nav #banner a,
589 nav #banner a:active,
590 nav #banner a:visited,
591 nav #banner a:link,
592 nav #banner a:hover {
593   color: #ffffff;
594   text-decoration: none;
595   outline: none;
596   vertical-align: bottom;
597 }
598 nav #banner #logo-img {
599   height: 22px;
600   margin-top: 5px;
601 }
602 nav #banner #logo-text {
603   font-size: 22px;
604 }
605 nav #navbar{
606         }
607 nav ul {
608   margin: 0px;
609   padding: 0px 20px;
610 }
611 nav ul li {
612   list-style: none;
613   margin: 0px;
614   /* padding: 1px 1px 3px 1px; */
615   float: left;
616 }
617 nav ul li .menu-popup {
618   left: 0px;
619   right: auto;
620 }
621
622 nav #logo-img {
623   height: 25px;
624   margin-top: 4px;
625   margin-left: 30px;
626 }
627
628 nav #logo-text {
629     font-size: 22px;
630     margin-top: 3px;
631     margin-right: 15px;
632 }
633 nav .nav-menu-search {
634   position: relative;
635
636   margin: 4px 17px;
637   margin-right: 0px;
638   height: 17px;
639   width: 180px;
640   
641 }
642
643 nav #search-box #search-text {
644   background-image:  url('icons/lupe.png');
645   background-repeat:no-repeat;
646   padding-left:20px;
647   border-top-left-radius: 15px;
648 border-top-right-radius: 15px;
649 border-bottom-right-radius: 15px;
650 border-bottom-left-radius: 15px;
651         }
652
653
654 nav .nav-menu-icon {
655   position: relative;
656   height: 22px;
657   padding: 5px;
658   margin: 0px 5px;
659   -moz-border-radius: 5px 5px 0 0;
660   -webkit-border-radius: 5px 5px 0 0;
661   border-radius: 5px 5px 0 0;
662 }
663 nav .nav-menu-icon:hover {
664   background-color: #308dbf;  
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
674 nav .nav-menu-icon.selected {
675   background-color: #fff;
676 }
677 nav .nav-menu-icon img {
678   width: 22px;
679   height: 22px;
680 }
681 nav .nav-menu-icon .nav-notify {
682   top: 3px;
683 }
684 nav .nav-menu {
685   position: relative;
686   height: 16px;
687   padding: 5px;
688   margin: 3px 15px 0px;
689   font-size: 13px;
690   /*border-bottom: 3px solid #364A84;*/
691 }
692 nav .nav-menu.selected {
693   /*border-bottom: 3px solid #9eabb0;*/
694 }
695 nav .nav-notify {
696   display: none;
697   position: absolute;
698   background-color: #ff0000;
699   /* background-color: #19aeff; */
700   -moz-border-radius: 5px 5px 5px 5px;
701   -webkit-border-radius: 5px 5px 5px 5px;
702   border-radius: 5px 5px 5px 5px;
703   font-size: 10px;
704   font-weight: 900;
705   padding: 1px 4px;
706   top: 0px;
707   right: -6px;
708   min-width: 10px;
709   text-align: center;
710 }
711 nav .nav-notify.show {
712   display: block;
713 }
714 nav #nav-help-link,
715 nav #nav-search-link,
716 nav #nav-directory-link,
717 nav #nav-apps-link,
718 nav #nav-site-linkmenu, 
719 nav #nav-home-link,
720 nav #nav-user-linkmenu
721 {
722   float: right;
723 }
724 nav #nav-user-linkmenu{
725         margin-right: 0px;
726         }
727 nav #nav-home-link, #nav-directory-link, #nav-apps-link{
728         margin-left: 0px;
729         margin-right: 0px;
730         font-weight: bold;
731         margin: 3px 5px;
732         }
733 nav #nav-directory-link{
734   margin-right: 0px;    
735         }
736 nav #nav-home-link{
737   margin-left: 0px;     
738         }
739 nav #nav-help-link .menu-popup,
740 nav #nav-search-link .menu-popup,
741 nav #nav-directory-link .menu-popup,
742 nav #nav-apps-link .menu-popup,
743 nav #nav-site-linkmenu .menu-popup {
744   right: 0px;
745   left: auto;
746 }
747
748 nav #nav-messages-linkmenu.on .icon.messages, nav #nav-messages-linkmenu.selected .icon.messages{
749         background-image: url("../../../view/theme/diabook-blue/icons/messages2.png");
750         }
751         
752 /*nav #nav-notifications-linkmenu.on .icon.notify,*/ nav #nav-notifications-linkmenu.selected .icon.notify{
753         background-image: url("../../../view/theme/diabook-blue/icons/notify2.png");
754         }
755         
756 nav #nav-contacts-linkmenu.on .icon.contacts, nav #nav-contacts-linkmenu.selected .icon.contacts{
757         background-image: url("../../../view/theme/diabook-blue/icons/contacts2.png");
758         }
759         
760 nav #nav-apps-link.selected {
761   background-color: #364e59;
762 }
763
764 #nav-notifications-mark-all {
765         /* padding: 1px 1px 2px 26px; */
766         /* border-bottom: 1px solid #364E59; */
767         /* margin: 0px 0px 2px 0px;
768         padding: 5px 10px; */
769 }
770
771 #nav-notifications-see-all {
772         /* padding: 1px 1px 2px 26px; */
773         /* border-bottom: 1px solid #364E59; */
774         /* margin: 0px 0px 2px 0px;
775         padding: 5px 10px; */
776 }
777
778 .notify-seen {
779         background: none repeat scroll 0 0 #DDDDDD;
780         }
781
782 ul.menu-popup {
783   position: absolute;
784   display: none;
785   width: 11em;
786   background: #ffffff;
787   color: #2d2d2d;
788   margin: 0px;
789   padding: 0px;
790   list-style: none;
791   z-index: 100000;
792   -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.7);
793   -moz-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.7);
794   box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.7);
795 }
796 ul.menu-popup a {
797   display: block;
798   color: #2d2d2d;
799   padding: 5px 10px;
800   text-decoration: none;
801 }
802 ul.menu-popup a:hover {
803   background-color: #308DBF; /*bdcdd4;*/
804   color: #fff;
805 }
806 ul.menu-popup .menu-sep {
807   border-top: 1px solid #9eabb0;
808 }
809 ul.menu-popup li {
810   float: none;
811   overflow: auto;
812   height: auto;
813   display: block;
814 }
815 ul.menu-popup li img {
816   float: left;
817   width: 16px;
818   height: 16px;
819   padding-right: 5px;
820 }
821 ul.menu-popup .empty {
822   padding: 5px;
823   text-align: center;
824   color: #9eabb0;
825 }
826 /* autocomplete popup */
827 .acpopup {
828   max-height: 150px;
829   background-color: #ffffff;
830   color: #2d2d2d;
831   border: 1px solid #MenuBorder;
832   overflow: auto;
833   z-index: 100000;
834   -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.7);
835   -moz-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.7);
836   box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.7);
837 }
838 .acpopupitem {
839   color: #2d2d2d;
840   padding: 4px;
841   clear: left;
842 }
843 .acpopupitem img {
844   float: left;
845   margin-right: 4px;
846 }
847 .acpopupitem.selected {
848   background-color: #bdcdd4;
849 }
850 #nav-notifications-menu {
851   width: 400px;
852   max-height: 550px;
853   overflow: auto;
854 }
855 /* #nav-notifications-menu a {
856         display: inline;
857         padding: 5px 0px;
858         margin: 0px 0px 2px 0px;
859 }
860 #nav-notifications-menu li:hover {
861   background-color: #bdcdd4;
862 }*/
863
864 #nav-notifications-menu img {
865   float: left;
866   margin-right: 5px;
867 }
868 #nav-notifications-menu .contactname {
869   font-weight: bold;
870 }
871 #nav-notifications-menu .notif-when {
872   font-size: 10px;
873   color: #9eabb0;
874   display: block;
875 }
876
877 .notif-image {
878         width: 32px;
879         height: 32px;
880         padding: 7px 7px 0px 0px;
881 }
882
883 /*profile_side*/
884 #profile_side {
885   margin-bottom: 30px;
886 }
887 #ps-usericon{
888         height: 25px    
889         }
890 #ps-username{
891   font-size: 1.17em;
892   font-weight: bold;
893   vertical-align: top;
894   position: absolute;
895   padding-top: 4px;
896   padding-left: 5px;    
897   word-wrap: break-word;
898   width: 130px;
899         }
900 #ps-username:hover{
901   text-decoration: none;        
902         }
903 .menu-profile-side{
904   list-style: none;     
905   padding-left: 0px;
906   min-height: 0px;
907         }
908 .menu-profile-list{
909   height: auto;
910   overflow: auto;
911   padding-top: 3px;
912   padding-bottom: 3px;
913   padding-left: 16px;
914   min-height: 16px;
915   list-style: none;
916         }
917 .menu-profile-list:hover{
918         background: #EEE;
919         }
920 .menu-profile-list-item{
921         padding-left: 5px;
922         }       
923 .menu-profile-list-item:hover{  
924         text-decoration: none;
925    }
926 /*http://prothemedesign.com/circular-icons/*/
927 .menu-profile-list.home{
928         background: url("../../../view/theme/diabook-blue/icons/home.png") no-repeat;
929         }
930 .menu-profile-list.photos{
931         background: url("../../../view/theme/diabook-blue/icons/mess_side.png") no-repeat;
932         }
933 .menu-profile-list.events{
934         background: url("../../../view/theme/diabook-blue/icons/events.png") no-repeat;
935         }
936 .menu-profile-list.notes{
937         background: url("../../../view/theme/diabook-blue/icons/notes.png") no-repeat;
938         }
939 .menu-profile-list.foren{
940         background: url("../../../view/theme/diabook-blue/icons/pubgroups.png") no-repeat;
941         }
942 .menu-profile-list.com_side{
943         background: url("../../../view/theme/diabook-blue/icons/com_side.png") no-repeat;
944         }
945
946 /* aside */
947 aside {
948   display: table-cell;
949   vertical-align: top;
950   width: 160px;
951   padding: 0px 10px 0px 10px;
952   border-right: 1px solid #D2D2D2;
953   float: left;
954   /* background: #F1F1F1; */
955 }
956
957 aside .vcard .fn {
958   font-size: 18px;
959   font-weight: bold;
960   margin-bottom: 5px;
961 }
962 aside .vcard .title {
963   margin-bottom: 5px;
964 }
965 aside .vcard dl {
966   height: auto;
967   overflow: auto;
968 }
969 aside .vcard dt {
970   float: left;
971   margin-left: 0px;
972   /*width: 35%;*/
973   text-align: right;
974   color: #999999;
975 }
976 aside .vcard dd {
977   float: left;
978   margin-left: 5px;
979   /*width: 60%;*/
980 }
981 aside #profile-extra-links ul {
982   padding: 0px;
983   margin: 0px;
984 }
985 aside #profile-extra-links li {
986   padding: 0px;
987   margin: 0px;
988   list-style: none;
989 }
990 aside #dfrn-request-link {
991   display: block;
992   -moz-border-radius: 5px 5px 5px 5px;
993   -webkit-border-radius: 5px 5px 5px 5px;
994   border-radius: 5px 5px 5px 5px;
995   color: #ffffff;
996   background: #005c94 url('../../../images/connect-bg.png') no-repeat left center;
997   font-weight: bold;
998   text-transform: uppercase;
999   padding: 4px 2px 2px 35px;
1000 }
1001 aside #dfrn-request-link:hover {
1002   text-decoration: none;
1003   background-color: #36c;
1004   /* background-color: #19aeff; */
1005 }
1006 aside #profiles-menu {
1007   width: 20em;
1008 }
1009 aside #search-text {
1010         width: 150px;
1011                 height: 17px;
1012                 padding-left: 10px;
1013         border-top-left-radius: 15px;
1014 border-top-right-radius: 15px;
1015 border-bottom-right-radius: 15px;
1016 border-bottom-left-radius: 15px;
1017 }
1018 aside #side-follow-url {
1019         width: 150px;
1020         }
1021 aside #side-peoplefind-url {
1022         width: 150px;
1023         }
1024 #contact-block {
1025   overflow: auto;
1026   height: auto;
1027 }
1028 #contact-block .contact-block-h4 {
1029   float: left;
1030   margin: 5px 0px;
1031 }
1032 #contact-block .allcontact-link {
1033   float: right;
1034   margin: 5px 0px;
1035 }
1036 #contact-block .contact-block-content {
1037   clear: both;
1038   overflow: auto;
1039   height: auto;
1040 }
1041 #contact-block .contact-block-link {
1042   float: left;
1043   margin: 0px 2px 2px 0px;
1044 }
1045 #contact-block .contact-block-link img {
1046   widht: 48px;
1047   height: 48px;
1048 }
1049 #lost-password-link {
1050   float: left;
1051   margin-right: 20px;   
1052         }
1053 /* widget */
1054 .widget {
1055   margin-bottom: 2em;
1056   /*.action .s10 { width: 10px; overflow: hidden; padding: 0px;}
1057         .action .s16 { width: 16px; overflow: hidden; padding: 0px;}*/
1058 /*  font-size: 12px; */
1059 }
1060 .widget h3 {
1061   padding: 0px;
1062   margin: 2px;
1063 }
1064 .widget .action {
1065   opacity: 0.1;
1066   -webkit-transition: all 0.2s ease-in-out;
1067   -moz-transition: all 0.2s ease-in-out;
1068   -o-transition: all 0.2s ease-in-out;
1069   -ms-transition: all 0.2s ease-in-out;
1070   transition: all 0.2s ease-in-out;
1071 }
1072 .widget input.action {
1073   opacity: 0.5;
1074   -webkit-transition: all 0.2s ease-in-out;
1075   -moz-transition: all 0.2s ease-in-out;
1076   -o-transition: all 0.2s ease-in-out;
1077   -ms-transition: all 0.2s ease-in-out;
1078   transition: all 0.2s ease-in-out;
1079 }
1080 .widget:hover .title .action {
1081   opacity: 1;
1082   -webkit-transition: all 0.2s ease-in-out;
1083   -moz-transition: all 0.2s ease-in-out;
1084   -o-transition: all 0.2s ease-in-out;
1085   -ms-transition: all 0.2s ease-in-out;
1086   transition: all 0.2s ease-in-out;
1087 }
1088 .widget .tool:hover .action {
1089   opacity: 1;
1090   -webkit-transition: all 0.2s ease-in-out;
1091   -moz-transition: all 0.2s ease-in-out;
1092   -o-transition: all 0.2s ease-in-out;
1093   -ms-transition: all 0.2s ease-in-out;
1094   transition: all 0.2s ease-in-out;
1095 }
1096 .widget .tool:hover .action.ticked {
1097   opacity: 1;
1098   -webkit-transition: all 0.2s ease-in-out;
1099   -moz-transition: all 0.2s ease-in-out;
1100   -o-transition: all 0.2s ease-in-out;
1101   -ms-transition: all 0.2s ease-in-out;
1102   transition: all 0.2s ease-in-out;
1103 }
1104 .widget ul {
1105   padding: 0px;
1106 }
1107 .widget ul li {
1108   padding-left: 16px;
1109   min-height: 16px;
1110   list-style: none;
1111 }
1112 #side-bar-photos-albums li{
1113 list-style-type: disc;
1114 }
1115 #side-bar-photos-albums ul li{
1116   margin-left: 30px;
1117   padding-left: 0px;
1118         }
1119 #side-bar-photos-albums ul li a{
1120   color: #1872A2;
1121 }
1122 .widget .tool.selected {
1123   background: url("../../../view/theme/diabook-blue/icons/selected.png") no-repeat left center;
1124 }
1125 /* widget: search */
1126 span.sbox_l  {
1127         background: white url('../../../view/theme/diabook/icons/srch_l.gif') no-repeat top left;
1128         float: left;
1129         width: 19px; height: 19px;
1130         margin-left: 10px;
1131         margin-top: 5px;
1132         
1133 }
1134
1135 span.sbox_r  {
1136         background: white url('../../../view/theme/diabook/icons/srch_r.gif') no-repeat top left;
1137         float: left;
1138         width: 19px; height: 19px;
1139         margin-top: 5px;
1140 }
1141
1142 span.sbox input {
1143         background: white url('../../../view/theme/diabook/icons/srch_bg.gif') repeat-x top left;
1144         float: left;
1145         margin-top: 5px;
1146         border: 0;
1147         height: 13px; width: 100px;
1148         padding: 3px;
1149         font: 11px/13px arial;
1150         color: #000;
1151 }
1152 #add-search-popup {
1153   width: 200px;
1154   top: 18px;
1155 }
1156 /* section */
1157 section {
1158   display: table-cell;
1159   vertical-align: top;
1160   width: 611px;
1161   padding: 0px 0px 0px 12px;
1162 }
1163
1164 body .pageheader{
1165   text-align: center;
1166   font-size: 20px;
1167   margin-bottom: 20px;
1168   margin-top: 0px;
1169   max-width: 575px;
1170         }
1171 .qcomment{
1172   max-width: 122px;     
1173         }
1174 #id_username {
1175   width: 173px; 
1176         }
1177 #id_password {
1178   width: 173px;         
1179         }
1180 #id_openid_url {
1181   width: 173px; 
1182         }
1183 #contact-edit-end {
1184         }
1185 .pager {
1186    padding: 10px;
1187         text-align: center;
1188         font-size: 1.0em;
1189         clear: both;
1190         display: block;
1191 }       
1192
1193 .tabs {
1194     
1195     background-position: 0 -20px;
1196     background-repeat: repeat-x;
1197     height: 27px;
1198     padding: 0;
1199  }
1200 .tab.button {
1201     margin-right: 5px; 
1202     margin-left: 5px;   
1203     /*background: none repeat scroll 0 0 #F8F8F8;*/
1204     border: 1px solid #CCCCCC;
1205     border-radius: 3px 3px 3px 3px;
1206     font-weight: normal;
1207     padding: 3px;
1208     color:  #333333;
1209         }
1210         
1211 #birthday-notice, #event-notice, #birthday-wrapper, #event-wrapper{
1212         margin-bottom: 10px;
1213         }
1214
1215 right_aside {
1216   display: table-cell;
1217   vertical-align: top;
1218   width: 170px;
1219   /*padding-right: 10px;*/
1220   /*border-left: 1px solid #D2D2D2;*/
1221   
1222   /* background: #F1F1F1; */
1223 }
1224 right_aside a{color: #1872A2;}
1225 right_aside h3 {border-bottom: 1px solid #D2D2D2; padding-top: 5px; padding-bottom: 0px; padding-left: 9px; margin-bottom: 0px; 
1226 margin-top:30px;}
1227 right_aside .directory-item {   width: 50px; height: 50px; vertical-align: center; text-align: center; }
1228 right_aside .directory-photo { margin: 0px; }
1229 right_aside .directory-photo-img { max-width: 45px; max-height: 45px; }
1230 right_aside #likes { margin: 0px; padding: 0px; list-style: none; }
1231 right_aside .items-wrapper{ overflow: auto;     width: 100%; }
1232 right_aside #lastusers-wrapper { padding-left: 6px; padding-top: 3px; overflow: auto;   width: 100%; }
1233 right_aside #ra-photos-wrapper { padding-left: 5px; padding-top: 3px; overflow: auto;   width: 100%; }
1234 #page-sidebar-right_aside{margin-top: 0px; margin-bottom: 30px;}
1235 #page-sidebar-right_aside ul {margin-top: 0px;}
1236 #page-sidebar-right_aside .label {max-width: 128px;}
1237 right_aside .icon {width: 10px; height: 10px;}
1238 .close_box              { 
1239                 background-image: url("../../../view/theme/diabook-blue/icons/close_box.png");
1240                 float: right;
1241                 cursor: pointer;
1242                 opacity: 0.1;
1243                 }
1244 .close_box:hover        { 
1245                 background-image: url("../../../view/theme/diabook-blue/icons/close_box.png");
1246                 float: right;
1247                 cursor: pointer;
1248                 opacity: 1;
1249 -webkit-transition: all 0.2s ease-in-out;
1250 -moz-transition: all 0.2s ease-in-out;
1251 -o-transition: all 0.2s ease-in-out;
1252 -ms-transition: all 0.2s ease-in-out;
1253 transition: all 0.2s ease-in-out;
1254                 }
1255 /* wall item */
1256 .tread-wrapper {
1257   border-bottom: 1px solid #D2D2D2;
1258   position: relative;
1259   padding: 5px;
1260   margin-bottom: 0px;
1261   width: 575px;
1262 }
1263 .tread-wrapper a{
1264   color: #1872A2;
1265 }
1266
1267 .wall-item-decor {
1268   position: absolute;
1269   left: 790px;
1270   top: -10px;
1271   width: 16px;
1272 }
1273
1274 .wall-item-container {
1275   display: table;
1276   width: 580px;
1277 }
1278
1279
1280 .wall-item-container .wall-item-item, .wall-item-container .wall-item-bottom {
1281   display: table-row;
1282 }
1283
1284 .wall-item-bottom {
1285   font-size: 13px;
1286 }
1287 .wall-item-container .wall-item-bottom {
1288 /*  opacity: 0.5;
1289   -webkit-transition: all 0.2s ease-in-out;
1290   -moz-transition: all 0.2s ease-in-out;
1291   -o-transition: all 0.2s ease-in-out;
1292   -ms-transition: all 0.2s ease-in-out;
1293   transition: all 0.2s ease-in-out; */
1294 }
1295 .wall-item-container:hover .wall-item-bottom {
1296 /*  opacity: 1;
1297   -webkit-transition: all 0.2s ease-in-out;
1298   -moz-transition: all 0.2s ease-in-out;
1299   -o-transition: all 0.2s ease-in-out;
1300   -ms-transition: all 0.2s ease-in-out;
1301   transition: all 0.2s ease-in-out; */
1302 }
1303 .wall-item-container .wall-item-info {
1304   display: table-cell;
1305   vertical-align: top;
1306   text-align: left;
1307   width: 80px;
1308 }
1309 .wall-item-container .wall-item-location {
1310   padding-right: 40px;
1311   display: table-cell;
1312 }
1313 .wall-item-container .wall-item-ago {
1314   word-wrap: break-word;
1315   width: 50px;
1316   margin-left: 10px;
1317   color: #999;
1318 }
1319 .wall-item-location {
1320   
1321   clear: both;
1322   overflow: hidden;
1323   
1324   margin-bottom: 5px;
1325 }
1326
1327 .wall-item-container .wall-item-content {
1328   font-size: 12.5px;
1329   max-width: 420px;
1330   word-wrap: break-word;
1331   line-height: 1.2;
1332 }
1333
1334 .wall-item-container .wall-item-content img {
1335   max-width: 400px;
1336 }
1337 .wall-item-container .wall-item-links, .wall-item-container .wall-item-actions {
1338   display: table-cell;
1339   vertical-align: middle;
1340 }
1341 .wall-item-container .wall-item-links .icon, .wall-item-container .wall-item-actions .icon {
1342   opacity: 0.5;
1343   -webkit-transition: all 0.2s ease-in-out;
1344   -moz-transition: all 0.2s ease-in-out;
1345   -o-transition: all 0.2s ease-in-out;
1346   -ms-transition: all 0.2s ease-in-out;
1347   transition: all 0.2s ease-in-out;
1348 }
1349 .wall-item-container .wall-item-links .icon:hover, .wall-item-container .wall-item-actions .icon:hover {
1350   opacity: 1;
1351   -webkit-transition: all 0.2s ease-in-out;
1352   -moz-transition: all 0.2s ease-in-out;
1353   -o-transition: all 0.2s ease-in-out;
1354   -ms-transition: all 0.2s ease-in-out;
1355   transition: all 0.2s ease-in-out;
1356 }
1357 .wall-item-container .wall-item-name {
1358   font-weight: bold;
1359 }
1360 .wall-item-container .wall-item-actions-author {
1361   width: 100%;
1362   margin-bottom: 0.3em;
1363 }
1364 .wall-item-container .wall-item-actions-social {
1365   float: left;
1366   margin-bottom: 1px;
1367   display: table-cell;
1368 }
1369 .wall-item-container .wall-item-actions-social a {
1370   margin-right: 1em;
1371 }
1372 .wall-item-actions-social a {
1373   float: left;
1374 }
1375 .wall-item-container .wall-item-actions-tools {
1376   float: right;
1377   width: 80px;
1378   display: table-cell;
1379 }
1380 .wall-item-container .wall-item-actions-tools a {
1381   float: right;
1382 }
1383 .wall-item-container .wall-item-actions-tools input {
1384   float: right;
1385 }
1386 .wall-item-container.comment {
1387   margin-top: 5px;
1388   margin-bottom: 5px;
1389   margin-left: 80px;
1390   width: 500px;
1391   border-bottom: 1px solid hsl(198, 21%, 79%);
1392 }
1393 .wall-item-container.comment .contact-photo {
1394   width: 32px;
1395   height: 32px;
1396   margin-left: 16px;
1397   /*background: url(../../../images/icons/22/user.png) no-repeat center center;*/
1398
1399 }
1400 .wall-item-container.comment {
1401   top: 15px !important;
1402   left: 15px !important;
1403 }
1404 .wall-item-container.comment .wall-item-links {
1405   padding-left: 12px;
1406 }
1407 .wall-item-comment-wrapper {
1408   margin: 1px 5px 1px 80px;
1409 }
1410 .wall-item-comment-wrapper .comment-edit-photo {
1411   display: none;
1412 }
1413 .wall-item-comment-wrapper textarea {
1414   height: 2.0em;
1415   width: 100%;
1416   font-size: 10px;
1417   color: #999999;
1418   border: 1px solid #DDD;
1419   padding: 0.3em;
1420   font-size: 14px;
1421 }
1422 .wall-item-comment-wrapper .comment-edit-text-full {
1423   font-size: 14px;
1424   height: 4em;
1425   color: #2d2d2d;
1426   border: 1px solid #2d2d2d;
1427 }
1428 .comment-edit-preview {
1429   width: 710px;
1430   border: 1px solid #2d2d2d;
1431   margin-top: 10px;
1432 }
1433 .comment-edit-preview .contact-photo {
1434   width: 32px;
1435   height: 32px;
1436   margin-left: 16px;
1437   /*background: url(../../../images/icons/22/user.png) no-repeat center center;*/
1438
1439 }
1440 .comment-edit-preview {
1441   top: 15px !important;
1442   left: 15px !important;
1443 }
1444 .comment-edit-preview .wall-item-links {
1445   padding-left: 12px;
1446 }
1447 .comment-edit-preview .wall-item-container {
1448   width: 700px;
1449 }
1450 .comment-edit-preview .tread-wrapper {
1451   width: 700px;
1452   padding: 0;
1453   margin: 10px 0;
1454 }
1455
1456 .shiny {
1457   /* border-right: 10px solid #fce94f; */
1458         border-right: 1px solid #A7C7F7;
1459         padding-right: 12px;
1460 }
1461
1462 #jot-preview-content{
1463         margin-top: 30px;}
1464         
1465 #jot-preview-content .tread-wrapper {
1466   background-color: #fff797;
1467 }
1468
1469 .wall-item-tags {
1470   padding-top: 1px;
1471   padding-bottom: 2px;
1472 }
1473 .tag {
1474   /*background: url("../../../images/tag_b.png") repeat-x center left;*/
1475   color: #999;
1476   padding-left: 3px;
1477   font-size: 12px;
1478 }
1479 .tag a {
1480   padding-right: 5px;
1481   /*background: url("../../../images/tag.png") no-repeat center right;*/
1482   color: #999;
1483 }
1484 .wwto {
1485   position: absolute !important;
1486   width: 25px;
1487   height: 25px;
1488   background: #FFFFFF;
1489   border: 2px solid #364e59;
1490   height: 25px;
1491   width: 25px;
1492   overflow: hidden;
1493   padding: 1px;
1494   position: absolute !important;
1495   top: 40px;
1496   left: 30px;
1497   -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
1498   -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
1499   box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
1500 }
1501 .wwto .contact-photo {
1502   width: auto;
1503   height: 25px;
1504 }
1505 /* contacts menu */
1506 .contact-photo-wrapper {
1507   position: relative;
1508   width: 80px;
1509 }
1510
1511 .contact-photo-wrapper.wwto {
1512   width: 25px;
1513 }
1514
1515 .contact-photo {
1516   width: 48px;
1517   height: 48px;
1518   overflow: hidden;
1519   display: block;
1520 }
1521 .contact-photo img {
1522   width: 48px;
1523   height: 48px;
1524 }
1525
1526 .contact-wrapper {
1527   float: left;
1528   width: 90px;
1529   height: 90px;
1530   margin-bottom: 15px;
1531 }
1532 .contact-wrapper .contact-photo {
1533   width: 80px;
1534   height: 80px;
1535 }
1536 .contact-wrapper .contact-photo img {
1537   width: 80px;
1538   height: 80px;
1539 }
1540 .contact-wrapper {
1541   left: 0px;
1542   top: 63px;
1543 }
1544 .contact-photo {
1545   width: 48px;
1546   height: 48px;
1547 }
1548 .contact-photo img {
1549   width: 48px;
1550   height: 48px;
1551 }
1552 .contact-name {
1553   /* text-align: center; */
1554   /*font-weight: bold;*/
1555   font-size: 12px;
1556 }
1557 .contact-details {
1558   color: #999999;
1559 }
1560 /* editor */
1561 .jothidden {
1562   display: none;
1563 }
1564 #jot {
1565   width: 585px;
1566   margin: 0px 2em 20px 0px;
1567 }
1568 #profile-jot-form #profile-jot-text {
1569   height: 2.0em;
1570   width: 99%;
1571   font-size: 15px;
1572   color: #999999;
1573   border: 1px solid #DDD;
1574   padding: 0.3em;
1575   margin-bottom: 10px;
1576 }
1577 .grey
1578 {
1579   display: inline;
1580   float: right; 
1581         }
1582 #jot #jot-tools {
1583   margin: 0px;
1584   padding: 0px;
1585   height: 40px;
1586   overflow: none;
1587   width: 583px;
1588   background-color: #fff;
1589   border-bottom: 2px solid #9eabb0;
1590 }
1591
1592 #jot #jot-tools li {
1593   list-style: none;
1594   float: left;
1595   width: 80px;
1596   height: 40px;
1597   border-bottom: 2px solid #9eabb0;
1598 }
1599 #jot #jot-tools li a {
1600   display: block;
1601   color: #cccccc;
1602   width: 100%;
1603   height: 40px;
1604   text-align: center;
1605   line-height: 40px;
1606   overflow: hidden;
1607 }
1608 #jot #jot-tools li:hover {
1609   background-color: #364e59;
1610   border-bottom: 2px solid #bdcdd4;
1611 }
1612 #jot #jot-tools li.perms {
1613   float: right;
1614   width: 40px;
1615 }
1616 #jot #jot-tools li.perms a.unlock {
1617   width: 30px;
1618   border-left: 10px solid #cccccc;
1619   background-color: #cccccc;
1620   background-position: left center;
1621 }
1622 #jot #jot-tools li.perms a.lock {
1623   width: 30px;
1624   border-left: 10px solid #666666;
1625   background-color: #666666;
1626 }
1627 #jot #jot-tools li.submit {
1628   float: right;
1629   background-color: #cccccc;
1630   border-bottom: 2px solid #cccccc;
1631   border-right: 1px solid #666666;
1632   border-left: 1px solid #666666;
1633 }
1634 #jot #jot-tools li.submit input {
1635   border: 0px;
1636   margin: 0px;
1637   padding: 0px;
1638   background-color: #cccccc;
1639   color: #666666;
1640   width: 80px;
1641   height: 40px;
1642   line-height: 40px;
1643 }
1644 #jot #jot-tools li.submit input:hover {
1645   background-color: #bdcdd4;
1646   color: #666666;
1647 }
1648 #jot #jot-tools li.loading {
1649   float: right;
1650   background-color: #ffffff;
1651   width: 20px;
1652   vertical-align: center;
1653   text-align: center;
1654   border-top: 2px solid #9eabb0;
1655   height: 38px;
1656 }
1657 #jot #jot-tools li.loading img {
1658   margin-top: 10px;
1659 }
1660 #profile-jot-form #jot-title {
1661     
1662          border-radius: 5px 5px 5px 5px;
1663     font-weight: bold;
1664     height: 20px;
1665     margin: 0 0 5px;
1666     width: 60%;
1667     border: 1px solid #ffffff;
1668 }
1669 #profile-jot-form #jot-title:-webkit-input-placeholder {
1670   font-weight: normal;
1671 }
1672 #profile-jot-form #jot-title:-moz-placeholder {
1673   font-weight: normal;
1674 }
1675 #profile-jot-form #profile-jot-text_parent #profile-jot-text_tbl{
1676         width: 585px;
1677         height: 100px;
1678         }
1679 #jot #jot-title:hover {
1680   border: 1px solid #999999;
1681 }
1682 #jot #jot-title:focus {
1683   border: 1px solid #999999;
1684 }
1685 #jot #character-counter {
1686   width: 80px;
1687   float: right;
1688   text-align: right;
1689   height: 20px;
1690   line-height: 20px;
1691   padding-right: 20px;
1692 }
1693 #jot-perms-icon, 
1694 #profile-location,
1695 #profile-nolocation,
1696 #profile-youtube, 
1697 #profile-video, 
1698 #profile-audio,
1699 #profile-link,
1700 #profile-title, 
1701 #wall-image-upload,
1702 #wall-file-upload,
1703 #wall-image-upload-div,
1704 #wall-file-upload-div,
1705 .hover, .focus {
1706         cursor: pointer;
1707         margin-top: 2px;
1708 }
1709 #profile-jot-wrapper{
1710         margin: 0 2em 20px 0;
1711    width: 585px;
1712         }
1713
1714 #profile-jot-submit-wrapper {
1715         margin-bottom: 50px;
1716         width: 585px;
1717 }
1718
1719 #profile-jot-submit {
1720         float: right;
1721         margin-top: 2px;
1722         
1723 }
1724 #profile-upload-wrapper {
1725         float: left;
1726         margin-top: 2px;
1727         margin-left: 10px;
1728         font-size: 14px;
1729 }
1730 #profile-attach-wrapper {
1731         float: left;
1732         margin-left: 15px;
1733         margin-top: 2px;
1734 }
1735 #profile-rotator {
1736         float: left;
1737         margin-left: 30px;
1738         margin-top: 2px;
1739 }
1740 #profile-link-wrapper {
1741         float: left;
1742         margin-left: 15px;
1743         margin-top: 2px;
1744 }
1745 #profile-youtube-wrapper {
1746         float: left;
1747         margin-left: 15px;
1748         margin-top: 2px;
1749 }
1750 #profile-video-wrapper {
1751         float: left;
1752         margin-left: 15px;
1753         margin-top: 2px;
1754 }
1755 #profile-audio-wrapper {
1756         float: left;
1757         margin-left: 15px;
1758         margin-top: 2px;
1759 }
1760 #profile-location-wrapper {
1761         float: left;
1762         margin-left: 15px;
1763         margin-top: 2px;
1764 }
1765 #profile-jot-perms {
1766         float: left;
1767         margin-left: 45px;
1768         margin-top: 2px;
1769 }
1770 #jot-preview-link {
1771         float: right;
1772         margin-left: 10px;
1773         margin-top: 2px;
1774         font-size: 9px;
1775         font-weight: bolder;
1776         cursor: pointer;
1777 }
1778 #profile-jot-perms{
1779    float: right;
1780         margin-left: 10px;
1781         margin-top: 2px;        
1782         }
1783 /** buttons **/
1784 .button.creation1 {
1785     background-color: #fff;
1786     border: 1px solid #777777;
1787     border-radius: 3px 3px 3px 3px;
1788     box-shadow: 0 1px 1px #CFCFCF;
1789     cursor: pointer;
1790     font-weight: bolder;
1791 }
1792 .button.creation2 {
1793     background-color: #055580;
1794     border: 1px solid #777777;
1795     color: white;
1796     border-radius: 3px 3px 3px 3px;
1797     box-shadow: 0 1px 1px #CFCFCF;
1798     margin-left: 5px;
1799     cursor: pointer;
1800     font-weight: bolder;
1801 }
1802 /*input[type="submit"] {
1803         border: 0px;
1804     background-color: @ButtonBackgroundColor;
1805     color: @ButtonColor;
1806     padding: 0px 10px;
1807         .rounded(5px);
1808     height: 18px;
1809 }*/
1810 /** acl **/
1811 #photo-edit-perms-select, #photos-upload-permissions-wrapper, #profile-jot-acl-wrapper {
1812   display: block!important;
1813 }
1814 #acl-wrapper {
1815   width: 690px;
1816   float: left;
1817 }
1818 #acl-search {
1819   float: right;
1820   background: #ffffff url("../../../images/search_18.png") no-repeat right center;
1821   padding-right: 20px;
1822 }
1823 #acl-showall {
1824   float: left;
1825   display: block;
1826   width: auto;
1827   height: 18px;
1828   background-color: #cccccc;
1829   background-image: url("../../../images/show_all_off.png");
1830   background-position: 7px 7px;
1831   background-repeat: no-repeat;
1832   padding: 7px 5px 0px 30px;
1833   color: #999999;
1834   -moz-border-radius: 5px 5px 5px 5px;
1835   -webkit-border-radius: 5px 5px 5px 5px;
1836   border-radius: 5px 5px 5px 5px;
1837 }
1838 #acl-showall.selected {
1839   color: #000000;
1840   background-color: #ff9900;
1841   background-image: url("../../../images/show_all_on.png");
1842 }
1843 #acl-list {
1844   height: 210px;
1845   border: 1px solid #cccccc;
1846   clear: both;
1847   margin-top: 30px;
1848   overflow: auto;
1849 }
1850 .acl-list-item {
1851   display: block;
1852   width: 150px;
1853   height: 30px;
1854   border: 1px solid #cccccc;
1855   margin: 5px;
1856   float: left;
1857 }
1858 .acl-list-item img {
1859   width: 22px;
1860   height: 22px;
1861   float: left;
1862   margin: 4px;
1863 }
1864 .acl-list-item p {
1865   height: 12px;
1866   font-size: 10px;
1867   margin: 0px;
1868   padding: 2px 0px 1px;
1869   overflow: hidden;
1870 }
1871 .acl-list-item a {
1872   font-size: 8px;
1873   display: block;
1874   width: 40px;
1875   height: 10px;
1876   float: left;
1877   color: #999999;
1878   background-color: #cccccc;
1879   background-position: 3px 3px;
1880   background-repeat: no-repeat;
1881   margin-right: 5px;
1882   -webkit-border-radius: 2px ;
1883   -moz-border-radius: 2px;
1884   border-radius: 2px;
1885   padding-left: 15px;
1886 }
1887 #acl-wrapper a:hover {
1888   text-decoration: none;
1889   color: #000000;
1890 }
1891 .acl-button-show {
1892   background-image: url("../../../images/show_off.png");
1893 }
1894 .acl-button-hide {
1895   background-image: url("../../../images/hide_off.png");
1896 }
1897 .acl-button-show.selected {
1898   color: #000000;
1899   background-color: #9ade00;
1900   background-image: url("../../../images/show_on.png");
1901 }
1902 .acl-button-hide.selected {
1903   color: #000000;
1904   background-color: #ff4141;
1905   background-image: url("../../../images/hide_on.png");
1906 }
1907 .acl-list-item.groupshow {
1908   border-color: #9ade00;
1909 }
1910 .acl-list-item.grouphide {
1911   border-color: #ff4141;
1912 }
1913 /** /acl **/
1914 /** tab buttons 14618a**/
1915 ul.tabs {
1916   list-style-type: none;
1917   padding-bottom: 10px;
1918   font-size: 13px;
1919 }
1920 ul.tabs li {
1921   float: left;
1922   margin-left: 5px;
1923 }
1924 ul.tabs li .active {
1925     background-color: #055580;
1926     border: 1px solid #777777;
1927     color: white;
1928     border-radius: 3px 3px 3px 3px;
1929     box-shadow: 0 1px 1px #CFCFCF;
1930     margin-left: 5px;
1931 }
1932 /**
1933  * Form fields
1934  */
1935 .field {
1936   margin-bottom: 10px;
1937   padding-bottom: 10px;
1938   overflow: auto;
1939   width: 100%;
1940 }
1941 .field label {
1942   float: left;
1943   width: 200px;
1944 }
1945 .field input, .field textarea {
1946   width: 400px;
1947 }
1948 .field textarea {
1949   height: 100px;
1950 }
1951 .field .field_help {
1952   display: block;
1953   margin-left: 200px;
1954   color: #666666;
1955 }
1956 .field .onoff {
1957   float: left;
1958   width: 80px;
1959 }
1960 .field .onoff a {
1961   display: block;
1962   border: 1px solid #666666;
1963   background-image: url("../../../images/onoff.jpg");
1964   background-repeat: no-repeat;
1965   padding: 4px 2px 2px 2px;
1966   height: 16px;
1967   text-decoration: none;
1968 }
1969 .field .onoff .off {
1970   border-color: #666666;
1971   padding-left: 40px;
1972   background-position: left center;
1973   background-color: #cccccc;
1974   color: #666666;
1975   text-align: right;
1976 }
1977 .field .onoff .on {
1978   border-color: #204A87;
1979   padding-right: 40px;
1980   background-position: right center;
1981   background-color: #D7E3F1;
1982   color: #204A87;
1983   text-align: left;
1984 }
1985 .field .hidden {
1986   display: none!important;
1987 }
1988 .field.radio .field_help {
1989   margin-left: 0px;
1990 }
1991 #directory-search-form{
1992         margin-bottom: 50px;
1993         }
1994 #profile-edit-links-end {
1995         clear: both;
1996         margin-bottom: 15px;
1997 }
1998
1999 #profile-edit-links ul { margin: 20px; padding-bottom: 20px; list-style: none; }
2000
2001 #profile-edit-links li {
2002   float: left;
2003   list-style: none;
2004   margin-left: 10px;
2005 }
2006
2007 .profile-edit-side-div {
2008   display: none;
2009 }
2010
2011 #register-form label,
2012 #profile-edit-form label {
2013         width: 300px; float: left;
2014 }
2015
2016 .required {
2017   display: inline;
2018   color: #B20202;
2019 }
2020
2021 /* oauth */
2022 .oauthapp {
2023   height: auto;
2024   overflow: auto;
2025   border-bottom: 2px solid #cccccc;
2026   padding-bottom: 1em;
2027   margin-bottom: 1em;
2028 }
2029 .oauthapp img {
2030   float: left;
2031   width: 48px;
2032   height: 48px;
2033   margin: 10px;
2034 }
2035 .oauthapp img.noicon {
2036   background-image: url("../../../images/icons/48/plugin.png");
2037   background-position: center center;
2038   background-repeat: no-repeat;
2039 }
2040 .oauthapp a {
2041   float: left;
2042 }
2043 /* contacts */
2044 .contact-entry-wrapper {
2045   width: 120px;
2046   height: 120px;
2047   float: left;
2048 }
2049 /* photo */
2050 .photo {
2051 box-shadow: 2px 2px 5px 0px #000000;
2052 margin: 2px 5px 2px 5px;
2053 max-height: 85%;
2054 max-width: 85%;
2055 border-radius: 10px;
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: 0px;
2470   top: -16px;
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