/* general */
body {
    background-color: #0f1b33;
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
}

body * {
    margin: 0;
    padding: 0;
}

ul {
    list-style: none;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.img {
    border: none;
}

#bg-img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index = 1;
}

#page {
    width: 970px;
    margin: 0 auto;
    z-index: 500;
    position: relative;
}

#content-left {
    width: 670px;
    float: left;
}

#content-right {
    width: 300px;
    float: left;
}

/* header */
#header {
    position: relative;
}

#header #soundplay-logo {
    background: url("../images/soundplay-logo.png") no-repeat 0 0;
    width: 585px;
    height: 114px;
    text-indent: -9999px;
    margin: 0 auto;
    margin-bottom: 60px;
    clear: both;
    display: block;
}

#header #intel-logo {
    background: url("../images/intel-logo.png") no-repeat 0 0;
    width: 177px;
    height: 41px;
    text-indent: -9999px;
    margin: 10px 0 0 0;
    float: right;
}

/* homepage */
#content-left #game-info {
    width: 670px;
    height: 228px;
    background-color: #fede07;
    float: left;
    overflow: hidden;
    color: #007dc5;
}

#content-left #game-info ul {
    width: 15280px;
    height: 228px;
}

#content-left #game-info ul li {
    width: 610px;
    padding: 30px;
    display: block;
    float: left;
}

.article {
    padding: 16px !important;
}

.info-trademark {
    display: block;
    float: left;
    margin-left: -8px;
}

.info-trademark.trademark {
    font-size: 20px;
    line-height: 36px;
    color: #fff;
}

#content-left #article-1 {
    width: 263px;
    height: 184px;
    float: left;
    color: #fff;
    background: url("../images/arrow-white.png") no-repeat 260px 100px #ff5356;
}

#content-left #article-1 h2 {
    font-weight: 300;
    font-size: 38px;
}

#content-left #article-2 {
    width: 343px;
    height: 184px;
    float: left;
    background: url("../images/arrow-gray.png") no-repeat 340px 100px #5fc2a3;
    color: #404041;
}

#content-left #article-2 h2 {
    font-size: 19px;
    font-weight: 300;
    margin-bottom: 14px;
}

#content-left #article-3 {
    width: 350px;
    height: 182px;
    float: left;
    background: url("../images/arrow-white.png") no-repeat 350px 100px #808184;
    color: #fff;
    position: relative;
}

#content-left #article-3 h2 {
    font-size: 32px;
    font-weight: 300;
}

#content-left #article-3 .article-3-line {
    width: 350px;
    height: 1px;
    border-bottom: 2px solid #fff;
    position: absolute;
    bottom: 16px;
}

#content-left #article-4 {
    width: 256px;
    height: 182px;
    float: left;
    background: url("../images/arrow-gray.png") no-repeat 250px 100px #fcb716;
    color: #404041;
}

#content-left #article-4 h2 {
    font-size: 22px;
    font-weight: 300;
}

#content-left #article-4 p {
    font-weight: 300;
    font-size: 16px;
    margin-top: 8px;
}

#content-right .hp-ad {
    width: 300px;
    height: 250px;
    background-color: #c2d8eb;
    float: left;
}

#content-right #spotify {
    width: 300px;
    height: 164px;
    float: left;
    background-color: #2e2e2e;
}

#content-right #article-5 {
    width: 268px;
    height: 212px;
    float: left;
    background: url("../images/arrow-white.png") no-repeat 270px 90px #0e7dc2;
    color: #fff;
    position: relative;
}

#content-right #article-5 h2 {
    font-weight: 300;
    font-size: 22px;
    margin-bottom: 6px;
}

#content-right #article-5 .cutout {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 54px;
    height: 89px;
    background: url("../images/article-5-cutout.png") no-repeat 0 0;
}

/* article page */

#article #intro {
    background-color: #2fe1af;
    padding: 15px 30px;
    float: left;
    width: 910px;
}

#article #intro * {
    color: #fff;
}

#article #intro h1 {
    font-size: 44px;
    color: #fff;
    width: 100%;
    font-family: 'Open Sans';
    font-weight: 300;
}

#article #intro p {
    font-size: 18px;
    font-weight: 300;
}

#article #header-img {
    float: left;
}

#article #content-left {
    background-color: #fff;
}

/* game page */

.about-the-designer {
    width: 610px;;
    font-size: 34px;
    color: #404041;
    background-color: #fff;
    padding: 30px 30px 0 30px;
    text-transform: uppercase;
    font-weight: 300;
}

#game-detail-info {
    width: 910px;
    height: 108px;
    padding: 0 30px;
    position: relative;
    background: url("../images/strip-arrow.png") no-repeat 30px 36px #ff5356;
}

#game-detail-info .right-click {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #fff;
    font-size: 12px;
}

#game-detail-info p {
    margin-left: 100px;
    font-size: 28px;
    color: #fff;
}

#game-detail-info p.designer {
    padding-top: 22px;
}

#game-detail-info p a {
    color: #fff;
    text-decoration: none;
}

#game-detail-info p a:hover {
    text-decoration: underline;
}

#game-detail-tab {
    position: absolute;
    bottom: 0;
    left: 0;
    background: url("../images/white-tab.png") no-repeat 0 0;
    width: 127px;
    height: 27px;
}

#iframe {
    background-color: #fff;
    width: 670px;
    display: block;
    height: 0px;
    overflow: hidden;
}

#iframe div {
    padding: 30px;
}

#iframe textarea.iframe-text {
    width: 600px;
    height: 40px;
    color: #fff;
    background-color: #ff5356;
    text-align: left;
    -webkit-appearance: textarea;
    -webkig-rtl-orderign: logical;
    -webkit-box-orient: vertical;
    padding: 2px;
    white-space: pre-wrap;
    word-wrap: break-word;
}

.iframe {
    display: block;
    margin-top: 6px;
}

.close {
    color: #ff5356;
}

/* carousel */
#game-carousel {
    width: 970px;
}

#game {
    width: 970px;
    height: 546px;
    background-color: green;
}

#carousel {
    width: 970px;
    height: 653px;
    overflow: hidden;
    position: relative;
}

#carousel .carousel-container {
    width: 970px;
    height: 546px;
    overflow: hidden;
}

#carousel .carousel-container ul.carousel {
    position: relative;
    overflow: hidden;
    height: 546px;
    width: 15280px;
}

#carousel .carousel-container ul.carousel li {
    z-index: 0;
    width: 970px;
    float: left;
    display: block;
}

#carousel .carousel-container ul.carousel li a img {
    border: none;
}

#carousel #controls {
    position: relative;
    width: 970px;
    height: 108px;
    float: left;
    background-color: #5fc2a3;
    overflow: hidden;
}

#carousel #controls .yellow-tab {
    background: url("../images/yellow-tab.png") no-repeat 0 0;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 200;
    width: 191px;
    height: 27px;
}

#carousel #controls #game-nav {
    width: 200px;
    height: 40px;
    position: absolute;
    top: 18px;
    left: 5px;
    z-index: 1000;
}

#carousel #game-nav span {
    font-size: 100px;
    color: #fff;
    cursor: pointer;
    line-height: 1px;
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    font-family: Sans;
    display: block;
    float: left;
    width: 22px;
}

#carousel #game-nav span.current {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
    filter: alpha(opacity=100);
}

#carousel #game-nav span.current:hover {
    color: #fff;
}

#carousel #controls .controls-container {
    width: 970px;
    height: 108px;
    overflow: hidden;
}

#carousel #controls .controls-container ul {
    width: 15280px;
    height: 108px;
}

#carousel #controls .controls-container ul li {
    width: 970px;
    height: 108px;
    display: block;
    float: left;
    background-color: #007dc5;
}

#carousel #controls .controls-container ul li p {
    margin-left: 200px;
    color: #fff;
    font-weight: 300;
    float: left;
}

#carousel #controls .controls-container ul li p.title {
    margin-top: 20px;
    font-size: 36px;
}

#carousel #controls .controls-container ul li p.title.gamejam {
    font-size: 32px;
}

#carousel #controls .controls-container ul li p.artist {
    font-size: 22px;
    clear: both;
}

#carousel #controls .controls-container ul li.we-were-you {
    background-color: #ff5356;
}

#carousel #controls .controls-container ul li.game-1 {
    background-color: green;
}

#carousel #controls .controls-container ul li.game-2 {
    background-color: blue;
}

#carousel #controls #controls-line {
    width: 940px;
    height: 1px;
    border-bottom: 1px solid #fff;
    position: absolute;
    left: 15px;
    top: 10px;
}

#carousel .rollover-nav {
    position: absolute;
    top: 0;
    width: 200px;
    min-height: 548px;
    z-index: 100;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    cursor: pointer;
    overflow: visible;
    border: none;
}

#carousel .rollover-nav:hover {
    opacity: .50;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
}

#carousel #next {
    right: 0;
    background: url("../images/arrow-white-next.png") no-repeat 68px 220px #c4c4c4;
}

#carousel #previous {
    left: 0;
    background: url("../images/arrow-white-previous.png") no-repeat 64px 220px #c4c4c4;
}

#carousel #gamejam-slide .gamejam-game {
    width: 485px;
    height: 274px;
    float: left;
    position: relative;
    display: block;
}

#carousel #gamejam-slide .gamejam-game img {
    width: 485px;
    height: 274px;
}

#carousel #gamejam-slide .gamejam-game .play-button {
    display: none;
    position: absolute;
    top: 24px;
    left: 128px;
    background: url("../images/gamejam/play-button.png") no-repeat 0 0;
    width: 226px;
    height: 225px;
}

#carousel #gamejam-slide .gamejam-game:hover .play-button {
    display: block;
}

/* tail pages */

#content-left .soundplay-text {
    background-color: #fff;
    padding: 24px;
    min-height: 552px;
}

#content-left .soundplay-text p a {
    color: #FF5356;
    text-decoration: none;
}

#content-left .soundplay-text p a:hover {
    text-decoration: underline;
}

#content-left .soundplay-text .social {
    float: right;
    border-left: 2px solid #2fe1af;
    width: 70px;
    padding: 8px 0 8px 16px;
    margin-left: 48px;
}

#content-left .soundplay-text .social .fb-like {
    margin-bottom: 12px;
}

/* game detail */
#unityPlayer {
    background-color: #fff;
}

#flash-container {
    width: 970px;
    height: 640px;
    background-color: #0f1b33;
}

#flash-container #flashContent {
    width: 960px;
    height: 640px;
    margin: 0 auto;
}

/* footer */
#footer {
    clear: both;
    background-color: #0f1b33;
}

#footer #killscreen-logo {
    background: url("../images/ks-logo.png") no-repeat 0 0;
    width: 193px;
    height: 16px;
    float: right;
    text-indent: -9999px;
    margin-top: 100px;
}

/* editor styles */

.pullquote {
    color: #007dc5;
    font-weight: 300;
}

.open-sans-normal {
    font-weight: 400;
}

.open-sans-bold {
    font-weight: 600;
}

.open-sans-book {
    font-weight: 300;
}