* {
    max-width: 100%;
}

@font-face{
font-family: Roboto;
src: url('../fonts/Roboto-Thin.ttf'),
}

input{
    outline: none;
}

html {
    font-size: 100%;
    font-family: 'Open Sans', 'Droid Sans', 'Source Sans Pro', 'Source Hans Sans', 'Helvetica Neue', 'Segoe UI', Verdana, Tahoma, Arial, 'Hiragino Sans GB', 'WenQuanYi Micro Hei', 'Microsoft YaHei', 'Microsoft YaHei UI', 'sans-serif' !important;
}
ol {
    padding-left: 0;
    list-style: none;
}
ul {
    list-style-type: none;
}
a {
    text-decoration: none;
    color: #26303a;
    transition: color 0.2s ease-in 0s;
}
a:hover {
    color: #6495ed;
}
blockquote {
    padding: 0 15px;
    color: #777;
    border-left: 4px solid #ddd;
    margin-left: 0px;
}
blockquote p {
    margin-left: auto;
}
.highlight {
    background: #2d2d2d;
    border-style: solid;
    border-width: 1px 0;
    overflow: auto;
    color: #ccc;
    padding: 0.5rem;
    vertical-align: baseline;
    /*line-height font-size * line-height*/
}
.highlight .gutter pre, .gist .gist-file .gist-data .line-numbers {
    color: #666;
}
.highlight .line {
    height: 1.5rem;
    font-family: 'Source Code Pro', 'DejaVu Sans Mono', 'Droid Sans Mono', Menlo, Consolas, Monaco, 'Lucida Console', 'Courier', monoscape;
}
.highlight pre {
    border: none;
    margin: 0;
    padding: 0;
}
.highlight table {
    margin: 0;
    width: auto;
}
.highlight td {
    border: none;
    padding: 0;
}
.highlight figcaption {
    font-size: 0.85em;
    color: #999;
    line-height: 1em;
    margin-bottom: 1em;
}
.highlight figcaption a {
    float: right;
}
.highlight .gutter pre {
    text-align: right;
    padding-right: 1rem;
    /*height font-size * line-height*/
}
.gist {
    border-style: solid;
    border-width: 1px 0;
    background: #2d2d2d;
}
.gist .gist-file {
    border: none;
    margin: 0;
}
.gist .gist-file .gist-data {
    background: none;
    border: none;
}
.gist .gist-file .gist-data .line-numbers {
    background: none;
    border: none;
    padding: 0 20px 0 0;
}
.gist .gist-file .gist-data .line-data {
    padding: 0 !important;
}
.gist .gist-file .highlight {
    margin: 0;
    padding: 0;
    border: none;
}
.gist .gist-file .gist-meta {
    background: #2d2d2d;
    color: #999;
    text-shadow: 0 0;
    padding: 0;
    margin-top: 1em;
}
.gist .gist-file .gist-meta a {
    font-weight: normal;
}
.gist .gist-file .gist-meta ahover {
    text-decoration: underline;
}
pre .comment, pre .title {
    color: #999;
}
pre .variable, pre .attribute, pre .tag, pre .regexp, pre .ruby .constant, pre .xml .tag .title, pre .xml .pi, pre .xml .doctype, pre .html .doctype, pre .css .id, pre .css .class, pre .css .pseudo {
    color: #f2777a;
}
pre .number, pre .preprocessor, pre .built_in, pre .literal, pre .params, pre .constant {
    color: #f99157;
}
pre .class, pre .ruby .class .title, pre .css .rules .attribute {
    color: #9c9;
}
pre .string, pre .value, pre .inheritance, pre .header, pre .ruby .symbol, pre .xml .cdata {
    color: #9c9;
}
pre .css .hexcolor {
    color: #6cc;
}
pre .function, pre .python .decorator, pre .python .title, pre .ruby .function .title, pre .ruby .title .keyword, pre .perl .sub, pre .javascript .title, pre .coffeescript .title {
    color: #69c;
}
pre .keyword, pre .javascript .function {
    color: #c9c;
}
#container {
    margin: auto;
    width: 60%;
    min-width: 18rem;
}
#banner {
    overflow: auto;
}
#banner #site-title, #banner #site-subtitle {
    display: inline-block;
    vertical-align: middle;
}
#banner #site-title {
    font-size: 3rem;
    font-weight: lighter;
    margin-right: 1.5rem;
}
#banner #site-subtitle {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
    /*border-left thin solid dimgray*/
    font-size: small;
    cursor: default;
}
#content {
    text-autospace: ideograph-alpha;
}
#content .meta .article-title {
    font-weight: lighter;
    margin-bottom: 0;
}
#content .meta .article-date {
    color: #a9a9a9;
}
#content .extra {
    float: right;
    padding-left: 0.5rem;
    display: none;
}
#content .abstract-list, #content .excerpt, #content .archive-list {
    padding: 0;
    color: #696969;
}
#content #more {
    display: none;
}
#content .article-content {
    padding-top: 0.5rem;
}
#content .article-content h2 {
    font-size: 1.3rem;
}
#content .article-content h3 {
    font-size: 1.15rem;
}
#content .article-content a {
    padding-left: 0.3rem;
    padding-right: 0.3rem;
    color: #495a80;
}
#content .article-content a:hover {
    color: #6495ed;
}
#content .article-content a img {
    margin-left: -0.3rem;
}
#content .article-content p {
    font-weight: normal;
}
#content figure.highlight {
    margin-right: 0;
    margin-left: 0;
}
#content nav {
    clear: both;
    text-align: center;
}
#content nav #left-navigator {
    max-width: 40%;
    float: left;
}
#content nav #right-navigator {
    max-width: 40%;
    float: right;
}
#footer-links {
    clear: right;
    list-style-type: none;
    padding-top: 3rem;
    float: right;
}
#footer-links ul {
    list-style-type: none;
    float: right;
}
#footer-links li {
    float: left;
    margin-left: 1rem;
}
#footer-links a {
    display: inline-block;
}
#footer-links .zh {
    word-break-cjk: break-word;
    word-wrap: break-word;
    width: 1rem;
    /*letter-spacing: 1rem;*/
}
.pagination {
    height: 50px;
    padding: 10px;
    border-top: 1px solid #eee;
    margin-top: 50px;
}
button[type=submit], .commentclosed, .widget-title {
    color: #6E7173;
    background-color: #fff;
    border: 0px;
    padding-left: 8px;
    transition: .5s;
}
textarea {
    width: 100%;
    height: 60px;
    border: solid 1px #D4D4D4;
    outline: none;
}
.text{
    -webkit-box-shadow: 0 0 0 1000px #FFF inset;
}
.submit:hover{
    background-color: #26303a;
    opacity: .8;
    color: #fff;
    transition: .5s;
}
.respond {}
#response {
    color: #6E7173;
    line-height: 2.7;
    margin-top: 0;
    font-size: 16px;
    border-bottom: 1px solid #ddd;
    display: block;
    margin: 0;
    padding-bottom: 0px;
}
#comment-form label {
    display: block;
    color: #888;
    position: absolute;
    margin: 4px 8px;
}
#comments {
    padding-top: 10px;
}
#comment-form input {
    padding: 6px 6px;
    border: 0px;
    border-bottom: solid 1px #D4D4D4;
    background: #fdfdfd;
    padding-left: 45px;
    color: #555;
    max-width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
}
.comment-meta {
    margin-top: -5px;
    margin-bottom: 5px;
    position: relative;
    bottom: 15px;
    left: 35px;
    font-size: 15px;
}
.comment-meta a{
    color: #999;
    font-size: .92857em;
}
.comment-content {
    line-height: 1.5;
    word-wrap: break-word;
    padding: 0px 0px 0px 0px;
    font-size: 15px;
}
.comment-list li {
    padding: 22px 0 0;
    border-top: 1px solid #ddd;
}
.comment-list li .comment-reply {
    float: right;
    margin-top: -39px;
    font-size: .92857em;
}
.comment-children {
    margin-left: 22px;
}
.comment-author {
    display: block;
    margin-bottom: 1px;
    color: #444;
}
.comment-author cite {
    font-style: normal;
    font-size: 15px;
    line-height: 1.2;
    position: relative;
    bottom: 15px;
}
/*
*
*search css
*
*/
#search{
    font-size: small;
    margin-left: 1.5rem;
    margin-right: 1.5rem;
    display: inline-block;
}
#search-input{
    width: 150px;
    border: none;
    -webkit-box-shadow: 0 0 0 1000px #FFF inset;
}
