]> git.mxchange.org Git - friendica.git/blob - view/theme/diabook/style-network.css
diabook-themes: small bug/css-fixes ---> ver. 1.019
[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  -moz-border-bottom-colors: #dbdbdb;
1027   -moz-border-top-colors: #999;
1028   -moz-border-left-colors: #999;
1029   -moz-border-right-colors: #dbdbdb;
1030 }
1031 aside #side-follow-url {
1032         width: 150px;
1033         }
1034 aside #side-peoplefind-url {
1035         width: 150px;
1036         }
1037 #contact-block {
1038   overflow: auto;
1039   height: auto;
1040 }
1041 #contact-block .contact-block-h4 {
1042   float: left;
1043   margin: 5px 0px;
1044 }
1045 #contact-block .allcontact-link {
1046   float: right;
1047   margin: 5px 0px;
1048 }
1049 #contact-block .contact-block-content {
1050   clear: both;
1051   overflow: auto;
1052   height: auto;
1053 }
1054 #contact-block .contact-block-link {
1055   float: left;
1056   margin: 0px 2px 2px 0px;
1057 }
1058 #contact-block .contact-block-link img {
1059   widht: 55px;
1060   height: 55px;
1061 }
1062 #lost-password-link {
1063   float: left;
1064   margin-right: 20px;   
1065         }
1066 /* widget */
1067 .widget {
1068   margin-bottom: 2em;
1069   /*.action .s10 { width: 10px; overflow: hidden; padding: 0px;}
1070         .action .s16 { width: 16px; overflow: hidden; padding: 0px;}*/
1071 /*  font-size: 12px; */
1072 }
1073 .widget h3 {
1074   padding: 0px;
1075   margin: 2px;
1076 }
1077 .widget .action {
1078   opacity: 0.1;
1079   -webkit-transition: all 0.2s ease-in-out;
1080   -moz-transition: all 0.2s ease-in-out;
1081   -o-transition: all 0.2s ease-in-out;
1082   -ms-transition: all 0.2s ease-in-out;
1083   transition: all 0.2s ease-in-out;
1084 }
1085 .widget input.action {
1086   opacity: 0.5;
1087   -webkit-transition: all 0.2s ease-in-out;
1088   -moz-transition: all 0.2s ease-in-out;
1089   -o-transition: all 0.2s ease-in-out;
1090   -ms-transition: all 0.2s ease-in-out;
1091   transition: all 0.2s ease-in-out;
1092 }
1093 .widget:hover .title .action {
1094   opacity: 1;
1095   -webkit-transition: all 0.2s ease-in-out;
1096   -moz-transition: all 0.2s ease-in-out;
1097   -o-transition: all 0.2s ease-in-out;
1098   -ms-transition: all 0.2s ease-in-out;
1099   transition: all 0.2s ease-in-out;
1100 }
1101 .widget .tool:hover .action {
1102   opacity: 1;
1103   -webkit-transition: all 0.2s ease-in-out;
1104   -moz-transition: all 0.2s ease-in-out;
1105   -o-transition: all 0.2s ease-in-out;
1106   -ms-transition: all 0.2s ease-in-out;
1107   transition: all 0.2s ease-in-out;
1108 }
1109 .widget .tool:hover .action.ticked {
1110   opacity: 1;
1111   -webkit-transition: all 0.2s ease-in-out;
1112   -moz-transition: all 0.2s ease-in-out;
1113   -o-transition: all 0.2s ease-in-out;
1114   -ms-transition: all 0.2s ease-in-out;
1115   transition: all 0.2s ease-in-out;
1116 }
1117 .widget ul {
1118   padding: 0px;
1119 }
1120 .widget ul li {
1121   padding-left: 16px;
1122   min-height: 16px;
1123   list-style: none;
1124 }
1125 .widget .tool.selected {
1126   background: url("../../../view/theme/diabook/icons/selected.png") no-repeat left center;
1127 }
1128 /* widget: search */
1129 span.sbox_l  {
1130         background: white url('../../../view/theme/diabook/icons/srch_l.gif') no-repeat top left;
1131         float: left;
1132         width: 19px; height: 19px;
1133         margin-left: 10px;
1134         margin-top: 5px;
1135         
1136 }
1137
1138 span.sbox_r  {
1139         background: white url('../../../view/theme/diabook/icons/srch_r.gif') no-repeat top left;
1140         float: left;
1141         width: 19px; height: 19px;
1142         margin-top: 5px;
1143 }
1144
1145 span.sbox input {
1146         background: white url('../../../view/theme/diabook/icons/srch_bg.gif') repeat-x top left;
1147         float: left;
1148         margin-top: 5px;
1149         border: 0;
1150         height: 13px; width: 100px;
1151         padding: 3px;
1152         font: 11px/13px arial;
1153         color: #000;
1154 }
1155 #add-search-popup {
1156   width: 200px;
1157   top: 18px;
1158 }
1159 /* section */
1160 section {
1161   display: table-cell;
1162   vertical-align: top;
1163   width: auto;
1164   padding: 0px 0px 0px 12px;
1165 }
1166
1167 body .pageheader{
1168   text-align: center;
1169   font-size: 20px;
1170   margin-bottom: 20px;
1171   margin-top: 0px;
1172   max-width: 575px;
1173         }
1174 .qcomment{
1175   max-width: 122px;     
1176         }
1177
1178 #id_username {
1179   width: 173px; 
1180         }
1181 #id_password {
1182   width: 173px;         
1183         }
1184 #id_openid_url {
1185   width: 173px; 
1186         }
1187 #contact-edit-end {
1188         }
1189 .pager {
1190    padding: 10px;
1191         text-align: center;
1192         font-size: 1.0em;
1193         clear: both;
1194         display: block;
1195 }       
1196 .tabs {
1197     
1198     background-position: 0 -20px;
1199     background-repeat: repeat-x;
1200     height: 27px;
1201     padding: 0;
1202  }
1203 .tab.button {
1204     margin-left: 5px;   
1205     /*background: none repeat scroll 0 0 #F8F8F8;*/
1206     border: 1px solid #CCCCCC;
1207     border-radius: 3px 3px 3px 3px;
1208     font-weight: normal;
1209     padding: 3px;
1210     color:  #333333;
1211         }
1212         
1213 #birthday-notice, #event-notice, #birthday-wrapper, #event-wrapper{
1214         margin-bottom: 10px;
1215         }
1216
1217 right_aside {
1218   display: table-cell;
1219   vertical-align: top;
1220   width: 170px;
1221   /*border-left: 1px solid #D2D2D2;*/
1222   
1223   /* background: #F1F1F1; */
1224 }
1225 right_aside h3 {border-bottom: 1px solid #D2D2D2; padding-top: 5px; padding-bottom: 0px; padding-left: 9px; margin-bottom: 0px; 
1226 margin-top:30px;}
1227 right_aside .directory-item {   width: 50px; height: 50px; vertical-align: center; text-align: center; }
1228 right_aside .directory-photo { margin: 0px; }
1229 right_aside .directory-photo-img { max-width: 45px; max-height: 45px; }
1230 right_aside #likes { margin: 0px; padding: 0px; list-style: none; }
1231 right_aside .items-wrapper{ overflow: auto;     width: 100%; }
1232 right_aside #lastusers-wrapper { padding-left: 6px; padding-top: 3px; overflow: auto;   width: 100%; }
1233 right_aside #ra-photos-wrapper { padding-left: 5px; padding-top: 3px; overflow: auto;   width: 100%; }
1234 #page-sidebar-right_aside{margin-top: 0px; margin-bottom: 30px;}
1235 #page-sidebar-right_aside ul {margin-top: 0px;}
1236 #page-sidebar-right_aside .label {max-width: 128px;}
1237 right_aside .icon {width: 10px; height: 10px;}
1238 .close_box              { 
1239                 background-image: url("../../../view/theme/diabook-blue/icons/close_box.png");
1240                 float: right;
1241                 opacity: 0.1;
1242                 }
1243 .close_box:hover        { 
1244                 background-image: url("../../../view/theme/diabook-blue/icons/close_box.png");
1245                 float: right;
1246                 cursor: pointer;
1247                 opacity: 1;
1248 -webkit-transition: all 0.2s ease-in-out;
1249 -moz-transition: all 0.2s ease-in-out;
1250 -o-transition: all 0.2s ease-in-out;
1251 -ms-transition: all 0.2s ease-in-out;
1252 transition: all 0.2s ease-in-out;
1253                 }
1254
1255 /* wall item */
1256 .tread-wrapper {
1257   border-bottom: 1px solid #D2D2D2;
1258   position: relative;
1259   padding: 5px;
1260   margin-bottom: 0px;
1261   width: 575px;
1262   padding-top: 10px;
1263 }
1264 .wall-item-decor {
1265   position: absolute;
1266   left: 790px;
1267   top: -10px;
1268   width: 16px;
1269 }
1270
1271 .wall-item-container {
1272   display: table;
1273   width: 580px;
1274 }
1275
1276
1277 .wall-item-container .wall-item-item, .wall-item-container .wall-item-bottom {
1278   display: table-row;
1279 }
1280
1281 .wall-item-bottom {
1282   font-size: 13px;
1283 }
1284 .wall-item-container .wall-item-bottom {
1285 /*  opacity: 0.5;
1286   -webkit-transition: all 0.2s ease-in-out;
1287   -moz-transition: all 0.2s ease-in-out;
1288   -o-transition: all 0.2s ease-in-out;
1289   -ms-transition: all 0.2s ease-in-out;
1290   transition: all 0.2s ease-in-out; */
1291 }
1292 .wall-item-container:hover .wall-item-bottom {
1293 /*  opacity: 1;
1294   -webkit-transition: all 0.2s ease-in-out;
1295   -moz-transition: all 0.2s ease-in-out;
1296   -o-transition: all 0.2s ease-in-out;
1297   -ms-transition: all 0.2s ease-in-out;
1298   transition: all 0.2s ease-in-out; */
1299 }
1300 .wall-item-container .wall-item-info {
1301   display: table-cell;
1302   vertical-align: top;
1303   text-align: left;
1304   width: 80px;
1305 }
1306 .wall-item-container .wall-item-location {
1307   padding-right: 40px;
1308   display: table-cell;
1309 }
1310 .wall-item-container .wall-item-ago {
1311   word-wrap: break-word;
1312   width: 50px;
1313   margin-left: 10px;
1314   color: #999;
1315 }
1316 .wall-item-location {
1317   
1318   clear: both;
1319   overflow: hidden;
1320   
1321   margin-bottom: 5px;
1322 }
1323
1324 .wall-item-container .wall-item-content {
1325
1326   max-width: 420px;
1327   word-wrap: break-word;
1328
1329   margin-bottom: 14px;
1330 }
1331
1332 .wall-item-container .wall-item-content img {
1333   max-width: 400px;
1334   max-height: 400px;
1335 }
1336 .wall-item-container .wall-item-links, .wall-item-container .wall-item-actions {
1337   display: table-cell;
1338   vertical-align: middle;
1339 }
1340 .wall-item-container .wall-item-links .icon, .wall-item-container .wall-item-actions .icon {
1341   opacity: 0.5;
1342   -webkit-transition: all 0.2s ease-in-out;
1343   -moz-transition: all 0.2s ease-in-out;
1344   -o-transition: all 0.2s ease-in-out;
1345   -ms-transition: all 0.2s ease-in-out;
1346   transition: all 0.2s ease-in-out;
1347 }
1348 .wall-item-container .wall-item-links .icon:hover, .wall-item-container .wall-item-actions .icon:hover {
1349   opacity: 1;
1350   -webkit-transition: all 0.2s ease-in-out;
1351   -moz-transition: all 0.2s ease-in-out;
1352   -o-transition: all 0.2s ease-in-out;
1353   -ms-transition: all 0.2s ease-in-out;
1354   transition: all 0.2s ease-in-out;
1355 }
1356 .wall-item-container .wall-item-name {
1357   font-weight: bold;
1358 }
1359 .wall-item-container .wall-item-actions-author {
1360   width: 100%;
1361   margin-bottom: 0.3em;
1362 }
1363 .wall-item-container .wall-item-actions-social {
1364   float: left;
1365   margin-bottom: 1px;
1366   display: table-cell;
1367 }
1368 .wall-item-container .wall-item-actions-social a {
1369   margin-right: 1em;
1370 }
1371 .wall-item-actions-social a {
1372   float: left;
1373 }
1374 .wall-item-container .wall-item-actions-tools {
1375   float: right;
1376   width: 80px;
1377   display: table-cell;
1378 }
1379 .wall-item-container .wall-item-actions-tools a {
1380   float: right;
1381 }
1382 .wall-item-container .wall-item-actions-tools input {
1383   float: right;
1384 }
1385 .wall-item-container.comment {
1386   margin-top: 5px;
1387   margin-bottom: 5px;
1388   margin-left: 80px;
1389   width: 500px;
1390   border-bottom: 1px solid hsl(198, 21%, 79%);
1391 }
1392 .wall-item-container.comment .contact-photo {
1393   width: 32px;
1394   height: 32px;
1395   margin-left: 16px;
1396   /*background: url(../../../images/icons/22/user.png) no-repeat center center;*/
1397
1398 }
1399 .wall-item-container.comment {
1400   top: 15px !important;
1401   left: 15px !important;
1402 }
1403 .wall-item-container.comment .wall-item-links {
1404   padding-left: 12px;
1405 }
1406 .wall-item-comment-wrapper {
1407   margin: 1px 5px 17px 80px;
1408 }
1409 .wall-item-comment-wrapper .comment-edit-photo {
1410   display: none;
1411 }
1412 .wall-item-comment-wrapper textarea {
1413   height: 2.0em;
1414   width: 100%;
1415   font-size: 10px;
1416   color: #999999;
1417   border: 1px solid #DDD;
1418   padding: 0.3em;
1419   font-size: 14px;
1420 }
1421 .wall-item-comment-wrapper .comment-edit-text-full {
1422   font-size: 14px;
1423   height: 4em;
1424   color: #2d2d2d;
1425   border: 1px solid #2d2d2d;
1426 }
1427 .comment-edit-preview {
1428   width: 500px;
1429   margin-top: 10px;
1430   background-color:  #fff797;
1431 }
1432 .comment-edit-preview .contact-photo {
1433   width: 32px;
1434   height: 32px;
1435   margin-left: 16px;
1436   /*background: url(../../../images/icons/22/user.png) no-repeat center center;*/
1437
1438 }
1439 .comment-edit-preview {
1440   top: 15px !important;
1441   left: 15px !important;
1442 }
1443 .comment-edit-preview .wall-item-links {
1444   padding-left: 12px;
1445 }
1446 .comment-edit-preview .wall-item-container {
1447   width: 700px;
1448 }
1449 .comment-edit-preview .tread-wrapper {
1450   width: 700px;
1451   padding: 0;
1452   margin: 10px 0;
1453 }
1454
1455 .shiny {
1456   /* border-right: 10px solid #fce94f; */
1457         border-right: 1px solid #A7C7F7;
1458         padding-right: 12px;
1459 }
1460
1461 #jot-preview-content{
1462         margin-top: 30px;}
1463         
1464 #jot-preview-content .tread-wrapper {
1465   background-color: #fff797;
1466 }
1467
1468 .wall-item-tags {
1469   padding-top: 1px;
1470   padding-bottom: 2px;
1471 }
1472 .tag {
1473   /*background: url("../../../images/tag_b.png") repeat-x center left;*/
1474   color: #3465A4;
1475   padding-left: 3px;
1476   font-size: 12px;
1477 }
1478 .tag a {
1479   padding-right: 5px;
1480   /*background: url("../../../images/tag.png") no-repeat center right;*/
1481   color: #3465A4;
1482 }
1483 .wwto {
1484   position: absolute !important;
1485   width: 25px;
1486   height: 25px;
1487   background: #FFFFFF;
1488   border: 2px solid #364e59;
1489   height: 25px;
1490   width: 25px;
1491   overflow: hidden;
1492   padding: 1px;
1493   position: absolute !important;
1494   top: 40px;
1495   left: 30px;
1496   -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
1497   -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
1498   box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
1499 }
1500 .wwto .contact-photo {
1501   width: auto;
1502   height: 25px;
1503 }
1504 /* contacts menu */
1505 .contact-photo-wrapper {
1506   position: relative;
1507   width: 80px;
1508 }
1509
1510 .contact-photo-wrapper.wwto {
1511   width: 25px;
1512 }
1513
1514 .contact-photo {
1515   width: 48px;
1516   height: 48px;
1517   overflow: hidden;
1518   display: block;
1519 }
1520 .contact-photo img {
1521   width: 48px;
1522   height: 48px;
1523 }
1524
1525 .contact-wrapper {
1526   float: left;
1527   width: 90px;
1528   height: 90px;
1529   margin-bottom: 15px;
1530 }
1531 .contact-wrapper .contact-photo {
1532   width: 80px;
1533   height: 80px;
1534 }
1535 .contact-wrapper .contact-photo img {
1536   width: 80px;
1537   height: 80px;
1538 }
1539 .contact-wrapper {
1540   left: 0px;
1541   top: 63px;
1542 }
1543 .contact-photo {
1544   width: 48px;
1545   height: 48px;
1546 }
1547 .contact-photo img {
1548   width: 48px;
1549   height: 48px;
1550 }
1551 .contact-name {
1552   /* text-align: center; */
1553   /*font-weight: bold;*/
1554   font-size: 12px;
1555 }
1556 .contact-details {
1557   color: #999999;
1558 }
1559 /* editor */
1560 .jothidden {
1561   display: none;
1562 }
1563 #jot {
1564   width: 585px;
1565   margin: 0px 2em 20px 0px;
1566 }
1567 #profile-jot-form #profile-jot-text {
1568   height: 2.0em;
1569   width: 99%;
1570   font-size: 15px;
1571   color: #999999;
1572   border: 1px solid #DDD;
1573   padding: 0.3em;
1574   margin-bottom: 10px;
1575 }
1576 .grey
1577 {
1578   display: inline;
1579   float: right; 
1580         }
1581 #jot #jot-tools {
1582   margin: 0px;
1583   padding: 0px;
1584   height: 40px;
1585   overflow: none;
1586   width: 583px;
1587   background-color: #fff;
1588   border-bottom: 2px solid #9eabb0;
1589 }
1590
1591 #jot #jot-tools li {
1592   list-style: none;
1593   float: left;
1594   width: 80px;
1595   height: 40px;
1596   border-bottom: 2px solid #9eabb0;
1597 }
1598 #jot #jot-tools li a {
1599   display: block;
1600   color: #cccccc;
1601   width: 100%;
1602   height: 40px;
1603   text-align: center;
1604   line-height: 40px;
1605   overflow: hidden;
1606 }
1607 #jot #jot-tools li:hover {
1608   background-color: #364e59;
1609   border-bottom: 2px solid #bdcdd4;
1610 }
1611 #jot #jot-tools li.perms {
1612   float: right;
1613   width: 40px;
1614 }
1615 #jot #jot-tools li.perms a.unlock {
1616   width: 30px;
1617   border-left: 10px solid #cccccc;
1618   background-color: #cccccc;
1619   background-position: left center;
1620 }
1621 #jot #jot-tools li.perms a.lock {
1622   width: 30px;
1623   border-left: 10px solid #666666;
1624   background-color: #666666;
1625 }
1626 #jot #jot-tools li.submit {
1627   float: right;
1628   background-color: #cccccc;
1629   border-bottom: 2px solid #cccccc;
1630   border-right: 1px solid #666666;
1631   border-left: 1px solid #666666;
1632 }
1633 #jot #jot-tools li.submit input {
1634   border: 0px;
1635   margin: 0px;
1636   padding: 0px;
1637   background-color: #cccccc;
1638   color: #666666;
1639   width: 80px;
1640   height: 40px;
1641   line-height: 40px;
1642 }
1643 #jot #jot-tools li.submit input:hover {
1644   background-color: #bdcdd4;
1645   color: #666666;
1646 }
1647 #jot #jot-tools li.loading {
1648   float: right;
1649   background-color: #ffffff;
1650   width: 20px;
1651   vertical-align: center;
1652   text-align: center;
1653   border-top: 2px solid #9eabb0;
1654   height: 38px;
1655 }
1656 #jot #jot-tools li.loading img {
1657   margin-top: 10px;
1658 }
1659 #profile-jot-form #jot-title {
1660     
1661          border-radius: 5px 5px 5px 5px;
1662     font-weight: bold;
1663     height: 20px;
1664     margin: 0 0 5px;
1665     width: 60%;
1666     border: 1px solid #d2d2d2;
1667 }
1668 #profile-jot-form #jot-title:-webkit-input-placeholder {
1669   font-weight: normal;
1670 }
1671 #profile-jot-form #jot-title:-moz-placeholder {
1672   font-weight: normal;
1673 }
1674 #profile-jot-form #profile-jot-text_parent #profile-jot-text_tbl{
1675         width: 585px;
1676         height: 100px;
1677         }
1678 #jot #jot-title:hover {
1679   border: 1px solid #999999;
1680 }
1681 #jot #jot-title:focus {
1682   border: 1px solid #999999;
1683 }
1684 #jot #character-counter {
1685   width: 80px;
1686   float: right;
1687   text-align: right;
1688   height: 20px;
1689   line-height: 20px;
1690   padding-right: 20px;
1691 }
1692 #jot-perms-icon, 
1693 #profile-location,
1694 #profile-nolocation,
1695 #profile-youtube, 
1696 #profile-video, 
1697 #profile-audio,
1698 #profile-link,
1699 #profile-title, 
1700 #wall-image-upload,
1701 #wall-file-upload,
1702 #wall-image-upload-div,
1703 #wall-file-upload-div,
1704 .hover, .focus {
1705         cursor: pointer;
1706         margin-top: 2px;
1707 }
1708 #profile-jot-wrapper{
1709         margin: 0 2em 20px 0;
1710    width: 585px;
1711         }
1712
1713 #profile-jot-submit-wrapper {
1714         margin-bottom: 50px;
1715         width: 585px;
1716 }
1717
1718 #profile-jot-submit {
1719         float: right;
1720         margin-top: 2px;
1721         font-size: 14px;
1722         
1723 }
1724 #profile-upload-wrapper {
1725         float: left;
1726         margin-top: 2px;
1727         margin-left: 10px;
1728         
1729 }
1730 #profile-attach-wrapper {
1731         float: left;
1732         margin-left: 15px;
1733         margin-top: 2px;
1734 }
1735 #profile-rotator {
1736         float: left;
1737         margin-left: 30px;
1738         margin-top: 2px;
1739 }
1740 #profile-link-wrapper {
1741         float: left;
1742         margin-left: 15px;
1743         margin-top: 2px;
1744 }
1745 #profile-youtube-wrapper {
1746         float: left;
1747         margin-left: 15px;
1748         margin-top: 2px;
1749 }
1750 #profile-video-wrapper {
1751         float: left;
1752         margin-left: 15px;
1753         margin-top: 2px;
1754 }
1755 #profile-audio-wrapper {
1756         float: left;
1757         margin-left: 15px;
1758         margin-top: 2px;
1759 }
1760 #profile-location-wrapper {
1761         float: left;
1762         margin-left: 15px;
1763         margin-top: 2px;
1764 }
1765 #profile-jot-perms {
1766         float: left;
1767         margin-left: 45px;
1768         margin-top: 2px;
1769 }
1770 #jot-preview-link {
1771         float: right;
1772         margin-left: 10px;
1773         margin-top: 2px;
1774         font-size: 9px;
1775         font-weight: bolder;
1776         cursor: pointer;
1777 }
1778 #profile-jot-perms{
1779    float: right;
1780         margin-left: 10px;
1781         margin-top: 2px;        
1782         }
1783 /** buttons **/
1784 .button.creation1 {
1785     background-color: #fff;
1786     border: 1px solid #777777;
1787     border-radius: 3px 3px 3px 3px;
1788     box-shadow: 0 1px 1px #CFCFCF;
1789     cursor: pointer;
1790     font-weight: bolder;
1791 }
1792 .button.creation2 {
1793     background-color: #33ACFF;
1794     background-image: -moz-linear-gradient(center top , #66C1FF 0%, #0097FF 100%);
1795     border: 1px solid #777777;
1796     color: white;
1797     border-radius: 3px 3px 3px 3px;
1798     box-shadow: 0 1px 1px #CFCFCF;
1799     margin-left: 5px;
1800     cursor: pointer;
1801     font-weight: bolder;
1802 }
1803 /*input[type="submit"] {
1804     background-color: #33ACFF;
1805     background-image: -moz-linear-gradient(center top , #66C1FF 0%, #0097FF 100%);
1806     border: 1px solid #777777;
1807     color: white;
1808     border-radius: 3px 3px 3px 3px;
1809     box-shadow: 0 1px 1px #CFCFCF;
1810     margin-left: 5px;
1811 }*/
1812 /** acl **/
1813 #photo-edit-perms-select, #photos-upload-permissions-wrapper, #profile-jot-acl-wrapper {
1814   display: block!important;
1815 }
1816 #acl-wrapper {
1817   width: 690px;
1818   float: left;
1819 }
1820 #acl-search {
1821   float: right;
1822   background: #ffffff url("../../../images/search_18.png") no-repeat right center;
1823   padding-right: 20px;
1824 }
1825 #acl-showall {
1826   float: left;
1827   display: block;
1828   width: auto;
1829   height: 18px;
1830   background-color: #cccccc;
1831   background-image: url("../../../images/show_all_off.png");
1832   background-position: 7px 7px;
1833   background-repeat: no-repeat;
1834   padding: 7px 5px 0px 30px;
1835   color: #999999;
1836   -moz-border-radius: 5px 5px 5px 5px;
1837   -webkit-border-radius: 5px 5px 5px 5px;
1838   border-radius: 5px 5px 5px 5px;
1839 }
1840 #acl-showall.selected {
1841   color: #000000;
1842   background-color: #ff9900;
1843   background-image: url("../../../images/show_all_on.png");
1844 }
1845 #acl-list {
1846   height: 210px;
1847   border: 1px solid #cccccc;
1848   clear: both;
1849   margin-top: 30px;
1850   overflow: auto;
1851 }
1852 .acl-list-item {
1853   display: block;
1854   width: 150px;
1855   height: 30px;
1856   border: 1px solid #cccccc;
1857   margin: 5px;
1858   float: left;
1859 }
1860 .acl-list-item img {
1861   width: 22px;
1862   height: 22px;
1863   float: left;
1864   margin: 4px;
1865 }
1866 .acl-list-item p {
1867   height: 12px;
1868   font-size: 10px;
1869   margin: 0px;
1870   padding: 2px 0px 1px;
1871   overflow: hidden;
1872 }
1873 .acl-list-item a {
1874   font-size: 8px;
1875   display: block;
1876   width: 40px;
1877   height: 10px;
1878   float: left;
1879   color: #999999;
1880   background-color: #cccccc;
1881   background-position: 3px 3px;
1882   background-repeat: no-repeat;
1883   margin-right: 5px;
1884   -webkit-border-radius: 2px ;
1885   -moz-border-radius: 2px;
1886   border-radius: 2px;
1887   padding-left: 15px;
1888 }
1889 #acl-wrapper a:hover {
1890   text-decoration: none;
1891   color: #000000;
1892 }
1893 .acl-button-show {
1894   background-image: url("../../../images/show_off.png");
1895 }
1896 .acl-button-hide {
1897   background-image: url("../../../images/hide_off.png");
1898 }
1899 .acl-button-show.selected {
1900   color: #000000;
1901   background-color: #9ade00;
1902   background-image: url("../../../images/show_on.png");
1903 }
1904 .acl-button-hide.selected {
1905   color: #000000;
1906   background-color: #ff4141;
1907   background-image: url("../../../images/hide_on.png");
1908 }
1909 .acl-list-item.groupshow {
1910   border-color: #9ade00;
1911 }
1912 .acl-list-item.grouphide {
1913   border-color: #ff4141;
1914 }
1915 /** /acl **/
1916 /** tab buttons **/
1917 ul.tabs {
1918   list-style-type: none;
1919   padding-bottom: 10px;
1920   font-size: 13px;
1921 }
1922 ul.tabs li {
1923   float: left;
1924   margin-left: 5px;
1925 }
1926 ul.tabs li .active {
1927     background-color: #333333;
1928     border: 1px solid #777777;
1929     color: white;
1930     border-radius: 3px 3px 3px 3px;
1931     box-shadow: 0 1px 1px #CFCFCF;
1932     margin-left: 5px;
1933 }
1934 /**
1935  * Form fields
1936  */
1937 .field {
1938   margin-bottom: 10px;
1939   padding-bottom: 10px;
1940   overflow: auto;
1941   width: 100%;
1942 }
1943 .field label {
1944   float: left;
1945   width: 200px;
1946 }
1947 .field input, .field textarea {
1948   width: 400px;
1949 }
1950 .field textarea {
1951   height: 100px;
1952 }
1953 .field .field_help {
1954   display: block;
1955   margin-left: 200px;
1956   color: #666666;
1957 }
1958 .field .onoff {
1959   float: left;
1960   width: 80px;
1961 }
1962 .field .onoff a {
1963   display: block;
1964   border: 1px solid #666666;
1965   background-image: url("../../../images/onoff.jpg");
1966   background-repeat: no-repeat;
1967   padding: 4px 2px 2px 2px;
1968   height: 16px;
1969   text-decoration: none;
1970 }
1971 .field .onoff .off {
1972   border-color: #666666;
1973   padding-left: 40px;
1974   background-position: left center;
1975   background-color: #cccccc;
1976   color: #666666;
1977   text-align: right;
1978 }
1979 .field .onoff .on {
1980   border-color: #204A87;
1981   padding-right: 40px;
1982   background-position: right center;
1983   background-color: #D7E3F1;
1984   color: #204A87;
1985   text-align: left;
1986 }
1987 .field .hidden {
1988   display: none!important;
1989 }
1990 .field.radio .field_help {
1991   margin-left: 0px;
1992 }
1993 #directory-search-form{
1994         margin-bottom: 50px;
1995         }
1996 #profile-edit-links-end {
1997         clear: both;
1998         margin-bottom: 15px;
1999 }
2000
2001 #profile-edit-links ul { margin: 20px; padding-bottom: 20px; list-style: none; }
2002
2003 #profile-edit-links li {
2004   float: left;
2005   list-style: none;
2006   margin-left: 10px;
2007 }
2008
2009 .profile-edit-side-div {
2010   display: none;
2011 }
2012
2013 #register-form label,
2014 #profile-edit-form label {
2015         width: 300px; float: left;
2016 }
2017
2018 .required {
2019   display: inline;
2020   color: #B20202;
2021 }
2022
2023 /* oauth */
2024 .oauthapp {
2025   height: auto;
2026   overflow: auto;
2027   border-bottom: 2px solid #cccccc;
2028   padding-bottom: 1em;
2029   margin-bottom: 1em;
2030 }
2031 .oauthapp img {
2032   float: left;
2033   width: 48px;
2034   height: 48px;
2035   margin: 10px;
2036 }
2037 .oauthapp img.noicon {
2038   background-image: url("../../../images/icons/48/plugin.png");
2039   background-position: center center;
2040   background-repeat: no-repeat;
2041 }
2042 .oauthapp a {
2043   float: left;
2044 }
2045 /* contacts */
2046 .contact-entry-wrapper {
2047   width: 120px;
2048   height: 120px;
2049   float: left;
2050 }
2051 /* photo */
2052 .lframe {
2053   float: left;
2054 }
2055 /* profile match wrapper */
2056 .profile-match-wrapper {
2057   float: left;
2058   width: 90px;
2059   height: 90px;
2060   margin-bottom: 20px;
2061 }
2062 .profile-match-wrapper .contact-photo {
2063   width: 80px;
2064   height: 80px;
2065 }
2066 .profile-match-wrapper .contact-photo img {
2067   width: 80px;
2068   height: 80px;
2069 }
2070 .profile-match-wrapper {
2071   left: 0px;
2072   top: 63px;
2073 }
2074
2075 .contact-photo-menu-button {
2076         position: relative;
2077         background-image: url("../../../images/icons/16/menu.png");
2078         background-position: top left; 
2079         background-repeat: no-repeat;
2080         margin: 0px 0px -16px 0px; 
2081         padding: 0px;
2082         width: 16px;
2083         height: 16px;
2084         top: -16px; left:0px;
2085         overflow: hidden;
2086         text-indent: 40px;
2087         display: none;
2088         
2089 }
2090 .contact-photo-menu {
2091         width: 11em;
2092         border: 3px solid #364e59;
2093         color: #2d2d2d;
2094         background: #FFFFFF;
2095 /*        position: absolute;*/
2096         position: relative;
2097         left: 0px; top: 0px;
2098         display: none;
2099         z-index: 10000;
2100 }
2101 .contact-photo-menu ul { margin:0px; padding: 0px; list-style: none }
2102 .contact-photo-menu li a {
2103         display: block; 
2104         padding: 5px 10px; 
2105         color: #2d2d2d;
2106         text-decoration: none;
2107 }
2108 .contact-photo-menu li a:hover {
2109         background-color: #bdcdd4; 
2110 }
2111
2112 /* page footer */
2113 footer {
2114   height: 100px;
2115   display: table-row;
2116 }
2117
2118 blockquote {
2119     border-left: 1px solid #D2D2D2;
2120     padding-left: 9px;
2121     margin: 0 0 0 .8ex;
2122     color: #777;
2123 }
2124 .oembed {
2125         font-weight: bold;
2126 }
2127 .aprofile dt{
2128 box-shadow: 1px 1px 5px 0;
2129     color: #666666;
2130     margin: 15px 0 5px;
2131     padding-left: 5px;  
2132         }
2133 /* ================== */
2134 /* = Contacts Block = */
2135 /* ================== */
2136
2137 .contact-block-img {
2138         width: 55px;
2139         height: 55px;
2140         padding-right: 3px;
2141 }
2142 .contact-block-div {
2143         float: left;
2144 }
2145
2146 .contact-block-textdiv { width: 150px; height: 34px; float: left; }
2147 #contact-block-end { clear: both; } 
2148
2149 #group-edit-wrapper {
2150         margin-bottom: 10px;
2151 }
2152
2153 #group-members-end {
2154         clear: both;
2155 }
2156 #group-edit-desc {
2157  margin-top: 15px;
2158 }
2159
2160 /*
2161 #group-separator,
2162 #prof-separator { display: none;}
2163 */
2164 #prof-members-end{
2165         clear: both;
2166         }
2167
2168 #prvmail-to-label, #prvmail-subject-label, #prvmail-message-label {
2169         margin-bottom: 10px;
2170         margin-top: 20px;
2171 }
2172
2173 #prvmail-submit {
2174         float: right;
2175         margin-top: 10px;
2176 }
2177 #prvmail-subject
2178 {
2179 background: none repeat scroll 0 0 #FFFFFF;
2180 border: 1px solid #CCCCCC;
2181 border-radius: 5px 5px 5px 5px;
2182 font-weight: bold;
2183 height: 20px;
2184 margin: 0 0 5px;
2185 vertical-align: middle;
2186 }
2187 #prvmail-form{
2188  width: 597px;  
2189         }
2190 #prvmail-upload-wrapper,
2191 #prvmail-link-wrapper,
2192 #prvmail-rotator-wrapper {
2193         float: left;
2194         margin-top: 10px;
2195         margin-right: 10px;
2196         width: 24px;
2197 }
2198
2199 #prvmail-end {
2200         clear: both;
2201 }
2202
2203 .mail-list-sender,
2204 .mail-list-detail {
2205         float: left;
2206 }
2207 .mail-list-detail {
2208         margin-left: 20px;
2209 }
2210
2211 .mail-list-subject {
2212         font-size: 1.1em;
2213         margin-top: 10px;
2214 }
2215 a.mail-list-link {
2216     display: block;
2217     font-size: 1.3em;
2218     padding: 4px 0;
2219 }
2220
2221 /*
2222 *a.mail-list-link:hover {
2223 *       background-color: #15607B;
2224 *       color: #F5F6FB;
2225 *}
2226 */
2227
2228 .mail-list-outside-wrapper-end {
2229         clear: both;
2230 }
2231
2232 .mail-list-outside-wrapper {
2233         margin-top: 30px;
2234 }
2235
2236 .mail-list-delete-wrapper {
2237         float: right;
2238         margin-right: 30px;
2239         margin-top: 15px;
2240 }
2241
2242 .mail-list-delete-icon {
2243         border: none;
2244 }
2245
2246 .mail-conv-sender,
2247 .mail-conv-detail {
2248         float: left;
2249 }
2250 .mail-conv-detail {
2251         margin-left: 20px;
2252         width: 500px;
2253 }
2254
2255 .mail-conv-subject {
2256     font-size: 1.4em;
2257     margin: 10px 0;
2258 }
2259
2260 .mail-conv-outside-wrapper-end {
2261         clear: both;
2262 }
2263
2264 .mail-conv-outside-wrapper {
2265         margin-top: 30px;
2266 }
2267
2268 .mail-conv-delete-wrapper {
2269         float: right;
2270         margin-right: 30px;
2271         margin-top: 15px;
2272 }
2273 .mail-conv-break {
2274         clear: both;
2275 }
2276
2277 .mail-conv-delete-icon {
2278         border: none;
2279 }
2280
2281 /* ========== */
2282 /* = Events = */
2283 /* ========== */
2284 .eventcal {
2285         float: left;
2286         font-size: 20px;
2287 }
2288
2289 .vevent {
2290         border: 1px solid #CCCCCC;
2291 }
2292 .vevent .event-description, .vevent .event-location {
2293         margin-left: 10px;
2294         margin-right: 10px;
2295 }
2296 .vevent .event-start {
2297         margin-left: 10px;
2298         margin-right: 10px;
2299 }
2300
2301 #new-event-link {
2302         margin-bottom: 10px;
2303 }
2304
2305 .edit-event-link, .plink-event-link {
2306         float: left;
2307         margin-top: 4px;
2308         margin-right: 4px;
2309         margin-bottom: 15px;
2310 }
2311
2312 .event-description:before {
2313         content: url('../../../images/calendar.png');
2314         margin-right: 15px;
2315 }
2316
2317 .event-start, .event-end {
2318         margin-left: 10px;
2319         width: 330px;
2320         clear: both;
2321 }
2322
2323 .event-start .dtstart, .event-end .dtend {
2324         float: right;
2325 }
2326
2327 .event-list-date {
2328         margin-bottom: 10px;
2329 }
2330
2331 .prevcal, .nextcal {
2332         float: left;
2333         margin-left: 32px;
2334         margin-right: 32px;
2335         margin-top: 64px;
2336 }
2337 .event-calendar-end {
2338         clear: both;
2339 }
2340
2341  
2342 .calendar {
2343         font-family: Courier, monospace;
2344 }
2345 .today {
2346         font-weight: bold;
2347         color: #FF0000;
2348 }
2349
2350 .settings-block {
2351         border: 1px solid #AAA;
2352         margin: 10px;
2353         padding: 10px;
2354 }
2355
2356 .app-title {
2357         margin: 10px;
2358 }
2359
2360 #identity-manage-desc {
2361         margin-top:15px;
2362         margin-bottom: 15px;
2363 }
2364
2365 #identity-manage-choose {
2366         margin-bottom: 15px;
2367 }
2368
2369 #identity-submit {
2370         margin-top: 20px;
2371 }
2372
2373 #photo-prev-link, #photo-next-link {
2374         padding: 10px;
2375         float: left;
2376 }
2377 .lightbox{
2378         float: left;
2379         }
2380
2381 #photo-photo {
2382         float: left;
2383 }
2384 #photo-like-div .wall-item-like-buttons {
2385          float: left;
2386     margin-right: 5px;
2387     margin-top: 30px;
2388         }
2389 .comment-edit-text-empty {
2390     margin: 10px 0 0;
2391     width: 85%;
2392 }
2393 .comment-edit-photo {
2394     margin: 10px 0 0;
2395 }
2396 .wall-item-like-buttons .icon.like {
2397 float: left;
2398 }
2399
2400 #photo-photo-end {
2401         clear: both;
2402 }
2403
2404 .tabs .comment-wwedit-wrapper {
2405         display: block;
2406    margin-top: 30px;
2407    margin-left: 50px;
2408         }
2409
2410 .profile-match-photo {
2411         float: left;
2412         text-align: center;
2413         width: 120px;
2414 }
2415
2416 .profile-match-name {
2417         float: left;
2418         text-align: center;
2419         width: 120px;
2420         overflow: hidden;
2421 }
2422
2423 .profile-match-break,
2424 .profile-match-end {
2425         clear: both;
2426 }
2427
2428 .profile-match-connect {
2429         text-align: center;
2430         font-weight: bold;
2431 }
2432
2433 .profile-match-wrapper {
2434         float: left;
2435         padding: 10px;
2436         width: 120px;
2437         height: 120px;
2438         scroll: auto;
2439 }
2440 #profile-match-wrapper-end {
2441         clear: both;
2442 }
2443
2444 /* ============= */
2445 /* = Directory = */
2446 /* ============= */
2447 /* contacts menu */
2448 .contact-photo-wrapper {
2449   position: relative;
2450 }
2451 .contact-photo {
2452   width: 48px;
2453   height: 48px;
2454   overflow: hidden;
2455   display: block;
2456 }
2457 .contact-photo img {
2458   width: 48px;
2459   height: 48px;
2460 }
2461 .contact-photo-menu-button {
2462   display: none;
2463   /* position: absolute; */
2464   /* position: absolute; */
2465   left: 0px;
2466   top: -16px;
2467 }
2468 .contact-wrapper {
2469   float: left;
2470   width: 90px;
2471   height: 90px;
2472   margin-bottom: 15px;
2473 }
2474 .contact-wrapper .contact-photo {
2475   width: 80px;
2476   height: 80px;
2477 }
2478 .contact-wrapper .contact-photo img {
2479   width: 80px;
2480   height: 80px;
2481 }
2482 .contact-wrapper .contact-photo-menu-button {
2483   left: 0px;
2484   top: 63px;
2485 }
2486 .directory-item {
2487   float: left;
2488   width: 200px;
2489   height: 200px;
2490 }
2491 .directory-item .contact-photo {
2492   width: 175px;
2493   height: 175px;
2494 }
2495 .directory-item .contact-photo img {
2496   width: 175px;
2497   height: 175px;
2498 }
2499 .contact-name {
2500   text-align: left;
2501   font-weight: bold;
2502   font-size: 12px;
2503 }
2504 .contact-details {
2505   color: #999999;
2506 }
2507 #side-bar-photos-albums li{
2508 list-style-type: disc;
2509 }
2510 #side-bar-photos-albums ul li{
2511   margin-left: 30px;
2512   padding-left: 0px;
2513         }
2514 #side-bar-photos-albums{
2515         margin-top: 15px;       
2516         }
2517 .photo-top-photo, .photo-album-photo {
2518   -webkit-border-radius: 5px 5px 0 0;
2519   -moz-border-radius: 5px 5px 0 0;
2520   border-radius: 5px 5px 0 0;
2521 }
2522 .photo-album-image-wrapper, .photo-top-image-wrapper {
2523   float: left;
2524    -moz-box-shadow: 0 0 5px #888;
2525    -webkit-box-shadow: 0 0 5px #888;
2526    box-shadow: 0 0 5px #888;
2527   background-color: #000;
2528    -webkit-border-radius: 5px;
2529    -moz-border-radius: 5px;
2530   border-radius: 5px;
2531   padding-bottom: 20px;
2532   position: relative;
2533   margin: 0 10px 10px 0;
2534   width: 200px; height: 140px;
2535   overflow: hidden;  
2536 }
2537 /*
2538 .photo-top-album-name {
2539   position: absolute;
2540   bottom: 0;
2541   padding: 0 5px;
2542 }*/
2543 /*.photo-top-image-wrapper {
2544         position: relative;
2545         float: left;
2546         margin-top: 15px;
2547         margin-right: 15px;
2548         width: 200px; height: 200px; 
2549         
2550 }*/
2551 .photo-top-album-name {
2552         width: 100%;
2553         position: absolute; 
2554         bottom: 0px; 
2555         padding-left: 3px;
2556         background-color: #EEE;
2557 }
2558 .photo-top-album-link{
2559   color: #3465A4;
2560         }
2561 #photo-top-end {
2562         clear: both;
2563 }
2564
2565 #photo-top-links {
2566         margin-bottom: 30px;
2567         margin-left: 30px;
2568 }
2569
2570 #photos-upload-newalbum-div {
2571         float: left;
2572         width: 175px;
2573 }