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