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