]> git.mxchange.org Git - friendica.git/blob - view/theme/diabook/diabook-red/style.css
Merge remote-tracking branch 'upstream/master'
[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 .my-comment-photo {
1546   width: 48px;
1547   margin-left: 40px;
1548   margin-right: 32px;
1549         }
1550 .comment-edit-preview {
1551   width: 500px;
1552   margin-top: 10px;
1553 }
1554 .comment-edit-text-empty {
1555     width: 500px;
1556     border: 1px solid #D2D2D2;
1557     height: 3.2em;
1558     color: #2d2d2d;
1559 }
1560 .comment-edit-text-full {
1561   font-size: 12.5px;
1562   height: 3.3em;
1563   
1564   border: 1px solid #D2D2D2;
1565   width: 500px;
1566 }
1567 .comment-edit-photo {
1568     margin: 10px 0 0;
1569     display: table-cell;
1570 }
1571
1572
1573 .wall-item-container .wall-item-item, .wall-item-container .wall-item-bottom {
1574   display: table-row;
1575 }
1576 .wall-item-bottom {
1577   font-size: 13px;
1578 }
1579 .wall-item-container .wall-item-bottom {
1580 /*  opacity: 0.5;
1581   -webkit-transition: all 0.2s ease-in-out;
1582   -moz-transition: all 0.2s ease-in-out;
1583   -o-transition: all 0.2s ease-in-out;
1584   -ms-transition: all 0.2s ease-in-out;
1585   transition: all 0.2s ease-in-out; */
1586 }
1587 .wall-item-container:hover .wall-item-bottom {
1588 /*  opacity: 1;
1589   -webkit-transition: all 0.2s ease-in-out;
1590   -moz-transition: all 0.2s ease-in-out;
1591   -o-transition: all 0.2s ease-in-out;
1592   -ms-transition: all 0.2s ease-in-out;
1593   transition: all 0.2s ease-in-out; */
1594 }
1595 .wall-item-container .wall-item-info {
1596   display: table-cell;
1597   vertical-align: top;
1598   text-align: left;
1599   width: 80px;
1600 }
1601 .wall-item-container .wall-item-location {
1602   padding-right: 40px;
1603   display: table-cell;
1604 }
1605 .wall-item-container .wall-item-ago {
1606   word-wrap: break-word;
1607   width: 50px;
1608   margin-left: 10px;
1609   color: #999;
1610 }
1611 .wall-item-location {
1612   
1613   clear: both;
1614   overflow: hidden;
1615   
1616   margin-bottom: 5px;
1617 }
1618
1619 .wall-item-container .wall-item-content {
1620
1621   max-width: 720px;
1622   word-wrap: break-word;
1623
1624
1625 }
1626
1627 .wall-item-container .wall-item-content img {
1628   max-width: 700px;
1629 }
1630 .wall-item-container .wall-item-links, .wall-item-container .wall-item-actions {
1631   display: table-cell;
1632   vertical-align: middle;
1633 }
1634 .wall-item-container .wall-item-links .icon, .wall-item-container .wall-item-actions .icon {
1635   opacity: 0.5;
1636   -webkit-transition: all 0.2s ease-in-out;
1637   -moz-transition: all 0.2s ease-in-out;
1638   -o-transition: all 0.2s ease-in-out;
1639   -ms-transition: all 0.2s ease-in-out;
1640   transition: all 0.2s ease-in-out;
1641 }
1642 .wall-item-container .wall-item-links .icon:hover, .wall-item-container .wall-item-actions .icon:hover {
1643   opacity: 1;
1644   -webkit-transition: all 0.2s ease-in-out;
1645   -moz-transition: all 0.2s ease-in-out;
1646   -o-transition: all 0.2s ease-in-out;
1647   -ms-transition: all 0.2s ease-in-out;
1648   transition: all 0.2s ease-in-out;
1649 }
1650 .wall-item-container .wall-item-name {
1651   font-weight: bold;
1652 }
1653 .wall-item-container .wall-item-actions-author {
1654   width: 100%;
1655   margin-bottom: 0.3em;
1656 }
1657 .wall-item-container .wall-item-actions-social {
1658   float: left;
1659   margin-bottom: 1px;
1660   display: table-cell;
1661 }
1662 .wall-item-container .wall-item-actions-social a {
1663   margin-right: 1em;
1664 }
1665 .wall-item-actions-social a {
1666   float: left;
1667 }
1668 .wall-item-container .wall-item-actions-tools {
1669   float: right;
1670   width: 80px;
1671   display: table-cell;done
1672 }
1673 .wall-item-container .wall-item-actions-tools a {
1674   float: right;
1675 }
1676 .wall-item-container .wall-item-actions-tools input {
1677   float: right;
1678 }
1679 .wall-item-container.comment {
1680   margin-top: 5px;
1681   margin-bottom: 5px;
1682   margin-left: 80px;
1683   width: 700px;
1684   border-bottom: 1px solid hsl(198, 21%, 79%);
1685 }
1686 .wall-item-container.comment .contact-photo {
1687   width: 32px;
1688   height: 32px;
1689   margin-left: 16px;
1690   /*background: url(../../../images/icons/22/user.png) no-repeat center center;*/
1691
1692 }
1693 .wall-item-container.comment {
1694   top: 15px !important;
1695   left: 15px !important;
1696 }
1697 .wall-item-container.comment .wall-item-links {
1698   padding-left: 12px;
1699 }
1700 .wall-item-comment-wrapper {
1701   margin: 1px 5px 5px 80px;
1702 }
1703 .wall-item-comment-wrapper .comment-edit-photo {
1704   display: none;
1705 }
1706 .wall-item-comment-wrapper textarea {
1707   height: 2.0em;
1708   width: 100%;
1709   font-size: 10px;
1710   color: #999999;
1711   border: 1px solid #DDD;
1712   padding: 0.3em;
1713   font-size: 14px;
1714 }
1715 .wall-item-comment-wrapper .comment-edit-text-full {
1716   font-size: 14px;
1717   height: 4em;
1718   color: #2d2d2d;
1719   border: 1px solid #2d2d2d;
1720 }
1721 .comment-edit-preview {
1722   width: 500px;
1723   margin-top: 10px;
1724   background-color:  #fff797;
1725 }
1726 .comment-edit-preview .contact-photo {
1727   width: 32px;
1728   height: 32px;
1729   margin-left: 16px;
1730   /*background: url(../../../images/icons/22/user.png) no-repeat center center;*/
1731
1732 }
1733 .comment-edit-preview {
1734   top: 15px !important;
1735   left: 15px !important;
1736 }
1737 .comment-edit-preview .wall-item-links {
1738   padding-left: 12px;
1739 }
1740 .comment-edit-preview .wall-item-container {
1741   width: 700px;
1742 }
1743 .comment-edit-preview .tread-wrapper {
1744   width: 700px;
1745   padding: 0;
1746   margin: 10px 0;
1747 }
1748
1749 .shiny {
1750   /* border-right: 10px solid #fce94f; */
1751         border-right: 1px solid #A7C7F7;
1752         padding-right: 12px;
1753 }
1754
1755 #jot-preview-content{
1756         margin-top: 30px;}
1757         
1758 #jot-preview-content .tread-wrapper {
1759   background-color: #fff797;
1760 }
1761
1762 span#jot-preview-link.tab.button{
1763         float: right;
1764         margin-left: 10px;
1765         margin-right: 14px;
1766         margin-top: 2px;
1767         font-size: 11px;
1768         font-weight: bolder;
1769         cursor: pointer;
1770         border: 0px;
1771 }
1772
1773 .wall-item-tags {
1774   padding-top: 1px;
1775   padding-bottom: 2px;
1776 }
1777 .tag {
1778   /*background: url("../../../images/tag_b.png") repeat-x center left;*/
1779   color: #999;
1780   padding-left: 3px;
1781   font-size: 12px;
1782 }
1783 .tag a {
1784   padding-right: 5px;
1785   /*background: url("../../../images/tag.png") no-repeat center right;*/
1786   color: #999;
1787 }
1788 .wwto {
1789   position: absolute !important;
1790   width: 25px;
1791   height: 25px;
1792   background: #FFFFFF;
1793   border: 2px solid #364e59;
1794   height: 25px;
1795   width: 25px;
1796   overflow: hidden;
1797   padding: 1px;
1798   position: absolute !important;
1799   top: 40px;
1800   left: 30px;
1801   -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
1802   -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
1803   box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
1804 }
1805 .wwto .contact-photo {
1806   width: auto;
1807   height: 25px;
1808 }
1809 /* contacts menu */
1810 .contact-photo-wrapper {
1811   position: relative;
1812   width: 80px;
1813 }
1814
1815 .contact-photo-wrapper.wwto {
1816   width: 25px;
1817 }
1818
1819 .contact-photo {
1820   width: 48px;
1821   height: 48px;
1822   overflow: hidden;
1823   display: block;
1824 }
1825 .contact-photo img {
1826   width: 48px;
1827   height: 48px;
1828 }
1829
1830 .contact-wrapper {
1831   float: left;
1832   width: 90px;
1833   height: 90px;
1834   margin-bottom: 15px;
1835 }
1836 .contact-wrapper .contact-photo {
1837   width: 80px;
1838   height: 80px;
1839 }
1840 .contact-wrapper .contact-photo img {
1841   width: 80px;
1842   height: 80px;
1843 }
1844 .contact-wrapper {
1845   left: 0px;
1846   top: 63px;
1847 }
1848 .contact-photo {
1849   width: 48px;
1850   height: 48px;
1851 }
1852 .contact-photo img {
1853   width: 48px;
1854   height: 48px;
1855 }
1856 .contact-name {
1857   /* text-align: center; */
1858   /*font-weight: bold;*/
1859   font-size: 12px;
1860 }
1861 .contact-details {
1862   color: #999999;
1863 }
1864 /* editor */
1865 .jothidden {
1866   display: none;
1867 }
1868 #jot {
1869   width: 785px;
1870   margin: 0px 2em 20px 0px;
1871 }
1872 #profile-jot-form #profile-jot-text {
1873   height: 2.0em;
1874   width: 99%;
1875   font-size: 15px;
1876   color: #999999;
1877   border: 1px solid #DDD;
1878   padding: 0.3em;
1879   margin-bottom: 10px;
1880 }
1881 .grey
1882 {
1883   display: inline;
1884   float: right; 
1885         }
1886 #jot #jot-tools {
1887   margin: 0px;
1888   padding: 0px;
1889   height: 40px;
1890   overflow: none;
1891   width: 783px;
1892   background-color: #fff;
1893   border-bottom: 2px solid #9eabb0;
1894 }
1895
1896 #jot #jot-tools li {
1897   list-style: none;
1898   float: left;
1899   width: 80px;
1900   height: 40px;
1901   border-bottom: 2px solid #9eabb0;
1902 }
1903 #jot #jot-tools li a {
1904   display: block;
1905   color: #cccccc;
1906   width: 100%;
1907   height: 40px;
1908   text-align: center;
1909   line-height: 40px;
1910   overflow: hidden;
1911 }
1912 #jot #jot-tools li:hover {
1913   background-color: #364e59;
1914   border-bottom: 2px solid #bdcdd4;
1915 }
1916 #jot #jot-tools li.perms {
1917   float: right;
1918   width: 40px;
1919 }
1920 #jot #jot-tools li.perms a.unlock {
1921   width: 30px;
1922   border-left: 10px solid #cccccc;
1923   background-color: #cccccc;
1924   background-position: left center;
1925 }
1926 #jot #jot-tools li.perms a.lock {
1927   width: 30px;
1928   border-left: 10px solid #666666;
1929   background-color: #666666;
1930 }
1931 #jot #jot-tools li.submit {
1932   float: right;
1933   background-color: #cccccc;
1934   border-bottom: 2px solid #cccccc;
1935   border-right: 1px solid #666666;
1936   border-left: 1px solid #666666;
1937 }
1938 #jot #jot-tools li.submit input {
1939   border: 0px;
1940   margin: 0px;
1941   padding: 0px;
1942   background-color: #cccccc;
1943   color: #666666;
1944   width: 80px;
1945   height: 40px;
1946   line-height: 40px;
1947 }
1948 #jot #jot-tools li.submit input:hover {
1949   background-color: #bdcdd4;
1950   color: #666666;
1951 }
1952 #jot #jot-tools li.loading {
1953   float: right;
1954   background-color: #ffffff;
1955   width: 20px;
1956   vertical-align: center;
1957   text-align: center;
1958   border-top: 2px solid #9eabb0;
1959   height: 38px;
1960 }
1961 #jot #jot-tools li.loading img {
1962   margin-top: 10px;
1963 }
1964 #profile-jot-form #jot-title, #profile-jot-form #jot-category {
1965     
1966          border-radius: 5px 5px 5px 5px;
1967     font-weight: bold;
1968     height: 20px;
1969     margin: 0 0 5px;
1970     width: 60%;
1971     border: 1px solid #d2d2d2;
1972 }
1973 #profile-jot-form #jot-title:-webkit-input-placeholder {
1974   font-weight: normal;
1975 }
1976 #profile-jot-form #jot-title:-moz-placeholder {
1977   font-weight: normal;
1978 }
1979 #profile-jot-form #profile-jot-text_parent #profile-jot-text_tbl{
1980         width: 785px;
1981         height: 100px;
1982         }
1983 #jot #jot-title:hover {
1984   border: 1px solid #999999;
1985 }
1986 #jot #jot-title:focus {
1987   border: 1px solid #999999;
1988 }
1989 #jot #character-counter {
1990   width: 80px;
1991   float: right;
1992   text-align: right;
1993   height: 20px;
1994   line-height: 20px;
1995   padding-right: 20px;
1996 }
1997 #jot-perms-icon, 
1998 #profile-location,
1999 #profile-nolocation,
2000 #profile-youtube, 
2001 #profile-video, 
2002 #profile-audio,
2003 #profile-link,
2004 #profile-title, 
2005 #wall-image-upload,
2006 #wall-file-upload,
2007 #wall-image-upload-div,
2008 #wall-file-upload-div,
2009 .hover, .focus {
2010         cursor: pointer;
2011         margin-top: 2px;
2012 }
2013 #profile-jot-wrapper{
2014         margin: 0 2em 20px 0;
2015    width: 785px;
2016         }
2017
2018 #profile-jot-submit-wrapper {
2019         margin-bottom: 50px;
2020         width: 785px;
2021 }
2022
2023 #profile-jot-submit {
2024         float: right;
2025         margin-top: 2px;
2026         font-size: 14px;
2027 }
2028 #profile-upload-wrapper {
2029         float: left;
2030         margin-top: 2px;
2031         margin-left: 10px;
2032         
2033 }
2034 #profile-attach-wrapper {
2035         float: left;
2036         margin-left: 15px;
2037         margin-top: 2px;
2038 }
2039 #profile-rotator {
2040         float: left;
2041         margin-left: 30px;
2042         margin-top: 2px;
2043 }
2044 #profile-link-wrapper {
2045         float: left;
2046         margin-left: 15px;
2047         margin-top: 2px;
2048 }
2049 #profile-youtube-wrapper {
2050         float: left;
2051         margin-left: 15px;
2052         margin-top: 2px;
2053 }
2054 #profile-video-wrapper {
2055         float: left;
2056         margin-left: 15px;
2057         margin-top: 2px;
2058 }
2059 #profile-audio-wrapper {
2060         float: left;
2061         margin-left: 15px;
2062         margin-top: 2px;
2063 }
2064 #profile-location-wrapper {
2065         float: left;
2066         margin-left: 15px;
2067         margin-top: 2px;
2068 }
2069 #profile-jot-perms {
2070         float: left;
2071         margin-left: 45px;
2072         margin-top: 2px;
2073 }
2074 #jot-preview-link {
2075         float: right;
2076         margin-left: 10px;
2077         margin-top: 2px;
2078         font-size: 9px;
2079         font-weight: bolder;
2080         cursor: pointer;
2081 }
2082 #profile-jot-perms{
2083    float: right;
2084         margin-left: 10px;
2085         margin-top: 2px;        
2086         }
2087 /** buttons **/
2088 .button.creation1 {
2089     background-color: #fff;
2090     border: 1px solid #777777;
2091     border-radius: 3px 3px 3px 3px;
2092     box-shadow: 0 1px 1px #CFCFCF;
2093     font-weight: bolder;
2094          cursor: pointer;
2095 }
2096 .button.creation2 {
2097     background-color: #FF500F;
2098     border: 1px solid #777777;
2099     color: white;
2100     border-radius: 3px 3px 3px 3px;
2101     box-shadow: 0 1px 1px #CFCFCF;
2102     margin-left: 5px;
2103     font-weight: bolder;
2104          cursor: pointer;
2105 }
2106 /*input[type="submit"] {
2107         border: 0px;
2108     background-color: @ButtonBackgroundColor;
2109     color: @ButtonColor;
2110     padding: 0px 10px;
2111         .rounded(5px);
2112     height: 18px;
2113 }*/
2114 /** acl **/
2115 #photo-edit-perms-select, #photos-upload-permissions-wrapper, #profile-jot-acl-wrapper {
2116   display: block!important;
2117 }
2118 #acl-wrapper {
2119   width: 690px;
2120   float: left;
2121 }
2122 #acl-search {
2123   float: right;
2124   background: #ffffff url("../../../images/search_18.png") no-repeat right center;
2125   padding-right: 20px;
2126 }
2127 #acl-showall {
2128   float: left;
2129   display: block;
2130   width: auto;
2131   height: 18px;
2132   background-color: #cccccc;
2133   background-image: url("../../../images/show_all_off.png");
2134   background-position: 7px 7px;
2135   background-repeat: no-repeat;
2136   padding: 7px 5px 0px 30px;
2137   color: #999999;
2138   -moz-border-radius: 5px 5px 5px 5px;
2139   -webkit-border-radius: 5px 5px 5px 5px;
2140   border-radius: 5px 5px 5px 5px;
2141 }
2142 #acl-showall.selected {
2143   color: #000000;
2144   background-color: #ff9900;
2145   background-image: url("../../../images/show_all_on.png");
2146 }
2147 #acl-list {
2148   height: 210px;
2149   border: 1px solid #cccccc;
2150   clear: both;
2151   margin-top: 30px;
2152   overflow: auto;
2153 }
2154 .acl-list-item {
2155   display: block;
2156   width: 150px;
2157   height: 30px;
2158   border: 1px solid #cccccc;
2159   margin: 5px;
2160   float: left;
2161 }
2162 .acl-list-item img {
2163   width: 22px;
2164   height: 22px;
2165   float: left;
2166   margin: 4px;
2167 }
2168 .acl-list-item p {
2169   height: 12px;
2170   font-size: 10px;
2171   margin: 0px;
2172   padding: 2px 0px 1px;
2173   overflow: hidden;
2174 }
2175 .acl-list-item a {
2176   font-size: 8px;
2177   display: block;
2178   width: 40px;
2179   height: 10px;
2180   float: left;
2181   color: #999999;
2182   background-color: #cccccc;
2183   background-position: 3px 3px;
2184   background-repeat: no-repeat;
2185   margin-right: 5px;
2186   -webkit-border-radius: 2px ;
2187   -moz-border-radius: 2px;
2188   border-radius: 2px;
2189   padding-left: 15px;
2190 }
2191 #acl-wrapper a:hover {
2192   text-decoration: none;
2193   color: #000000;
2194 }
2195 .acl-button-show {
2196   background-image: url("../../../images/show_off.png");
2197 }
2198 .acl-button-hide {
2199   background-image: url("../../../images/hide_off.png");
2200 }
2201 .acl-button-show.selected {
2202   color: #000000;
2203   background-color: #9ade00;
2204   background-image: url("../../../images/show_on.png");
2205 }
2206 .acl-button-hide.selected {
2207   color: #000000;
2208   background-color: #ff4141;
2209   background-image: url("../../../images/hide_on.png");
2210 }
2211 .acl-list-item.groupshow {
2212   border-color: #9ade00;
2213 }
2214 .acl-list-item.grouphide {
2215   border-color: #ff4141;
2216 }
2217 /** /acl **/
2218 /** tab buttons 14618a**/
2219 ul.tabs {
2220   list-style-type: none;
2221   padding-bottom: 10px;
2222   font-size: 13px;
2223 }
2224 ul.tabs li {
2225   float: left;
2226   margin-left: 5px;
2227 }
2228 ul.tabs li .active {
2229     background-color: #535353;
2230     border: 1px solid #777777;
2231     color: white;
2232     border-radius: 3px 3px 3px 3px;
2233     box-shadow: 2px 2px 2px #CFCFCF;
2234     margin-left: 5px;
2235 }
2236 //settings tabs
2237 ul.rs_tabs {
2238   list-style-type: none;
2239   font-size: 11px;
2240 }
2241 ul.rs_tabs li {
2242   float: left;
2243   margin-bottom: 30px;
2244   clear: both;
2245 }
2246 ul.rs_tabs li .selected {
2247     background-color: #535353;
2248     border: 1px solid #777777;
2249     color: white;
2250     border-radius: 3px 3px 3px 3px;
2251     box-shadow: 2px 2px 2px #CFCFCF;
2252     font-size: 13px;
2253 }
2254 .rs_tabs {
2255     list-style-type: none;
2256     font-size: 11px;
2257     background-position: 0 -20px;
2258     background-repeat: repeat-x;
2259     height: 27px;
2260     padding: 0;
2261  }
2262 .rs_tab.button {        
2263     /*background: none repeat scroll 0 0 #F8F8F8;*/
2264     border: 1px solid #CCCCCC;
2265     border-radius: 3px 3px 3px 3px;
2266     font-weight: bolder;
2267     padding: 3px;
2268     color:  #333333;
2269     text-decoration: none;
2270         }
2271 /**
2272  * Form fields
2273  */
2274 .field {
2275   margin-bottom: 10px;
2276   padding-bottom: 10px;
2277   overflow: auto;
2278   width: 100%;
2279 }
2280 .field label {
2281   float: left;
2282   width: 200px;
2283 }
2284 .field input, .field textarea {
2285   width: 400px;
2286 }
2287 .field textarea {
2288   height: 100px;
2289 }
2290 .field .field_help {
2291   display: block;
2292   margin-left: 200px;
2293   color: #666666;
2294 }
2295 .field .onoff {
2296   float: left;
2297   width: 80px;
2298 }
2299 .field .onoff a {
2300   display: block;
2301   border: 1px solid #666666;
2302   background-image: url("../../../images/onoff.jpg");
2303   background-repeat: no-repeat;
2304   padding: 4px 2px 2px 2px;
2305   height: 16px;
2306   text-decoration: none;
2307 }
2308 .field .onoff .off {
2309   border-color: #666666;
2310   padding-left: 40px;
2311   background-position: left center;
2312   background-color: #cccccc;
2313   color: #666666;
2314   text-align: right;
2315 }
2316 .field .onoff .on {
2317   border-color: #204A87;
2318   padding-right: 40px;
2319   background-position: right center;
2320   background-color: #D7E3F1;
2321   color: #204A87;
2322   text-align: left;
2323 }
2324 .field .hidden {
2325   display: none!important;
2326 }
2327 .field.radio .field_help {
2328   margin-left: 0px;
2329 }
2330 .suggest-select {
2331 width: 500px;
2332 height: 350px;  
2333         }
2334 .message-to-select {
2335         width: 400px;
2336    height: 150px;
2337         }
2338 #directory-search-form{
2339         margin-bottom: 50px;
2340         }
2341 #profile-edit-links-end {
2342         clear: both;
2343         margin-bottom: 15px;
2344 }
2345
2346 #profile-edit-links ul { margin: 20px; padding-bottom: 20px; list-style: none; }
2347
2348 #profile-edit-links li {
2349   float: left;
2350   list-style: none;
2351   margin-left: 10px;
2352 }
2353
2354 .profile-edit-side-div {
2355   display: none;
2356 }
2357
2358 #register-form label,
2359 #profile-edit-form label {
2360         width: 300px; float: left;
2361 }
2362
2363 .required {
2364   display: inline;
2365   color: #B20202;
2366 }
2367
2368 /* oauth */
2369 .oauthapp {
2370   height: auto;
2371   overflow: auto;
2372   border-bottom: 2px solid #cccccc;
2373   padding-bottom: 1em;
2374   margin-bottom: 1em;
2375 }
2376 .oauthapp img {
2377   float: left;
2378   width: 48px;
2379   height: 48px;
2380   margin: 10px;
2381 }
2382 .oauthapp img.noicon {
2383   background-image: url("../../../images/icons/48/plugin.png");
2384   background-position: center center;
2385   background-repeat: no-repeat;
2386 }
2387 .oauthapp a {
2388   float: left;
2389 }
2390 /* contacts */
2391 .contact-entry-wrapper {
2392   width: 120px;
2393   height: 120px;
2394   float: left;
2395 }
2396 /* photo */
2397 .photo {
2398 box-shadow: 2px 2px 5px 0px #000000;
2399 margin: 0px;
2400 border-radius: 10px;
2401 height: 145px !important;
2402 width: 145px !important;
2403 }
2404 .lframe {
2405   float: left;
2406   /*margin: 0px 10px 10px 0px;*/
2407 }
2408 /* profile match wrapper */
2409 .profile-match-wrapper {
2410   float: left;
2411   width: 90px;
2412   height: 90px;
2413   margin-bottom: 20px;
2414 }
2415 .profile-match-wrapper .contact-photo {
2416   width: 80px;
2417   height: 80px;
2418 }
2419 .profile-match-wrapper .contact-photo img {
2420   width: 80px;
2421   height: 80px;
2422 }
2423 .profile-match-wrapper {
2424   left: 0px;
2425   top: 63px;
2426 }
2427
2428 .contact-photo-menu-button {
2429         position: relative;
2430         background-image: url("../../../images/icons/16/menu.png");
2431         background-position: top left; 
2432         background-repeat: no-repeat;
2433         margin: 0px 0px -16px 0px; 
2434         padding: 0px;
2435         width: 16px;
2436         height: 16px;
2437         top: -16px; left:0px;
2438         overflow: hidden;
2439         text-indent: 40px;
2440         display: none;
2441         
2442 }
2443 .contact-photo-menu {
2444         width: 11em;
2445         border: 3px solid #364e59;
2446         color: #2d2d2d;
2447         background: #FFFFFF;
2448 /*        position: absolute;*/
2449         position: relative;
2450         left: 0px; top: 0px;
2451         display: none;
2452         z-index: 10000;
2453 }
2454 .contact-photo-menu ul { margin:0px; padding: 0px; list-style: none }
2455 .contact-photo-menu li a {
2456         display: block; 
2457         padding: 5px 10px; 
2458         color: #2d2d2d;
2459         text-decoration: none;
2460 }
2461 .contact-photo-menu li a:hover {
2462         background-color: #bdcdd4; 
2463 }
2464
2465 /* page footer */
2466 footer {
2467   height: 100px;
2468   display: table-row;
2469 }
2470
2471 blockquote {
2472     border-left: 1px solid #D2D2D2;
2473     padding-left: 9px;
2474     margin: 0 0 0 .8ex;
2475          color: #777;
2476 }
2477 .oembed {
2478         
2479         font-weight: bold;
2480 }
2481 .aprofile dt{
2482 box-shadow: 1px 1px 5px 0;
2483     color: #666666;
2484     margin: 15px 0 5px;
2485     padding-left: 5px;  
2486         }
2487 /* ================== */
2488 /* = Contacts Block = */
2489 /* ================== */
2490
2491 .contact-block-img {
2492         width: 55px;
2493         height: 55px;
2494         padding-right: 3px;
2495 }
2496 .contact-block-div {
2497         float: left;
2498 }
2499
2500 .contact-block-textdiv { width: 150px; height: 34px; float: left; }
2501 #contact-block-end { clear: both; } 
2502
2503 #group-edit-wrapper {
2504         margin-bottom: 10px;
2505 }
2506
2507 #group-members-end {
2508         clear: both;
2509 }
2510 #group-edit-desc {
2511  margin-top: 15px;
2512 }
2513
2514 /*
2515 #group-separator,
2516 #prof-separator { display: none;}
2517 */
2518 #prof-members-end{
2519         clear: both;
2520         }
2521
2522 #prvmail-to-label, #prvmail-subject-label, #prvmail-message-label {
2523         margin-bottom: 10px;
2524         margin-top: 20px;
2525 }
2526
2527 #prvmail-submit {
2528         float: right;
2529         margin-top: 10px;
2530 }
2531
2532 #prvmail-subject
2533 {
2534 background: none repeat scroll 0 0 #FFFFFF;
2535 border: 1px solid #CCCCCC;
2536 border-radius: 5px 5px 5px 5px;
2537 font-weight: bold;
2538 height: 20px;
2539 margin: 0 0 5px;
2540 vertical-align: middle;
2541 }
2542 #prvmail-form{
2543  width: 597px;  
2544         }
2545         
2546 #prvmail-upload-wrapper,
2547 #prvmail-link-wrapper,
2548 #prvmail-rotator-wrapper {
2549         float: left;
2550         margin-top: 10px;
2551         margin-right: 10px;
2552         width: 24px;
2553 }
2554
2555 #prvmail-end {
2556         clear: both;
2557 }
2558
2559 .mail-list-sender,
2560 .mail-list-detail {
2561         float: left;
2562 }
2563 .mail-list-detail {
2564         margin-left: 20px;
2565 }
2566
2567 .mail-list-subject {
2568         font-size: 1.1em;
2569         margin-top: 10px;
2570 }
2571 a.mail-list-link {
2572     display: block;
2573     font-size: 1.3em;
2574     padding: 4px 0;
2575 }
2576
2577 /*
2578 *a.mail-list-link:hover {
2579 *       background-color: #15607B;
2580 *       color: #F5F6FB;
2581 *}
2582 */
2583
2584 .mail-list-outside-wrapper-end {
2585         clear: both;
2586 }
2587
2588 .mail-list-outside-wrapper {
2589         margin-top: 30px;
2590 }
2591
2592 .mail-list-delete-wrapper {
2593         float: right;
2594         margin-right: 30px;
2595         margin-top: 15px;
2596 }
2597
2598 .mail-list-delete-icon {
2599         border: none;
2600 }
2601
2602 .mail-conv-sender,
2603 .mail-conv-detail {
2604         float: left;
2605 }
2606 .mail-conv-detail {
2607         margin-left: 20px;
2608         width: 500px;
2609 }
2610
2611 .mail-conv-subject {
2612     font-size: 1.4em;
2613     margin: 10px 0;
2614 }
2615
2616 .mail-conv-outside-wrapper-end {
2617         clear: both;
2618 }
2619
2620 .mail-conv-outside-wrapper {
2621         margin-top: 30px;
2622 }
2623
2624 .mail-conv-delete-wrapper {
2625         float: right;
2626         margin-right: 30px;
2627         margin-top: 15px;
2628 }
2629 .mail-conv-break {
2630         clear: both;
2631 }
2632
2633 .mail-conv-delete-icon {
2634         border: none;
2635 }
2636
2637 /* ========== */
2638 /* = Events = */
2639 /* ========== */
2640 .eventcal {
2641         float: left;
2642         font-size: 20px;
2643 }
2644
2645 .vevent {
2646 position: relative;
2647 width: 400px;
2648 padding: 20px;
2649 padding-top: 10px;
2650 margin: 0 0px;
2651 margin-bottom: 10px;
2652 background-color: white;
2653 -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1);
2654 -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1);
2655 box-shadow: 0 0 5px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1);
2656 }
2657 .vevent .event-location {
2658         margin-left: 10px;
2659         margin-right: 10px;
2660 }
2661 .vevent .event-description {
2662 margin-left: 10px;
2663 margin-right: 10px;
2664 font-size: 1.1em;
2665 font-weight: bolder;
2666 }
2667 .vevent .event-start, .vevent .event-end {
2668
2669 margin-right: 20px;
2670 margin-bottom: 2px;
2671 margin-top: 2px;
2672 font-size: 0.9em;
2673 text-align: left;
2674 }
2675 .event-start .dtstart, .event-end .dtend {
2676 float: right;
2677 }
2678
2679
2680 #new-event-link {
2681         margin-bottom: 10px;
2682 }
2683
2684 .edit-event-link, .plink-event-link {
2685         float: left;
2686         margin-top: 4px;
2687         margin-right: 4px;
2688         margin-bottom: 15px;
2689 }
2690
2691 .event-description:before {
2692         content:   url("../../../view/theme/diabook/icons/events2.png") !important;
2693         margin-right: 15px;
2694 }
2695
2696 .event-start, .event-end {
2697         margin-left: 10px;
2698         width: 330px;
2699         clear: both;
2700 }
2701
2702 .event-start .dtstart, .event-end .dtend {
2703         float: right;
2704 }
2705
2706 .event-list-date {
2707         margin-bottom: 10px;
2708 }
2709
2710 .prevcal, .nextcal {
2711         float: left;
2712         margin-left: 32px;
2713         margin-right: 32px;
2714         margin-top: 64px;
2715 }
2716 .event-calendar-end {
2717         clear: both;
2718 }
2719
2720  
2721 .calendar {
2722         font-family: Courier, monospace;
2723 }
2724 .calendar.eventcal a {
2725   color: #1872A2;       
2726         }
2727 .today {
2728         font-weight: bold;
2729         color: #FF0000;
2730 }
2731
2732 .settings-block {
2733         border: 1px solid #AAA;
2734         margin: 10px;
2735         padding: 10px;
2736 }
2737
2738 .app-title {
2739         margin: 10px;
2740 }
2741
2742 #identity-manage-desc {
2743         margin-top:15px;
2744         margin-bottom: 15px;
2745 }
2746
2747 #identity-manage-choose {
2748         margin-bottom: 15px;
2749 }
2750
2751 #identity-submit {
2752         margin-top: 20px;
2753 }
2754
2755 #photo-prev-link, #photo-next-link {
2756         padding: 10px;
2757         float: left;
2758 }
2759 .lightbox{
2760         float: left;
2761         }
2762 #photo-photo {
2763         float: left;
2764 }
2765 #photo-like-div .wall-item-like-buttons {
2766         float: left;
2767    margin-right: 10px;
2768         }
2769 .wall-item-like-buttons .icon.like {
2770 float: left;
2771 }
2772
2773 #photo-photo-end {
2774         clear: both;
2775 }
2776
2777 .tabs .comment-wwedit-wrapper {
2778         display: block;
2779    margin-top: 30px;
2780    margin-left: 50px;
2781         }
2782
2783 .profile-match-photo {
2784         float: left;
2785         text-align: center;
2786         width: 120px;
2787 }
2788
2789 .profile-match-name {
2790         float: left;
2791         text-align: center;
2792         width: 120px;
2793         overflow: hidden;
2794 }
2795
2796 .profile-match-break,
2797 .profile-match-end {
2798         clear: both;
2799 }
2800
2801 .profile-match-connect {
2802         text-align: center;
2803         font-weight: bold;
2804 }
2805
2806 .profile-match-wrapper {
2807         float: left;
2808         padding: 10px;
2809         width: 120px;
2810         height: 120px;
2811         scroll: auto;
2812 }
2813 #profile-match-wrapper-end {
2814         clear: both;
2815 }
2816
2817 /* ============= */
2818 /* = Directory = */
2819 /* ============= */
2820 section .directory-item dl {
2821   height: auto;
2822   overflow: auto;       
2823 }
2824 section .directory-item dt {
2825   float: left;
2826   margin-left: 0px;
2827   text-align: right;
2828   color: #999;
2829 }
2830 section .directory-item dd {
2831   float: left;
2832   margin-left: 5px;
2833 }
2834 .directory-profile-wrapper {
2835   float: left;
2836   max-height: 178px;
2837   overflow: hidden;
2838   width: 635px;
2839 }
2840 .directory-copy-wrapper {
2841   float: left;
2842   overflow: hidden;     
2843 }
2844 /* contacts menu */
2845 .contact-photo-wrapper {
2846   position: relative;
2847 }
2848 .contact-photo {
2849   width: 48px;
2850   height: 48px;
2851   overflow: hidden;
2852   display: block;
2853 }
2854 .contact-photo img {
2855   width: 48px;
2856   height: 48px;
2857 }
2858 .contact-photo-menu-button {
2859   display: none;
2860   /* position: absolute; */
2861   /* position: absolute; */
2862   left: 0px;
2863   top: -16px;
2864 }
2865 .contact-wrapper {
2866   float: left;
2867   width: 90px;
2868   height: 90px;
2869   margin-bottom: 15px;
2870 }
2871 .contact-wrapper .contact-photo {
2872   width: 80px;
2873   height: 80px;
2874 }
2875 .contact-wrapper .contact-photo img {
2876   width: 80px;
2877   height: 80px;
2878 }
2879 .contact-wrapper .contact-photo-menu-button {
2880   left: 0px;
2881   top: 63px;
2882 }
2883 .directory-item {
2884   float: left;
2885   width: 800px;
2886   height: 200px;
2887 }
2888 .directory-item .contact-photo {
2889   width: 175px;
2890   height: 175px;
2891 }
2892 .directory-item .contact-photo img {
2893   width: 175px;
2894   height: 175px;
2895 }
2896
2897 section .directory-photo-wrapper {
2898   float: left;
2899   height: 200px;
2900   width: 165px;  
2901 }
2902 .contact-name {
2903   font-weight: bold;
2904   font-size: 18px;
2905   margin-bottom: -3px;
2906   text-align: left;
2907 }
2908 .contact-details {
2909   color: #999999;
2910 }
2911 .page-type {
2912   font-size: 10px;
2913   font-style: italic;
2914 }
2915 .directory-detailscolumn-wrapper {
2916   float: left;  
2917   width: 305px;
2918   margin-right: 10px;  
2919 }
2920 .directory-profile-wrapper dl {
2921   margin-top: 3px;
2922   margin-bottom: 3px;
2923 }
2924 .directory-profile-title {
2925   font-weight: bold;
2926   margin-bottom: 3px;
2927   font-size: 14px;
2928 }
2929 #side-bar-photos-albums{
2930         margin-top: 15px;       
2931 }
2932 .photo-top-photo, .photo-album-photo {
2933   -webkit-border-radius: 5px 5px 0 0;
2934   -moz-border-radius: 5px 5px 0 0;
2935   border-radius: 5px 5px 0 0;
2936 }
2937 .photo-album-image-wrapper, .photo-top-image-wrapper {
2938   float: left;
2939    -moz-box-shadow: 0 0 5px #888;
2940    -webkit-box-shadow: 0 0 5px #888;
2941    box-shadow: 0 0 5px #888;
2942   background-color: #000;
2943    -webkit-border-radius: 5px;
2944    -moz-border-radius: 5px;
2945   border-radius: 5px;
2946   padding-bottom: 20px;
2947   position: relative;
2948   margin: 0 10px 10px 0;
2949   width: 200px; height: 140px;
2950   overflow: hidden;  
2951 }
2952 .photo-top-album-name {
2953         width: 100%;
2954         position: absolute; 
2955         bottom: 0px; 
2956         padding-left: 3px;
2957         background-color: #EEE;
2958 }
2959 .photo-top-album-link{
2960   color: #1872A2;
2961         }
2962 .photo-top-album-img{
2963         
2964         }
2965 /*.photo-top-image-wrapper {
2966         position: relative;
2967         float: left;
2968         margin-top: 15px;
2969         margin-right: 15px;
2970         width: 200px; height: 200px; 
2971         overflow: hidden; 
2972 }
2973 .photo-top-album-name {
2974         width: 100%;
2975         min-height: 2em;
2976         position: absolute; 
2977         bottom: 0px; 
2978         padding: 0px 3px;
2979         padding-top: 0.5em;
2980         background-color: rgb(255, 255, 255);
2981 }*/
2982 #photo-top-end {
2983         clear: both;
2984 }
2985
2986 #photo-top-links {
2987         margin-bottom: 30px;
2988         margin-left: 30px;
2989 }
2990
2991 #photos-upload-newalbum-div {
2992         float: left;
2993         width: 175px;
2994 }
2995