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