body {
	font-family: JetBrains Mono, Arial,Casacade,Monaco;
	
}

#sideBar a{
	/* font-size:12px; */
	color: black;
}

#cnblogs_ch,
.itnews, .under-post-card,.under-post-card,
#cnblogs_c1 {
    display: none;
}
// NEW
#home {
	padding:5px;
	box-shadow: 12px 12px 16px rgba(100, 100, 100, 0.903);
	
}
#blogTitle h1 a{
	color:black;
	/* font-size: 40px; */
}


.postTitle {
	color: black;
}
.catListTitle{
	border-left: 5px solid black;
	padding: 8px 8px 8px 8px;
	background-color: #eeeeee;
	color:black;
}

.postTitle {
	border-left: 5px solid black;
	color: black;
}


.postTitle a:link,
.postTitle a:visited,
.postTitle a:active,
#navList a:link,
#navList a:visited,
#navList a:active {
	color: black;
}

#mainContent{
	float: right;
}
#sideBar{
	float:left;
}

.postTitle a:link, .postTitle a:visited, .postTitle a:active{
	transition: all .01s linear 999999s;
	/* transition: none; */
}

.postCon{
	color: grey
}
#myposts .PostList{
	padding: 0;
	margin:0;
}
.postDesc2{
	display: none;;
}

#navList li{
	margin: 0;
	font-size:14px;
}

#cb_post_title_url  span{
	font-size: 24px;
	padding: 0px;
	margin: 0px;
}
#vip_tip{
	display: none;
}

