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