#home{
    width: 75%;
    border-radius: 10px;
}
.headermaintitle{
    font-size: 36px;
}
#blogTitle h1 {
    margin-top: 15px;
    margin-bottom: 3px;
}
#blog_nav_admin{
    display: none !important;
}
.fang-tip{
    background-image: -webkit-linear-gradient(top,#f3fbfb 0,#cbe5ea 100%);
    background-image: -o-linear-gradient(top,#f3fbfb 0,#cbe5ea 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#f3fbfb),to(#cbe5ea));
    background-image: linear-gradient(to bottom,#f3fbfb 0,#cbe5ea 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3fbfb', endColorstr='#cbe5ea', GradientType=0);
    background-repeat: repeat-x;
    border-color: #cbe5ea;
    text-shadow: 0 1px 0 rgba(255,255,255,.2);
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.25), 0 1px 2px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.25), 0 1px 2px rgba(0,0,0,.05);
    color: #1e729c;
    background-color: #f3fbfb;
    border-color: #cbe5ea;
    padding: 10px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
}