/* RESET */
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}del,ins{text-decoration:none;}


/* LAYOUT */

.container {
    max-width: 1280px;
}

.container:after {
    /* clearfix */
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.aside {
    float: left;
    width: 33%;
    margin-right: 100px;
}

.content {
    float: left;
    margin-top: 220px;
    max-width: 50%;
}




/* TYPE */

body {
    font-family: minion-pro, serif;
    color: #333;
    font-size: 18px;
    line-height: 1.75;
    text-rendering: optimizeLegibility;
    margin-bottom: 50px;
}


h1 {
    margin-bottom: 41px;
}

h1 a {
    display: block;
    height: 300px;
    background: #DFDBC7;
    color: white;
    position: relative;
    letter-spacing: 1px;
}

h1, h2, h3 {
    font-family: sax-mono, sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    line-height: 61px;
    font-size: 25px;
}

h1 span {
    position: absolute;
    bottom: 20px;
    right: 50px;
    text-align: right;
}

h2 {
    margin-bottom: 36px
}

h2.title {
    margin-bottom: 5px;
}

h3 {
    margin-bottom: 18px;
}

p {
    margin-bottom: 18px;
}

hr.spacer {
    border: 0;
    margin-bottom: 78px;
}

a {
    color: #9C977E;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

abbr, acronym {
    border-bottom: 1px dotted #000;
    cursor: help;
}

em {
    font-style: italic;
}

strong { 
    font-weight: bold;
}

table {
    margin-bottom: 18px;
}

th, td {
    padding: 0.2em 0.8em 0.2em 0.8em;
}
th {
    border-bottom: 1px solid #333;
}
td, th {
    border-left: 1px solid #333;
}
td:first-child, th:first-child {
    border-left: 0;
}




th {
    font-weight: bold;
    text-align: center;
}



/* COMPONENTS */

.contact {
    margin-right: 50px;
    text-align: right;
}

.nes {
    text-align: center;
}

.nes-screen {
    display: block;
    margin: 0 auto 1em auto;
}

.nes-roms, .nes-controls {
    margin-bottom: 1em;
}

.nes-controls input {
    margin-right: 0.25em;
}

.nes-status {
    color: #AAA;
}

h2 .fb_iframe_widget,
h2 .twitter-share-button {
    float: right !important;
    display: block !important;
    height: 20px;
    position: relative;
    top: -44px;
}

h2 .fb_iframe_widget span {
    position: relative;
    top: -22px;
}



/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 959px) {
    .aside {
    }

    h1, h2 {
        font-size: 25px;
    }
    
}

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
    .aside {
        width: 100%;
    }

    .content {
        max-width: 100%;
        margin: 25px 30px;
    }
    h1 span {
        right: 30px;
    }

    h1 {
        margin-bottom: 40px;
    }

    h2 {
        margin-bottom: 1em;
    }
}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
}




