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