body {
background:#F0F9D1;
}
a:hover{
    color: #91B028 !important;
    text-decoration: none!important;
}
/*top*/
#header{
    width: 100% !important;
    z-index: 22 !important;
    background: #fff;
    opacity: 1 !important;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    border-top: 0;
    height: 60px;
}
#header #blogTitle {
    position: relative;
    height: 60px;
}
#header #blogTitle h1 {
    font-size: 25px;
    font-family: Georgia;
    width: auto;
    margin-left: 0;
    margin-top: 12px;
    padding-left: 15px;
}
#header #navigator {
    height: inherit;
    position: absolute;
    right: 0;
    top: 0;
    background-color: transparent;
    display: inline-block;
    z-index: 999;
    font-size: 16px;
    border:none;
margin-top:0px;
    
}
#navigator a {
 padding:20px 0;
 line-height:inherit;

}
#navList a:link, #navList a:visited, #navList a:active{
 font-weight:500;
}
.blogStats{
display:none;
}
/*content*/
#home {
  margin-top:110px;
  border-radius: 15px;
}