/**
Theme Name: pds
Theme URI: https://pingdingshan.me
Author: pds
Author URI: https://https://pingdingshan.me
Description:pds wordpress theme
Version: 1.0
Tags: blog, pds
Text Domain: pds
 */
body {
    background-color: #FFF;
    color: #444;
    font-size: 14px;
    font-family: "TIBch", "Classic Grotesque W01", "Helvetica Neue", Arial, "Hiragino Sans GB", "STHeiti", "Microsoft YaHei", "WenQuanYi Micro Hei", SimSun, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a, button.submit {
    color: #6E7173;
    text-decoration: none;
    -webkit-transition: all .1s ease-in;
    -moz-transition: all .1s ease-in;
    -o-transition: all .1s ease-in;
    transition: all .1s ease-in;
}

a:hover, a:active {
    color: #6E7173;
}

mark {
    padding: 3px 3px 3px 5px;
    background: #fffdd1;
}

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #FFF;
    background: #000;
    border-radius: 4px;
    border: 0px;
    margin: 2px;
}

pre, code {
    background: #000;
    font-family: Menlo, Monaco, Consolas, "Lucida Console", "Courier New", monospace;
    font-size: .92857em;
}

pre {
    margin: 2em 0;
    overflow: auto;
    background: none;
    border: 1px solid #ddd;
}

pre code {
    padding: 0;
    display: block;
}

blockquote {
    margin: 2em 1.5em;
    padding-left: 1.5em;
    border-left: 4px solid #ddd;
    color: #777;
}

blockquote:first-letter {
    font-size: 2.5em;
    line-height: 1.15;
    padding: 0 7px 0 0;
    color: #666;
    font-weight: bolder;
    float: left;
}

h1, h2, h3 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
h3{line-height:2.7em;}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], textarea {
    padding: 6px;
    border: 1px solid #ddd;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}

textarea {
    resize: vertical;
}

.clear {
    clear: both;
}

.clearfix, .col-group {
    zoom: 1;
}

.clearfix:before, .col-group:before, .clearfix:after, .col-group:after {
    content: " ";
    display: table;
}

.clearfix:after, .col-group:after {
    clear: both;
}

.comment-content a {
    border-bottom: 1px solid #ddd;
    margin-left: 4px;
    margin-right: 4px;
}
.post-content a{
    color: blue;
}

.post-meta a:hover, .post-content a:hover, .widget a:hover, .comment-content a {
    border-bottom-color: transparent;
}

#header {
	    border-bottom: 1px solid #ddd;
    padding-top:20px;
    text-align: left;
}


.navl{
	float:left;
}
.navr{
	float:right;
	font-size:16px;
}

.site-name h1 {
    padding: 0;
    margin: 0;
}
.site-nav{
	float:right;
}

#logo {
    font: bold 36px/1.12 "Times New Roman", Georgia, Times, sans-serif;
    color: #555;
}

#logo span {
    color: #777;
}

#logo:hover {
    color: #777;
}

.description {
    margin: 3px 0 0;
    color: #666;
}

#nav-menu {
    margin: 10px 0 -1px;
    padding: 0;
}

#nav-menu ul {
    display: block;
    margin: 30px auto;
    padding: 0;
}

#nav-menu li {
    display: inline-block;
    margin: auto -1px auto 32px;
}

#nav-menu a {
    display: inline-block;
    margin-right: -1px;
    padding: 0 20px;
    height: 32px;
    line-height: 32px;
    color: #444;
}

#nav-menu a:first-child {
    border: none;
}

#nav-menu a:hover {
}



.site-search {
    display: none;
}

#search {
    position: relative;
    overflow: hidden;
}

#search input {
    padding: 10px 30px 8px 15px;
    line-height: 1.5;
}

#search button {
    position: absolute;
    top: 12px;
    right: 10px;
    font-size: 20px;
    line-height: 1.5;
    border: none;
    padding: 11px 0;
    width: 20px;
    height: 48px;
    color: #444;
    background: url('fonts/135-search.svg') no-repeat;
    opacity: 0.6;
    cursor: pointer;
}

.col-8 {
    width: 800px;
}

.col-12 {
    width: 100%;
}

.container {
    width: 1150px;
    padding: 0 60px;
    margin: 0 auto;
}

#secondary {
    float: right;
    width: 245px;
    border-left: 1px solid #ddd;
    padding-left: 35px;
    word-wrap: break-word;
    display: block;
    padding-top: 25px;
}

#main {
    padding-top: 5px;
    float: left;
}

.post {
    padding:0;
	 margin:20px 0;
	 border-bottom:1px solid #ddd;
}

.sticky-post .post-title {
    margin-left: 30px;
}

.sticky {
    background: url('fonts/071-pushpin.svg') no-repeat;
    width: 24px;
    height: 24px;
    position: absolute;
    opacity: 0.6;
    margin-top: 5px;
}

.post-title {
    padding:0;
	 margin:8px 0 0 0;
    color: #555;
    text-align: left;
    font: bold 25px/1.1 "ff-tisa-web-pro", Cambria, "Times New Roman", Georgia, Times, sans-serif;
}

.post-title a {
    color: #555;
}

.post-meta {
   	padding:0px; 
	line-height:0.5;
	text-indent:-2px;
    margin:0;
    color: #999;
    text-align:left;
    display: block;
    list-style-type: none;
}

.post-meta li {
	 padding:0;
    margin:0;
    display: inline-block;
}

.post-meta li:first-child {
    padding-right: 5px;
}

.comment-count {
    float: right;
}

.post-content {
    font-size: 15px;
    line-height: 1.715;
    color: #444;
    overflow: hidden;
	padding-bottom:8px;
}

.page-content {
    padding-top: 40px;
}

.post-content h3,
.post-content h2 {
    margin: 1.4em 0 1.1em;
}

.post-content pre,
.comment-content pre {
    max-height: 320px;
}

.post-content pre code,
.comment-content pre code {
    padding: .5em 1em;
    display: block;
}

.post-content p code,
.comment-content p code {
    display: inline;
    margin: 0 5px;
    padding: 3px 5px;
}

.post-content p {
    margin: 0;
}

.post-content img {
    padding: 1em 0;
    height: auto;
}

.post-content ul,
.post-content ol {
    overflow: auto;
    padding: 0 0 1em 2.4em;
    border-radius: 3px;
    margin: 0;
}

.post-content ul li,
.post-content ol li {
    text-indent: .5em;
}

.post-password-form input[type=submit] {
    display: block;
    margin-top: 2px;
    padding: 0 9px;
    cursor: pointer;
    min-width: 64px;
    height: 30px;
    line-height: 25px;
    outline: none;
    border: 1px solid #ddd;
    background: #fff;
}

.archive-title {
    padding-top: 20px;
    color: #999;
    font-size: 1em;
}

.more {
    padding: 10px 0 0;
}

.more a {
    border: none;
}

.protected .text {
    width: 50%;
}

.page-numbers {

    list-style: none;
    padding:0;
    font-size: 16px;
}

.page-numbers li {
    display: inline-block;
    margin: 0 5px 5px 0;
}

.page-numbers a,
.page-numbers .current {
    display: inline-block;
    height: 25px;
    line-height: 25px;
    padding: 5px 9px;
    border: 1px solid #DDD;
}

.comment-list,
.comment-list ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

.comment-list {
    margin-top: -1px;
}

.comment-list li {
    padding: 22px 0 0;
    border-top: 1px solid #ddd;
}

.comment-list li.comment-level-even {
    background: #FFF;
}

.comment-list li .reply {
    float: right;
    margin-top: -39px;
    font-size: .92857em;
}

.comment-meta a {
    color: #999;
    font-size: .92857em;
}

.fn a{color:blue;}

.comment-author {
    display: block;
    margin-bottom: 3px;
    color: #333;
}

.comment-author .avatar {
    float: left;
    margin: 1px 10px 0 0;
    border: 1px solid #ddd;
    padding: 1px;
}

.comment-author cite {
    font-weight: bold;
    font-style: normal;
    line-height: 1.2;
}

.comment-awaiting-moderation {
    font-style: normal;
    float: right;
    margin-top: -20px;
    color: #777;
}

.comment-list .respond {
    margin: 15px 0;
    border-top: 1px solid #ddd;
}

.comment-body .respond {
    border: none;
    margin: 0 0 25px;
}

.respond .cancel-comment-reply {
    float: right;
    margin-top: 15px;
    font-size: .92857em;
}

.comment .children {
    list-style-type: none;
}

#comment-form {
    padding-top: 5px;
}

#comment-form p {
    margin: 12px 0;
}

#comment-form label {
    color: #888;
}

#comment-form .comment-form-author input,
#comment-form .comment-form-email input,
#comment-form .comment-form-url input,
#comment-form .comment-form-comment textarea {
    border: solid 1px #D4D4D4;
    background: #fdfdfd;
    color: #555;
    display: block;
    width: 100%;
    margin-top: 4px;
}

#comment-form .comment-form-author,
#comment-form .comment-form-email {
    width: calc(50% - 12px);
    float: left;
}

#comment-form .comment-form-email {
    margin-left: 24px;
}

#comment-form .comment-form-comment {
    margin-bottom: 0;
}

button.submit {
    border: 1px solid #e3e3e3;
    display: block;
    line-height: 32px;
    width: 100%;
    outline: none;
    color: #999;
    background: #e3e3e3;
    height: 38px;
}

button.submit:hover {
	  color: #000;
	cursor: pointer;
    background: #ccc;
    border-color: #ccc;
}

textarea.textarea {
    width: 100%;
    height: 174px;
    padding: 10px;
    overflow: auto;
    margin: 0;
    line-height: 1.8;
    font-size: 14px;
    background: #fdfdfd !important;
    color: #555;
}

.col2 p, .col1 p {
    margin: 9px 0;
}

.col1 p {
    margin-right: 220px;
}

.col1 {
    margin-right: -220px;
    height: auto;
    float: left;
    width: 100%;
    position: relative;
    background-position: 0 0;
}

.col2 {
    width: 204px;
    float: right;
    position: relative;
    overflow: hidden;
    background-position: right top;
}

.widget {
    margin-bottom: 30px;
}

.widget-title {
    color: #6E7173;
   line-height:2.7em;
    margin-top: 0;
    font-size: 16px;
    border-bottom: 1px solid #ddd;
    display: block;
}

#response {
    margin-bottom: .8em;
}

.widget ul {
    list-style: none;
    padding: 0;
}

.widget ul li {
    margin: 5px 0;
    line-height: 1.5;
}

#footer {
	border-top:1px solid #ddd;
    padding: 10px 0;
    line-height: 1.5;
    color: #999;
}
#footer a{
    color: #999;
}
.dl{float:left;  margin: 10px auto;}
.dr{float:right; margin: 10px auto;}
.archives{margin:30px 0;}
.archives-yearmonth{height：30px; line-height: 30px;}
.archives-monthlisting{height：30px; line-height: 30px;}

.error-page {
    margin-top: 20px;
    margin-bottom: 100px;
}

.comment-content {
    line-height: 1.5;
    word-wrap: break-word;
    padding: 10px 40px 10px 0;
}

.post-content h2,
.comment-content h2 {
    font-size: 1.28571em;
}

.post-content img,
.comment-content img {
    max-width: 100%;
}

.post-content a img {
    background: #FFF;
    position: relative;
    bottom: -4px;
}

.post-content hr,
.comment-content hr {
    margin: 2.1em auto;
    width: 200px;
    border-top: 1px solid #ccc;
    position: relative;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.alignleft {
    float: left;
}

.alignright {
    float: right;
}

img.alignleft {
    margin: 5px 15px 0 0;
}

img.alignright {
    margin: 5px 0 0 15px;
}

/* archives page*/
.al_year {
    width: 60px;
    padding: 10px 0;
}

.al_mon_list {
    margin-left: 90px;
    margin-top: -2.2em;
    border-left: 1px solid #ddd;
}

.al_mon_list li {
    list-style: none;
    line-height: 1.8;
}

.al_mon_list li a {
    margin-left: 1.5em;
}

.post-content-pages {
    font-size: 17px;
}

.icon-about {
    padding: 10px 0 25px;
}

.icon-about a {
    font-size: 20px;
    margin: 5px;
    color: #fff;
    background-color: #000;
    border-radius: 100%;
    padding: 6px;
}

//*友情链接*/
.link-content li{font-size:16px;  height:30px; line-height:30px; color:blue; list-style-type:circle; white-space:nowrap;}
.link-content li a{color:blue; }
.link-content li span{color:#a9a9a9;  font-size:15px; height:30px; line-height:30px; margin-left:30px;}
.link-content li:hover img{transform:rotate(360deg);-webkit-transform:rotate(360deg);}

@media print, screen and (max-width: 1290px) {
    .container {
        width: auto;
	}
    a {
     -webkit-tap-highlight-color: transparent;
}
    #main {
        width: 100%;
        margin-right: -320px;
        float: left;
    }

    .res-cons {
        width: auto;
        margin-right: 320px;
    }

    .post-content img {
        max-width: 100%;
    }	
	
	    #nav-menu a {
        padding: 0 0 0 15px;
        line-height: 27px;
        height: 27px;
        font-size: 16px;
        font-weight: bold;
    }
	
}

@media print, screen and (max-width: 1057px) {
    .container {
        width: auto;
    }

    #main {
        width: 100%;
        margin-right: -260px;
        float: left;
    }

    .res-cons {
        width: auto;
        margin-right: 260px;
    }

    #secondary {
        width: 175px;
        margin-top: 35px;
        padding-top: 5px;
    }

    .post-content {
        font-size: 14px;
    }
	
	    #nav-menu a {
         padding: 0 0 0 15px;
        line-height: 27px;
        height: 27px;
        font-size: 16px;
        font-weight: bold;
    }
	
}

@media print, screen and (max-width: 860px) {
    #header {
        text-align:left;
    }
    #main {
        width: 100%;
        margin-right: 0;
    }

    #nav-menu {
        margin:auto 0 -1px;
    }

    .res-cons {
        width: auto;
        margin-right: 0;
    }
	
.navl{
	float:left;
	margin-bottom:10px;
}
.navr{
	float:right;
	font-size:16px;
}
	#nav-menu {
    margin: 15px 0 -1px;
    padding: 0;
}
	
#nav-menu ul {
    display: block;
    margin: 15px auto;
    padding: 0;
}

#nav-menu li {
    display: inline-block;
    margin: auto -1px auto 0;
}


#nav-menu a:first-child {
    border: none;
}

#nav-menu a:hover {
}
	
	
    #secondary {
        display: none;
    }

    #comment-form .comment-form-author,
    #comment-form .comment-form-email {
        width: 100%;
        float: none;
    }

    #comment-form .comment-form-email {
        margin-left: 0;
    }
    .dr {float:left; clear: both;}
}

@media print, screen and (max-width: 680px) {
    .container {
        padding: 0 20px;
    }

    .post-title {
        font-size: 22px;
    }

    .page-navigator {
        padding: 15px 0 0;
    }

    #footer {
        padding-top: 10px;
    }

    .page-navigator a {
        padding: 0 6px;
    }

    .post-content img {
        padding: 0.2em 0;
    }

    .post {
        padding: 12px 0;
    }

    #nav-menu a {
         padding: 0 0 0 15px;
        line-height: 27px;
        height: 27px;
        font-size: 16px;
        font-weight: bold;
    }
    .dr {float:left; clear: both;}
}

@media print, screen and (max-width: 500px) {
    .col2 {
        width: 140px;
    }

    .post-meta li.comment-count {
        display: none;
    }

    .col1 p {
        margin-right: 160px;
    }

    .col1 {
        margin-right: -160px;
    }

    .post-content-pages {
        font-size: 14px;
    }

    .al_mon_list {
        margin-left: 70px;
        padding-left: 20px;
    }
    .dr {float:left; clear: both;}
}

@media print {
    #comment-form {
        display: none;
    }
}

.about {
    width: 100%;
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.wp-caption {
    margin-bottom: 0.6em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 0;
}

.wp-caption-text {
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
    font-family: "Noto Sans", sans-serif;
    font-size: 1.2rem;
    line-height: 1.5;
    padding: 0.5em 0;
}

a.tag-cloud-link {
    white-space: nowrap;
}

.gallery-caption {
}

.bypostauthor {
}