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