a:link,a:visited{
text-decoration:none;
color:#aaa;-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}
a:hover{
color:#000;
background:#fff;
}
#navbar-iframe {
display: none !important;
}
.sidebar {
-moz-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
border:1px solid #eee;
transition: all 0.5s ease-in-out;
position:fixed;
left:300px;
top:100px;
background:#fff;
width:505px;
box-shadow:1px 1px 2px #eee;
padding:10;}
.sidebar img{padding:2px;border:1px solid #eee;}
#spirit{
width:10px;
height:100px;
left:101px;padding:10px;
top:100px;opacity:0;
background:#fff;
position:fixed;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
}
.sidebar:hover #spirit{
width:500px;
height:180px;
padding:10px;
position:fixed;
top:195px;
left:301px;-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
opacity:0.8;
color:#000;
overflow-x:hidden;
overflow-y:scroll;
}
#music{
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
width:515px;
height:10px;
padding:5px;
position:fixed;
left:51px;
top:500px;opacity:0;
background:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg4n-xpBIJcYxy4UFfbGt8wCennAzHIjJLd7ubIAdzILjetfpbKwAZm-TPMhUoQXorWyWYMZKslYnUX8seq7P_WwkyBGnwZxmgiN-Hy3Iv1HxghT2VKCwbBVrGgAJ78R_6fz7-Byy8sKFH5/s1600/tumblr_m0g3ybPmqj1r6uwfxo7_400.png);
text-align:right;
}