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