body
{
  background:#F1F1F1;
}

#home
{
    background:url(https://dolphinx.github.io/images/bg_hl.png) repeat;
}

.postBody h3
{
  background: #390;
  border-bottom: 1px solid #060;
  border-radius:3px;
  color: #FFF;
  padding: 5px;
  text-indent: 0.5em;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
}

#blogTitle h2
{
    display:block;
    font-size:15px;
    color:#f1f1f1;
    text-shadow: 3px 3px 3px #000, 0px 0px 3px #444;
}

h1,h2,h3,h4,p,div,span,td,li
{
    font-family: "微软雅黑",Segoe UI;
}

#ad_under_post_holder
{
   display:none;
}

#div_digg
{
   position:fixed;
   z-index:50;
   bottom:50px;
   right:-10px;
   background-color:rgba(6,6,6,0.6);
   padding:15px;
   color:#fff;
}

#div_digg .diggit
{
    background-color:#038B03;
}
#div_digg .buryit
{
    background-color:#CD4900;
}

#blogTitle{
  background-color:transparent;
}

.dayTitle{
  text-align:left;
}

#navigator{
  height:40px;
  line-height:40px;
}

.postBody a:link, .postBody a:visited{
  color:#339900;
}

.postBody a:hover{
  color:#f60;
}
.postTitle a:hover{
text-shadow: 2px 2px 5px #B7ED4C;
}


#ad_under_post_holder #google_ad_c1,#google_ad_c2{  display: none !important;}