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