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