@import url(https://cdn.cnblogs.com/font-awesome@4.7.0/css/font-awesome.min.css);
#main{
width:960px;
margin:0 auto;
}
#header {
     display: none;
}

pre .line {
     position:  relative;
     left: -4px;
    moz-user-select: -moz-none;
    -moz-user-select: none;
    -o-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#customH1 {
   font-size: 45px;
   text-align:center;
   -vendor-animation-duration: 3s;
   -vendor-animation-delay: 2s;
   -vendor-animation-iteration-count: infinite;
   padding: 50px 0 30px;
}
a#customEdit {
    background: lightgray;
    padding: 2px;
}

.animateTitle {
    display: block;
    text-align: center;
    font-family: "Microsoft Yahei"!important;
    display: inline-block;
    cursor: pointer;
    font-weight: 100;
}

.animateTitle a {
  text-decoration: none;
}

.animateTitle span {
        font-size: 40px;
	display: inline-block;
	cursor: pointer;
	font-family: "Microsoft Yahei",arial,sans-serif;
	font-weight: 100
}

.eng {
    font-size: 20px;
    letter-spacing: -2px;
    position: relative;
    color: #fff;
    font-size: 54px;
    text-shadow: 0 0 1px rgba(94,255,216,.8);
    margin: 0;
    padding: 0;
    z-index: 0;
    transition: all .1s ease-out;
}

.chi {
    position: relative;
    color: #85C2F2;
    font-weight: 400;
    font-size: 24px;
    text-shadow: 0 0 1px rgba(94,255,216,.8);
    margin-left: 5px;
    letter-spacing: 1px;
    padding: 0;
    z-index: 2;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.animateTitle:hover .eng {
	letter-spacing: 5px;
        color: orange;
}

.animateTitle:hover .chi {
	left: 26px;
	opacity: .2
}

#customH2 {
   text-align:center;
   margin-bottom: 25px;
   -vendor-animation-duration: 3s;
   -vendor-animation-delay: 2s;
   -vendor-animation-iteration-count: infinite;
}

a#myH2 {
    color: #666;
    display: inline-block;
    margin: 0;
}

a#myH2:after {
    border-bottom: solid 2px #2D8CF0;  /* 原背景色: #019fb6 */
    content: '';
    display: block;
    transform: scaleX(0);
    transition: transform 250ms ease-in-out;
}

a#myH2:hover:after { 
    transform: scaleX(1); 
}

a#myH1 {
    color: #85C2F2 !important; 
}

a#myH1:hover {
    color: orange !important; 
}

#customNav {
    position: absolute;
    background: gray;
    top: 43%;
    left: 10px;
    z-index: 1;
}

a:link {
    color:black;
    text-decoration:none;
}
a:visited {
    color:#111;
    text-decoration: none;
}
a:hover {
    color: #7B68EE;
    -moz-border-radius: 9px;
    -khtml-border-radius: 9px;
    -webkit-border-radius: 9px;
    border-radius: 9px;
    transition: all 0.4s linear 0s;
}
a:active {
    color: black;
    text-decoration: none;
}

#navigator {
    clear:both;
    -moz-border-radius: 11px;
    -khtml-border-radius: 11px;
    -webkit-border-radius: 11px;
    border-radius: 11px;
    -webkit-box-shadow:5px 2px 6px #000;-moz-box-shadow:5px 2px 6px #000;padding:4px 10px;
    background:#FFF;
    opacity: 0.60;
    margin: 13px;
    padding: 0;
    border-radius: 6px 6px 6px 6px;
    background: none repeat scroll 0 0 #04A292;
    font-weight: bold;
    border: 1px solid #04A292;
}

.customNavigator {
    clear:both;
    -moz-border-radius: 11px;
    -khtml-border-radius: 11px;
    -webkit-border-radius: 11px;
    border-radius: 11px;
    -webkit-box-shadow:5px 2px 6px #000;-moz-box-shadow:5px 2px 6px #000;padding:4px 10px;
    opacity: 0.60;
    margin: 13px;
    padding: 0;
    border-radius: 6px 6px 6px 6px;
    background: none repeat scroll 0 0 #04A292;
    font-weight: bold;
    border: 1px solid #04A292;
}

.customNavList {
    min-height: 1.5em;
    float: left;
}
.customNavList li {
    float: left;
}
.customNavList a {
    font-size: 1.2em;
    display: block;
    padding-left:0.5em;
    padding-right:0.5em;
    line-height:2em;
    float: left;
    text-align: center;
    border-right: 1px solid #999;
}

.customNavList > li a {
    color: #FFFFFF;
}

.customNavList a:link, .customNavList a:visited, .customNavList a:active {
    color: #ccc;
}
.customNavList a:hover {
    color: #7B68EE;
    padding-left:0.8em;
    padding-right:0.8em;
}


#Header1_HeaderTitle.headermaintitle {
	color: #85C2F2 !important;
        font-family: f556-4d963170aae,"Segoe Print", "Segoe Script";
        font-size: 45px;
}

#Header1_HeaderTitle.headermaintitle:hover {
	color: orange !important;
}
#customHeader {
    /* position: relative; */
    height: 240px;
    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);
}
#topNav {
    position: absolute;
    z-index: 2;
    top: 14px;
}
#topNav ul{
    min-height: 30px;
    margin-left: 30px;
}
#topNav li{
    float: left;
}
/* 顶部导航文字 */
#topNav a {
    color:#fff;
    font-size: 16px;
    text-shadow: 1px 1px 1px #000;
    margin-top: 14px;
    -webkit-transition: all .3s;
    transition: all .3s;
    margin: 18px 10px 0px 0px;
    padding: 0px 10px;
}
#topNav a:hover {
    text-decoration: none;
    color: #FF6002;
}

.day .postCon a, .entrylist .entrylistPostSummary a{
    padding: 2px 5px;
    font-size: 14px;
    margin-top: 10px;
    display: table;
}
.day .postCon a:after,.entrylist .entrylistPostSummary a:after {
    content: " \00bb"
}
#myposts .postDesc2:before {
    font-family: FontAwesome;
    content: "\f017";
    opacity: .7
}

.post-view-count:before {
    content: "\f06e"
}

.post-comment-count:before,.post-view-count:before {
    font-family: FontAwesome;
    padding-left: 10px;
    padding-right: 5px;
    opacity: .7
}

.post-comment-count:before {
    content: "\f27b"
}

.post-digg-count:before {
    font-family: FontAwesome;
    content: "\f087";
    padding-left: 10px;
    padding-right: 5px;
    opacity: .7
}
#div_digg {
    margin: 0;
    width: auto
}

#div_digg .buryit,#div_digg .diggit {
    background: none;
    height: auto;
    width: auto;
    min-width: 60px;
    margin: 0;
    font-size: 17px;
    border-radius: 4px;
    padding: 3px 10px;
    background-color: rgb(248 248 248);
    transition: all .3s
}

#div_digg .buryit span,#div_digg .diggit span {
    font-size: inherit;
    color: inherit
}

#div_digg .buryit:hover,#div_digg .diggit:hover {
    color: #fff;
    background-color:#7B68EE;
}

#div_digg .diggit:before {
    content: "\f087";
    font-family: FontAwesome;
    opacity: .7
}

#div_digg .buryit {
    margin-left: 15px
}

#div_digg .buryit:before {
    content: "\f088";
    font-family: FontAwesome;
    opacity: .7
}
.commentform #btn_comment_submit{
width: auto;
    height: auto;
    border-width: 0;
    cursor: pointer;
    color: #fff;
    background-color: #7B68EE;
    border-color:#7B68EE;
    font-weight: 300;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 5px 17px;
    font-size: 13px;
    border-radius: 4px;
    outline: none;
    transition: all .3s;}
.esa-comment-avatar {
    float: left;
}
.esa-comment-avatar img {
    height: 43px;
    width: 43px;
    border-radius: 4px;
    transition: all .5s ease-out;
    -webkit-transition: all .6s ease-out
}

.esa-comment-avatar img:hover {
    border-radius: 50%
}

.blog_comment_body {
    width: auto;
    border-radius: 4px;
    padding: 12px;
    margin-left: 50px;
    background-color: rgb(248, 248, 248);
    min-height: 19px;
}