a{
	color:#5FB878 !important;
}

a:hover{
	color:#eb4432 !important;
}

.postTitle a{
	font-size: 18px;
}

.postTitle a , 
.entrylistItemTitle span, 
.category-item-link , 
.c_b_p_desc a ,
.postDesc span,
#TopViewPostsBlock li a, /*热门排行*/
.headermaintitle{
	color:#5FB878;
}

h1,h2,h3,h4,h5,h6{
	color:#009688!important;
}


.postTitle a:hover, 
.entrylistItemTitle span:hover,
.category-item-link:hover,
.c_b_p_desc a:hover, 
.postDesc span:hover,
.headermaintitle:hover{
	color:#009688;
}

/*
.postTitle a 文章标题
.entrylistItemTitle span 详情页文章标题
.category-item-link 左侧分类
.c_b_p_desc a 查看更多
.postDesc span 时间信息等
*/

#sideBar{
	border:1px solid #009688 !imporant;
}

#TopViewPostsBlock li a:hover{
	color:#eb4432;
}


/*导航样式*/

#navList>li{

}

#navList>li>a{
	font-size:16px;
	color:#5FB878;
}

#navList>li>a:hover{
	background-color: #ccc;
	color:#009688;
}