* {
    margin: 0;
    padding: 0;
}

#home {
    margin: 0 auto;
    width: 100%;
    box-sizing: border-box;
    background-color: #fff;
    padding: 30px;
    margin-top: 0px;
    margin-bottom: 50px;
    box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
    overflow:hidden;
}

#main {
    margin-top: 100px;
}

#topics{
   margin: 0 auto;
}

#topics .postTitle {
    border: 0px;
    font-size: 25px;
    font-weight: bold;
    float: left;
    line-height: 1.5;
    width: 100%;
    padding-left: 5px;
    margin: 0;
}


#navigator {
    background-color: rgb(34, 46, 42);
    border: medium none;
    box-sizing: border-box;
    color: white;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    padding-left: 30px !important;
    padding-right: 30px !important;
    font-size: 13px;
    height: 50px;
    clear: both;
}
#navigator {
    font-size: 13px;
    border-bottom: 1px solid #ededed;
    
    height: 50px;
    clear: both;
    
}
.blogStats {
    float: right;
    color: #757575;
    margin-top: 19px;
    margin-right: 2px;
    text-align: right;
}



#navList {
    min-height: 50px;
    float: left;
}

#navList li {
    height: 50px;
    line-height: 50px;
    position: relative;
    z-index: 0;
    overflow: hidden;
}

#navList li {
    float: left;
    margin: 0 40px 0 0;
}

li {
    list-style: none;
}
.postTitle a:hover{
   margin-left : 0;
}

a {
    outline: none;
    color: #21759b;
}
a:visited {
    color: black;
    text-decoration: none;
}
a:link {
    color: black;
    text-decoration: none;
}

a:hover {
    color: black;
}

#navList a {
    display: block;
    width: 5em;
    float: left;
    text-align: center;
   
}


#navList a:link, #navList a:visited, #navList a:active {
    color: white;
    padding: 0;
    height: 50px;
}




#blogTitle {
    background-color: rgb(243, 243, 243);
    left: 0;
    padding-left: 17.5%;
    padding-right: 17.5%;
    position: absolute;
    top: 50px;
    width: 100%;
    box-sizing: border-box;
    clear: both;
    height: 60px;
}

#blogTitle h1 {
    font-size: 26px;
    font-weight: bold;
    line-height: 1.5em;
    margin-top: 20px;
}


#blogTitle h1 a:hover {
    color: #21759b;
}
#blogTitle h1 a {
     color: #515151;
}

a:visited {
    color: black;
    text-decoration: none;
}
.postBody {
    color: #000;
    font-size: 1rem;
    font-weight: 300;
    line-height: 25px;
}
.postBody{
    width: 80%;
    background-color: #fff;
    margin-top: 50px;
    margin-bottom: 50px;

}

#cnblogs_post_body h1{
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  margin-top:35px;
}
.postBody h1
{
    background: #21759b none repeat scroll 0 0;
    border-radius: 6px;
    box-shadow: 0 0 0 1px #5f5a4b, 1px 1px 6px 1px rgba(10, 10, 0, 0.5);
    color: #ffffff;
    padding: 5px 0 5px 20px;
    text-shadow: 2px 2px 3px #222222;
    
}
.postBody h2
{
    margin: 1.5em 0 0.2em 0;
    padding: 0 0 0.2em 0;
    color: #000000;
    font-weight: 500;
    letter-spacing: -0.03em;
    border-bottom: 1px solid #d3d3d3; 

    font-size: 2.88em;
    line-height: 1.35em;
}
.postBody h3
{
    margin: 15px 0;
    padding: 0;
    font-size: 110%;
}

p {
    margin-top: 1em;
    line-height: 180%;
    margin-left: 0.8em;
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}

#cnblogs_post_body p {
    margin: 10px auto;
    text-indent: 0;
}

.cnblogs_code{
    font:Monaco,"Courier New","DejaVu Sans Mono","Bitstream Vera Sans Mono",monospace;
  font-size: 1.2em;
    font-weight:bold;
   line-height: 1.42857143;
    background-color: #f5f2f0;
    margin: 1em 0;
    -moz-border-radius: 1em;
    -webkit-border-radius: 1em;
    border-radius: 1em;
    border-width: 0.3em;
    border-color: #e0dfcc;
    border-style: solid;
    overflow: auto;
}
.cnblogs_code pre {
    font-family: Monaco,"Courier New","DejaVu Sans Mono","Bitstream Vera Sans Mono",monospace !important;
    font-size: 14px!important;
    word-wrap: break-word;
    white-space: pre-wrap;
}
.cnblogs_code span {
    font-family: Monaco,"Courier New","DejaVu Sans Mono","Bitstream Vera Sans Mono",monospace!important;
    font-size: 14px!important;
}
.cnblogs_code_toolbar{
   display:none;
}


.cnblogs-markdown .hljs {
    font-family: "Courier New",sans-serif!important;
    font-size: 12px!important;
    line-height: 1.5!important;
    padding: 5px!important;
}

#mainContent{
  float: right;
}


body{
  text-align: center;
}

img{

  text-align:center;
}
img {
    border: 0.3em solid #e0dfcc;
    -moz-border-radius: 1em;
    -webkit-border-radius: 1em;
    border-radius: 1em;
}

iframe {
  text-align: center;
}

#sideBar{
 margin-left: -23px;
 float:left !important;
 border-right:1px solid #ccc;
 
}
#blogCalendar{
  display:none;
}

#cnblogs_post_body ul li {
    list-style-type: disc;
}
.postBody a {
    color: #21759b;
}

.postBody blockquote {
    background: #f8f8f8 none repeat scroll 0 0;
    border-left: 5px solid #4183c4;
    border-width: 0 0 0 5px;
    margin-bottom: 20px;
    padding: 5px 20px;
}