

/* =General
----------------------------------------------- */

#content {
    max-width:1024px;
    margin:0 auto;
}


#primary article.game-summary {
    width:48%;
    margin-right:2%;
    float:left;
    clear:none;
    border-bottom:none;
}

/* =Header
----------------------------------------------- */

#banner {
    width:25%;
    float:left;
}


/* =Nav
----------------------------------------------- */

#banner nav {
    display:block;
}

#mobile_menu, #menu_btn {
    display:none;
}


/* =Primary
----------------------------------------------- */

#primary {
    width:70%;
    float:left;
    padding-left:5%;
}

#primary article {
    clear:both;
}

article .text {
    width:100%;
}

article .photos {
    width:40%;
    padding-left;
    float:right;
    padding:0 0 2em 4em;
}

.photos .top-photo {
    width:100%;
    height:auto;
}

#photo-About {
    max-width:181px;
}


/* =Sidebar
----------------------------------------------- */
#secondary {
    width:33%;
    float:right;
}

/* =Footer
----------------------------------------------- */

footer {
    clear:both;
}
