body{

}

#main{
    background-color: rgb(236, 239, 241);
}

#blogTitle {
    height: 270px;
    background-color: black;
   color:white;
}

#blogTitle h1{
    text-align: center;
    margin-left: 0;
    font-size: 2.5em;
    font-family: 'Lato', sans-serif;
    position: relative; 
    left: 25%;
    width: 50%;
    letter-spacing: 5px;
    top: 100px;
}

#Header1_HeaderTitle{
    color:white;
}

#blogTitle h2{
    text-align: center;
    font-size: 1em;
    font-family: 'Lato', sans-serif;
    margin-left: 0;
    letter-spacing: 3px;
    position: absolute;
    top: 190px; 
    left: 25%;
    width: 50%;
}

#blogTitle a:hover{
    color: white;
    text-decoration: none;
    letter-spacing: 8px;
}

#blogTitle h1::after{
    background-color: white;
    content: "";
    height: 2px;
    display: block;
    width: 45%;
    margin: 10px auto;
}

#navigator {
    background-color: white;
    position: fixed;
    top: 0;
    width: 100%;
}

.blogStats {
    color: transparent;
}

#navList{
    font-size: 0.8em;
    float: right;
}

#navList a {
    transition-duration: 0.4s;
}

// #navList a:active, #navList a:focus, #navList a:hover{
  //  background-color: white;
  //  color: #009688;
  //  text-shadow: none;
//}

#navList a:active {
//    border-top: 4px solid #009688;
//    background: white;
}

.dayTitle {
    display: none;
    font-size: 18px;
    top: 3.5em;
    position: relative;
    border-bottom: none;
}

.dayTitle a {
    font-size: 0.8em;
    color: black;
    font-family: 'Lato', sans-serif;
    font-style: normal;
    font-weight: bold;
    letter-spacing: 2px;
}

.dayTitle a:hover{
    text-decoration: none;
}

.postTitle {
    border-bottom: 1px solid #ccc;
    font-size: 25px;
    text-align: center;
    letter-spacing: 3px;
}

.day{
    border-radius: 0;  
    box-shadow: none;  
    width:75% ;
    margin: 0 auto;
}

.postTitle a:link {
    color: #0d0099;
}

.postTitle a:link, .postTitle a:visited, .postTitle a:active {
    color: #0d0099;
    transition: all 0.4s linear 0s;
}

#sideBar{
    display: none;
}

#mainContent .forFlow {
    margin-left: 2em;
}



/*--------------------------------------------hide original header----------------------------------*/
#header{display:none;}
#ad_t2 {
    display: none;
}
.c_ad_block {
    display: none;
}