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