@charset "UTF-8";
/*
    0. Reset
    ========================================================================
*/
    abbr,address,article,aside,audio,b,blockquote,body,canvas,
    caption,cite,code,dd,del,details,dfn,div,dl,dt,em,fieldset,
    figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,
    html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,
    object,ol,p,pre,q,samp,section,small,span,strong,sub,summary,
    sup,table,tbody,td,tfoot,th,thead,time,tr,ul,var,video{margin:0;padding:0;border:0;font-size:100%;vertical-align:baseline;background-color:transparent;}
    article,aside,canvas,details,figcaption,figure,footer,header,
    hgroup,menu,nav,section,summary,img{display:block;}
    address,cite,q,dfn{font-style:normal;}
    h1,h2,h3,h4,h5,h6{font-weight:normal;}
    a,ins,del{text-decoration:none}
    q,blockquote{quotes:none;}
    q:after,q:before,
    blockquote:after,blockquote:before{content:"";content:none;}
    table{border-collapse:collapse;border-spacing:0;}
    th,td{vertical-align:top;}
    th{text-align:left;}
    button,input,select,textarea{font:inherit;}
    pre,code,var,samp,kbd{font-family:monospace,sans-serif;}
    ul,li,ol{list-style:none;}


/*
    1. Global site settings
    ========================================================================
*/

    body {
        font: normal 16px/23px "Lucida Grande", "Lucida Sans Unicode", Arial;
        background: #241511 url('../img/page-background.jpg') repeat 0 0;
        color: #fff;
        letter-spacing: -1px;
    }
    
    p {
        padding-bottom: 20px;
    }
    
    a {
        padding: 3px 7px;
        color: #009ee0;
    }
    
    a:hover {
        background: #0288c0;
        color: #fff;
    }
    
    acronym {
        border-bottom: 1px dotted #fff;
        cursor: help;
    }
    
/*
    2. Layout
    ========================================================================
*/
 
    header#page-header {
        background: #281913 url('../img/header-gradient.png') repeat-x 0 0;
        border-bottom: 1px solid #341e15;
        padding: 0 0 0 10px;
        height: 105px;
    }
    
    .content {
        background: transparent url('../img/page-background-dark.jpg') repeat 0 0;
    }
    
    .wrapper {
        width: 975px;
        padding-left: 30px;
    }
    
    footer {
        border-top: 1px solid #341e15;
        padding-left: 30px;
        font-size: 11px;
        letter-spacing: 0;
    }

/*
    3. Clearfix
    ========================================================================
*/
    header:after,
    nav:after,
    #projects:after,
    .content:after,
    .wrapper:after {
      clear: both;
      content: "";
      display: block;
      height: 0;
      overflow: hidden;
    }

/*
    4. Header content
    ========================================================================
*/

    header h1 {
        background: transparent url('../img/bitrebel-logo.png') no-repeat 0 0;
        text-indent: -9999px;
        float: left;
        width: 372px;
        height: 82px;
        margin-top: 10px;
    }

    header .wrapper {
        padding-left: 0;
        width: 1000px;
        position: relative;
    }


/*
    5. Content elements
    ========================================================================
*/
    /*
        5.1 Section heading (page heading actually)
        ========================================================================
    */
        section h2 {
            font: normal 45px/80px "Georgia", serif;
            margin-left: -5px;
        }
    
    /*
        5.2 Social icon settings
        ========================================================================
    */
        
        #social-links {
            position: absolute;
            right: 0;
            bottom: 2px;
        }
        
        #social-links li {
            display: inline;
        }
        
        .social,
        .social:hover {
            background-repeat: no-repeat;
            background-position: 5px 50%;
            display: block;
            float: left;
            width: 16px;
            margin-left: 5px;
            padding: 1px 5px;
            text-indent: -9999px;
        }
    
        .social.lastfm {
            background-image: url('../img/social_icons/lastfm.png');
        }
    
        .social.facebook {
            background-image: url('../img/social_icons/facebook.png');
        }
    
        .social.twitter {
            background-image: url('../img/social_icons/twitter.png');
        }
    
        .social.endorse {
            background-image: url('../img/social_icons/icon-endorse.png');
        }
    
    /*
        5.3 Projects
        ========================================================================
    */
    
        #projects {
            padding-bottom: 20px;
        }
    
        .project {
            float: left;
            width: 237px;
            margin: 10px 3px;
        }
        
        .project a {
            background: none;
            display: block;
            position: relative;
            padding: 0;
            color: #fff;
        }
        
        .project a img {
            opacity: 0.7;
        }
        
        .project h3 {
            background: rgba(0, 0, 0, 0.5);
            position: absolute;
            bottom: 0;
            left: 0;
            padding: 0 5px;
            font-size: 16px;
        }
        
        .project a:hover img {
            opacity: 1;
            scale: 1.25;
        }
        
    

    
/*
    6. Footer content
    ========================================================================
*/
    footer {
        clear: both;
        line-height: 50px;
    }
    
    footer a {
        padding: 0;
    }
    
    footer a:hover {
        color: #009ee0;
        background: none;
        text-decoration: underline;
    }