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