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