#sideBarMain *:not(input) {
font-size: 14px;
line-height: 1.5;
}
#sideBarMain h3{
font-size: 16px;
}
#blogCalendar th {
line-height: 2;
background: rgba(0, 0, 0, 0.05);
}
#blogCalendar td {
line-height: 1.8;
}
#header{
display: -webkit-box; 
display: -moz-box;
display: -ms-flexbox; 
display: -webkit-flex; 
display: flex;
padding-top: 30px;

-webkit-box-pack: justify;
-moz-box-pack: justify;
-ms-box-pack: justify;
box-pack: justify;
-webkit-justify-content: space-between; 
-moz-justify-content: space-between;
-ms-justify-content: space-between;
justify-content: space-between;

-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
-webkit-box-align: center;
-moz-box-align: center;
-ms-box-align: center;
box-align: center;
-webkit-align-items: center;
-moz-align-items: center;
-ms-align-items: center;
align-items: center;
-webkit-align-content: center;
-moz-align-content: center;
-ms-align-content: center;
align-content: center;
}
#navigator {
height: 70px;
margin-top: 0;
font-size: 16px;
}
#navList a {
padding-top: 0;
line-height: 30px;
font-weight: normal;
}
#navList a:link, #navList a:visited, #navList a:active{
font-weight: normal;
}
#Header1_HeaderTitle {
font-size: 30px;
font-weight: normal;
}
.dayTitle{
font-size: 16px;
}

.postTitle{
font-size: 22px;
}
.postCon{
font-size: 16px;
}
.postCon .c_b_p_desc{
line-height: 1.8;
}
.postCon .c_b_p_desc_readmore{
display: block;
padding-left: 0;
padding-top: 5px;
color: #0774d0;
}
.postDesc{
font-size: 14px;
background: rgba(0, 0, 0, 0.05);
padding: 10px 5px;
margin-left: 20px;
margin-right: 20px;
width: calc(100% - 50px);
}