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