/*Metro滚动条*/

::-webkit-scrollbar {
	width:17px;
	height:17px;
	background-color:#f0f0f0;
	border:none
}
::-webkit-scrollbar-thumb {
	background-color:#cdcdcd;
	border:1px solid #f0f0f0
}
::-webkit-scrollbar-thumb:hover {
	background-color:#dadada
}
::-webkit-scrollbar-thumb:active {
	background-color:#606060
}
::-webkit-scrollbar-thumb:disabled {
	background-color:#f9f9f9
}
::-webkit-scrollbar-corner {
	background-color:#f0f0f0
}
::-webkit-scrollbar-button {
	background-color:#f0f0f0;
	background-image:url(https://files.cnblogs.com/cyehu/win8-scrollbar.ico);
	background-repeat:no-repeat
}
::-webkit-scrollbar-button:vertical {
	height:33px
}
::-webkit-scrollbar-button:horizontal {
	width:33px
}
::-webkit-scrollbar-button:horizontal:increment {
	background-position:0 -444px
}
::-webkit-scrollbar-button:horizontal:decrement {
	background-position:12px -425px
}
::-webkit-scrollbar-button:vertical:increment {
	background-position:-1px -391px
}
::-webkit-scrollbar-button:vertical:decrement {
	background-position:-1px -358px
}
::-webkit-scrollbar-button:hover {
	background-color:#dadada
}
::-webkit-scrollbar-button:horizontal:increment:hover {
	background-position:0 -548px
}
::-webkit-scrollbar-button:horizontal:decrement:hover {
	background-position:12px -529px
}
::-webkit-scrollbar-button:vertical:increment:hover {
	background-position:-1px -495px
}
::-webkit-scrollbar-button:vertical:decrement:hover {
	background-position:-1px -462px
}
::-webkit-scrollbar-button:active {
	background-color:#606060
}
::-webkit-scrollbar-button:horizontal:increment:active {
	background-position:0 -652px
}
::-webkit-scrollbar-button:horizontal:decrement:active {
	background-position:12px -633px
}
::-webkit-scrollbar-button:vertical:increment:active {
	background-position:-1px -599px
}
::-webkit-scrollbar-button:vertical:decrement:active {
	background-position:-1px -566px
}
::-webkit-scrollbar-button:disabled {
	background-color:#f9f9f9
}
::-webkit-scrollbar-button:horizontal:increment:disabled {
	background-position:0 -756px
}
::-webkit-scrollbar-button:horizontal:decrement:disabled {
	background-position:12px -737px
}
::-webkit-scrollbar-button:vertical:increment:disabled {
	background-position:-1px -703px
}
::-webkit-scrollbar-button:vertical:decrement:disabled {
	background-position:-1px -670px
}




/*自定义*/

.post h1{
font-family: "微软雅黑", sans-serif;
font-size: 30px;
}
.post h2{
font-family: "微软雅黑", sans-serif;
font-size: 22px;
}
.post h3{
font-family: "微软雅黑", sans-serif;
font-size: 18px;
}
div#MySignature{
    background-color: #f8f8ee;
    border: solid 1px #e8e7d0;
    padding: 5px 10px 0px 10px;
    min-height: 10px;
    margin-bottom: 10px;
    margin-top: 10px;
    color: #666666
}
div#MySignature p{
    margin: 5px auto;
    text-indent: 0px;
}
div#MySignature p a{
    border-bottom: dashed 1px;
}
div#MySignature img{
    margin: 16px 8px 0 0;
}

.syntaxhighlighter {
    background-color: #FFFFFF !important;
    font-size: 10pt !important;
    line-height: 140%;
    margin: 0 10px !important;
}

div.post div.entry h1 {
    background-color: #999999;
    color: #FFFFFF;
    font-size: 26px;
    font-weight: normal;
    padding: 8px 10px;
}

div.post div.entry h2 {
    background-image: none;
    color: #336699;
    font-size: 22px;
    font-weight: normal;
}

div.post div.entry h3 {
    color: #666666;
    font-size: 18px;
    font-weight: bold;
}