/******* Do not edit this file *******/
/*
My Custom CSS - by Salvatore Noschese
aka L'AltroWeb - https://laltroweb.it/
/*
Saved: Feb 28 2017 | 02:38:46 (pm)
/*
/******* Do not edit this file *******/

body {
    background: url(http://www.backalleycoder.com/wp-content/uploads/2015/10/debut_dark.png);
}

.post-content code {
    padding: 0.2em 0.4em;
    font-size: 0.8em;
    vertical-align: middle;
}

.blog-header, .blog-menu, .sidebar .widgets {
    padding: 1.75em 2em;
}

.blog-menu {
    margin: 0;
    background: #1B2027;
}

.blog-header {
    padding: 0 !important;
}

.blog-logo {
    vertical-align: bottom;
}

.blog-logo img {
    max-width: 90%;
}

.sidebar {
    width: 27%;
    margin: 0 !important;
    background: none !important;
}

.content {
    width: 73%;
}

#livefyre-comments {
    margin: 2em;
}

.fyre-editor {
    min-width: 0;
}

.fyre-share-button {
    float: left !important;
    border-left: none !important;
    border-right: 1px solid #a1a1a1 !important;
}

img.alignnone, img.alignleft, img.alignright, img.aligncenter {
    margin-bottom: 1.5em;
    border: none;
    box-shadow: 0px 1px 4px 0px #777;
}

.post-content table { margin-bottom: 1em; }
.post-content table td:not(:first-child),
.post-content table th:not(:first-child) {
  text-align: center !important;
  white-space: normal !important;
}

pre.prettyprint {
    font-size: 0.75em;
}

pre.prettyprint ol li {
    margin-bottom: 0;
}

@media (max-width: 788px) {
    .sidebar, .content {
        width: 100% !important;
    }
    
    .fyre-follow-button {
        display: none !important;
    }
    
    .fyre-post-button-new .fyre-button-right-inner-box {
        display: none;
    }
    
    .fyre-post-button-new .fyre-button-right-outer-box {
        padding: 0 10px !important;
    }
    
    .fyre-post-button-new .fyre-button-right-outer-box:before {
        content: "Add Comment";
        line-height: 30px;
    }
}