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