body
        {
            padding: 0;
            margin: 0;
            font-size:14px;
font-family: Consolas, "微软雅黑" , Arial, "宋体" , sans-serif;
        }
        a
        {
            color: #51A2F8;
            text-decoration: none;
        }
      
      
        #main
        {
            margin: 5px;
            margin-top:68px;
        }

    
        #Header1_HeaderTitle
        {
            color: #FFF;
        }
        #mainContent
        {
            width: 79%;
            float: right;
            border: solid 1px #747276;
            color:#454545;
            font-size:13px;
            background-color:#F5FAFE;
            font-family: Consolas, "微软雅黑" , Arial, "宋体" , sans-serif;
            -webkit-border-radius: 5px;
	        -moz-border-radius: 5px;
	        border-radius: 5px;
        }
        #sideBar
        {
            width: 20%;
            float: left;
            background-color:#F5F5F5;
            -webkit-border-radius: 5px;
	        -moz-border-radius: 5px;
	        border-radius: 5px;
             border: solid 1px #747276;
        }
      
        .blogStats
        {
            text-align: right;
            color: White;
            padding-bottom: 5px;
        }

        .forFlow
        {
            padding: 10px;
        }
        #footer
        {
            text-align: center;
           background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #426d9c), color-stop(40%, #0f67a1), color-stop(100%, #1384d1));
	background: -moz-linear-gradient(top, #426d9c, #0f67a1, #1384d1);
    z-index:999;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
        color: #FFF;
	line-height: 30px;
	text-align: center;
	margin: 0 auto;
	padding: 0;
        }
        .postDesc
        {
            text-align: right;
            padding: 3px;
        }
        .postTitle
        {
            float: left;
            font-size: x-large;
            color: #3785D8;
            font-weight: bolder;
            width:80%;
        }
        .dayTitle
        {
            float: right;
            color: #3785D8;
            width:20%;
             margin-top:10px;
            text-align:left;
        }
        .postCon
        {
            clear: both;
            padding-top: 20px;
            border-bottom:solid 1px #747276;
            padding:5px 0px;
        }
        .cnblogs_Highlighter pre
        {
            background-color: #E0DEE1;
            font-weight: bold;
        }
        #calendar
        {
          margin:3px;
        }
        .CalDayHeader
        {
         padding:0 3px;
        }
        .CalOtherMonthDay
        {
         color:#7C7A7D;
        }
        .CalTodayDay a
        {
         color:Red;
        }
        .CalTitle
        {
         width:100%;
        }
        .feedbackItem
        {
         border: solid 1px #747276;
         margin:5px 0px;
         padding:5px;
         font-size:14px;
        }
        .itnews c_ad_block
        {
         font-size:12px;
        }
        .postBody
        {
         font-size:15px;
        }
        #RecentCommentsBlock li
        {
         font-size:12px;
         padding:0px;
        }
        li
        {
         list-style-type:none;
        }
 #leftcontentcontainer ul
        {
        
         padding-left:0px;
        }
       .day
       {
         padding:5px 0px;
       }
     img
        {
            border-bottom:1px dashed #747276;
            border-right:1px dashed #747276;
        }
      .cnblogs_code img
        {
            border:0px;
        }
.go2top {
    background: url("https://images.cnblogs.com/cnblogs_com/rush/268781/o_go2top.png") no-repeat scroll left top transparent;
    bottom: 65px;
    color: #444444;
    display: none;
    height: 50px;
    /*left: 50%;*/
    right: 160px;
    margin-left: 610px;
    position: fixed;
    text-align: center;
    width: 50px;
}

.go2top:hover {
    background-position: -50px top;
}
#div_digg {
    background-color: #FFFFFF;
    border: 1px solid #D9DBE1;
    bottom: 0;
    padding: 8px 8px 8px 10px;
    position: fixed;
    right: -20px;
}


ul {
	padding: 0;
}


#navList li {
	list-style-type: none;
	display: inline;
	margin-right: 5px;
    font-size:large;
}

#navList li a {
	color: #fff;
	text-decoration: none;
	padding: 3px 7px;

	text-shadow: 1px 1px 1px #000;

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;

	-webkit-transition-property: color, background;
	-webkit-transition-duration: 0.5s, 0.5s;
}

#navList li a:hover {
	background: #01458e;
	color: #ff0;

	-webkit-transition-property: color, background;
	-webkit-transition-duration: 0.5s, 0.5s;
}

#header {
        background-color: #63B8FF;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #426d9c), color-stop(40%, #0f67a1), color-stop(100%, #1384d1));
	background: -moz-linear-gradient(top, #426d9c, #0f67a1, #1384d1);
    z-index:999;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;

	line-height: 10px;
	text-align: center;
	margin: 0 auto;
	padding: 0;

    position: fixed;
	top: -5px;
	left: 0;
	width: 100%;
	
	box-shadow: 0 0 40px #222;
	-webkit-box-shadow: 0 0 40px #222;
	-moz-box-shadow: 0 0 40px #222;
}