#blogTitle{
padding:0 50px;
height:160px;
color:#fff;
font-family: Microsoft YaHei;
    text-shadow: 0 1px 3px rgba(0,0,0,.4),0 0 30px rgba(0,0,0,.075);
    background: #020031;
    background: -moz-linear-gradient(45deg,#020031 0,#6d3353 100%);
    background: -webkit-gradient(linear,left bottom,right top,color-stop(0%,#020031),color-stop(100%,#6d3353));
    background: -webkit-linear-gradient(45deg,#020031 0,#6d3353 100%);
    background: -o-linear-gradient(45deg,#020031 0,#6d3353 100%);
    background: -ms-linear-gradient(45deg,#020031 0,#6d3353 100%);
    background: linear-gradient(45deg,#020031 0,#6d3353 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#020031', endColorstr='#6d3353', GradientType=1);
    -webkit-box-shadow: inset 0 3px 7px rgba(0,0,0,.2),inset 0 -3px 7px rgba(0,0,0,.2);
    -moz-box-shadow: inset 0 3px 7px rgba(0,0,0,.2),inset 0 -3px 7px rgba(0,0,0,.2);
    box-shadow: inset 0 3px 7px rgba(0,0,0,.2),inset 0 -3px 7px rgba(0,0,0,.2);
}

#blogTitle h1{
font-size:314%;
margin-left: auto;
margin-right: auto;
line-height:2.5em;
width:auto;
padding-left:20px;
margin-top:0;
float:none;
}
#navigator{
background-color:#222;
color:#555;
height: 44px;
padding: 0 20px;
}
#navigator a:hover{
background-color:#51254A;
}
#navList{
min-height: 44px;
}
#navList a{
float:none;
border-right:0;
height: 44px;
line-height: 44px;
padding-top:0;
font-family: Microsoft YaHei;
font-size: 16px;
}
#navList a:link, #navList a:visited, #navList a:active{
color:#fff;
}
.blogStats{
display:none;
line-height: 44px;
margin-top:0;
margin-left: 26px;
}
#mainContent{
margin-left:0;
width:auto;
padding: 10px 26px;
float:none;
}
#mainContent .forFlow{
   margin-left:0;
}
#sideBar{
    position: fixed;
    right: 0px;
    top: 0px;
    background-color: #fff;
    height: 100%;
    overflow-y: auto;
    border-left: 4px dashed #222;
    width: 300px;
}
#sideBarMain{
    width: 270px;
    margin: 0 auto;
}
#header{
   border-top: 4px solid #222;
   border-bottom: 1px solid #080808;
    margin-right: 320px;
color:#fff;
margin-top:0;
}
#header a:visited,#header a:link,#header a:hover{
color:#fff;
}
#main{
width:auto;
margin-right: 320px;
min-width:auto;
}
.postTitle a:hover,a:hover{color:#A52E74;}
#home{width:auto;min-width:auto;}
*{font-family:Microsoft YaHei;}
body{font-size:14px;}
.postCon,.c_b_p_desc{line-height: 2.5em;}
.dayTitle{
font-size: 150%;
line-height:2.5em;
}
.postTitle{font-size: 120%;line-height:2.5em}
#sideBarMain ul {
    line-height: 1.8em;
    font-size: 12px;
}
#btn_comment_submit{
    -webkit-box-shadow: inset 0 -4px 0 #2a6496;
    box-shadow: inset 0 -4px 0 #2a6496;
    border: 0;
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
width:auto;height:auto;
}