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