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