html, body {
    height: 100%;
    margin: 0;
    font-family: "consola";
    background-color: #f2f2f2;
}
.container {
    max-width: 960px;
    min-width: 760px;
    width: 65%;
    margin: 0 auto;
    padding: 1em;
}
.main_left {
    height: 100%;
    width: 300px;
    background: rgb(173,195,192);
    position: fixed;
    left:0;
    bottom: 0;
}
.main_left h1, .main_left p {
    color: rgb(243,244,246);
    text-align: center;
}
.main_left h1 {
    font-size:30px;
    margin: 1.2em 0;
}
.main_left p {
    font-size:15px;
    line-height: 35px;
}
.main_right {
    left: 350px;
    min-height: 100%;
    width: auto;
    right: 0;
    position: absolute;
}
.catalog {
    margin-top: 30px;
}
.article {
    margin: 0 auto;
    position: relative;
}
.article li {
    list-style-type: none;
    margin: 30px 0;
    margin-left:50px;
}
.article a {
    color: rgb(207,88,117);
    font-size: 17px;
    line-height: 30px;
}

.article font {
    color: rgb(173,195,192);
    float: left;
    font-size: 17px;
    font-weight: 700;
    width: 140px;
    line-height: 30px;
}
.entry {
   margin: 10px 20px;
}
.entry p {
    font-size: 16px;
    line-height: 2;
}
.entry h2 {
    display: inline-block;
    width: calc(100%-80px);
    margin-left: 80px;
    text-align:center;
}
.entry li {
    list-style-type: disc;
    margin: auto;
}
.prettyprint {
    word-wrap: break-word;
    margin: 0 auto;
    overflow: auto;
    /*font-family: consola;*/
}
.pages {
    margin: 15px 15px 15px;
    text-align: center;
    color: rgb(243,244,246);
}
.pages li {
    display: inline;
    margin: 0 4px;
}
.pages li a, .pages li span {
    border: 1px solid #eee;
    border-radius: 4px;
    padding: 3px 10px;
}
.social {
    margin:60px 60px;
}
.social img {
    height:30px;
    width:30px;
    margin-left:20px;
}
.avatar {
    float: left;
    width:60px;
    height:60px;
    margin-top: -20px;
}
.avatarmain {
    width:128px;
    height:128px;
    margin-top:100px;
    margin-left:86px;
}
.selected {
    color: rgb(207,88,117);
}
.article_date p {
    color: rgb(173,195,192);
}
p, h1 {
    font-family: "consola";
}
a {
    text-decoration: none;
}
.title {
    font-size: 20px;
    text-align: center;
    margin-top: 30px;
}
.top {
    height:40px;
    margin: 20px 40px;
}
.line {
    border-top: 2px solid #e0e0e0;
    padding-top: 1em;
    padding-bottom: 1em;
    color: rgb(173,195,192);
}
@font-face {
font-family: "consola";
src: url('consola.ttf');
}
