﻿div.categories {
	color: #fafafa;
	display: block;
	margin: 0 auto 30px;
	text-align: center;
	text-transform: uppercase;
}

	div.categories a {
		color: #43f6ff;
        font-size: 15px;
		padding: 0 10px;
		display: inline;
		cursor: pointer;
	}

		div.categories a:hover {
			text-decoration: underline;
		}

section.contentBody {
	display: block;
	margin: auto;
	padding-bottom: 3em;
	text-align: center;
	width: 100%;
}

	section.contentBody > div.leftPanel {
		display: inline-block;
		padding: 0 1em;
		margin: auto;
		position: relative;
		vertical-align: top;
		width: 534px;
	}

	section.contentBody > div.rightPanel {
		display: inline-block;
		margin: auto;
		padding: 0 1em;
		position: relative;
		vertical-align: top;
		width: 534px;
	}

	section.contentBody section {
		display: block;
		margin-bottom: 2em;
		position: relative;
		width: 100%;
	}

	section.contentBody section.video {
		margin-bottom: 4em;
	}

	section.contentBody section > p {
		text-align: center;
	}

	section.contentBody section > div {
        display: -webkit-flex;
		display: flex;
        -webkit-flex-flow: row wrap;
		flex-flow: row wrap;
	}

	section.contentBody section.screenshots > div,
	section.contentBody section.conceptart > div {
		justify-content: space-between;
        -webkit-justify-content: space-between; /* Safari 6.1+ */
	}

	section.contentBody section.screenshots > div > a.centered,
	section.contentBody section.conceptart > div > a.centered {
		margin: auto;
		margin-bottom: 17px;
		text-align: center;
	}

	section.contentBody section h2 {
		margin-bottom: .5em;
		position: relative;
		left: -10px;
		text-align: left;
	}

	section.contentBody section a {
		display: block;
		margin-bottom: 17px;
	}

	section.contentBody section.video figure {
		display: block;
		margin: 0;
        margin-top: 3em;
	}

    section.contentBody section.video figure.first {
		margin-top: 0;
	}

	section.contentBody section.video figure a {
		margin-bottom: 0;
	}

	section.contentBody section.video figure figcaption h3 {
		margin-top: 0.5em;
        text-align: center;
	}

	section.contentBody section figure a img {
			display:inline-block;
		}

		section.contentBody section a img {
			display:inline-block;
		}

section.wallpapers a, section.logo a {
	margin-left: 18px;
}

	section.wallpapers a:first-of-type, section.logo a:first-of-type,
	section.wallpapers a:nth-child(2n+1), section.logo a:nth-child(2n+1) {
		margin-left: 0;
	}


section.contentBody div.infographic {
    display: block;
    margin: 0 auto;
    padding: 2em;
    padding-top: 1em;
	position: relative;
}

section.contentBody div.infographic h1 {
    color: #f1c11c;
	font: normal 3.875em "AgudaStencil2", "Segoe UI", Arial, Tahoma;
	margin: 0 auto;
	text-align: center;
    text-transform: uppercase;
}

section.contentBody div.infographic p {
    color: #FAFAFA;
	font: 1.375em 'Segoe UI', Arial, Tahoma;
	margin: 0.5em auto 2.5em;
    max-width: 615px;
	text-align: center;
}

section.contentBody div.infographic p a {
    color: #FAFAFA;
    text-decoration: underline;
}

section.contentBody div.infographic img {
	display: block;
	margin: 0 auto;
    max-width: 950px;
    width: 100%;
}

.lightspeed-box .lsb-content {
    height: 80%;
}