#home #blogTitle h1 {
    font-size: 50px;
    font-weight: bold;
    line-height: 1.5em;
    margin-left: 1em;
    margin-top: 21px;
    width: 50%;
    float: left;
}
#home #navigator {
    /* margin-top: 30px; */
    height: 30px;
    float: right;
    clear: both;
    position: relative;
}
#home #sideBar {
    width: 230px;
    min-height: 200px;
    padding: 0px 0 0px 20px;
    float: left;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}
#home #sideBarMain h3,#home  .newsItem h3 {
    padding: 10px 10px;
    font-size: 15pt;
    border-bottom: 1px solid #ddd;
    font-weight: bolder;
    color: #EC3B19;
    text-shadow: 1px 1px 2px #F0A41D;
}
#home #footer {
   color: #333;
    padding-top: 0;
    font-size: 14px;
    background-size: 7%;
}
#home #navigator {
    /* margin-top: 30px; */
    height: 30px;
    /* float: right; */
    clear: both;
    margin: 0 0 0 50px;
    /* position: relative; */
}
#home #mainContent {
    min-height: 200px;
    padding: 0px 0px 10px 0;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    float: right;
    margin-left: -22em;
    width: calc(100% - 260px);
}
#main {
    width: 100%;
    min-width: 950px;
    margin-top: 40px;
    text-align: left;
    clear: both;
}
#blogTitle h2{
margin-left:50px;
}
#mainContent .forFlow{
margin-left:0;
}