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