﻿.navbar-nav > li {
    font-size: 14px;
}

.navbar-header img {
    margin-top: -14px;
}

a {
    color: #e86c00;
}

    a:hover {
        color: #479230;
    }

@media(min-width:992px) {
    body {
        font-size: 16px;
    }
}

input, textarea, select {
    font-family: 'Roboto',"Trebuchet MS",verdana,arial,Lucida Grande,sans-serif;
}

button.fa {
    background: none;
    border: none;
    cursor: pointer;
}

h1, h2, h3, h4, h5 {
    color: #06c;
    font-family: 'Roboto',"Trebuchet MS",verdana,arial,Lucida Grande;
    font-weight: 400;
}

h1 {
    font-weight: 300;
}

code {
    color: inherit;
    font-family: inherit;
}

pre {
    color: inherit;
    font-family: inherit;
}

cite {
    color: inherit;
    font-family: inherit;
}

th {
    font-weight: 400;
}

::-webkit-input-placeholder {
    font-family: 'Roboto',"Trebuchet MS",verdana,arial,Lucida Grande;
    font-weight: 300;
    color: #ccc;
}

:-moz-placeholder {
    font-family: 'Roboto',"Trebuchet MS",verdana,arial,Lucida Grande;
    font-weight: 300;
    color: #ccc;
}

::-moz-placeholder {
    font-family: 'Roboto',"Trebuchet MS",verdana,arial,Lucida Grande;
    font-weight: 300;
    color: #ccc;
}

:-ms-input-placeholder {
    font-family: 'Roboto',"Trebuchet MS",verdana,arial,Lucida Grande;
    font-weight: 300;
    color: #ccc;
}

#postnavigation {
    display: none;
    height: 20px;
    margin-bottom: 10px;
    text-align: center;
    color: #000;
}

    #postnavigation a {
        color: #444;
    }

        #postnavigation a:hover {
            color: #000;
        }

.searchBar {
    margin-top: 20px;
}

    .searchBar button {
        width: 100%;
    }

    .searchBar input {
        width: 100%;
    }

.topNav {
    margin-top: -3px;
}

    .topNav a {
        text-decoration: none;
        color: #333;
    }

        .topNav a:hover {
            color: #fff;
        }

.links.box-inner {
    background-color: #7f878f;
    background-color: rgba(255,255,255,.5);
    margin-bottom: 2px;
    padding: 5px;
}

.links a {
    margin: 0 10px;
}

    .links a.icon {
        font-size: 1.3em;
        position: relative;
        top: 2px;
        margin-right: 2px;
    }

        .links a.icon span {
            display: none;
        }

        .links a.icon:hover {
            background: none;
        }

.frogLogo {
    position: absolute;
    top: -1px;
    left: 635px;
    background: url(../img/frogLogo.png) no-repeat left top;
    width: 158px;
    height: 158px;
    z-index: 10;
}

.header {
    margin: -10px 0 10px 20px;
}

    .header .title h1 {
        font-size: 3em;
        margin: 0;
        padding: 0;
    }

    .header .title a {
        text-decoration: none;
    }

    .header .subTitle {
        margin-top: -10px;
    }

.follow {
    padding: 0 5px 0 5px;
    top: 3px;
    position: relative;
}

.sidenav h4 {
    padding-top: 6px;
}

.sidenav ul {
    margin: 0;
    padding: 0;
}

.sidenav li {
    border-bottom: 1px dashed #eee;
    list-style: none;
    margin: 0;
}

    .sidenav li a {
        display: block;
        padding: 3px 6px 3px 3px;
        text-decoration: none;
        line-height: 1.2em;
    }

.sidenav .comment-count {
    font-size: .8em;
}

ul.recentPosts li {
    padding-bottom: 10px;
}

    ul.recentPosts li div {
        text-transform: none;
    }

.post, .box-inner, #archive, #contact, #page {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -ms-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
    padding: 10px 18px;
    background-color: #fff;
    margin-bottom: 10px;
}

ul.recentComments li {
    padding-bottom: 10px;
    text-transform: none;
}

#comment-form {
    background-color: #fff;
    background-color: rgba(255,255,255,.8);
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    padding: 5px;
    margin-top: 20px;
}

#relatedPosts {
    background-color: #fff;
    background-color: rgba(255,255,255,.8);
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    padding: 5px;
    margin-top: 20px;
}

.mainContent .postheader {
    text-decoration: none;
    color: #06c;
}

.mainContent li {
    list-style: url(../img/li.gif);
    margin-left: 18px;
}

.mainContent .sharing {
    float: right;
    margin: 0 0 10px 20px;
}

.postcontent {
    padding-bottom: 1.2em;
}

    .postcontent ul, .postcontent ol {
        margin-bottom: 4px;
    }

    .postcontent img {
        max-width: 100%;
    }

.postfooter {
    border: 1px solid #ccc;
    line-height: 20px;
    padding: 10px;
}

    .postfooter img {
        border: none;
    }

.widget {
    -moz-border-radius: 4px;
    -webkit-border-radius: 12px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    padding: 5px 10px;
    margin-bottom: 8px;
    background-color: #fff;
}

    .widget .content {
        line-height: 16px;
        color: #666;
        float: none;
        margin: 0;
    }

    .widget h4 {
        font-size: 1.1em;
        border-bottom: 1px dashed #ddd;
        color: #06c;
        padding-bottom: 5px;
        margin: 0;
        margin-bottom: 5px;
        z-index: 0;
        letter-spacing: 1px;
    }

    .widget .content ul {
        list-style-type: none !important;
        margin: 0 !important;
        padding: 0 !important;
        text-transform: capitalize;
    }

        .widget .content ul li {
            list-style: none !important;
            margin: 0;
            padding: 0;
            margin-bottom: 3px;
        }

#footer {
    margin-top: 30px;
    height: 30px;
}

#archive table {
    width: 100%;
    border-collapse: collapse;
    line-height: 1.8em;
}

    #archive table td.date {
        width: 80px;
    }

    #archive table tr:nth-child(even) {
        background-color: #f3f3f3;
    }

    #archive table td.title {
        width: 450px;
    }

    #archive table td.comments {
        width: 100px;
        text-align: right;
        vertical-align: middle;
    }

        #archive table td.comments a {
            color: #666;
            font-size: smaller;
        }

#archive img {
    border: none;
    padding-right: 5px;
}

#archive h2 a {
    text-decoration: none;
    color: inherit;
}

#archive a {
    text-decoration: none;
}

#archive .fa {
    font-size: .7em;
    color: #e86c00;
}

.tagcloud {
    margin-bottom: 0 !important;
    white-space: normal;
}

    .tagcloud li {
        display: inline-block;
        border-bottom: none;
    }

        .tagcloud li a {
            margin-right: 3px;
            display: inline;
            padding: 3px 1px 3px 1px;
        }

            .tagcloud li a:hover {
                background: none;
            }

    .tagcloud .tag-cloud-5 a {
        font-size: 1.7em;
        color: #e86c00;
        color: rgba(232,108,0,1);
    }

    .tagcloud .tag-cloud-4 a {
        font-size: 1.6em;
        color: #e89300;
        color: rgba(232,108,0,.9);
    }

    .tagcloud .tag-cloud-3 a {
        font-size: 1.5em;
        color: #e89300;
        color: rgba(232,108,0,.85);
    }

    .tagcloud .tag-cloud-2 a {
        font-size: 1.4em;
        color: #e89300;
        color: rgba(232,108,0,.8);
    }

    .tagcloud .tag-cloud-1 a {
        font-size: 1em;
        color: #e89300;
        color: rgba(232,108,0,.5);
    }

div.imported-post {
    border: solid 1px #ffa500;
    background-color: #ffffe0;
    padding: 10px;
}

.pagination {
    text-align: center;
    margin: 10px auto 0 auto;
}

    .pagination a {
        padding: 10px;
        text-decoration: none;
    }

        .pagination a:hover {
            color: #479230;
        }

a.comment-count {
    color: inherit;
}

.fa span {
    display: none;
}

.feedtwitter iframe {
    width: 100% !important;
}

.news .release {
    margin-top: 0;
    margin-bottom: 0;
}

.news h1 {
    margin-bottom: 0;
}

.news a {
    text-decoration: none;
}

.news .alert {
    background-color: inherit;
    border: inherit;
    margin: inherit;
    color: inherit;
    padding: inherit;
    position: relative;
    padding: 0 0 1em 0;
    overflow: hidden;
    border-top: 1px solid #f1f1f1;
}

.feedgithub .alert {
    padding: 0 0 1em 45px;
}

.news .alert .commits {
    padding-left: 40px;
}

.news .alert .css-truncate.css-truncate-target, .news .alert .css-truncate .css-truncate-target {
    max-width: 180px;
}

.news .alert p {
    margin: 0;
}

.news .alert .markdown-body blockquote {
    padding: 0 0 0 40px;
    border: 0 none;
}

.news .alert .mega-octicon {
    position: absolute;
    top: 14px;
    left: 0;
    width: 32px;
    height: 32px;
    padding: 3px;
    color: #bbb;
}

    .news .alert .mega-octicon::before {
        color: inherit;
    }

.news .alert .octicon {
    width: 16px;
    height: 16px;
    color: #bbb;
}

.news .alert .body {
    padding: 1em 0 0;
    overflow: hidden;
    font-size: 14px;
    border-bottom: 0;
}

.news .alert .title {
    padding: 0;
    padding-bottom: 5px;
}

.news .alert .gravatar {
    float: left;
    margin-right: .6em;
    line-height: 0;
    -ms-border-radius: 3px;
    border-radius: 3px;
}

.news .alert .simple > .octicon {
    position: absolute !important;
    left: 11px;
    width: 16px;
    height: 16px;
}

.news .alert .simple .title {
    display: inline-block;
    font-size: 13px;
    font-weight: normal;
}

.news .alert .simple .time {
    display: inline-block;
}

.news .alert .pull-info, .news .alert .branch-link {
    display: inline-block;
    padding: 3px 7px;
    margin-top: 5px;
    font-size: 12px;
    color: #000;
    color: rgba(0,0,0,.5);
    background: #e8f1f6;
    -ms-border-radius: 3px;
    border-radius: 3px;
}

    .news .alert .pull-info em, .news .alert .branch-link em {
        font-style: normal;
        font-weight: bold;
    }

.news .alert .branch-link {
    position: relative;
    top: -2px;
    margin: 0;
    font-family: Consolas,"Liberation Mono",Menlo,Courier,monospace;
}

    .news .alert .branch-link .octicon {
        color: #b0c4ce;
    }

.news .alert:first-child {
    border-top: 0;
}

    .news .alert:first-child .body {
        padding-top: 0;
    }

    .news .alert:first-child .mega-octicon {
        top: 0;
    }

.news .git_hub .done {
    text-decoration: line-through;
}

.news .commits li {
    margin-top: .15em;
    list-style-type: none;
}

    .news .commits li.more {
        padding-top: 2px;
        font-size: 11px;
    }

    .news .commits li .committer {
        display: none;
        padding-left: .5em;
    }

    .news .commits li img {
        margin: 0 1px 0 0;
        vertical-align: middle;
        -ms-border-radius: 2px;
        border-radius: 2px;
    }

        .news .commits li img.emoji {
            padding: 0;
            margin: 0;
            border: 0;
        }

    .news .commits li .message {
        display: inline-block;
        max-width: 390px;
        margin-top: 2px;
        overflow: hidden;
        font-size: 13px;
        line-height: 1.3;
        -moz-text-overflow: ellipsis;
        text-overflow: ellipsis;
        white-space: nowrap;
        vertical-align: top;
    }

.news div.message, .news li blockquote {
    display: inline;
    font-size: 13px;
}

.news div blockquote {
    margin: 0;
}

.news code {
    font-size: 12px;
    font-weight: normal;
    background-color: inherit;
    border: inherit;
    color: inherit;
    padding: inherit;
}

.widget .time, .news .time, .news small {
    font-size: 12px;
    color: #bbb;
    display: block;
    margin: 5px 0;
}

.headline {
    font-size: 2em;
    height: 350px;
    -ms-background-size: 1140px 390px !important;
    background-size: 1140px 390px !important;
    position: relative;
}

    .headline span {
        position: absolute;
        bottom: 0;
        right: 10px;
        font-size: .8em;
        color: #000;
        color: rgba(0,0,0,.5);
    }

    .headline a {
        position: absolute;
        bottom: 10px;
        left: 10px;
        width: 125px;
        height: 50px;
        display: block;
    }

        .headline a span {
            display: none;
        }

@media(max-width:47.99em) {
    .header {
        margin: 0;
        font-size: .9em;
        margin-bottom: 5px;
    }

    .links a {
        margin: 0 3px;
        font-size: .88em;
    }

        .links a.icon {
            font-size: 1.1em;
            position: relative;
            top: 2px;
            margin-right: 2px;
        }
}

@media(min-width:48em) and (max-width:61.99em) {
    .headline {
        font-size: 1.4em;
        height: 250px;
    }

        .headline span {
            font-size: .7em;
        }
}

@media(min-width:62em) and (max-width:74.99em) {
    .headline {
        font-size: 1.6em;
        height: 300px;
    }
}

blockquote {
    font-size: 16px;
}

img {
    max-width: 100%;
    height: auto;
}

footer {
    display: block;
    margin: 10px auto 0 auto;
    padding: 30px 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background: #cfd8dc none repeat scroll 0% 0%;
    vertical-align: baseline;
}

    footer strong {
        margin-left: 30px;
    }

    footer ul {
        margin: 15px auto 0;
        text-align: center;
    }

        footer ul li {
            position: relative;
            display: block;
            text-align: left;
            margin: 0;
            line-height: 1;
        }

    footer li {
        padding: 2px 0 0;
    }

    footer a {
        border-bottom: 1px solid transparent;
        padding-bottom: 3px;
        font-weight: 300;
        position: relative;
        display: inline-block;
    }

.share .btn {
    margin-top: 3px;
}

.share, .minishare {
    margin-bottom: 15px;
}

.faright {
    padding-right: 10px;
}

.btn-twitter {
    color: #fff;
    background-color: #00aced;
    border-color: #008dc3;
}

    .btn-twitter.active, .btn-twitter.focus, .btn-twitter:active, .btn-twitter:focus, .btn-twitter:hover, .open > .dropdown-toggle.btn-twitter {
        color: #fff;
        opacity: .9;
    }

.btn-facebook {
    color: #fff;
    background-color: #3b5998;
    border-color: #314a80;
}

    .btn-facebook.active, .btn-facebook.focus, .btn-facebook:active, .btn-facebook:focus, .btn-facebook:hover, .open > .dropdown-toggle.btn-facebook {
        color: #fff;
        opacity: .9;
    }

.btn-google {
    color: #fff;
    background-color: #c32f10;
    border-color: #9a260e;
}

    .btn-google.active, .btn-google.focus, .btn-google:active, .btn-google:focus, .btn-google:hover, .open > .dropdown-toggle.btn-google {
        color: #fff;
        opacity: .9;
    }

.btn-pocket {
    color: #fff;
    background-color: #ee4257;
    border-color: #ce384a;
}

    .btn-pocket.active, .btn-pocket.focus, .btn-pocket:active, .btn-pocket:focus, .btn-pocket:hover, .open > .dropdown-toggle.btn-pocket {
        color: #fff;
        opacity: .9;
    }

.btn-hatebu {
    color: #fff;
    background-color: #2c6ebd;
    border-color: #255c9d;
}

    .btn-hatebu.active, .btn-hatebu.focus, .btn-hatebu:active, .btn-hatebu:focus, .btn-hatebu:hover, .open > .dropdown-toggle.btn-hatebu {
        color: #fff;
        opacity: .9;
    }

.btn-circle {
    border-radius: 50%;
}

.lowerads {
    margin-top: 20px;
}

.navbar-brand svg {
    margin-top: -6px;
}
