#header {
    margin-top: 0;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #dcdfe6;

}
#navigator{
	background: none;
	color: #000;
	margin-top: 0;
}

#navList{
	float: right;
}
#blogTitle h1{
	margin-top: 16px;
	font-weight: normal;
	display: block;
	float: none;
	width: auto;
}
body{
	background: #fff;
}
,#navList .menu{
	color:#989898;
	text-shadow: none;
}
#navList li .menu:hover{
	color: #A0A0A0;
	text-decoration: none;
}
#navList .menu:link,#navList .menu:visited,#navList .menu:active{
	color: #606060;
	text-shadow: none;
}
#blogTitle h1 a{
	color: #303030;
	text-shadow: none;
}
#blogTitle h1 a:hover{
	text-decoration: none;
}
#main{
	display: flex;
}
div#mainContent{
	flex: 3;
}
#sideBar{
	flex: 1;
margin-left:0;
}

.postTitle{
	border-left: none;
	border-bottom: none;
	padding: 0 100px 10px 1em;
}
.day{
	margin-left: 0;
}
.postTitle a:link, .postTitle a:visited, .postTitle a:active{
	color: #303030;
}
.postCon{
	float: none;
	margin-left: 1em;
	color:#444;
	width: auto;
}
.dayTitle{
	font-weight: normal;
}
.newsItem .catListTitle{
border:none;
}
.catListEssay h3, .catListLink h3, .catListNoteBook h3, .catListTag h3, .catListPostCategory h3, .catListPostArchive h3, .catListArticleArchive h3, .catListImageCategory h3, .mySearch h3, .catListComment h3, .catListView h3, .catListFeedback h3, #blog-sidecolumn .catListTitle{

border:none;}