#navigator{
      background-color:#b34f4f;
    height: 60px;
    clear: both;
    position: relative;
    border: 1px solid #b34f4f;;
    border-left: none;
    border-right: none;
}
.dayTitle {
    color: #fff;
    background-color: #e2a04e;
    padding: 3px 6px;
    font-size: 12px;
    display: block;
    float: left;
    margin-right: 10px;
    z-index: 10px;
}
.sidebar-block h3 {
    background-color: #e2a04e;
    border: 1px solid #e2a04e;
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    padding: 10px 20px;
}

.sidebar-block ul li {
    line-height: 2;
    border-bottom: 1px solid #e9e9e9;
    padding: 5px 10px 5px 20px;
    font-size: 14px;
    color: #777;
}

.sidebar-block ul li a {
   color:#a22727;
}

.postCon {
   display:none;
}

body {
  font-family: cursive;
  background: white;
}
#blogTitle h2{
    color: #c8c8c8;
    top: -40px;
    left: 111px;
}
#blogTitle h1 {
   top:0px;
   left:-50px;
}

#blogTitle {
  height:185px
}
#header {
    background-color: #f9f9f9;
    background: none;
}