body {
    font-family: "Helvetica","Arial",sans-serif;
    font-size: 15px;
}

a {
    color: #000099;
    text-decoration: none;
    border-bottom: 1px solid rgba(0,0,153,.5);
}
a:hover, a:visited.visitable:hover {
    color: #ff6600;
    border-bottom: 1px solid rgba(255,102,0,.5);
}

a:visited.visitable {
    color: #660066;
    border-bottom: 1px solid rgba(102,0,102,.5);
}

h1 a {
    text-decoration: none;
    border-bottom: none;
}


p {
    margin: 0 0 0.75em;
    line-height: 1.5em;
}

em {
    font-style: italic;
}

strong {
    font-weight: bold;
}

.content {
    margin: 1em 10% 0;
}

.entry, .link, .blog-index {
    max-width: 720px;
    margin: 0 0 24px;
}

.entry blockquote, .link blockquote {
    font-style: italic;
    margin-left: 1.5em;
}

.blog-index h3.title {
    line-height: 1.25em;
}

.blog-index h3.title.date {
    margin-top: 1em;
}

h1.title {
    font-size: 40px;
    margin: 0 0 0.5em;
}

@media (max-width: 767px) {
    h1.title {
        font-size: 32px;
    }
}

h2.title {
    font-size: 32px;
    margin: 0 0 0.5em;
}

h3.title {
    font-size: 24px;
    margin: 0 0 0.5em;
}

.title .date{
    font-size: 0.5em;
}

p.date {

}

.date {
    color: #AAAAAA;
}
.domain {
    font-size: 0.5em;
    color: #000099;
}

.link .tags {
    margin-top: -0.5em;
    margin-bottom: 1em;
}

.entry .text, .link .text {

}
.entry img, .entry iframe, .link img, .link iframe{
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}
.entry li, .link li {
    line-height: 1.5em;
}
.entry ol, .link ol {
    list-style: decimal inside;
    margin: 0 0 0.75em;
}
.entry ul, .link ul {
    list-style: disc inside;
    margin: 0 0 0.75em;
}
.entry h3, .link h3 {
    font-size: 24px;
    line-height: 1.5em;
    margin: 0.75em 0 0.1em;
}
.entry p img + em, .link p img + em {
    display: block;
    margin-top: 0.25em;
}
.entry p img + br, .link p img + br {
    display: block;
    content: "";
    margin-top: 0.25em;
}
.entry pre, .link pre {
    margin: 0 0 0.75em;
}

.entry .likes, .link .likes {
    margin-top: 2em;
}
.entry .likes p, .link .likes p {
    display: inline-block;
    vertical-align: top;
    padding: 2px 2px 0px 0px;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.comments {
    margin-bottom: 24px;
    max-width: 720px;
}

.comments-comment {
    margin-bottom: 20px;
}

.comments-name {
    display: block;
    margin-bottom: 5px;
}

.comments-link {
    color: black;
}

.comments-text {
    display: block;
    background: #efefef;
    padding: 5px;
    margin-left: -5px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    cursor: pointer;
}

.comments-text p:last-of-type {
    margin: 0;
}


.comments-form {
    margin-bottom: 24px;
    max-width: 720px;
}

.comment_form {
    display: table;
}

input[type="text"], input[type="password"] {
    width: 320px;
}

textarea {
    width: 400px;
}

@media (max-width: 767px) {
    textarea {
        width: 90%;
    }
}

.comment_form-field {
    margin-bottom: 5px;
}

.comment_form label {
    cursor: pointer;
    display: block;
    margin-bottom: 3px;

}
.comment_form input, .comment_form textarea {
    display: block;
    margin-bottom: 10px;
}

.navbar, .mobile-nav {
    background: #2c2c2c;
    overflow: hidden;
}

.navbar a, .mobile-nav a {
    border-bottom: none;
}

.navbar ul, .mobile-nav ul {
    margin-left: 10%;
    margin-right: 10%;
}


.navbar li, .mobile-nav li {
    float: left;
    color: #ffffff;
    font-size: 18px;
    line-height: 22px;
}

.mobile-nav li {
    width: 50%;
}

.navbar li:hover, .mobile-nav li:hover {
    background: #ff6600;

}

.navbar li.navbar-twitter:hover, .mobile-nav li.navbar-twitter:hover {
    background: #1da1f2;
}

.navbar li.navbar-github:hover, .mobile-nav li.navbar-github:hover {
    background: #f5f5f5;
}

.navbar li.navbar-github:hover a, .mobile-nav li.navbar-github:hover a {
    color: #333;
}

.navbar a, .mobile-nav a {
    display: block;
    color: #ffffff;
    text-decoration: none;
    padding: 10px 15px 11px;
}

.navbar .active, .mobile-nav .active {
    background: #660099;
}

.mobile-nav {
    display: none;
}

@media (max-width: 767px) {
    .navbar {
        display: none;
    }

    .mobile-nav {
        display: block;
    }
}

.mobile-title {
    display: none;
    font-size: 20px;
    line-height: 30px;
    margin: 1em 10% 0;
}

.mobile-title h1 {
    display: inline;
}

@media (max-width: 767px) {
    .mobile-title {
        display: block;
    }
}

.paginator {
    margin-bottom: 24px;
    max-width: 720px;
    position: relative;
    font-size: 18px;
    text-align: center;
    height: 1em;
}

.page-later {
    position: absolute;
    right: 0;
    margin-right: -1.3em;
}

.page-earlier {
    position: absolute;
    left: 0;
    margin-left: -1.3em;
}

footer {
    margin: 2em 10% 1em;
    max-width: 720px;
    text-align: right;
}

footer p {
    margin: 0;
}

.btn {
    display: inline-block;
    *display: inline;
    padding: 4px 12px;
    margin-bottom: 0;
    *margin-left: .3em;
    font-size: 14px;
    line-height: 20px;
    color: #333333;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
    cursor: pointer;
    background-color: #f5f5f5;
    *background-color: #e6e6e6;
    background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
    background-repeat: repeat-x;
    border: 1px solid #cccccc;
    *border: 0;
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-bottom-color: #b3b3b3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    *zoom: 1;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
    color: #333333;
    background-color: #e6e6e6;
    *background-color: #d9d9d9;
}

.btn:hover,
.btn:focus {
    color: #333333;
    text-decoration: none;
    background-position: 0 -15px;
    -webkit-transition: background-position 0.1s linear;
    -moz-transition: background-position 0.1s linear;
    -o-transition: background-position 0.1s linear;
    transition: background-position 0.1s linear;
}

.btn.disabled, .btn[disabled] {
    background-image: none;
    box-shadow: none;
    cursor: default;
    opacity: 0.65;
}

.hnews {
    max-width: 720px;
    margin: 0 0 24px;
}

.hnews-items {
    border-spacing: 8px 16px;
    border-collapse: separate;
    margin: -16px -5px;
}

.hnews-points {
    text-align: right;
}

.hnews-link {
    font-size: 18px;
}

.hnews-intro {
    max-width: 720px;
    margin-bottom: 24px;
}

.hnews-intro p {
    margin-bottom: 0;
}

.summarizer {
    max-width: 720px;
    margin: 0 0 24px;
}

pre code {
    font-size: 14px;
    font-family: Consolas,"Liberation Mono",Courier,monospace;
    line-height: 1.3em;
    overflow-x: auto;
}

code{
    font-family: Consolas,"Liberation Mono",Courier,monospace;
    background: #f0f0f0;
    padding: 0 0.5em;
    white-space: pre;
}