*{
margin:0;
padding:0;
}
a:hover{
  color:#ff7300;
}
#header{
    background:#fff;
}
#navigator{
    background:#fff;
    border-top: none;
   height:40px;
}
#navList{
overflow:hidden;
}
#navList li {
    float: right;
    line-height: 36px;
    margin-right: 0px;
    padding: 0 20px;
    
}
#navList li a{
color:#333;
}
#navList li a:hover{
  color:#ff7300;
}
.blogStats{
display:none;
}
.postTitle, .entrylistPosttitle, .feedback_area_title {
    border-bottom:none;
    font-size: 20px;
    font-weight: bold;
    margin: 20px 0 10px;
}
.title a,.postTitle a, .entrylistPosttitle a, .feedback_area_title a{
  color:#333;
}
.title a:hover,.postTitle a:hover, .entrylistPosttitle a:hover, .feedback_area_title a:hover{
  color:#ff7300;
}
#main{
overflow:hidden;
}
#sideBar{
top:140px;
right:0px;
}
.newsItem{
     margin-bottom: 15px;
    text-indent: 0;
    padding: 10px;
    background: #d2d8de;
    border-radius: 7px;
    box-shadow: 1px 1px 2px #A7A8AD;
    line-height: 1.5;
}
#blog-calendar{
    margin-bottom: 15px;
    text-indent: 0;
    padding: 10px;
    background: #FAFCFD;
    border-radius: 7px;
    box-shadow: 1px 1px 2px #A7A8AD;
    line-height: 1.5;
}