/*
Theme Name: 墨鱼部落格
Theme URI: http://moyu2013.taobao.com
Author: 墨鱼
Author URI: http://moyublog.com
Version: 3.0
*/

.star {
width: 74px;
height: 14px;
}



/*
.tagcloud a {
display: inline-block;
overflow: hidden;

line-height: 30px;
font-size: 12px;
text-align: center;
color: #666 !important;
font-family: "microsoft yahei";
font-weight: 100;
word-wrap: break-word;
white-space: nowrap;
float: left;
margin: 9px 0 0 8px;
border-radius: 2px;
background: #FFF;
border: 1px solid #D8D8D8;
-webkit-box-shadow: 0px 1px 1px rgba(50, 50, 50, 0.1);
-moz-transition: .2s ease-in-out;
-webkit-transition: .2s ease-in-out;
transition: .2s ease-in-out;
}
.tagcloud a:hover {
text-decoration: none;
text-shadow: 0 1px 0 rgba(0, 0, 0, 0.22);
background-color: #5f8941;
border-color: #ff4800;
color: #fff !important;
}