#themecredit {
position: fixed;
z-index: 5000;
background-color: #ffffff;
padding: 5px;
bottom:-3px; 
left: 15px;
border-top-right-radius:3px;
border-top-left-radius:3px;
box-shadow:0 1px 2px rgba(0, 0, 0, 0.3);
-webkit-transition: all 0.3s ease; 
-moz-transition: all 0.3s ease; 
transition: all 0.3s ease;}

#themecredit:hover {
bottom:0px;
padding-bottom:10px;
-webkit-transition: all 0.3s ease; 
-moz-transition: all 0.3s ease; 
transition: all 0.3s ease;}