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