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