]> git.mxchange.org Git - friendica.git/blob - view/theme/diabook-aerith/style.css
Merge commit 'upstream/master'
[friendica.git] / view / theme / diabook-aerith / 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
86 .icon.bb-url{
87   background-image: url("../../../view/theme/diabook-aerith/icons/bb-url.png");
88   float: right;
89   margin-top: 2px;}
90 .icon.quote{
91   background-image: url("../../../view/theme/diabook-aerith/icons/quote.png");
92   float: right;
93   margin-top: 2px;}
94 .icon.bold{
95   background-image: url("../../../view/theme/diabook-aerith/icons/bold.png");
96   float: right;
97   margin-top: 2px;}
98 .icon.underline{
99   background-image: url("../../../view/theme/diabook-aerith/icons/underline.png");
100   float: right;
101   margin-top: 2px;}
102 .icon.italic{
103   background-image: url("../../../view/theme/diabook-aerith/icons/italic.png");
104   float: right;
105   margin-top: 2px;}
106 .icon.bb-image{
107   background-image: url("../../../view/theme/diabook-aerith/icons/bb-image.png");
108   float: right;
109   margin-top: 2px;}
110 .icon.bb-video{
111   background-image: url("../../../view/theme/diabook-aerith/icons/bb-video.png");
112   float: right;
113   margin-top: 2px;}
114   
115 .icon.contacts {
116   background-image: url("../../../view/theme/diabook-aerith/icons/contacts.png");}
117 .icon.notifications {
118   background-image: url("../../../view/theme/diabook-aerith/icons/notifications.png");}
119 .icon.notify {
120   background-image: url("../../../view/theme/diabook-aerith/icons/notify.png");}
121 .icon.messages {
122   background-image: url("../../../view/theme/diabook-aerith/icons/messages.png");}
123 .icon.community {
124   background-image: url("../../../view/theme/diabook-aerith/icons/community.png");}
125   
126 .icon.drop      { background-image: url("../../../view/theme/diabook-aerith/icons/drop.png");}
127 .icon.drophide  { background-image: url("../../../view/theme/diabook-aerith/icons/drop.png");}
128 .icon.dislike   { background-image: url("../../../view/theme/diabook-aerith/icons/dislike.png");}
129 .icon.like      { background-image: url("../../../view/theme/diabook-aerith/icons/like.png");}
130 .icon.pencil    { background-image: url("../../../view/theme/diabook-aerith/icons/pencil.png");}
131 .icon.recycle   { background-image: url("../../../view/theme/diabook-aerith/icons/recycle.png");}
132 .icon.remote-link { background-image: url("../../../view/theme/diabook-aerith/icons/remote.png");}
133 .icon.tagged    { background-image: url("../../../view/theme/diabook-aerith/icons/tagged.png");}
134 .icon.file-as { background-image: url("../../../view/theme/diabook-aerith/icons/file_as.png");}
135 .star-item.icon.unstarred { background-image: url("../../../view/theme/diabook-aerith/icons/unstarred.png");}
136 .star-item.icon.starred { background-image: url("../../../view/theme/diabook-aerith/icons/starred.png");}
137 .icon.link              { background-image: url("../../../view/theme/diabook-aerith/icons/link.png");}
138 .icon.lock              { background-image: url("../../../view/theme/diabook-aerith/icons/lock.png");}
139 .icon.unlock            { background-image: url("../../../view/theme/diabook-aerith/icons/unlock.png");}
140 .icon.language    { background-image: url("../../../view/theme/diabook-aerith/icons/language.png");}
141
142
143 .camera         { background-image: url("../../../view/theme/diabook-aerith/icons/camera.png"); 
144                           display: block; width: 28px; height: 28px; background-repeat: no-repeat;
145                           }
146 .attach         { background-image: url("../../../view/theme/diabook-aerith/icons/attach.png"); 
147                           display: block; width: 28px; height: 28px; background-repeat: no-repeat;
148                           }
149 .video2         { background-image: url("../../../view/theme/diabook-aerith/icons/video.png"); 
150                           display: block; width: 28px; height: 28px; background-repeat: no-repeat;
151                           }     
152 .video  { background-image: url("../../../view/theme/diabook-aerith/icons/video.png"); 
153                           display: block; width: 100%; height: 28px; background-repeat: no-repeat;
154                           }
155 .audio2         { background-image: url("../../../view/theme/diabook-aerith/icons/audio.png"); 
156                           display: block; width: 28px; height: 28px; background-repeat: no-repeat;
157                           }
158 .audio  { background-image: url("../../../view/theme/diabook-aerith/icons/audio.png"); 
159                           display: block; width: 28px; height: 28px; background-repeat: no-repeat;
160                           }
161 .weblink        { background-image: url("../../../view/theme/diabook-aerith/icons/weblink.png"); 
162                           display: block; width: 28px; height: 28px; background-repeat: no-repeat;
163                           }
164 .globe  { background-image: url("../../../view/theme/diabook-aerith/icons/globe.png"); 
165                           display: block; width: 28px; height: 28px; background-repeat: no-repeat;
166                           }
167 .unglobe        { background-image: url("../../../view/theme/diabook-aerith/icons/unglobe.png"); 
168                           display: block; width: 28px; height: 28px; background-repeat: no-repeat;
169                           }
170 .edit    {background-image: url("../../../view/theme/diabook-aerith/icons/pencil2.png"); 
171                           display: block; width: 28px; height: 28px; background-repeat: no-repeat;}
172                           
173                           
174
175
176 .article        { background-position: -50px  0px;}
177 /*.audio                { background-position: -70px  0px;}*/
178 .block          { background-position: -90px  0px;}
179 /*.drop                 { background-position: -110px 0px;}*/
180 /*.drophide     { background-position: -130px 0px;}*/
181 /*.edit                 { background-position: -150px 0px;}*/
182 /*.camera       { background-position: -170px 0px;}*/
183 /*.dislike      { background-position: -190px 0px;}*/
184 /*.like                 { background-position: -210px 0px;}*/
185 /*.link                 { background-position: -230px 0px;}*/
186
187 /*.globe                { background-position: -50px  -20px;}*/
188 /*.noglobe      { background-position: -70px  -20px;}*/
189 .no             { background-position: -90px  -20px;}
190 .pause          { background-position: -110px -20px;}
191 .play           { background-position: -130px -20px;}
192 /*.pencil       { background-position: -150px -20px;}*/
193 .small-pencil   { background-position: -170px -20px;}
194 /*.recycle      { background-position: -190px -20px;}*/
195 /*.remote-link  { background-position: -210px -20px;}*/
196 .share          { background-position: -230px -20px;}
197
198 .tools          { background-position: -50px  -40px;}
199 /*.lock                 { background-position: -70px  -40px;}*/
200
201 /*.video          { background-position: -110px -40px;}*/
202 .youtube        { background-position: -130px -40px;}
203
204 /*.attach         { background-position: -190px -40px;}*/
205 /*.language       { background-position: -210px -40px;}*/
206
207
208 .icon.on             { background-image: url("../../../view/theme/diabook-aerith/icons/toogle_on.png"); background-repeat: no-repeat;}
209 .icon.off            { background-image: url("../../../view/theme/diabook-aerith/icons/toogle_off.png"); background-repeat: no-repeat;}
210 .icon.prev           { background-image: url("../../../view/theme/diabook-aerith/icons/prev.png"); background-repeat: no-repeat;}
211 .icon.next           { background-image: url("../../../view/theme/diabook-aerith/icons/next.png"); background-repeat: no-repeat;}
212 /*.tagged     { background-position: -130px -60px;}*/
213
214 .attachtype {
215         display: block; width: 20px; height: 23px;
216         background-image: url('../../../images/content-types.png');
217 }
218
219 .type-video { background-position: 0px 0px; }
220 .type-image { background-position: -20px 0px; }
221 .type-audio { background-position: -40px 0px; }
222 .type-text  { background-position: -60px 0px; }
223 .type-unkn  { background-position: -80px 0px; }
224
225 .icon.drop, .icon.drophide {
226  float: left;
227 }
228
229 .icon {
230   display: block;
231   width: 20px;
232   height: 20px;
233   /*background-image: url('icons.png');*/
234 }
235
236 .icon {
237   background-color: transparent ;
238   background-repeat: no-repeat;
239   /* background-position: left center; */
240   display: block;
241   overflow: hidden;
242   text-indent: -9999px;
243   padding: 1px;
244 }
245
246 .icon.border.camera{
247   background-image: url("../../../view/theme/diabook-aerith/icons/camera.png"); 
248   display: block; width: 28px; height: 28px; background-repeat: no-repeat;
249         }
250         
251 .icon.border.link{
252   background-image: url("../../../view/theme/diabook-aerith/icons/weblink.png"); 
253   display: block; width: 28px; height: 28px; background-repeat: no-repeat;
254   margin-left: 10px;
255         }
256
257 .icon.text {
258   text-indent: 0px;
259 }
260 .icon.s10 {
261   min-width: 10px;
262   height: 10px;
263 }
264 .icon.s10.notify {
265   background-image: url("../../../images/icons/10/notify_off.png");
266 }
267 .icon.s10.gear {
268   background-image: url("../../../images/icons/10/gear.png");
269 }
270 .icon.s10.add {
271   background-image: url("../../../images/icons/10/add.png");
272 }
273 .icon.s10.delete {
274   background-image: url("../../../images/icons/10/delete.png");
275 }
276 .icon.s10.edit {
277   background-image: url("../../../images/icons/10/edit.png");
278 }
279 .icon.s10.star {
280   background-image: url("../../../images/star_dummy.png");
281 }
282 .icon.s10.menu {
283   background-image: url("../../../images/icons/10/menu.png");
284 }
285 .icon.s10.link {
286   background-image: url("../../../images/icons/10/link.png");
287 }
288 .icon.s10.lock {
289   background-image: url("../../../images/icons/10/lock.png");
290 }
291 .icon.s10.unlock {
292   background-image: url("../../../images/icons/10/unlock.png");
293 }
294 .icon.s10.text {
295   padding: 2px 0px 0px 15px;
296   font-size: 10px;
297 }
298 .icon.s16 {
299   min-width: 16px;
300   height: 16px;
301 }
302 .icon.s16.notify {
303   background-image: url("../../../images/icons/16/notify_off.png");
304 }
305 .icon.s16.gear {
306   background-image: url("../../../images/icons/16/gear.png");
307 }
308 .icon.s16.add {
309   background-image: url("../../../images/icons/16/add.png");
310 }
311 .icon.s16.delete {
312   background-image: url("../../../images/icons/16/delete.png");
313 }
314 /*.icon.s16.edit {
315   background-image: url("../../../images/icons/16/edit.png");
316 }*/
317 .icon.s16.star {
318   background-image: url("../../../images/star_dummy.png");
319 }
320 .icon.s16.menu {
321   background-image: url("../../../images/icons/16/menu.png");
322 }
323 /*.icon.s16.link {
324   background-image: url("../../../images/icons/16/link.png");
325 }*/
326 .icon.s16.lock {
327   background-image: url("../../../images/icons/16/lock.png");
328 }
329 .icon.s16.unlock {
330   background-image: url("../../../images/icons/16/unlock.png");
331 }
332 .icon.s16.text {
333   padding: 4px 0px 0px 20px;
334   font-size: 10px;
335 }
336 .icon.s22 {
337   min-width: 22px;
338   height: 22px;
339 }
340 .icon.s22.notify {
341   background-image: url("../../../images/icons/22/notify_off.png");
342 }
343 .icon.s22.gear {
344   background-image: url("../../../images/icons/22/gear.png");
345 }
346 .icon.s22.add {
347   background-image: url("../../../images/icons/22/add.png");
348 }
349 .icon.s22.delete {
350   background-image: url("../../../images/icons/22/delete.png");
351 }
352 .icon.s22.edit {
353   background-image: url("../../../images/icons/22/edit.png");
354 }
355 .icon.s22.star {
356   background-image: url("../../../images/star_dummy.png");
357 }
358 .icon.s22.menu {
359   background-image: url("../../../images/icons/22/menu.png");
360 }
361 .icon.s22.link {
362   background-image: url("../../../images/icons/22/link.png");
363 }
364 .icon.s22.lock {
365   background-image: url("../../../images/icons/22/lock.png");
366 }
367 .icon.s22.unlock {
368   background-image: url("../../../images/icons/22/unlock.png");
369 }
370 .icon.s22.text {
371   padding: 10px 0px 0px 25px;
372   width: 200px;
373 }
374 .icon.s48 {
375   width: 48px;
376   height: 48px;
377 }
378 .icon.s48.notify {
379   background-image: url("../../../images/icons/48/notify_off.png");
380 }
381 .icon.s48.gear {
382   background-image: url("../../../images/icons/48/gear.png");
383 }
384 .icon.s48.add {
385   background-image: url("../../../images/icons/48/add.png");
386 }
387 .icon.s48.delete {
388   background-image: url("../../../images/icons/48/delete.png");
389 }
390 .icon.s48.edit {
391   background-image: url("../../../images/icons/48/edit.png");
392 }
393 .icon.s48.star {
394   background-image: url("../../../images/star_dummy.png");
395 }
396 .icon.s48.menu {
397   background-image: url("../../../images/icons/48/menu.png");
398 }
399 .icon.s48.link {
400   background-image: url("../../../images/icons/48/link.png");
401 }
402 .icon.s48.lock {
403   background-image: url("../../../images/icons/48/lock.png");
404 }
405 .icon.s48.unlock {
406   background-image: url("../../../images/icons/48/unlock.png");
407 }
408
409 #contact-edit-links ul {
410   list-style: none;
411   list-style-type: none;
412 }
413
414 .hide-comments-outer {
415   margin-left: 80px;
416   margin-bottom: 5px;
417   width: 684px;
418   border-bottom: 1px solid #BDCDD4;
419   padding: 8px;
420 }
421
422 /* global */
423 body {
424   font-family: 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
425   font-size: 12.5px;
426   background-color: #ffffff;
427   color: #2d2d2d;
428   margin: 50px auto auto;
429   display: table;
430 }
431 h4 {
432   font-size: 1.1em;
433 }
434
435 a {
436         color: #333333;
437         /* color: #3e3e8c; */
438         text-decoration: none;
439 }
440 a:hover {
441         /* color: blue; */
442         text-decoration: underline
443 }
444
445 .wall-item-name-link {
446 /*  float: left;*/
447 }
448
449 .wall-item-photo {
450   width: 48px;
451   height: 48px;
452   overflow: hidden;
453   display: block;
454 }
455
456 .left {
457   float: left;
458 }
459 .right {
460   float: right;
461 }
462 .hidden {
463   display: none;
464 }
465 .clear {
466   clear: both;
467 }
468 .fakelink {
469   color: #3465A4;
470   /* color: #3e3e8c; */
471   text-decoration: none;
472   cursor: pointer;
473 }
474 .fakelink:hover {
475   /* color: blue; */
476   /*color: #005c94; */
477   text-decoration: underline;
478 }
479 .intro-end {
480         border-bottom: 1px solid black;
481    clear: both;
482    margin-bottom: 25px;
483    padding-bottom: 25px;
484    width: 75%;
485         }
486 .intro-form-end {
487         clear: both;
488         }
489 .intro-fullname {
490         padding-bottom: 5px;
491    padding-top: 5px;
492         }
493 .intro-wrapper-end {
494         clear: both;
495    padding-bottom: 5px;
496         }
497 code {
498   font-family: Courier, monospace;
499   white-space: pre;
500   display: block;
501   overflow: auto;
502   border: 1px solid #444;
503   background: #EEE;
504   color: #444;
505   padding: 10px;
506   margin-top: 20px;
507 }
508 #panel {
509   position: absolute;
510   width: 12em;
511   background: #ffffff;
512   color: #2d2d2d;
513   margin: 0px;
514   padding: 1em;
515   list-style: none;
516   border: 3px solid #364e59;
517   z-index: 100000;
518   -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.7);
519   -moz-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.7);
520   box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.7);
521 }
522 /* tool */
523 .tool {
524   height: auto;
525   overflow: auto;
526   padding: 3px;
527 }
528 #saved-search-ul .tool:hover,
529 #nets-sidebar .tool:hover,
530 #sidebar-group-list .tool:hover {
531         background: #EEE;
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(215,227,241) 26%, rgb(255,255,255) 82%);
573 background-image: -o-linear-gradient(bottom, rgb(215,227,241) 26%, rgb(255,255,255) 82%);
574 background-image: -moz-linear-gradient(bottom, rgb(215,227,241) 26%, rgb(255,255,255) 82%);
575 background-image: -webkit-linear-gradient(bottom, rgb(215,227,241) 26%, rgb(255,255,255) 82%);
576 background-image: -ms-linear-gradient(bottom, rgb(215,227,241) 26%, rgb(255,255,255) 82%);
577
578 background-image: -webkit-gradient(
579         linear,
580         left bottom,
581         left top,
582         color-stop(0.26, rgb(215,227,241)),
583         color-stop(0.82, rgb(255,255,255))
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   margin-left: 3px;
606 }
607 header #banner #logo-img {
608   height: 25px;
609   margin-top: 3px;
610 }
611 header #banner #logo-text {
612   font-size: 20px;
613   position: absolute;
614   top: 10%;
615 }
616 /* messages */
617 #message-new {
618   background: #3465A4;
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 }
630 .mail-list-wrapper {
631   background-color: #f6f7f8;
632   margin-bottom: 5px;
633   width: 100%;
634   height: auto;
635   overflow: hidden;
636 }
637 .mail-list-wrapper span {
638   display: block;
639   float: left;
640   width: 20%;
641   overflow: hidden;
642 }
643 .mail-list-wrapper .mail-subject {
644   width: 30%;
645   padding: 4px 0px 0px 4px;
646 }
647 .mail-list-wrapper .mail-subject a {
648   display: block;
649 }
650 .mail-list-wrapper .mail-subject.unseen a {
651   font-weight: bold;
652 }
653 .mail-list-wrapper .mail-date {
654   padding: 4px 4px 0px 4px;
655 }
656 .mail-list-wrapper .mail-from {
657   padding: 4px 4px 0px 4px;
658 }
659 .mail-list-wrapper .mail-count {
660   padding: 4px 4px 0px 4px;
661   text-align: right;
662 }
663 .mail-list-wrapper .mail-delete {
664   float: right;
665 }
666 #mail-display-subject {
667   background-color: #f6f7f8;
668   color: #2d2d2d;
669   margin-bottom: 10px;
670   width: 100%;
671   height: auto;
672   overflow: hidden;
673 }
674 #mail-display-subject span {
675   float: left;
676   overflow: hidden;
677   padding: 4px 0px 0px 10px;
678 }
679 #mail-display-subject .mail-delete {
680   float: right;
681   opacity: 0.5;
682   -webkit-transition: all 0.2s ease-in-out;
683   -moz-transition: all 0.2s ease-in-out;
684   -o-transition: all 0.2s ease-in-out;
685   -ms-transition: all 0.2s ease-in-out;
686   transition: all 0.2s ease-in-out;
687 }
688 #mail-display-subject:hover .mail-delete {
689   opacity: 1;
690   -webkit-transition: all 0.2s ease-in-out;
691   -moz-transition: all 0.2s ease-in-out;
692   -o-transition: all 0.2s ease-in-out;
693   -ms-transition: all 0.2s ease-in-out;
694   transition: all 0.2s ease-in-out;
695 }
696 /* nav */
697 nav {
698   width: 80%;
699   height: 32px;
700   position: fixed;
701   left: 22%;
702   top: 0px;
703   padding: 0px;
704   background: #ff500f;
705   color: #1f1f1f;
706   z-index: 99;
707   border-bottom: 1px;
708   border-bottom-color: black;
709   border-bottom-style: inset;
710   background-image: linear-gradient(bottom, rgb(215,227,241) 26%, rgb(255,255,255) 82%);
711 background-image: -o-linear-gradient(bottom, rgb(215,227,241) 26%, rgb(255,255,255) 82%);
712 background-image: -moz-linear-gradient(bottom, rgb(215,227,241) 26%, rgb(255,255,255) 82%);
713 background-image: -webkit-linear-gradient(bottom, rgb(215,227,241) 26%, rgb(255,255,255) 82%);
714 background-image: -ms-linear-gradient(bottom, rgb(215,227,241) 26%, rgb(255,255,255) 82%);
715
716 background-image: -webkit-gradient(
717         linear,
718         left bottom,
719         left top,
720         color-stop(0.26, rgb(215,227,241)),
721         color-stop(0.82, rgb(255,255,255))
722 );
723 }
724 nav a,
725 nav a:active,
726 nav a:visited,
727 nav a:link,
728 nav a:hover {
729   color: #1f1f1f;
730   text-decoration: none;
731   outline: none;
732 }
733 nav #banner {
734   overflow: hidden;
735   /*text-align: center;*/
736   width: 100%;
737 }
738 nav #banner a,
739 nav #banner a:active,
740 nav #banner a:visited,
741 nav #banner a:link,
742 nav #banner a:hover {
743   color: #ffffff;
744   text-decoration: none;
745   outline: none;
746   vertical-align: bottom;
747 }
748 nav #banner #logo-img {
749   height: 22px;
750   margin-top: 5px;
751 }
752 nav #banner #logo-text {
753   font-size: 22px;
754 }
755 nav #navbar{
756         }
757 nav ul {
758   margin: 0px;
759   padding: 0px 20px;
760 }
761 nav ul li {
762   list-style: none;
763   margin: 0px;
764   /* padding: 1px 1px 3px 1px; */
765   float: left;
766 }
767 nav ul li .menu-popup {
768   left: 0px;
769   right: auto;
770 }
771
772 nav #logo-img {
773   height: 25px;
774   margin-top: 4px;
775   margin-left: 30px;
776 }
777
778 nav #logo-text {
779     font-size: 22px;
780     margin-top: 3px;
781     margin-right: 15px;
782 }
783 nav .nav-menu-search {
784   position: relative;
785
786   margin: 4px 17px;
787   margin-right: 0px;
788   height: 17px;
789   width: 180px;
790   
791 }
792
793 nav #search-box #search-text {
794   background-image:  url('icons/lupe.png');
795   background-repeat:no-repeat;
796   padding-left:20px;
797   border-top-left-radius: 15px;
798 border-top-right-radius: 15px;
799 border-bottom-right-radius: 15px;
800 border-bottom-left-radius: 15px;
801         }
802
803
804 nav .nav-menu-icon {
805   position: relative;
806   height: 22px;
807   padding: 5px;
808   margin: 0px 5px;
809   -moz-border-radius: 5px 5px 0 0;
810   -webkit-border-radius: 5px 5px 0 0;
811   border-radius: 5px 5px 0 0;
812 }
813 nav .nav-menu-icon:hover {
814   position: relative;
815   height: 22px;
816   padding: 5px;
817   margin: 0px 5px;
818   -moz-border-radius: 5px 5px 0 0;
819   -webkit-border-radius: 5px 5px 0 0;
820   border-radius: 5px 5px 0 0;
821 }
822
823 nav .nav-menu-icon.selected {
824   background-color: #fff;
825 }
826 nav .nav-menu-icon img {
827   width: 22px;
828   height: 22px;
829 }
830 nav .nav-menu-icon .nav-notify {
831   top: 3px;
832 }
833 nav .nav-menu {
834   position: relative;
835   height: 16px;
836   padding: 5px;
837   margin: 3px 15px 0px;
838   font-size: 13px;
839   /*border-bottom: 3px solid #364A84;*/
840 }
841 nav .nav-menu.selected {
842   /*border-bottom: 3px solid #9eabb0;*/
843 }
844 nav .nav-notify {
845   display: none;
846   position: absolute;
847   background-color: #fff;
848   /* background-color: #19aeff; */
849   -moz-border-radius: 5px 5px 5px 5px;
850   -webkit-border-radius: 5px 5px 5px 5px;
851   border-radius: 5px 5px 5px 5px;
852   font-size: 10px;
853   font-weight: 900;
854   padding: 1px 4px;
855   top: 0px;
856   right: -6px;
857   min-width: 10px;
858   text-align: center;
859   border: 1px solid black;
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: 14px;
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-aerith/icons/messages.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-aerith/icons/notify.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-aerith/icons/contacts.png");
909         }
910         
911 nav #nav-apps-link.selected {
912  background-color: #fff;
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: #fff;
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: #3465A4; /*bdcdd4;*/
958   color: #fff;
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   padding-top: 3px;
1066   padding-bottom: 3px;
1067   padding-left: 16px;
1068   min-height: 16px;
1069   list-style: none;
1070         }
1071 .menu-profile-list:hover{
1072         background: #EEE;
1073         }
1074 .menu-profile-list-item{
1075         padding-left: 5px;
1076         }       
1077 .menu-profile-list-item:hover{  
1078         text-decoration: none;
1079    }
1080 /*http://prothemedesign.com/circular-icons/*/
1081 .menu-profile-list.home{
1082         background: url("../../../view/theme/diabook-aerith/icons/home.png") no-repeat;
1083         }
1084 .menu-profile-list.photos{
1085         background: url("../../../view/theme/diabook-aerith/icons/mess_side.png") no-repeat;
1086         }
1087 .menu-profile-list.events{
1088         background: url("../../../view/theme/diabook-aerith/icons/events.png") no-repeat;
1089         }
1090 .menu-profile-list.notes{
1091         background: url("../../../view/theme/diabook-aerith/icons/notes.png") no-repeat;
1092         }
1093 .menu-profile-list.foren{
1094         background: url("../../../view/theme/diabook-aerith/icons/pubgroups.png") no-repeat;
1095         }
1096 .menu-profile-list.com_side{
1097         background: url("../../../view/theme/diabook-aerith/icons/com_side.png") no-repeat;
1098         }
1099 .menu-profile-list.pscontacts{
1100         background: url("../../../view/theme/diabook-aerith/icons/pscontacts.png") no-repeat;
1101         }
1102 /* aside */
1103 aside {
1104   display: table-cell;
1105   vertical-align: top;
1106   width: 180px;
1107   padding: 0px 10px 0px 20px;
1108   border-right: 1px solid #D2D2D2;
1109   float: left;
1110   /* background: #F1F1F1; */
1111 }
1112 aside #page-sidebar{display: none;}
1113 aside .vcard .fn {
1114   font-size: 18px;
1115   font-weight: bold;
1116   margin-bottom: 5px;
1117 }
1118 aside .vcard .title {
1119   margin-bottom: 5px;
1120 }
1121 aside .vcard dl {
1122   height: auto;
1123   overflow: auto;
1124 }
1125 aside .vcard dt {
1126   float: left;
1127   margin-left: 0px;
1128   /*width: 35%;*/
1129   text-align: right;
1130   color: #999999;
1131 }
1132 aside .vcard dd {
1133   float: left;
1134   margin-left: 5px;
1135   /*width: 60%;*/
1136 }
1137 aside #profile-extra-links ul {
1138   padding: 0px;
1139   margin: 0px;
1140 }
1141 aside #profile-extra-links li {
1142   padding: 0px;
1143   margin: 0px;
1144   list-style: none;
1145 }
1146 aside #dfrn-request-link {
1147   display: block;
1148   -moz-border-radius: 5px 5px 5px 5px;
1149   -webkit-border-radius: 5px 5px 5px 5px;
1150   border-radius: 5px 5px 5px 5px;
1151   color: #ffffff;
1152   background: #005c94 url('../../../images/connect-bg.png') no-repeat left center;
1153   font-weight: bold;
1154   text-transform: uppercase;
1155   padding: 4px 2px 2px 35px;
1156 }
1157 aside #dfrn-request-link:hover {
1158   text-decoration: none;
1159   background-color: #36c;
1160   /* background-color: #19aeff; */
1161 }
1162 aside #profiles-menu {
1163   width: 20em;
1164 }
1165 aside #search-text {
1166         width: 173px;
1167         height: 17px;
1168         padding-left: 10px;
1169         border-top-left-radius: 15px;
1170 border-top-right-radius: 15px;
1171 border-bottom-right-radius: 15px;
1172 border-bottom-left-radius: 15px;
1173 }
1174 aside #side-follow-url {
1175         width: 173px;
1176         }
1177 aside #side-peoplefind-url {
1178         width: 173px;
1179         }
1180 #contact-block {
1181   overflow: auto;
1182   height: auto;
1183 }
1184 aside #likes a, a:visited, a:link {
1185                 color: #3465A4;
1186                 text-decoration: none;
1187                 cursor: pointer;
1188                 
1189 }
1190 aside #likes a:hover{
1191         text-decoration: underline;
1192         }
1193
1194 #contact-block .contact-block-h4 {
1195   float: left;
1196   margin: 5px 0px;
1197 }
1198 #contact-block .allcontact-link {
1199   float: right;
1200   margin: 5px 0px;
1201 }
1202 #contact-block .contact-block-content {
1203   clear: both;
1204   overflow: auto;
1205   height: auto;
1206 }
1207 #contact-block .contact-block-link {
1208   float: left;
1209   margin: 0px 2px 2px 0px;
1210 }
1211 #contact-block .contact-block-link img {
1212   widht: 55px;
1213   height: 55px;
1214 }
1215 #lost-password-link {
1216   float: left;
1217   margin-right: 20px;           
1218         }
1219 /* widget */
1220 .widget {
1221   margin-bottom: 2em;
1222   /*.action .s10 { width: 10px; overflow: hidden; padding: 0px;}
1223         .action .s16 { width: 16px; overflow: hidden; padding: 0px;}*/
1224 /*  font-size: 12px; */
1225 }
1226 .widget h3 {
1227   padding: 0px;
1228   margin: 2px;
1229 }
1230 .widget .action {
1231   opacity: 0.1;
1232   -webkit-transition: all 0.2s ease-in-out;
1233   -moz-transition: all 0.2s ease-in-out;
1234   -o-transition: all 0.2s ease-in-out;
1235   -ms-transition: all 0.2s ease-in-out;
1236   transition: all 0.2s ease-in-out;
1237 }
1238 .widget input.action {
1239   opacity: 0.5;
1240   -webkit-transition: all 0.2s ease-in-out;
1241   -moz-transition: all 0.2s ease-in-out;
1242   -o-transition: all 0.2s ease-in-out;
1243   -ms-transition: all 0.2s ease-in-out;
1244   transition: all 0.2s ease-in-out;
1245 }
1246 .widget:hover .title .action {
1247   opacity: 1;
1248   -webkit-transition: all 0.2s ease-in-out;
1249   -moz-transition: all 0.2s ease-in-out;
1250   -o-transition: all 0.2s ease-in-out;
1251   -ms-transition: all 0.2s ease-in-out;
1252   transition: all 0.2s ease-in-out;
1253 }
1254 .widget .tool:hover .action {
1255   opacity: 1;
1256   -webkit-transition: all 0.2s ease-in-out;
1257   -moz-transition: all 0.2s ease-in-out;
1258   -o-transition: all 0.2s ease-in-out;
1259   -ms-transition: all 0.2s ease-in-out;
1260   transition: all 0.2s ease-in-out;
1261 }
1262 .widget .tool:hover .action.ticked {
1263   opacity: 1;
1264   -webkit-transition: all 0.2s ease-in-out;
1265   -moz-transition: all 0.2s ease-in-out;
1266   -o-transition: all 0.2s ease-in-out;
1267   -ms-transition: all 0.2s ease-in-out;
1268   transition: all 0.2s ease-in-out;
1269 }
1270 .widget ul {
1271   padding: 0px;
1272 }
1273 .widget ul li {
1274   padding-left: 16px;
1275   min-height: 16px;
1276   list-style: none;
1277 }
1278 #side-bar-photos-albums li{
1279 list-style-type: disc;
1280 }
1281 #side-bar-photos-albums ul li{
1282   margin-left: 30px;
1283   padding-left: 0px;
1284         }
1285 #side-bar-photos-albums ul li a{
1286   color: #3465A4;
1287 }
1288 .widget .tool.selected {
1289   background: url("../../../view/theme/diabook-aerith/icons/selected.png") no-repeat left center;
1290 }
1291 /* widget: search */
1292 #add-search-popup {
1293   width: 200px;
1294   top: 18px;
1295 }
1296 /* section */
1297 section {
1298   display: table-cell;
1299   vertical-align: top;
1300   width: 800px;
1301   padding: 0px 0px 0px 12px;
1302 }
1303 body .pageheader{
1304   text-align: center;
1305   font-size: 20px;
1306   margin-bottom: 20px;
1307   margin-top: 0px;
1308   max-width: 775px;
1309         }
1310 .qcomment{
1311   max-width: 122px;     
1312         }
1313 #id_username {
1314   width: 173px; 
1315         }
1316 #id_password {
1317   width: 173px;         
1318         }
1319 #id_openid_url {
1320   width: 173px; 
1321         }
1322 #contact-edit-end {
1323         }
1324 .pager {
1325    padding: 10px;
1326         text-align: center;
1327         font-size: 1.0em;
1328         clear: both;
1329         display: block;
1330 }       
1331
1332 .tabs {
1333     
1334     background-position: 0 -20px;
1335     background-repeat: repeat-x;
1336     height: 27px;
1337     padding: 0;
1338  }
1339 .tab.button {
1340     margin-left: 5px;   
1341     /*background: none repeat scroll 0 0 #F8F8F8;*/
1342     border: 1px solid #CCCCCC;
1343     border-radius: 3px 3px 3px 3px;
1344     font-weight: normal;
1345     padding: 3px;
1346     color:  #333333;
1347         }
1348         
1349 #birthday-notice, #event-notice, #birthday-wrapper, #event-wrapper{
1350         margin-bottom: 10px;
1351         }
1352
1353 #birthday-wrapper a {
1354         color: #3465A4;
1355         }
1356 /* wall item */
1357 .tread-wrapper {
1358   border-bottom: 1px solid #D2D2D2;
1359   position: relative;
1360   padding: 5px;
1361   margin-bottom: 0px;
1362   width: 775px;
1363   padding-top: 10px;
1364 }
1365 .tread-wrapper a{
1366   color: #3465A4;
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 }
1942 #profile-upload-wrapper {
1943         float: left;
1944         margin-top: 2px;
1945         margin-left: 10px;
1946         
1947 }
1948 #profile-attach-wrapper {
1949         float: left;
1950         margin-left: 15px;
1951         margin-top: 2px;
1952 }
1953 #profile-rotator {
1954         float: left;
1955         margin-left: 30px;
1956         margin-top: 2px;
1957 }
1958 #profile-link-wrapper {
1959         float: left;
1960         margin-left: 15px;
1961         margin-top: 2px;
1962 }
1963 #profile-youtube-wrapper {
1964         float: left;
1965         margin-left: 15px;
1966         margin-top: 2px;
1967 }
1968 #profile-video-wrapper {
1969         float: left;
1970         margin-left: 15px;
1971         margin-top: 2px;
1972 }
1973 #profile-audio-wrapper {
1974         float: left;
1975         margin-left: 15px;
1976         margin-top: 2px;
1977 }
1978 #profile-location-wrapper {
1979         float: left;
1980         margin-left: 15px;
1981         margin-top: 2px;
1982 }
1983 #profile-jot-perms {
1984         float: left;
1985         margin-left: 45px;
1986         margin-top: 2px;
1987 }
1988 #jot-preview-link {
1989         float: right;
1990         margin-left: 10px;
1991         margin-top: 2px;
1992         font-size: 9px;
1993         font-weight: bolder;
1994         cursor: pointer;
1995 }
1996 #profile-jot-perms{
1997    float: right;
1998         margin-left: 10px;
1999         margin-top: 2px;        
2000         }
2001 /** buttons **/
2002 .button.creation1 {
2003     background-color: #fff;
2004     border: 1px solid #777777;
2005     border-radius: 3px 3px 3px 3px;
2006     box-shadow: 0 1px 1px #CFCFCF;
2007     font-weight: bolder;
2008          cursor: pointer;
2009 }
2010 .button.creation2 {
2011     background-color: #3465A4;
2012     border: 1px solid #777777;
2013     color: white;
2014     border-radius: 3px 3px 3px 3px;
2015     box-shadow: 0 1px 1px #CFCFCF;
2016     margin-left: 5px;
2017     font-weight: bolder;
2018          cursor: pointer;
2019 }
2020 /*input[type="submit"] {
2021         border: 0px;
2022     background-color: @ButtonBackgroundColor;
2023     color: @ButtonColor;
2024     padding: 0px 10px;
2025         .rounded(5px);
2026     height: 18px;
2027 }*/
2028 /** acl **/
2029 #photo-edit-perms-select, #photos-upload-permissions-wrapper, #profile-jot-acl-wrapper {
2030   display: block!important;
2031 }
2032 #acl-wrapper {
2033   width: 690px;
2034   float: left;
2035 }
2036 #acl-search {
2037   float: right;
2038   background: #ffffff url("../../../images/search_18.png") no-repeat right center;
2039   padding-right: 20px;
2040 }
2041 #acl-showall {
2042   float: left;
2043   display: block;
2044   width: auto;
2045   height: 18px;
2046   background-color: #cccccc;
2047   background-image: url("../../../images/show_all_off.png");
2048   background-position: 7px 7px;
2049   background-repeat: no-repeat;
2050   padding: 7px 5px 0px 30px;
2051   color: #999999;
2052   -moz-border-radius: 5px 5px 5px 5px;
2053   -webkit-border-radius: 5px 5px 5px 5px;
2054   border-radius: 5px 5px 5px 5px;
2055 }
2056 #acl-showall.selected {
2057   color: #000000;
2058   background-color: #ff9900;
2059   background-image: url("../../../images/show_all_on.png");
2060 }
2061 #acl-list {
2062   height: 210px;
2063   border: 1px solid #cccccc;
2064   clear: both;
2065   margin-top: 30px;
2066   overflow: auto;
2067 }
2068 .acl-list-item {
2069   display: block;
2070   width: 150px;
2071   height: 30px;
2072   border: 1px solid #cccccc;
2073   margin: 5px;
2074   float: left;
2075 }
2076 .acl-list-item img {
2077   width: 22px;
2078   height: 22px;
2079   float: left;
2080   margin: 4px;
2081 }
2082 .acl-list-item p {
2083   height: 12px;
2084   font-size: 10px;
2085   margin: 0px;
2086   padding: 2px 0px 1px;
2087   overflow: hidden;
2088 }
2089 .acl-list-item a {
2090   font-size: 8px;
2091   display: block;
2092   width: 40px;
2093   height: 10px;
2094   float: left;
2095   color: #999999;
2096   background-color: #cccccc;
2097   background-position: 3px 3px;
2098   background-repeat: no-repeat;
2099   margin-right: 5px;
2100   -webkit-border-radius: 2px ;
2101   -moz-border-radius: 2px;
2102   border-radius: 2px;
2103   padding-left: 15px;
2104 }
2105 #acl-wrapper a:hover {
2106   text-decoration: none;
2107   color: #000000;
2108 }
2109 .acl-button-show {
2110   background-image: url("../../../images/show_off.png");
2111 }
2112 .acl-button-hide {
2113   background-image: url("../../../images/hide_off.png");
2114 }
2115 .acl-button-show.selected {
2116   color: #000000;
2117   background-color: #9ade00;
2118   background-image: url("../../../images/show_on.png");
2119 }
2120 .acl-button-hide.selected {
2121   color: #000000;
2122   background-color: #ff4141;
2123   background-image: url("../../../images/hide_on.png");
2124 }
2125 .acl-list-item.groupshow {
2126   border-color: #9ade00;
2127 }
2128 .acl-list-item.grouphide {
2129   border-color: #ff4141;
2130 }
2131 /** /acl **/
2132 /** tab buttons 14618a**/
2133 ul.tabs {
2134   list-style-type: none;
2135   padding-bottom: 10px;
2136   font-size: 13px;
2137 }
2138 ul.tabs li {
2139   float: left;
2140   margin-left: 5px;
2141 }
2142 ul.tabs li .active {
2143     background-color: #3465A4;
2144     border: 1px solid #777777;
2145     color: white;
2146     border-radius: 3px 3px 3px 3px;
2147     box-shadow: 2px 2px 2px #CFCFCF;
2148     margin-left: 5px;
2149 }
2150 /**
2151  * Form fields
2152  */
2153 .field {
2154   margin-bottom: 10px;
2155   padding-bottom: 10px;
2156   overflow: auto;
2157   width: 100%;
2158 }
2159 .field label {
2160   float: left;
2161   width: 200px;
2162 }
2163 .field input, .field textarea {
2164   width: 400px;
2165 }
2166 .field textarea {
2167   height: 100px;
2168 }
2169 .field .field_help {
2170   display: block;
2171   margin-left: 200px;
2172   color: #666666;
2173 }
2174 .field .onoff {
2175   float: left;
2176   width: 80px;
2177 }
2178 .field .onoff a {
2179   display: block;
2180   border: 1px solid #666666;
2181   background-image: url("../../../images/onoff.jpg");
2182   background-repeat: no-repeat;
2183   padding: 4px 2px 2px 2px;
2184   height: 16px;
2185   text-decoration: none;
2186 }
2187 .field .onoff .off {
2188   border-color: #666666;
2189   padding-left: 40px;
2190   background-position: left center;
2191   background-color: #cccccc;
2192   color: #666666;
2193   text-align: right;
2194 }
2195 .field .onoff .on {
2196   border-color: #204A87;
2197   padding-right: 40px;
2198   background-position: right center;
2199   background-color: #D7E3F1;
2200   color: #204A87;
2201   text-align: left;
2202 }
2203 .field .hidden {
2204   display: none!important;
2205 }
2206 .field.radio .field_help {
2207   margin-left: 0px;
2208 }
2209 .suggest-select {
2210 width: 500px;
2211 height: 350px;  
2212         }
2213 .message-to-select {
2214         width: 400px;
2215    height: 150px;
2216         }
2217 #directory-search-form{
2218         margin-bottom: 50px;
2219         }
2220 #profile-edit-links-end {
2221         clear: both;
2222         margin-bottom: 15px;
2223 }
2224
2225 #profile-edit-links ul { margin: 20px; padding-bottom: 20px; list-style: none; }
2226
2227 #profile-edit-links li {
2228   float: left;
2229   list-style: none;
2230   margin-left: 10px;
2231 }
2232
2233 .profile-edit-side-div {
2234   display: none;
2235 }
2236
2237 #register-form label,
2238 #profile-edit-form label {
2239         width: 300px; float: left;
2240 }
2241
2242 .required {
2243   display: inline;
2244   color: #B20202;
2245 }
2246
2247 /* oauth */
2248 .oauthapp {
2249   height: auto;
2250   overflow: auto;
2251   border-bottom: 2px solid #cccccc;
2252   padding-bottom: 1em;
2253   margin-bottom: 1em;
2254 }
2255 .oauthapp img {
2256   float: left;
2257   width: 48px;
2258   height: 48px;
2259   margin: 10px;
2260 }
2261 .oauthapp img.noicon {
2262   background-image: url("../../../images/icons/48/plugin.png");
2263   background-position: center center;
2264   background-repeat: no-repeat;
2265 }
2266 .oauthapp a {
2267   float: left;
2268 }
2269 /* contacts */
2270 .contact-entry-wrapper {
2271   width: 120px;
2272   height: 120px;
2273   float: left;
2274 }
2275 /* photo */
2276 .photo {
2277 box-shadow: 2px 2px 5px 0px #000000;
2278 margin: 0px;
2279 border-radius: 10px;
2280 height: 145px !important;
2281 width: 145px !important;
2282 }
2283 .lframe {
2284   float: left;
2285   /*margin: 0px 10px 10px 0px;*/
2286 }
2287 /* profile match wrapper */
2288 .profile-match-wrapper {
2289   float: left;
2290   width: 90px;
2291   height: 90px;
2292   margin-bottom: 20px;
2293 }
2294 .profile-match-wrapper .contact-photo {
2295   width: 80px;
2296   height: 80px;
2297 }
2298 .profile-match-wrapper .contact-photo img {
2299   width: 80px;
2300   height: 80px;
2301 }
2302 .profile-match-wrapper {
2303   left: 0px;
2304   top: 63px;
2305 }
2306
2307 .contact-photo-menu-button {
2308         position: relative;
2309         background-image: url("../../../images/icons/16/menu.png");
2310         background-position: top left; 
2311         background-repeat: no-repeat;
2312         margin: 0px 0px -16px 0px; 
2313         padding: 0px;
2314         width: 16px;
2315         height: 16px;
2316         top: -16px; left:0px;
2317         overflow: hidden;
2318         text-indent: 40px;
2319         display: none;
2320         
2321 }
2322 .contact-photo-menu {
2323         width: 11em;
2324         border: 3px solid #364e59;
2325         color: #2d2d2d;
2326         background: #FFFFFF;
2327 /*        position: absolute;*/
2328         position: relative;
2329         left: 0px; top: 0px;
2330         display: none;
2331         z-index: 10000;
2332 }
2333 .contact-photo-menu ul { margin:0px; padding: 0px; list-style: none }
2334 .contact-photo-menu li a {
2335         display: block; 
2336         padding: 5px 10px; 
2337         color: #2d2d2d;
2338         text-decoration: none;
2339 }
2340 .contact-photo-menu li a:hover {
2341         background-color: #bdcdd4; 
2342 }
2343
2344 /* page footer */
2345 footer {
2346   height: 100px;
2347   display: table-row;
2348 }
2349
2350 blockquote {
2351     border-left: 1px solid #D2D2D2;
2352     padding-left: 9px;
2353     margin: 0 0 0 .8ex;
2354     color: #777;
2355 }
2356 .oembed {
2357         
2358         font-weight: bold;
2359 }
2360 .aprofile dt{
2361 box-shadow: 1px 1px 5px 0;
2362     color: #666666;
2363     margin: 15px 0 5px;
2364     padding-left: 5px;  
2365         }
2366 /* ================== */
2367 /* = Contacts Block = */
2368 /* ================== */
2369
2370 .contact-block-img {
2371         width: 55px;
2372         height: 55px;
2373         padding-right: 3px;
2374 }
2375 .contact-block-div {
2376         float: left;
2377 }
2378
2379 .contact-block-textdiv { width: 150px; height: 34px; float: left; }
2380 #contact-block-end { clear: both; } 
2381
2382 #group-edit-wrapper {
2383         margin-bottom: 10px;
2384 }
2385
2386 #group-members-end {
2387         clear: both;
2388 }
2389 #group-edit-desc {
2390  margin-top: 15px;
2391 }
2392
2393 /*
2394 #group-separator,
2395 #prof-separator { display: none;}
2396 */
2397
2398 #prvmail-to-label, #prvmail-subject-label, #prvmail-message-label {
2399         margin-bottom: 10px;
2400         margin-top: 20px;
2401 }
2402
2403 #prvmail-submit {
2404         float: right;
2405         margin-top: 10px;
2406 }
2407
2408 #prvmail-subject
2409 {
2410 background: none repeat scroll 0 0 #FFFFFF;
2411 border: 1px solid #CCCCCC;
2412 border-radius: 5px 5px 5px 5px;
2413 font-weight: bold;
2414 height: 20px;
2415 margin: 0 0 5px;
2416 vertical-align: middle;
2417 }
2418 #prvmail-form{
2419  width: 597px;  
2420         }
2421         
2422 #prvmail-upload-wrapper,
2423 #prvmail-link-wrapper,
2424 #prvmail-rotator-wrapper {
2425         float: left;
2426         margin-top: 10px;
2427         margin-right: 10px;
2428         width: 24px;
2429 }
2430
2431 #prvmail-end {
2432         clear: both;
2433 }
2434
2435 .mail-list-sender,
2436 .mail-list-detail {
2437         float: left;
2438 }
2439 .mail-list-detail {
2440         margin-left: 20px;
2441 }
2442
2443 .mail-list-subject {
2444         font-size: 1.1em;
2445         margin-top: 10px;
2446 }
2447 a.mail-list-link {
2448     display: block;
2449     font-size: 1.3em;
2450     padding: 4px 0;
2451 }
2452
2453 /*
2454 *a.mail-list-link:hover {
2455 *       background-color: #15607B;
2456 *       color: #F5F6FB;
2457 *}
2458 */
2459
2460 .mail-list-outside-wrapper-end {
2461         clear: both;
2462 }
2463
2464 .mail-list-outside-wrapper {
2465         margin-top: 30px;
2466 }
2467
2468 .mail-list-delete-wrapper {
2469         float: right;
2470         margin-right: 30px;
2471         margin-top: 15px;
2472 }
2473
2474 .mail-list-delete-icon {
2475         border: none;
2476 }
2477
2478 .mail-conv-sender,
2479 .mail-conv-detail {
2480         float: left;
2481 }
2482 .mail-conv-detail {
2483         margin-left: 20px;
2484         width: 500px;
2485 }
2486
2487 .mail-conv-subject {
2488     font-size: 1.4em;
2489     margin: 10px 0;
2490 }
2491
2492 .mail-conv-outside-wrapper-end {
2493         clear: both;
2494 }
2495
2496 .mail-conv-outside-wrapper {
2497         margin-top: 30px;
2498 }
2499
2500 .mail-conv-delete-wrapper {
2501         float: right;
2502         margin-right: 30px;
2503         margin-top: 15px;
2504 }
2505 .mail-conv-break {
2506         clear: both;
2507 }
2508
2509 .mail-conv-delete-icon {
2510         border: none;
2511 }
2512
2513 /* ========== */
2514 /* = Events = */
2515 /* ========== */
2516 .eventcal {
2517         float: left;
2518         font-size: 20px;
2519 }
2520
2521 .vevent {
2522         border: 1px solid #CCCCCC;
2523 }
2524 .vevent .event-description, .vevent .event-location {
2525         margin-left: 10px;
2526         margin-right: 10px;
2527 }
2528 .vevent .event-start {
2529         margin-left: 10px;
2530         margin-right: 10px;
2531 }
2532
2533 #new-event-link {
2534         margin-bottom: 10px;
2535 }
2536
2537 .edit-event-link, .plink-event-link {
2538         float: left;
2539         margin-top: 4px;
2540         margin-right: 4px;
2541         margin-bottom: 15px;
2542 }
2543
2544 .event-description:before {
2545         content: url('../../../images/calendar.png');
2546         margin-right: 15px;
2547 }
2548
2549 .event-start, .event-end {
2550         margin-left: 10px;
2551         width: 330px;
2552         clear: both;
2553 }
2554
2555 .event-start .dtstart, .event-end .dtend {
2556         float: right;
2557 }
2558
2559 .event-list-date {
2560         margin-bottom: 10px;
2561 }
2562
2563 .prevcal, .nextcal {
2564         float: left;
2565         margin-left: 32px;
2566         margin-right: 32px;
2567         margin-top: 64px;
2568 }
2569 .event-calendar-end {
2570         clear: both;
2571 }
2572
2573  
2574 .calendar {
2575         font-family: Courier, monospace;
2576 }
2577 .calendar.eventcal a {
2578   color: #3465A4;       
2579         }
2580 .today {
2581         font-weight: bold;
2582         color: #FF0000;
2583 }
2584
2585 .settings-block {
2586         border: 1px solid #AAA;
2587         margin: 10px;
2588         padding: 10px;
2589 }
2590
2591 .app-title {
2592         margin: 10px;
2593 }
2594
2595 #identity-manage-desc {
2596         margin-top:15px;
2597         margin-bottom: 15px;
2598 }
2599
2600 #identity-manage-choose {
2601         margin-bottom: 15px;
2602 }
2603
2604 #identity-submit {
2605         margin-top: 20px;
2606 }
2607
2608 #photo-prev-link, #photo-next-link {
2609         padding: 10px;
2610         float: left;
2611 }
2612 .lightbox{
2613         float: left;
2614         }
2615 #photo-photo {
2616         float: left;
2617 }
2618 #photo-like-div .wall-item-like-buttons {
2619         float: left;
2620    margin-right: 10px;
2621         }
2622 .wall-item-like-buttons .icon.like {
2623 float: left;
2624 }
2625
2626 #photo-photo-end {
2627         clear: both;
2628 }
2629
2630 .tabs .comment-wwedit-wrapper {
2631         display: block;
2632    margin-top: 30px;
2633    margin-left: 50px;
2634         }
2635
2636 .profile-match-photo {
2637         float: left;
2638         text-align: center;
2639         width: 120px;
2640 }
2641
2642 .profile-match-name {
2643         float: left;
2644         text-align: center;
2645         width: 120px;
2646         overflow: hidden;
2647 }
2648
2649 .profile-match-break,
2650 .profile-match-end {
2651         clear: both;
2652 }
2653
2654 .profile-match-connect {
2655         text-align: center;
2656         font-weight: bold;
2657 }
2658
2659 .profile-match-wrapper {
2660         float: left;
2661         padding: 10px;
2662         width: 120px;
2663         height: 120px;
2664         scroll: auto;
2665 }
2666 #profile-match-wrapper-end {
2667         clear: both;
2668 }
2669
2670 /* ============= */
2671 /* = Directory = */
2672 /* ============= */
2673 /* contacts menu */
2674 .contact-photo-wrapper {
2675   position: relative;
2676 }
2677 .contact-photo {
2678   width: 48px;
2679   height: 48px;
2680   overflow: hidden;
2681   display: block;
2682 }
2683 .contact-photo img {
2684   width: 48px;
2685   height: 48px;
2686 }
2687 .contact-photo-menu-button {
2688   display: none;
2689   /* position: absolute; */
2690   /* position: absolute; */
2691   left: 0px;
2692   top: -16px;
2693 }
2694 .contact-wrapper {
2695   float: left;
2696   width: 90px;
2697   height: 90px;
2698   margin-bottom: 15px;
2699 }
2700 .contact-wrapper .contact-photo {
2701   width: 80px;
2702   height: 80px;
2703 }
2704 .contact-wrapper .contact-photo img {
2705   width: 80px;
2706   height: 80px;
2707 }
2708 .contact-wrapper .contact-photo-menu-button {
2709   left: 0px;
2710   top: 63px;
2711 }
2712 .directory-item {
2713   float: left;
2714   width: 200px;
2715   height: 200px;
2716 }
2717 .directory-item .contact-photo {
2718   width: 175px;
2719   height: 175px;
2720 }
2721 .directory-item .contact-photo img {
2722   width: 175px;
2723   height: 175px;
2724 }
2725 .contact-name {
2726   text-align: left;
2727   font-weight: bold;
2728   font-size: 12px;
2729 }
2730 .contact-details {
2731   color: #999999;
2732 }
2733 #side-bar-photos-albums{
2734         margin-top: 15px;       
2735         }
2736 .photo-top-photo, .photo-album-photo {
2737   -webkit-border-radius: 5px 5px 0 0;
2738   -moz-border-radius: 5px 5px 0 0;
2739   border-radius: 5px 5px 0 0;
2740 }
2741 .photo-album-image-wrapper, .photo-top-image-wrapper {
2742   float: left;
2743    -moz-box-shadow: 0 0 5px #888;
2744    -webkit-box-shadow: 0 0 5px #888;
2745    box-shadow: 0 0 5px #888;
2746   background-color: #000;
2747    -webkit-border-radius: 5px;
2748    -moz-border-radius: 5px;
2749   border-radius: 5px;
2750   padding-bottom: 20px;
2751   position: relative;
2752   margin: 0 10px 10px 0;
2753   width: 200px; height: 140px;
2754   overflow: hidden;  
2755 }
2756 .photo-top-album-name {
2757         width: 100%;
2758         position: absolute; 
2759         bottom: 0px; 
2760         padding-left: 3px;
2761         background-color: #EEE;
2762 }
2763 .photo-top-album-link{
2764   color: #3465A4;
2765         }
2766 .photo-top-album-img{
2767         
2768         }
2769 /*.photo-top-image-wrapper {
2770         position: relative;
2771         float: left;
2772         margin-top: 15px;
2773         margin-right: 15px;
2774         width: 200px; height: 200px; 
2775         overflow: hidden; 
2776 }
2777 .photo-top-album-name {
2778         width: 100%;
2779         min-height: 2em;
2780         position: absolute; 
2781         bottom: 0px; 
2782         padding: 0px 3px;
2783         padding-top: 0.5em;
2784         background-color: rgb(255, 255, 255);
2785 }*/
2786 #photo-top-end {
2787         clear: both;
2788 }
2789
2790 #photo-top-links {
2791         margin-bottom: 30px;
2792         margin-left: 30px;
2793 }
2794
2795 #photos-upload-newalbum-div {
2796         float: left;
2797         width: 175px;
2798 }
2799