]> git.mxchange.org Git - friendica.git/blob - view/theme/diabook-red/style.css
Merge remote 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 #page-sidebar{display: none;}
1065 aside .vcard .fn {
1066   font-size: 18px;
1067   font-weight: bold;
1068   margin-bottom: 5px;
1069 }
1070 aside .vcard .title {
1071   margin-bottom: 5px;
1072 }
1073 aside .vcard dl {
1074   height: auto;
1075   overflow: auto;
1076 }
1077 aside .vcard dt {
1078   float: left;
1079   margin-left: 0px;
1080   /*width: 35%;*/
1081   text-align: right;
1082   color: #999999;
1083 }
1084 aside .vcard dd {
1085   float: left;
1086   margin-left: 5px;
1087   /*width: 60%;*/
1088 }
1089 aside #profile-extra-links ul {
1090   padding: 0px;
1091   margin: 0px;
1092 }
1093 aside #profile-extra-links li {
1094   padding: 0px;
1095   margin: 0px;
1096   list-style: none;
1097 }
1098 aside #dfrn-request-link {
1099   display: block;
1100   -moz-border-radius: 5px 5px 5px 5px;
1101   -webkit-border-radius: 5px 5px 5px 5px;
1102   border-radius: 5px 5px 5px 5px;
1103   color: #ffffff;
1104   background: #005c94 url('../../../images/connect-bg.png') no-repeat left center;
1105   font-weight: bold;
1106   text-transform: uppercase;
1107   padding: 4px 2px 2px 35px;
1108 }
1109 aside #dfrn-request-link:hover {
1110   text-decoration: none;
1111   background-color: #36c;
1112   /* background-color: #19aeff; */
1113 }
1114 aside #profiles-menu {
1115   width: 20em;
1116 }
1117 aside #search-text {
1118         width: 173px;
1119         height: 17px;
1120         padding-left: 10px;
1121         border-top-left-radius: 15px;
1122 border-top-right-radius: 15px;
1123 border-bottom-right-radius: 15px;
1124 border-bottom-left-radius: 15px;
1125 }
1126 aside #side-follow-url {
1127         width: 173px;
1128         }
1129 aside #side-peoplefind-url {
1130         width: 173px;
1131         }
1132 #contact-block {
1133   overflow: auto;
1134   height: auto;
1135 }
1136 #contact-block .contact-block-h4 {
1137   float: left;
1138   margin: 5px 0px;
1139 }
1140 #contact-block .allcontact-link {
1141   float: right;
1142   margin: 5px 0px;
1143 }
1144 #contact-block .contact-block-content {
1145   clear: both;
1146   overflow: auto;
1147   height: auto;
1148 }
1149 #contact-block .contact-block-link {
1150   float: left;
1151   margin: 0px 2px 2px 0px;
1152 }
1153 #contact-block .contact-block-link img {
1154   widht: 55px;
1155   height: 55px;
1156 }
1157 #lost-password-link {
1158   float: left;
1159   margin-right: 20px;           
1160         }
1161 /* widget */
1162 .widget {
1163   margin-bottom: 2em;
1164   /*.action .s10 { width: 10px; overflow: hidden; padding: 0px;}
1165         .action .s16 { width: 16px; overflow: hidden; padding: 0px;}*/
1166 /*  font-size: 12px; */
1167 }
1168 .widget h3 {
1169   padding: 0px;
1170   margin: 2px;
1171 }
1172 .widget .action {
1173   opacity: 0.1;
1174   -webkit-transition: all 0.2s ease-in-out;
1175   -moz-transition: all 0.2s ease-in-out;
1176   -o-transition: all 0.2s ease-in-out;
1177   -ms-transition: all 0.2s ease-in-out;
1178   transition: all 0.2s ease-in-out;
1179 }
1180 .widget input.action {
1181   opacity: 0.5;
1182   -webkit-transition: all 0.2s ease-in-out;
1183   -moz-transition: all 0.2s ease-in-out;
1184   -o-transition: all 0.2s ease-in-out;
1185   -ms-transition: all 0.2s ease-in-out;
1186   transition: all 0.2s ease-in-out;
1187 }
1188 .widget:hover .title .action {
1189   opacity: 1;
1190   -webkit-transition: all 0.2s ease-in-out;
1191   -moz-transition: all 0.2s ease-in-out;
1192   -o-transition: all 0.2s ease-in-out;
1193   -ms-transition: all 0.2s ease-in-out;
1194   transition: all 0.2s ease-in-out;
1195 }
1196 .widget .tool:hover .action {
1197   opacity: 1;
1198   -webkit-transition: all 0.2s ease-in-out;
1199   -moz-transition: all 0.2s ease-in-out;
1200   -o-transition: all 0.2s ease-in-out;
1201   -ms-transition: all 0.2s ease-in-out;
1202   transition: all 0.2s ease-in-out;
1203 }
1204 .widget .tool:hover .action.ticked {
1205   opacity: 1;
1206   -webkit-transition: all 0.2s ease-in-out;
1207   -moz-transition: all 0.2s ease-in-out;
1208   -o-transition: all 0.2s ease-in-out;
1209   -ms-transition: all 0.2s ease-in-out;
1210   transition: all 0.2s ease-in-out;
1211 }
1212 .widget ul {
1213   padding: 0px;
1214 }
1215 .widget ul li {
1216   padding-left: 16px;
1217   min-height: 16px;
1218   list-style: none;
1219 }
1220 #side-bar-photos-albums li{
1221 list-style-type: disc;
1222 }
1223 #side-bar-photos-albums ul li{
1224   margin-left: 30px;
1225   padding-left: 0px;
1226         }
1227 #side-bar-photos-albums ul li a{
1228   color: #1872A2;
1229 }
1230 .widget .tool.selected {
1231   background: url("../../../view/theme/diabook-red/icons/selected.png") no-repeat left center;
1232 }
1233 /* widget: search */
1234 #add-search-popup {
1235   width: 200px;
1236   top: 18px;
1237 }
1238 /* section */
1239 section {
1240   display: table-cell;
1241   vertical-align: top;
1242   width: 800px;
1243   padding: 0px 0px 0px 12px;
1244 }
1245 body .pageheader{
1246   text-align: center;
1247   font-size: 20px;
1248   margin-bottom: 20px;
1249   margin-top: 0px;
1250   max-width: 575px;
1251         }
1252 .qcomment{
1253   max-width: 122px;     
1254         }
1255 #id_username {
1256   width: 173px; 
1257         }
1258 #id_password {
1259   width: 173px;         
1260         }
1261 #id_openid_url {
1262   width: 173px; 
1263         }
1264 #contact-edit-end {
1265         }
1266 .pager {
1267    padding: 10px;
1268         text-align: center;
1269         font-size: 1.0em;
1270         clear: both;
1271         display: block;
1272 }       
1273
1274 .tabs {
1275     
1276     background-position: 0 -20px;
1277     background-repeat: repeat-x;
1278     height: 27px;
1279     padding: 0;
1280  }
1281 .tab.button {
1282     margin-right: 5px; 
1283     margin-left: 5px;   
1284     /*background: none repeat scroll 0 0 #F8F8F8;*/
1285     border: 1px solid #CCCCCC;
1286     border-radius: 3px 3px 3px 3px;
1287     font-weight: normal;
1288     padding: 3px;
1289     color:  #333333;
1290         }
1291         
1292 #birthday-notice, #event-notice, #birthday-wrapper, #event-wrapper{
1293         margin-bottom: 10px;
1294         }
1295 /* wall item */
1296 .tread-wrapper {
1297   border-bottom: 1px solid #D2D2D2;
1298   position: relative;
1299   padding: 5px;
1300   margin-bottom: 0px;
1301   width: 775px;
1302 }
1303 .tread-wrapper a{
1304   color: red;
1305 }
1306
1307 .wall-item-decor {
1308   position: absolute;
1309   left: 790px;
1310   top: -10px;
1311   width: 16px;
1312 }
1313
1314 .wall-item-container {
1315   display: table;
1316   width: 780px;
1317 }
1318
1319
1320 .wall-item-container .wall-item-item, .wall-item-container .wall-item-bottom {
1321   display: table-row;
1322 }
1323 .wall-item-bottom {
1324   font-size: 13px;
1325 }
1326 .wall-item-container .wall-item-bottom {
1327 /*  opacity: 0.5;
1328   -webkit-transition: all 0.2s ease-in-out;
1329   -moz-transition: all 0.2s ease-in-out;
1330   -o-transition: all 0.2s ease-in-out;
1331   -ms-transition: all 0.2s ease-in-out;
1332   transition: all 0.2s ease-in-out; */
1333 }
1334 .wall-item-container:hover .wall-item-bottom {
1335 /*  opacity: 1;
1336   -webkit-transition: all 0.2s ease-in-out;
1337   -moz-transition: all 0.2s ease-in-out;
1338   -o-transition: all 0.2s ease-in-out;
1339   -ms-transition: all 0.2s ease-in-out;
1340   transition: all 0.2s ease-in-out; */
1341 }
1342 .wall-item-container .wall-item-info {
1343   display: table-cell;
1344   vertical-align: top;
1345   text-align: left;
1346   width: 80px;
1347 }
1348 .wall-item-container .wall-item-location {
1349   padding-right: 40px;
1350   display: table-cell;
1351 }
1352 .wall-item-container .wall-item-ago {
1353   word-wrap: break-word;
1354   width: 50px;
1355   margin-left: 10px;
1356   color: #999;
1357 }
1358 .wall-item-location {
1359   
1360   clear: both;
1361   overflow: hidden;
1362   
1363   margin-bottom: 5px;
1364 }
1365
1366 .wall-item-container .wall-item-content {
1367   font-size: 12.5px;
1368   max-width: 720px;
1369   word-wrap: break-word;
1370   line-height: 1.2;
1371 }
1372
1373 .wall-item-container .wall-item-content img {
1374   max-width: 700px;
1375 }
1376 .wall-item-container .wall-item-links, .wall-item-container .wall-item-actions {
1377   display: table-cell;
1378   vertical-align: middle;
1379 }
1380 .wall-item-container .wall-item-links .icon, .wall-item-container .wall-item-actions .icon {
1381   opacity: 0.5;
1382   -webkit-transition: all 0.2s ease-in-out;
1383   -moz-transition: all 0.2s ease-in-out;
1384   -o-transition: all 0.2s ease-in-out;
1385   -ms-transition: all 0.2s ease-in-out;
1386   transition: all 0.2s ease-in-out;
1387 }
1388 .wall-item-container .wall-item-links .icon:hover, .wall-item-container .wall-item-actions .icon:hover {
1389   opacity: 1;
1390   -webkit-transition: all 0.2s ease-in-out;
1391   -moz-transition: all 0.2s ease-in-out;
1392   -o-transition: all 0.2s ease-in-out;
1393   -ms-transition: all 0.2s ease-in-out;
1394   transition: all 0.2s ease-in-out;
1395 }
1396 .wall-item-container .wall-item-name {
1397   font-weight: bold;
1398 }
1399 .wall-item-container .wall-item-actions-author {
1400   width: 100%;
1401   margin-bottom: 0.3em;
1402 }
1403 .wall-item-container .wall-item-actions-social {
1404   float: left;
1405   margin-bottom: 1px;
1406   display: table-cell;
1407 }
1408 .wall-item-container .wall-item-actions-social a {
1409   margin-right: 1em;
1410 }
1411 .wall-item-actions-social a {
1412   float: left;
1413 }
1414 .wall-item-container .wall-item-actions-tools {
1415   float: right;
1416   width: 80px;
1417   display: table-cell;done
1418 }
1419 .wall-item-container .wall-item-actions-tools a {
1420   float: right;
1421 }
1422 .wall-item-container .wall-item-actions-tools input {
1423   float: right;
1424 }
1425 .wall-item-container.comment {
1426   margin-top: 5px;
1427   margin-bottom: 5px;
1428   margin-left: 80px;
1429   width: 700px;
1430   border-bottom: 1px solid hsl(198, 21%, 79%);
1431 }
1432 .wall-item-container.comment .contact-photo {
1433   width: 32px;
1434   height: 32px;
1435   margin-left: 16px;
1436   /*background: url(../../../images/icons/22/user.png) no-repeat center center;*/
1437
1438 }
1439 .wall-item-container.comment {
1440   top: 15px !important;
1441   left: 15px !important;
1442 }
1443 .wall-item-container.comment .wall-item-links {
1444   padding-left: 12px;
1445 }
1446 .wall-item-comment-wrapper {
1447   margin: 1px 5px 1px 80px;
1448 }
1449 .wall-item-comment-wrapper .comment-edit-photo {
1450   display: none;
1451 }
1452 .wall-item-comment-wrapper textarea {
1453   height: 2.0em;
1454   width: 100%;
1455   font-size: 10px;
1456   color: #999999;
1457   border: 1px solid #DDD;
1458   padding: 0.3em;
1459   font-size: 14px;
1460 }
1461 .wall-item-comment-wrapper .comment-edit-text-full {
1462   font-size: 14px;
1463   height: 4em;
1464   color: #2d2d2d;
1465   border: 1px solid #2d2d2d;
1466 }
1467 .comment-edit-preview {
1468   width: 710px;
1469   border: 1px solid #2d2d2d;
1470   margin-top: 10px;
1471 }
1472 .comment-edit-preview .contact-photo {
1473   width: 32px;
1474   height: 32px;
1475   margin-left: 16px;
1476   /*background: url(../../../images/icons/22/user.png) no-repeat center center;*/
1477
1478 }
1479 .comment-edit-preview {
1480   top: 15px !important;
1481   left: 15px !important;
1482 }
1483 .comment-edit-preview .wall-item-links {
1484   padding-left: 12px;
1485 }
1486 .comment-edit-preview .wall-item-container {
1487   width: 700px;
1488 }
1489 .comment-edit-preview .tread-wrapper {
1490   width: 700px;
1491   padding: 0;
1492   margin: 10px 0;
1493 }
1494
1495 .shiny {
1496   /* border-right: 10px solid #fce94f; */
1497         border-right: 1px solid #A7C7F7;
1498         padding-right: 12px;
1499 }
1500
1501 #jot-preview-content{
1502         margin-top: 30px;}
1503         
1504 #jot-preview-content .tread-wrapper {
1505   background-color: #fff797;
1506 }
1507
1508 .wall-item-tags {
1509   padding-top: 1px;
1510   padding-bottom: 2px;
1511 }
1512 .tag {
1513   /*background: url("../../../images/tag_b.png") repeat-x center left;*/
1514   color: #999;
1515   padding-left: 3px;
1516   font-size: 12px;
1517 }
1518 .tag a {
1519   padding-right: 5px;
1520   /*background: url("../../../images/tag.png") no-repeat center right;*/
1521   color: #999;
1522 }
1523 .wwto {
1524   position: absolute !important;
1525   width: 25px;
1526   height: 25px;
1527   background: #FFFFFF;
1528   border: 2px solid #364e59;
1529   height: 25px;
1530   width: 25px;
1531   overflow: hidden;
1532   padding: 1px;
1533   position: absolute !important;
1534   top: 40px;
1535   left: 30px;
1536   -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
1537   -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
1538   box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
1539 }
1540 .wwto .contact-photo {
1541   width: auto;
1542   height: 25px;
1543 }
1544 /* contacts menu */
1545 .contact-photo-wrapper {
1546   position: relative;
1547   width: 80px;
1548 }
1549
1550 .contact-photo-wrapper.wwto {
1551   width: 25px;
1552 }
1553
1554 .contact-photo {
1555   width: 48px;
1556   height: 48px;
1557   overflow: hidden;
1558   display: block;
1559 }
1560 .contact-photo img {
1561   width: 48px;
1562   height: 48px;
1563 }
1564
1565 .contact-wrapper {
1566   float: left;
1567   width: 90px;
1568   height: 90px;
1569   margin-bottom: 15px;
1570 }
1571 .contact-wrapper .contact-photo {
1572   width: 80px;
1573   height: 80px;
1574 }
1575 .contact-wrapper .contact-photo img {
1576   width: 80px;
1577   height: 80px;
1578 }
1579 .contact-wrapper {
1580   left: 0px;
1581   top: 63px;
1582 }
1583 .contact-photo {
1584   width: 48px;
1585   height: 48px;
1586 }
1587 .contact-photo img {
1588   width: 48px;
1589   height: 48px;
1590 }
1591 .contact-name {
1592   /* text-align: center; */
1593   /*font-weight: bold;*/
1594   font-size: 12px;
1595 }
1596 .contact-details {
1597   color: #999999;
1598 }
1599 /* editor */
1600 .jothidden {
1601   display: none;
1602 }
1603 #jot {
1604   width: 785px;
1605   margin: 0px 2em 20px 0px;
1606 }
1607 #profile-jot-form #profile-jot-text {
1608   height: 2.0em;
1609   width: 99%;
1610   font-size: 15px;
1611   color: #999999;
1612   border: 1px solid #DDD;
1613   padding: 0.3em;
1614   margin-bottom: 10px;
1615 }
1616 .grey
1617 {
1618   display: inline;
1619   float: right; 
1620         }
1621 #jot #jot-tools {
1622   margin: 0px;
1623   padding: 0px;
1624   height: 40px;
1625   overflow: none;
1626   width: 783px;
1627   background-color: #fff;
1628   border-bottom: 2px solid #9eabb0;
1629 }
1630
1631 #jot #jot-tools li {
1632   list-style: none;
1633   float: left;
1634   width: 80px;
1635   height: 40px;
1636   border-bottom: 2px solid #9eabb0;
1637 }
1638 #jot #jot-tools li a {
1639   display: block;
1640   color: #cccccc;
1641   width: 100%;
1642   height: 40px;
1643   text-align: center;
1644   line-height: 40px;
1645   overflow: hidden;
1646 }
1647 #jot #jot-tools li:hover {
1648   background-color: #364e59;
1649   border-bottom: 2px solid #bdcdd4;
1650 }
1651 #jot #jot-tools li.perms {
1652   float: right;
1653   width: 40px;
1654 }
1655 #jot #jot-tools li.perms a.unlock {
1656   width: 30px;
1657   border-left: 10px solid #cccccc;
1658   background-color: #cccccc;
1659   background-position: left center;
1660 }
1661 #jot #jot-tools li.perms a.lock {
1662   width: 30px;
1663   border-left: 10px solid #666666;
1664   background-color: #666666;
1665 }
1666 #jot #jot-tools li.submit {
1667   float: right;
1668   background-color: #cccccc;
1669   border-bottom: 2px solid #cccccc;
1670   border-right: 1px solid #666666;
1671   border-left: 1px solid #666666;
1672 }
1673 #jot #jot-tools li.submit input {
1674   border: 0px;
1675   margin: 0px;
1676   padding: 0px;
1677   background-color: #cccccc;
1678   color: #666666;
1679   width: 80px;
1680   height: 40px;
1681   line-height: 40px;
1682 }
1683 #jot #jot-tools li.submit input:hover {
1684   background-color: #bdcdd4;
1685   color: #666666;
1686 }
1687 #jot #jot-tools li.loading {
1688   float: right;
1689   background-color: #ffffff;
1690   width: 20px;
1691   vertical-align: center;
1692   text-align: center;
1693   border-top: 2px solid #9eabb0;
1694   height: 38px;
1695 }
1696 #jot #jot-tools li.loading img {
1697   margin-top: 10px;
1698 }
1699 #profile-jot-form #jot-title {
1700     
1701          border-radius: 5px 5px 5px 5px;
1702     font-weight: bold;
1703     height: 20px;
1704     margin: 0 0 5px;
1705     width: 60%;
1706     border: 1px solid #ffffff;
1707 }
1708 #profile-jot-form #jot-title:-webkit-input-placeholder {
1709   font-weight: normal;
1710 }
1711 #profile-jot-form #jot-title:-moz-placeholder {
1712   font-weight: normal;
1713 }
1714 #profile-jot-form #profile-jot-text_parent #profile-jot-text_tbl{
1715         width: 785px;
1716         height: 100px;
1717         }
1718 #jot #jot-title:hover {
1719   border: 1px solid #999999;
1720 }
1721 #jot #jot-title:focus {
1722   border: 1px solid #999999;
1723 }
1724 #jot #character-counter {
1725   width: 80px;
1726   float: right;
1727   text-align: right;
1728   height: 20px;
1729   line-height: 20px;
1730   padding-right: 20px;
1731 }
1732 #jot-perms-icon, 
1733 #profile-location,
1734 #profile-nolocation,
1735 #profile-youtube, 
1736 #profile-video, 
1737 #profile-audio,
1738 #profile-link,
1739 #profile-title, 
1740 #wall-image-upload,
1741 #wall-file-upload,
1742 #wall-image-upload-div,
1743 #wall-file-upload-div,
1744 .hover, .focus {
1745         cursor: pointer;
1746         margin-top: 2px;
1747 }
1748 #profile-jot-wrapper{
1749         margin: 0 2em 20px 0;
1750    width: 785px;
1751         }
1752
1753 #profile-jot-submit-wrapper {
1754         margin-bottom: 50px;
1755         width: 785px;
1756 }
1757
1758 #profile-jot-submit {
1759         float: right;
1760         margin-top: 2px;
1761         font-size: 14px;
1762 }
1763 #profile-upload-wrapper {
1764         float: left;
1765         margin-top: 2px;
1766         margin-left: 10px;
1767         
1768 }
1769 #profile-attach-wrapper {
1770         float: left;
1771         margin-left: 15px;
1772         margin-top: 2px;
1773 }
1774 #profile-rotator {
1775         float: left;
1776         margin-left: 30px;
1777         margin-top: 2px;
1778 }
1779 #profile-link-wrapper {
1780         float: left;
1781         margin-left: 15px;
1782         margin-top: 2px;
1783 }
1784 #profile-youtube-wrapper {
1785         float: left;
1786         margin-left: 15px;
1787         margin-top: 2px;
1788 }
1789 #profile-video-wrapper {
1790         float: left;
1791         margin-left: 15px;
1792         margin-top: 2px;
1793 }
1794 #profile-audio-wrapper {
1795         float: left;
1796         margin-left: 15px;
1797         margin-top: 2px;
1798 }
1799 #profile-location-wrapper {
1800         float: left;
1801         margin-left: 15px;
1802         margin-top: 2px;
1803 }
1804 #profile-jot-perms {
1805         float: left;
1806         margin-left: 45px;
1807         margin-top: 2px;
1808 }
1809 #jot-preview-link {
1810         float: right;
1811         margin-left: 10px;
1812         margin-top: 2px;
1813         font-size: 9px;
1814         font-weight: bolder;
1815         cursor: pointer;
1816 }
1817 #profile-jot-perms{
1818    float: right;
1819         margin-left: 10px;
1820         margin-top: 2px;        
1821         }
1822 /** buttons **/
1823 .button.creation1 {
1824     background-color: #fff;
1825     border: 1px solid #777777;
1826     border-radius: 3px 3px 3px 3px;
1827     box-shadow: 0 1px 1px #CFCFCF;
1828     font-weight: bolder;
1829          cursor: pointer;
1830 }
1831 .button.creation2 {
1832     background-color: #FF500F;
1833     border: 1px solid #777777;
1834     color: white;
1835     border-radius: 3px 3px 3px 3px;
1836     box-shadow: 0 1px 1px #CFCFCF;
1837     margin-left: 5px;
1838     font-weight: bolder;
1839          cursor: pointer;
1840 }
1841 /*input[type="submit"] {
1842         border: 0px;
1843     background-color: @ButtonBackgroundColor;
1844     color: @ButtonColor;
1845     padding: 0px 10px;
1846         .rounded(5px);
1847     height: 18px;
1848 }*/
1849 /** acl **/
1850 #photo-edit-perms-select, #photos-upload-permissions-wrapper, #profile-jot-acl-wrapper {
1851   display: block!important;
1852 }
1853 #acl-wrapper {
1854   width: 690px;
1855   float: left;
1856 }
1857 #acl-search {
1858   float: right;
1859   background: #ffffff url("../../../images/search_18.png") no-repeat right center;
1860   padding-right: 20px;
1861 }
1862 #acl-showall {
1863   float: left;
1864   display: block;
1865   width: auto;
1866   height: 18px;
1867   background-color: #cccccc;
1868   background-image: url("../../../images/show_all_off.png");
1869   background-position: 7px 7px;
1870   background-repeat: no-repeat;
1871   padding: 7px 5px 0px 30px;
1872   color: #999999;
1873   -moz-border-radius: 5px 5px 5px 5px;
1874   -webkit-border-radius: 5px 5px 5px 5px;
1875   border-radius: 5px 5px 5px 5px;
1876 }
1877 #acl-showall.selected {
1878   color: #000000;
1879   background-color: #ff9900;
1880   background-image: url("../../../images/show_all_on.png");
1881 }
1882 #acl-list {
1883   height: 210px;
1884   border: 1px solid #cccccc;
1885   clear: both;
1886   margin-top: 30px;
1887   overflow: auto;
1888 }
1889 .acl-list-item {
1890   display: block;
1891   width: 150px;
1892   height: 30px;
1893   border: 1px solid #cccccc;
1894   margin: 5px;
1895   float: left;
1896 }
1897 .acl-list-item img {
1898   width: 22px;
1899   height: 22px;
1900   float: left;
1901   margin: 4px;
1902 }
1903 .acl-list-item p {
1904   height: 12px;
1905   font-size: 10px;
1906   margin: 0px;
1907   padding: 2px 0px 1px;
1908   overflow: hidden;
1909 }
1910 .acl-list-item a {
1911   font-size: 8px;
1912   display: block;
1913   width: 40px;
1914   height: 10px;
1915   float: left;
1916   color: #999999;
1917   background-color: #cccccc;
1918   background-position: 3px 3px;
1919   background-repeat: no-repeat;
1920   margin-right: 5px;
1921   -webkit-border-radius: 2px ;
1922   -moz-border-radius: 2px;
1923   border-radius: 2px;
1924   padding-left: 15px;
1925 }
1926 #acl-wrapper a:hover {
1927   text-decoration: none;
1928   color: #000000;
1929 }
1930 .acl-button-show {
1931   background-image: url("../../../images/show_off.png");
1932 }
1933 .acl-button-hide {
1934   background-image: url("../../../images/hide_off.png");
1935 }
1936 .acl-button-show.selected {
1937   color: #000000;
1938   background-color: #9ade00;
1939   background-image: url("../../../images/show_on.png");
1940 }
1941 .acl-button-hide.selected {
1942   color: #000000;
1943   background-color: #ff4141;
1944   background-image: url("../../../images/hide_on.png");
1945 }
1946 .acl-list-item.groupshow {
1947   border-color: #9ade00;
1948 }
1949 .acl-list-item.grouphide {
1950   border-color: #ff4141;
1951 }
1952 /** /acl **/
1953 /** tab buttons 14618a**/
1954 ul.tabs {
1955   list-style-type: none;
1956   padding-bottom: 10px;
1957   font-size: 13px;
1958 }
1959 ul.tabs li {
1960   float: left;
1961   margin-left: 5px;
1962 }
1963 ul.tabs li .active {
1964     background-color: #535353;
1965     border: 1px solid #777777;
1966     color: white;
1967     border-radius: 3px 3px 3px 3px;
1968     box-shadow: 2px 2px 2px #CFCFCF;
1969     margin-left: 5px;
1970 }
1971 /**
1972  * Form fields
1973  */
1974 .field {
1975   margin-bottom: 10px;
1976   padding-bottom: 10px;
1977   overflow: auto;
1978   width: 100%;
1979 }
1980 .field label {
1981   float: left;
1982   width: 200px;
1983 }
1984 .field input, .field textarea {
1985   width: 400px;
1986 }
1987 .field textarea {
1988   height: 100px;
1989 }
1990 .field .field_help {
1991   display: block;
1992   margin-left: 200px;
1993   color: #666666;
1994 }
1995 .field .onoff {
1996   float: left;
1997   width: 80px;
1998 }
1999 .field .onoff a {
2000   display: block;
2001   border: 1px solid #666666;
2002   background-image: url("../../../images/onoff.jpg");
2003   background-repeat: no-repeat;
2004   padding: 4px 2px 2px 2px;
2005   height: 16px;
2006   text-decoration: none;
2007 }
2008 .field .onoff .off {
2009   border-color: #666666;
2010   padding-left: 40px;
2011   background-position: left center;
2012   background-color: #cccccc;
2013   color: #666666;
2014   text-align: right;
2015 }
2016 .field .onoff .on {
2017   border-color: #204A87;
2018   padding-right: 40px;
2019   background-position: right center;
2020   background-color: #D7E3F1;
2021   color: #204A87;
2022   text-align: left;
2023 }
2024 .field .hidden {
2025   display: none!important;
2026 }
2027 .field.radio .field_help {
2028   margin-left: 0px;
2029 }
2030 #directory-search-form{
2031         margin-bottom: 50px;
2032         }
2033 #profile-edit-links-end {
2034         clear: both;
2035         margin-bottom: 15px;
2036 }
2037
2038 #profile-edit-links ul { margin: 20px; padding-bottom: 20px; list-style: none; }
2039
2040 #profile-edit-links li {
2041   float: left;
2042   list-style: none;
2043   margin-left: 10px;
2044 }
2045
2046 .profile-edit-side-div {
2047   display: none;
2048 }
2049
2050 #register-form label,
2051 #profile-edit-form label {
2052         width: 300px; float: left;
2053 }
2054
2055 .required {
2056   display: inline;
2057   color: #B20202;
2058 }
2059
2060 /* oauth */
2061 .oauthapp {
2062   height: auto;
2063   overflow: auto;
2064   border-bottom: 2px solid #cccccc;
2065   padding-bottom: 1em;
2066   margin-bottom: 1em;
2067 }
2068 .oauthapp img {
2069   float: left;
2070   width: 48px;
2071   height: 48px;
2072   margin: 10px;
2073 }
2074 .oauthapp img.noicon {
2075   background-image: url("../../../images/icons/48/plugin.png");
2076   background-position: center center;
2077   background-repeat: no-repeat;
2078 }
2079 .oauthapp a {
2080   float: left;
2081 }
2082 /* contacts */
2083 .contact-entry-wrapper {
2084   width: 120px;
2085   height: 120px;
2086   float: left;
2087 }
2088 /* photo */
2089 .photo {
2090 box-shadow: 2px 2px 5px 0px #000000;
2091 margin: 2px 5px 2px 5px;
2092 max-height: 85%;
2093 max-width: 85%;
2094 border-radius: 10px;
2095 }
2096 .lframe {
2097   float: left;
2098   /*margin: 0px 10px 10px 0px;*/
2099 }
2100 /* profile match wrapper */
2101 .profile-match-wrapper {
2102   float: left;
2103   width: 90px;
2104   height: 90px;
2105   margin-bottom: 20px;
2106 }
2107 .profile-match-wrapper .contact-photo {
2108   width: 80px;
2109   height: 80px;
2110 }
2111 .profile-match-wrapper .contact-photo img {
2112   width: 80px;
2113   height: 80px;
2114 }
2115 .profile-match-wrapper {
2116   left: 0px;
2117   top: 63px;
2118 }
2119
2120 .contact-photo-menu-button {
2121         position: relative;
2122         background-image: url("../../../images/icons/16/menu.png");
2123         background-position: top left; 
2124         background-repeat: no-repeat;
2125         margin: 0px 0px -16px 0px; 
2126         padding: 0px;
2127         width: 16px;
2128         height: 16px;
2129         top: -16px; left:0px;
2130         overflow: hidden;
2131         text-indent: 40px;
2132         display: none;
2133         
2134 }
2135 .contact-photo-menu {
2136         width: 11em;
2137         border: 3px solid #364e59;
2138         color: #2d2d2d;
2139         background: #FFFFFF;
2140 /*        position: absolute;*/
2141         position: relative;
2142         left: 0px; top: 0px;
2143         display: none;
2144         z-index: 10000;
2145 }
2146 .contact-photo-menu ul { margin:0px; padding: 0px; list-style: none }
2147 .contact-photo-menu li a {
2148         display: block; 
2149         padding: 5px 10px; 
2150         color: #2d2d2d;
2151         text-decoration: none;
2152 }
2153 .contact-photo-menu li a:hover {
2154         background-color: #bdcdd4; 
2155 }
2156
2157 /* page footer */
2158 footer {
2159   height: 100px;
2160   display: table-row;
2161 }
2162
2163 blockquote {
2164     border-left: 1px solid #D2D2D2;
2165     padding-left: 9px;
2166     margin: 0 0 0 .8ex;
2167 }
2168 .aprofile dt{
2169 box-shadow: 1px 1px 5px 0;
2170     color: #666666;
2171     margin: 15px 0 5px;
2172     padding-left: 5px;  
2173         }
2174 /* ================== */
2175 /* = Contacts Block = */
2176 /* ================== */
2177
2178 .contact-block-img {
2179         width: 55px;
2180         height: 55px;
2181         padding-right: 3px;
2182 }
2183 .contact-block-div {
2184         float: left;
2185 }
2186
2187 .contact-block-textdiv { width: 150px; height: 34px; float: left; }
2188 #contact-block-end { clear: both; } 
2189
2190 #group-edit-wrapper {
2191         margin-bottom: 10px;
2192 }
2193
2194 #group-members-end {
2195         clear: both;
2196 }
2197 #group-edit-desc {
2198  margin-top: 15px;
2199 }
2200
2201 /*
2202 #group-separator,
2203 #prof-separator { display: none;}
2204 */
2205
2206 #prvmail-to-label, #prvmail-subject-label, #prvmail-message-label {
2207         margin-bottom: 10px;
2208         margin-top: 20px;
2209 }
2210
2211 #prvmail-submit {
2212         float: right;
2213         margin-top: 10px;
2214 }
2215
2216 #prvmail-subject
2217 {
2218 background: none repeat scroll 0 0 #FFFFFF;
2219 border: 1px solid #CCCCCC;
2220 border-radius: 5px 5px 5px 5px;
2221 font-weight: bold;
2222 height: 20px;
2223 margin: 0 0 5px;
2224 vertical-align: middle;
2225 }
2226 #prvmail-form{
2227  width: 597px;  
2228         }
2229         
2230 #prvmail-upload-wrapper,
2231 #prvmail-link-wrapper,
2232 #prvmail-rotator-wrapper {
2233         float: left;
2234         margin-top: 10px;
2235         margin-right: 10px;
2236         width: 24px;
2237 }
2238
2239 #prvmail-end {
2240         clear: both;
2241 }
2242
2243 .mail-list-sender,
2244 .mail-list-detail {
2245         float: left;
2246 }
2247 .mail-list-detail {
2248         margin-left: 20px;
2249 }
2250
2251 .mail-list-subject {
2252         font-size: 1.1em;
2253         margin-top: 10px;
2254 }
2255 a.mail-list-link {
2256     display: block;
2257     font-size: 1.3em;
2258     padding: 4px 0;
2259 }
2260
2261 /*
2262 *a.mail-list-link:hover {
2263 *       background-color: #15607B;
2264 *       color: #F5F6FB;
2265 *}
2266 */
2267
2268 .mail-list-outside-wrapper-end {
2269         clear: both;
2270 }
2271
2272 .mail-list-outside-wrapper {
2273         margin-top: 30px;
2274 }
2275
2276 .mail-list-delete-wrapper {
2277         float: right;
2278         margin-right: 30px;
2279         margin-top: 15px;
2280 }
2281
2282 .mail-list-delete-icon {
2283         border: none;
2284 }
2285
2286 .mail-conv-sender,
2287 .mail-conv-detail {
2288         float: left;
2289 }
2290 .mail-conv-detail {
2291         margin-left: 20px;
2292         width: 500px;
2293 }
2294
2295 .mail-conv-subject {
2296     font-size: 1.4em;
2297     margin: 10px 0;
2298 }
2299
2300 .mail-conv-outside-wrapper-end {
2301         clear: both;
2302 }
2303
2304 .mail-conv-outside-wrapper {
2305         margin-top: 30px;
2306 }
2307
2308 .mail-conv-delete-wrapper {
2309         float: right;
2310         margin-right: 30px;
2311         margin-top: 15px;
2312 }
2313 .mail-conv-break {
2314         clear: both;
2315 }
2316
2317 .mail-conv-delete-icon {
2318         border: none;
2319 }
2320
2321 /* ========== */
2322 /* = Events = */
2323 /* ========== */
2324 .eventcal {
2325         float: left;
2326         font-size: 20px;
2327 }
2328
2329 .vevent {
2330         border: 1px solid #CCCCCC;
2331 }
2332 .vevent .event-description, .vevent .event-location {
2333         margin-left: 10px;
2334         margin-right: 10px;
2335 }
2336 .vevent .event-start {
2337         margin-left: 10px;
2338         margin-right: 10px;
2339 }
2340
2341 #new-event-link {
2342         margin-bottom: 10px;
2343 }
2344
2345 .edit-event-link, .plink-event-link {
2346         float: left;
2347         margin-top: 4px;
2348         margin-right: 4px;
2349         margin-bottom: 15px;
2350 }
2351
2352 .event-description:before {
2353         content: url('../../../images/calendar.png');
2354         margin-right: 15px;
2355 }
2356
2357 .event-start, .event-end {
2358         margin-left: 10px;
2359         width: 330px;
2360         clear: both;
2361 }
2362
2363 .event-start .dtstart, .event-end .dtend {
2364         float: right;
2365 }
2366
2367 .event-list-date {
2368         margin-bottom: 10px;
2369 }
2370
2371 .prevcal, .nextcal {
2372         float: left;
2373         margin-left: 32px;
2374         margin-right: 32px;
2375         margin-top: 64px;
2376 }
2377 .event-calendar-end {
2378         clear: both;
2379 }
2380
2381  
2382 .calendar {
2383         font-family: Courier, monospace;
2384 }
2385 .calendar.eventcal a {
2386   color: #1872A2;       
2387         }
2388 .today {
2389         font-weight: bold;
2390         color: #FF0000;
2391 }
2392
2393 .settings-block {
2394         border: 1px solid #AAA;
2395         margin: 10px;
2396         padding: 10px;
2397 }
2398
2399 .app-title {
2400         margin: 10px;
2401 }
2402
2403 #identity-manage-desc {
2404         margin-top:15px;
2405         margin-bottom: 15px;
2406 }
2407
2408 #identity-manage-choose {
2409         margin-bottom: 15px;
2410 }
2411
2412 #identity-submit {
2413         margin-top: 20px;
2414 }
2415
2416 #photo-prev-link, #photo-next-link {
2417         padding: 10px;
2418         float: left;
2419 }
2420 .lightbox{
2421         float: left;
2422         }
2423 #photo-photo {
2424         float: left;
2425 }
2426 #photo-like-div .wall-item-like-buttons {
2427         float: left;
2428    margin-right: 10px;
2429         }
2430 .wall-item-like-buttons .icon.like {
2431 float: left;
2432 }
2433
2434 #photo-photo-end {
2435         clear: both;
2436 }
2437
2438 .tabs .comment-wwedit-wrapper {
2439         display: block;
2440    margin-top: 30px;
2441    margin-left: 50px;
2442         }
2443
2444 .profile-match-photo {
2445         float: left;
2446         text-align: center;
2447         width: 120px;
2448 }
2449
2450 .profile-match-name {
2451         float: left;
2452         text-align: center;
2453         width: 120px;
2454         overflow: hidden;
2455 }
2456
2457 .profile-match-break,
2458 .profile-match-end {
2459         clear: both;
2460 }
2461
2462 .profile-match-connect {
2463         text-align: center;
2464         font-weight: bold;
2465 }
2466
2467 .profile-match-wrapper {
2468         float: left;
2469         padding: 10px;
2470         width: 120px;
2471         height: 120px;
2472         scroll: auto;
2473 }
2474 #profile-match-wrapper-end {
2475         clear: both;
2476 }
2477
2478 /* ============= */
2479 /* = Directory = */
2480 /* ============= */
2481 /* contacts menu */
2482 .contact-photo-wrapper {
2483   position: relative;
2484 }
2485 .contact-photo {
2486   width: 48px;
2487   height: 48px;
2488   overflow: hidden;
2489   display: block;
2490 }
2491 .contact-photo img {
2492   width: 48px;
2493   height: 48px;
2494 }
2495 .contact-photo-menu-button {
2496   display: none;
2497   /* position: absolute; */
2498   /* position: absolute; */
2499   left: 0px;
2500   top: -16px;
2501 }
2502 .contact-wrapper {
2503   float: left;
2504   width: 90px;
2505   height: 90px;
2506   margin-bottom: 15px;
2507 }
2508 .contact-wrapper .contact-photo {
2509   width: 80px;
2510   height: 80px;
2511 }
2512 .contact-wrapper .contact-photo img {
2513   width: 80px;
2514   height: 80px;
2515 }
2516 .contact-wrapper .contact-photo-menu-button {
2517   left: 0px;
2518   top: 63px;
2519 }
2520 .directory-item {
2521   float: left;
2522   width: 200px;
2523   height: 200px;
2524 }
2525 .directory-item .contact-photo {
2526   width: 175px;
2527   height: 175px;
2528 }
2529 .directory-item .contact-photo img {
2530   width: 175px;
2531   height: 175px;
2532 }
2533 .contact-name {
2534   text-align: left;
2535   font-weight: bold;
2536   font-size: 12px;
2537 }
2538 .contact-details {
2539   color: #999999;
2540 }
2541 #side-bar-photos-albums{
2542         margin-top: 15px;       
2543         }
2544 .photo-top-photo, .photo-album-photo {
2545   -webkit-border-radius: 5px 5px 0 0;
2546   -moz-border-radius: 5px 5px 0 0;
2547   border-radius: 5px 5px 0 0;
2548 }
2549 .photo-album-image-wrapper, .photo-top-image-wrapper {
2550   float: left;
2551    -moz-box-shadow: 0 0 5px #888;
2552    -webkit-box-shadow: 0 0 5px #888;
2553    box-shadow: 0 0 5px #888;
2554   background-color: #000;
2555    -webkit-border-radius: 5px;
2556    -moz-border-radius: 5px;
2557   border-radius: 5px;
2558   padding-bottom: 20px;
2559   position: relative;
2560   margin: 0 10px 10px 0;
2561   width: 200px; height: 140px;
2562   overflow: hidden;  
2563 }
2564 .photo-top-album-name {
2565         width: 100%;
2566         position: absolute; 
2567         bottom: 0px; 
2568         padding-left: 3px;
2569         background-color: #EEE;
2570 }
2571 .photo-top-album-link{
2572   color: #1872A2;
2573         }
2574 .photo-top-album-img{
2575         
2576         }
2577 /*.photo-top-image-wrapper {
2578         position: relative;
2579         float: left;
2580         margin-top: 15px;
2581         margin-right: 15px;
2582         width: 200px; height: 200px; 
2583         overflow: hidden; 
2584 }
2585 .photo-top-album-name {
2586         width: 100%;
2587         min-height: 2em;
2588         position: absolute; 
2589         bottom: 0px; 
2590         padding: 0px 3px;
2591         padding-top: 0.5em;
2592         background-color: rgb(255, 255, 255);
2593 }*/
2594 #photo-top-end {
2595         clear: both;
2596 }
2597
2598 #photo-top-links {
2599         margin-bottom: 30px;
2600         margin-left: 30px;
2601 }
2602
2603 #photos-upload-newalbum-div {
2604         float: left;
2605         width: 175px;
2606 }
2607