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