.theblog {
    color: red;
}
body {
    background: rgb(105,125,130);
    background: linear-gradient(0deg, rgba(105,125,130,1) 0%, rgba(60,84,89,1) 100%);
}
.main {
    background: rgb(105,125,130);
    background: linear-gradient(0deg, rgba(105,125,130,1) 0%, rgba(60,84,89,1) 100%);
}
.top-navigation, .menu-secondary-items {
    background: rgb(73,105,111);
}
.entry, .comments {
    background: rgb(229, 233, 234);
}
.site-footer a, .site-description, .pagination a:link{
    color: #dcdcdc;
}
div.archive-header, div.archive-header a {
    color: #b3bcbe;
}
.image-caption {
    font-size: 0.7em;
    text-align: center;
    margin-top: 5px;
    margin-bottom: -10px;
    color: #bbbbbb;
}
.image-caption a {
    color: #bbbbbb;
}
.about-image {
    float: left;
    margin-right: 15px;
}
.logo-image {
    height: 20px;
}
input[type="button"] {
    background: #222;
    color: white;
    max-width: 22.2em;
    min-width: 11.1em;
    padding: 0.8em;
    min-height: 45px;
    outline: none;
    border: none;
    font-family: "raleway", sans-serif;
    font-size: 0.813em;
    line-height: 1.85;
    border-radius: 0;
    -webkit-appearance: none;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
input[type="button"]:hover, input[type="button"]:active, input[type="button"]:focus {
    cursor: pointer;
    background: black;
}
fieldset {
    border: none;
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="url"],
textarea {
    outline: 0px;
}
@media all and (min-width: 1400px) {
    #disqus_thread {
        padding: 1.5em 20px 3em;
    }
}
.post article p br {
    line-height: 28px;
}