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