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