body {
	background: #acd;
}

.content {
	background: #fff;
    border: 1px solid #ccc;
    margin-bottom: 15px;
}

.navbar-brand {
	background: url(/static/navbar-logo.png);
    background-repeat: no-repeat;
    background-size: auto 100%;
    padding-left: 50px;
    color: #444 !important;
    font-size: 20px;
}


.center {
    text-align: center;
    margin-bottom: 20px;
}

.index-logo {
	float: right;
    padding-top: 10px;
    height: 200px;
}

.octocat {
	float: left;
	height: 100px;
    padding-right: 1em;
}

/* Featured games columns. */

.featured {
	text-align: center;
	padding-top: 20px;
}

.featured figure {
	padding-bottom: 20px;
}

/* Why Page Styling */

.os-icons {
    float: right;
}

.rpy-keyword {
    color: #640;
}

.rpy-string {
    color: #060;
}

aside {
    float: right;
    width: 380px;

    /* Fix overlap issue when floating next to an h(1-6) element */
    background: #FFF;

    margin-left: 30px;
}


aside.small {
    width: 240px;
}

aside figcaption {
    margin: 5px auto 25px;
}

aside.small figcaption {
    margin: 5px auto 15px;
}

section {
	clear: both;
}

dt {
	margin-top: 10px;
}

.fullwidth {
    margin-left: -15px;
    margin-right: -15px;
}

.fullwidth img {
	width: 100%;
	height: auto;
}

.platform-logo {
    height: 50px;
}

.platforms {
	text-align: center;
    font-size: 85%;
}

.platforms IMG {
    max-height: 45px;
}

.banner-sponsors {
	margin-left: -40px;
	max-width: 880px;
}

.banner-sponsors IMG {
	width: 100%;
}

.sponsor-740 {
    float: left;
    margin-left: 40px;
    max-width: 740px;
}

.sponsor-350 {
    float: left;
	max-width: 350px;
	margin-left: 40px;
}

.topad {
    display: block;
    background-color: #fff;
    background-image: url("/static/jam.png");
    background-repeat: no-repeat;
    background-position: left top;
    border: 1px solid #ccc;
    margin-bottom: 15px;
    min-height: 60px;

    padding-left: 100px;
    padding-top: 16px;
}
