@charset "utf-8";
@import url("css/fonts.css");

/* CSS Document */

/*=======================================
Main CSS Document

1.Reset
- 1.1. Defaults,  h1, h2, h3, h4, h5, a
2.Page
3.Header
-3.1. Navigation
4.Footer
5.content

=========================================*/



/*==============================
1 Reset
===============================*/
html {
    height: 100%;
    max-height: 100%;
    padding: 0;
    margin: 0;
    border: 0;
}

body {
    height: 100%;
    max-height: 100%;
    padding: 0;
    margin: 0;
    border: 0;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}

body, div, dl, dt, dd, ul, ol, li, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td { font-family: Arial, Helvetica, sans-serif;
    font-size: 12px; }

div, dl, dt, dd, ul, ol, li, legend, input, button, textarea, p, blockquote, th, td { line-height: 17px; }

a, a:link, a:focus, a:hover, a:active { outline: none; }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset, img { border: 0; }

input[type=radio], input[type=checkbox] {
    vertical-align: middle;
    margin: 0;
}

address, caption, cite, code, dfn, em, th, var, optgroup {
    font-style: inherit;
    font-weight: inherit;
}

del, ins { text-decoration: none; }

caption, th { text-align: left; }

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

sup { vertical-align: baseline; }

sub { vertical-align: baseline; }

input, button, textarea, select, optgroup, option {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    padding: 0;
    margin: 0;
}

input:focus, textarea:focus { outline: none }

/* Clearfix */
.clearfix { display: inline-block; }

.clearfix:after {
    clear: both;
    content: ' ';
    display: block;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
    width: 0;
    height: 0
}


.clearfix { display:block; }

a, :focus { outline: none; }

button {
    border: 0px;
    cursor: pointer;
}

/*==============================
1.1. Defaults,  h1, h2, h3, h4, h5, a
===============================*/
h1, h2 {
    font-size: 16px;
    color: #ffffff;
    line-height: 20px;
    text-decoration: none;
    font-family: 'DINBoldRegular', Arial, Helvetica, sans-serif;
}

h3 {
    font-size: 13px;
    color: #ffffff;
    line-height: 20px;
    text-decoration: none;
    font-family: 'DINBoldRegular', Arial, Helvetica, sans-serif;
}

h4, h5, h6 {
    font-size: 11px;
    color: #ffffff;
    line-height: 17px;
    text-decoration: none;
    font-family: 'DINBoldRegular', Arial, Helvetica, sans-serif;
}

a, a:link, a:visited {
    color: #fff;
}

ul, ol {
    padding: 0px 0px 10px 15px;
    margin: 0px;
}

ol {
    padding-left:25px;
}
p{
    padding: 0px 0px 8px 0px;
}

a:hover, a:visited:hover { text-decoration: none; }

.floatLeft { float: left; }

.floatRight { float: right; }

.alignCenter { text-align: center; }

.bg-none {
    background: none !important;
}

/*===========================================================================
2 Page
===========================================================================*/

body {
    background-color: #000;
}

#page {
    min-height: 100%;
    background: url(img/bg/page-bg.png) repeat left top;
    min-width: 955px
}


#container {
    background: url(img/bg/container-bg.jpg) no-repeat center 151px;
    min-width: 955px
}

#header {
    background: url(img/bg/header-bg.png) repeat-x left top;
    position: relative;
    z-index: 100;
    min-width: 955px;
}

.headerContainer {
    background: url(img/bg/header-container.jpg) no-repeat center top;
    height: 160px;
}

#footer {
    overflow: hidden;
    clear: both;
    background: url(img/bg/footer-bg.png) repeat-x left top;
    min-width: 955px
}

.footerConteiner {
    overflow: hidden;
    clear: both;
    min-height: 71px;
    background: url(img/bg/footerContainer-bg.jpg) no-repeat center top;
    min-width: 955px
}

.wrapper {
    margin: 0 auto;
    width: 955px;
}

/*========================================================================================
 3 Header
========================================================================================*/

.headTop {
    overflow: hidden;
    clear: both;
    padding: 0px 0px 0px 0px;
    height: 117px;
}

.logoHolder {
    float: left;
    padding: 25px 0px 0px 0px;
}

.logo {
    width: 275px;
    height: 71px;
    overflow: hidden;
}

.logo a {
    width: 275px;
    height: 0px;
    overflow: hidden;
    display: block;
    padding-top: 71px;
    text-indent: -999999px;
    background: url(img/logo.png) no-repeat left top;
}

.slogan {
    float: right;
    width: 520px;
    text-align: right;
    padding:58px 0px 0px 0px;
}

.slogan, .slogan p, .slogan a, .slogan div {
    font-size: 16px;
    color: #fff;
    line-height: 20px;
    text-decoration: none;
    font-family: 'DINRegular', Arial, sans-serif;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ccc));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.slogan p {
    padding: 0px;
}

.navBox {
    clear: both;
    padding: 0px 0px 0px 0px;
    background: url(img/elem/nav-line.png) no-repeat left top;
    height: 33px;
    margin: 1px 0px 0px 0px;
}

.navigation {
    list-style: none;
    padding: 0px 0px 0px 0px;
    margin: 0px;
}

.navigation li {
    float: left;
    padding: 0px 20px 0px 20px;
    background: url(img/elem/nav-line.png) no-repeat right top;
    height: 33px;
    position: relative;
}

.navigation li, .navigation li a {
    font-size: 16px;
    color: #ffffff;
    line-height: 33px;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'DINRegular', Arial, sans-serif;
    position: relative;
    z-index: 999;
}

.navigation li {
    color: #4e5154;
}

.navigation li a:hover, .navigation li.current a {
    color: #00a2ff;
}

.navShadow {
    width: 138px;
    height: 55px;
    background:url(img/elem/nav-shadow.png) no-repeat left top;
    position: absolute;
    left: 0px;
    top: 7px;
    z-index: 888;
}

/*========================================================================================
 4 Footer
========================================================================================*/

.footerLeft {
    float: left;
    width: 550px;
    padding: 17px 0px 0px 0px;
}

.footerRight {
    float: right;
    width: 360px;
    padding: 28px 0px 0px 0px;
}

.footerLogo {
    float: left;
    width: 122px;
    height: 36px;
    display: block;
    overflow: hidden;
    text-indent: -99999px;
    background: url(img/logo-footer.png) no-repeat left top;
}

.footerNav {
    list-style: none;
    padding: 10px 0px 0px 5px;
    margin: 0px;
    float: left;
}

.footerNav li {
    padding: 0px 10px 0px 10px;
    float: left;
    min-height: 10px;
    background: url(img/elem/footerNav-line.png) no-repeat right center;
}

.footerNav li, .footerNav li a {
    font-size: 11px;
    color: #999999;
    line-height: 20px;
    text-decoration: none;
}

.footerNav li a:hover {
    text-decoration: underline;
}

#footer .illustrated {
    float: right;
    background:url(img/elem/Illustrated.png) no-repeat right top;
    height: 17px;
    padding: 0px 40px 0px 0px;
    font-size: 11px;
    color: #999999;
    line-height: 17px;
    text-decoration: none;
}

/*========================================================================================
 5 Content
========================================================================================*/

#content {
    padding: 3px 0px 20px 0px;
}

.mainContent {
    float: left;
    width: 740px;
}

.rightSide {
    float: right;
    width: 205px;
}

.featuredHolder {
    overflow: hidden;
    clear: both;
    padding: 0 0 10px;
}

.title {
    overflow: hidden;
    clear: both;
    padding: 4px 11px 4px 13px;
    background: #000000;
}

.title h2 {
    float: left;
}

.featuredHolder .title h2 {
    text-transform: uppercase;
}

.featuredHolder .title h2 span,
.featuredHolder .title h2 a {
    color: #999999;
    font-family: 'DINRegular', Arial, sans-serif;
    text-decoration: none;
}

.featuredCont {
    overflow: hidden;
    clear: both;
    margin: 1px 0px 0px 0px;
    background: url(img/bg/featured-bg.png) repeat-y left top;
    position: relative;
}

.featuredImg {
    float: left;
    width: 173px;
}

.featuredImg img {
    display: block;
    width: 173px;
    margin-bottom: 1px;
}

.featuredInfo {
    float: left;
    width: 566px;
    padding: 0px 0px 0px 1px;
}

.featuredTxt {
    overflow: hidden;
    clear: both;
    padding: 12px 10px 12px 18px;
    background: #0f0f0f;
}

.whiteTxt {
    overflow: hidden;
    clear: both;
    padding: 0px 0px 0px 3px;
}

.readMoreRow {
    overflow: hidden;
    padding: 3px 9px 4px 9px;
    border-top: 1px solid #1E1F20;
    background: #000000;
}

.readMore {
    float: right;
    display: block;
    padding: 0px 17px 0px 0px;
    font-size: 13px;
    color: #fff;
    line-height: 16px;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'DINRegular', Arial, sans-serif;
    background: url(img/elem/blue-arrow.png) no-repeat right center;
}

.readMore:hover {
    color: #00a2ff;
}

.feature_text,
#disqus_thread {
    overflow: hidden;
    clear: both;
    margin: 1px 0px 0px 0px;
    background: url(img/bg/feature_bg.png) repeat-y left top;
    position: relative;
    padding: 5px 5px 5px 5px;
}

.feature_text p {
    font-size: 16px;
    color: #CCCCCC;
    line-height: 25px;
    margin-bottom: 26px;
    padding-left: 20px;
    padding-right: 20px;
}

.feature_text a {
    font-size: 16px;
}

.featur_author {
    text-align: right;
}

.gameHolder {
    overflow: hidden;
    clear: both;
    padding: 0px 0px 10px 0px;
}

.genreBox {
    float: right;
}

.genreBox, .genreBox p, .genreBox a {
    font-size: 13px;
    color: #434343;
    line-height: 20px;
    text-decoration: none;
    font-family: 'DINBoldRegular';
}

.genreBox h5 {
    font-size: 13px;
    color: #fff;
    line-height: 20px;
    display: inline;
}

.genreBox p {
    display: inline;
}

.genreInfo {
    overflow: hidden;
    clear: both;
    padding: 0px 0px 0px 0px;
    margin: 1px 0px 0px 0px;
    background: url(img/bg/genre-bg.png) repeat-y left top;
    position: relative;
}

.genreImg {
    float: left;
    width: 445px;
    overflow: hidden;
    min-height: 10px;
}

.genreImg img {
    width: 445px;
    display: block;
}

.genreTxt {
    float: left;
    width: 254px;
    margin: 0 0 0 1px;
    padding: 4px 20px 34px 20px;
}

.genreTxt, .genreTxt p, .genreTxt a, .genreTxt li {
    color: #8a8a8a;
    font-size: 12px;
}

.genreLinks {
    width: 294px;
    height: 23px;
    border-top: 1px solid #1e1f20;
    position: absolute;
    right: 0;
    bottom: 0;
}

.genreLinks a {
    width: 98px;
    height: 23px;
    background: #000000;
    display: block;
    float: left;
    border-right: 1px solid #1e1f20;
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
    line-height: 23px;
    font-family: 'DINRegular', Arial, Helvetica, sans-serif;
    text-align: center;
    text-decoration: none;
}

.genreLinks a:hover {
    background: #00a2ff;
    color: #000;
}

.genreLinks a.buyLink {
    width: 86px;
    padding: 0px 10px 0px 0px;
    border: none;
    background: url(img/elem/blue-arrow.png) no-repeat 81px 6px #000;
}

.genreLinks a.buyLink:hover {
    background: url(img/elem/dark-arrow.png) no-repeat 81px 6px #00a2ff;
}

.likeHolder {
    overflow: hidden;
    clear: both;
    padding: 0px 0px 10px 0px;
}

.likeBox {
    background: #000;
    width: 182px;
    height: 30px;
    overflow: hidden;
    clear: both;
    margin: 0px 0px 1px 0px;
    padding: 0px 18px 0px 5px;
}

.likeIco {
    float: left;
    min-width: 55px;
    min-height: 10px;
    padding: 5px 0px 0px 0px;
}

.likeTxt {
    font-size: 13px;
    color: #fff;
    line-height: 20px;
    text-decoration: none;
    font-family: 'DINBoldRegular', Arial, Helvetica, sans-serif;
    padding: 5px 0px 0px 11px;
    float: left;
}
.likeTxt span {
    color: #999999;
    font-family: 'DINRegular', Arial, Helvetica, sans-serif;
}

.screenshotHolder {
    overflow: hidden;
    clear: both;
    padding: 0px 0px 0px 0px;
}

.screenshotHolder .title h4 {
    text-transform: uppercase;
    font-size: 13px;
    line-height: 20px;
}

.screenshotHolder .title h4 span {
    color: #999999;
    font-family: 'DINRegular', Arial, Helvetica, sans-serif;
}

.screenshotBlk {
    overflow: hidden;
    clear: both;
    padding: 13px 14px 13px 14px;
    margin: 1px 0px 0px 0px;
    background: #0f0f0f;
}

.imgbox {
    overflow: hidden;
    position: relative;
    width: 176px;
    bottom: 2px;
}

.imgbox span {
    position: absolute;
    left: 0;
    top: 0;
    width: 172px;
    border: 2px solid #00a2ff;
    overflow: hidden;
    display: none;
}

.imgbox span a {
    display: block;
    width: 176px;
    height: 272px;
    background: url(img/elem/overlay-2.png) no-repeat left top;
}

.imgbox:hover span {
    display: block;
}

.screenshotBlk img {
    display: block;
    width: 176px;
    margin-bottom: 2px;
}

.sliderHolder {
    overflow: hidden;
    clear: both;
    padding: 0px 0px 0px 0px;
    width: 740px;
    position: relative;
}

#slider {
    width: 740px;
    height: 356px;
    background: #0f0f0f;
    overflow: hidden;
}

#slider ul, #slider li {
    list-style: none outside none;
    margin: 0;
    padding: 0;
    position: relative;
}

#slider li {
    width: 740px;
    height: 356px;
    overflow: hidden;
}

.slideCont {
    width: 740px;
    height: 356px;
    overflow: hidden;
    position: relative;
}

.slideDesk {
    position: absolute;
    left: 0px;
    bottom: 0px;
}

.slideDesk a.bigLink {
    display: block;
    min-height: 57px;
    width: 713px;
    padding: 15px 0px 0px 27px;
    background: url(img/bg/slideDescbg.png) repeat left top;
    position: relative;
}

.slideDesk .slideTitle {
    font-size: 18px;
    color: #ffffff;
    line-height: 20px;
    text-decoration: none;
    font-family: 'DINBoldRegular', Arial, Helvetica, sans-serif;
    display: block;
}

.slideTxt {
    display: block;
}

.slideDesk, .slideDesk p, .slideDesk a {
    font-size: 14px;
    color: #00a9ff;
    line-height: 16px;
    text-decoration: none;
    font-family: 'DINRegular', Arial, Helvetica, sans-serif;
}

.slideArrow {
    display: block;
    width: 15px;
    height: 27px;
    position: absolute;
    right: 20px;
    top: 24px;
    background: url(img/elem/slider-arrows.png) no-repeat right top;
}

.slideDesk a.bigLink:hover .slideArrow {
    background-position: left top;
}

.sliderHolder .nextBtn, .sliderHolder .prevBtn {
    width: 15px;
    height: 27px;
    float: right;
    margin: 0px 0px 0px 10px;
    text-indent: -999999px;
    background: url(img/elem/slider-arrows.png) no-repeat left top;
    display: none;
}

.sliderHolder .nextBtn {
    background-position: right top;
}

#controls {
    overflow: hidden;
    clear: both;
    padding: 7px 0 2px;
    margin: 1px 0 10px;
    background: #000000;
    display: block;
}

.controls {
    display: block;
    list-style: none;
    padding: 0px 0px 0px 0px;
    margin: 0 auto;
}

.controls li {
    float: left;
    padding: 0px 5px 5px 0px;
}

.controls li a {
    display: block;
    overflow: hidden;
    width: 50px;
    height: 6px;
    background: #212223;
    text-indent: -999999px;
    outline: none;
}

.controls li a:hover, .controls li.current a {
    background: #00a2ff;
}

#content-games-loading {
    display: none;
    text-align: center;
}