body {
    background-color: #000000;
}

.wrapper {
    padding: 25px 25px;
}

header nav {
    margin-bottom: 0px;
}   

section.list-view article {
    margin-top: 20px;
} 

.wp-socializer ul li {
    margin: 0 !important;
}

#wp-social-login-connect-with {
    color: #666666;
    font-family: "PT Sans Narrow",sans-serif;
    font-weight: normal !important;
}

#wp-social-login-connect-options {
    padding: 0 5px 10px 0 !important;
}

div#comments h3.comments-list, div#comments h3#reply-title {
    margin-bottom: 0;
}

article {
    -moz-hyphens: none;
    -webkit-hyphens: none;
    word-wrap: none;
}

/* Titles */
.title h1 {
    margin: 0;
}

h2 {
    margin-bottom: 0;
}

div.line.title {
    margin: 0;
}

/* Remote hyphens from tag cloud */
div.widget {
    -moz-hyphens: none;
    margin-top: 20px;
}

/* For Tags Widget - This is also defined in the Theme configuration */
div.widget a[class*=tag-link-] {
    color: #b20607;
    background-image: none;
    background-color: #ffffff;
    line-height: 20px;
    border: none;
    border-radius: 0;
    padding: 0;
    margin: 0;
}

/* Meta data after post title - Main Page */
section.list-view .meta {
    margin: 0 0 25px;
    font-size: 15px;
}

section.list-view .meta span{
    width: auto;
    float: none;
    display: inline;
    color: #666666;
}

section.list-view .meta .author {
    width: auto;
    float: none;
    display: inline;
    color: #666666;
}

section.list-view .meta .author a {
    color: #666666;
    text-decoration: underline;
}

section.list-view .meta .author a:hover {
    color: #000000;
}

section.list-view .meta time {
    width: auto;
    float: none;
    color: #666666;
}

section.list-view .meta .tags a {
    color: #b20607;
}

/* Meta data after post title - Post Page */
section.template .meta {
    font-family: "PT Sans Narrow",sans-serif;
    display: block;
    height: 24px;
    margin: 0 0 25px;
    font-size: 15px;
}

section.template .meta span{
    width: auto;
    float: none;
    display: inline;
    color: #666666;
}

section.template .meta .author {
    width: auto;
    float: none;
    display: inline;
    color: #666666;
}

section.template .meta .author a {
    color: #666666;
    text-decoration: underline;
}

section.template .meta .author a:hover {
    color: #000000;
}

section.template .meta time {
    width: auto;
    float: none;
    color: #666666;
}

section.template .meta .tags a {
    color: #b20607;
}

section.template .meta .comments a {
    color: #888888;
}

.crayon-theme-classic .crayon-pre .crayon-n {
    color: #808000 !important;	
    font-style: normal !important;
}