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