/**
 *
 * Custom.css file helps you override css style elements defined in style.css and the skins too. Very handy for customization without touching the
 * theme code.
 * You may want to backup and retain this file when updating the theme to retain customizations.
 *
 */

p.comments-closed {
    display: none;
    }

/* ---------------------------------------------- Override Syntax Highlighter  ----------------------------------------- */

.syntaxhighlighter.nogutter {
    border: 1px solid #E0E0E0 !important;
    }

#yarpp-related-posts {
    margin-top: 0px;
    }

#title-area {
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center top;
    background-image: url(http://portfoliotheme.org/squash//wp-content/uploads/2013/05/bg-slide1.jpg);
    background-color: transparent;
    background-size: cover;
    border: none;
    box-shadow: none;
    padding: 115px 0;
    }

#title-area h1, #title-area h2 {
    margin-bottom: 20px; color: #E0E3E8; font-size: 48px; line-height: 60px;
    }