#blog-calendar{
  display: none;
}

body{
  background: rgb(240,242,244);
  background-image: none;
}

a:hover{
  text-decoration: none !important;
}

a.menu{
  font-weight: bold !important;
}

#navigator{
  background-color: rgb(224,213,166);
  border-radius: 3px 3px 0 0;  
  margin-top: 15px;
}

h3.catListTitle{
  border:none !important;
  background: #e0d5a6;
  text-indent: 8px;
  color: #fff !important;
  border-radius: 2px;
}

.postTitle{
  border:none;
}

.postTitle a{
  color:#999 !important;
  font-size: 22px;
  transition: .3s;
}

.postTitle a:hover{
  color:#777 !important;
}

.postCon{
  color:#444 !important;
}

.day{
  padding: 4px 15px;
}


.postCon a{
  border: 1px solid #efefef;
  padding: 1px 13px;
  border-radius: 3px;
  text-decoration: none!important;
  display: block;
  width: 50px;
  margin-top: 3px;
}

.postCon .c_b_p_desc{
  padding-bottom: 6px;
}

.dayTitle a{
  color:#666;
}

#navList a:link, #navList a:visited, #navList a:active{
  text-shadow: none;
}

a#Header1_HeaderTitle{
  text-shadow: none !important;
  font-weight: bold !important;
  color:#fff !important;
  margin-right: 23px;
  font-size: 30px;
}

a#Header1_HeaderTitle:hover{
  text-decoration: underline !important;
}