@charset "utf-8";
/* CSS Document
   绿-浅绿色主题
   theme02.css */
body {
   background: #F3FBF3 url("http://img1.cache.netease.com/t/image/theme/theme02/bodybg.jpg") repeat-x scroll left top;
}
.wrapper {
   background: transparent url("http://img1.cache.netease.com/t/image/theme/theme02/theme02.jpg") no-repeat scroll center top;
}

/* layout */
.content {
   background: #E2F5EB;
}
.content .conL {}

/* sprites */
/* .publishBox-btn a, */
.module-badge-btn em,
.singleHomeNav a em {
   background-image: url("http://img4.cache.netease.com/t/image/theme/custom06/custom_v120920.png");
}

/* top nav */
.navi-bg {
   background: #066131;
}
.navi li.current {
   background: #03361A;
}
.navi li.hover,
.navi li.hover .link,
.navi .link:hover {
   background: #054623;
   color: #FFF;
}
.navi-sublist {
   background: transparent url("http://img4.cache.netease.com/t/image/theme/custom06/navi_filter_bg.png") repeat scroll 0 0;
   _background: #034220;
}
.navi-sublist .solid-line {
   background: #3D7D5A;
}
.navi-sublist-list a:hover {
   background: #03361A;
}
.navi-sublist-list a.link-title,
.navi-sublist-list a.link-title:hover {
   color: #8ED2AD;
}
.nav-num {
   color: #FFDB85;
}    
.navi li.item-line{
   border-left: 1px solid #3DA56F;
}

/* tweet btn */

/* right-module badge */
.module-badge-btn {
   background: #B1E0C7;
}
.module-badge-btn:hover {
   background: #FFF;
}
.module-badge-btn em.icon-expand{
   background-position: 0 -126px;
}
.module-badge-btn em.icon-shrink{
   background-position: -14px -126px;
}

/* right-module integral spread */
.module-spread-hd em {
   border-color: transparent transparent #F5FEF9;
}
.module-integral-inner,
.module-spread-bd {
   background: #F5FEF9;
}

/* singleHomeNav */
.singleHomeNav  a:hover {
   color: #11693B;
}
.singleHomeNav .home em {
   background-position: 0 0;
}
.singleHomeNav .mention em {
   background-position: 0 -27px;
}
.singleHomeNav .replied em {
   background-position: 0 -54px;  
}
.singleHomeNav .session em {
   background-position: 0 -79px;  
}
.singleHomeNav .recommend em {
   background-position: 0 -136px;
}
.singleHomeNav .fav em {
   background-position: 0 -99px;   
}
.singleHomeNav .current .home em {
   background-position: -26px 0;
}
.singleHomeNav .current .mention em {
   background-position: -26px -27px;
}
.singleHomeNav .current .replied em {
   background-position: -26px -54px;   
}
.singleHomeNav .current .session em {
   background-position: -26px -79px;   
}
.singleHomeNav .current .recommend em {
   background-position: -26px -136px;
}
.singleHomeNav .current .fav em {
   background-position: -26px -99px;   
}

/* layoutSwitch  toTop */
.layoutSwitch:hover,
.toTop:hover {
   background: #4AA673;
}
