.day {
    margin: 20px 20px;  
    padding: 20px;
    border-bottom: solid 1px;
    border: solid 1px #67b9e2;
  }

  .dayTitle {
      color: rgb(255, 255, 255);
      background-color: #169fe6;
      float: left;
      padding: 1px 5px;
  }

  .postTitle {
    font-size: 110%;
  }
  article .day .dayTitle a:link{
    color: rgb(255, 251, 251);
    text-decoration: none;
  }
  article .day .postTitle a:link {
      color: rgb(55, 126, 139);
  }
  article .day .postCon a:link {
    color: rgb(90, 88, 84);
    text-decoration:none;
  }
  article .day .postDesc a:link {
      color: black;
  }
  article .postDesc {
    margin-bottom: 0px;
    /* border-bottom: solid 1px; */
  }
  
  article .postTitle a:visited {
    color: rgb(55, 126, 139);
  }
  article .postCon a:visited {
    color:black; 
  }

  article .postCon {
      padding: 10px;
  }
  article .day h2 {
      padding: 5px;
  }
  article .day p {
      padding: 2px;
      font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  }

 .postSeparator {
    margin: 20px 0px;
    padding-bottom: 15px;
    border-top: solid 1px rgb(185, 185, 185);
 }



 #nav_next_page a {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  /* background-color: #99b16b; */
  background: rgba(53, 170, 185, 0.911);
  -webkit-box-shadow: 0 0 1px rgba(0,0,0,.1), 0 1px 1px rgba(0,0,0,.09);
  -moz-box-shadow: 0 0 1px rgba(0,0,0,.1),0 1px 1px rgba(0,0,0,.09);
  box-shadow: 0 0 1px rgba(0,0,0,.1), 0 1px 1px rgba(0,0,0,.09);
  height: 40px;
  line-height: 40px;
  color: rgb(255, 255, 255);
  font-size: 120%;
  display: inline-block;
  padding: 0 15px;
  text-decoration: none;
}

.c_b_p_desc_readmore {color: #9ab26b;}
