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