﻿
/*      TOP BIG POSTERS     */

#Slides .PosterThumb {
    width: 20%;
    float: left;
}

#Slides {
    height: 400px;
    overflow: hidden;
}

/*      TOP BIG POSTERS     */




.Wrapper .ShowCaseSpace {
    border-radius: 5px;
}

.Wrapper .ShowCaseSpace .DivTitle {
    background-color: #6B104E;
    padding: 15px;
    font-weight: bold;
}

.Wrapper .ShowCaseSpace .Desc {
    background-color: #6B104E;
}

.MainArea {
}

.MainArea .slideshow .TopGameName {
    top: 0px;
}

.MainArea .slideshow .TopGameName a {
    color: white;
}

.SliderHolder {
    margin: auto;
    overflow: hidden;
}

.SliderHolder .Nav {
    margin: 0px;
}

#ArticleList li {
    margin-bottom: 15px;
}

#ArticleList p {
    border-left: 5px solid #0B171D;
    padding-left: 10px;
    margin-top: 5px;
}

/*Metro styled thumbs*/
.HomeShowcase {
}

.HomeShowcase .Content:first-child {
    width: 460px;
    height: 300px;
    margin-top: 30px;
}

.HomeShowcase .Content:last-child {
}

.HomeShowcase .Content {
    float: left;
    width: 230px;
    /* height: 480px; */
    margin-right: 10px;
    margin-bottom: 10px;
}

.HomeShowcase .Content:hover {
    box-shadow: 1px 1px 1px 1px grey;
}

.HomeShowcase .Content .Title {
    height: 55px;
    text-align: center;
    font-size: 17px;
    font-family: Segoe;
}

.HomeShowcase .Content .Title a {
    color: #F0F0F0;
    width: 100%;
    height: 100%;
    display: block;
}

.HomeShowcase .Content .Image {
    text-align: center;
    height: 130px;
    overflow: hidden;
    margin-top: 0px;
}

.HomeShowcase .Content .Image img {
    /*height: 190px;
    width: 150px;*/
    width: 100%;
    height: 100%;
}

.HomeShowcase .Content .Detail {
    background-color: #00aeef;
    color: white;
    padding: 0px;
    /* padding-left: 15px; */
    font-size: 15px;
    overflow: hidden;
    height: 40px;
    color: #363636;
    position: relative;
}

.HomeShowcase .Content .Detail strong:first-child {
    font-size: larger;
    font-weight: bold;
}

.HomeShowcase .Content .Detail a {
    color: inherit;
}

.HomeShowcase .Content   .InfoData {
    font-weight: normal;
    display: block;
    /* margin-left: 40px; */
    text-align: center;
    height: 30px;
    margin-left: 0px;
    border-left: 10px solid brown;
    line-height: 30px;
    padding: 5px;
    text-align: left;
    color: white;
    font-size: 14px;
    text-transform: uppercase;
}

.HomeShowcase .Content .Download {
    display: none;
    text-align: center;
}

.HomeShowcase .Content .Download a:link {
    background: #060A49;
    border: 0px;
    padding: 5px 15px 5px 15px;
    font-family: tahoma;
    color: white;
    font-weight: bolder;
    text-shadow: 1px 1px 1px grey;
    text-align: center;
    cursor: pointer;
    display: block;
    margin-top: 15px;
}

.HomeShowcase .Content .Download a:visited {
    color: white;
}

.HomeShowcase .Content .Download a:hover {
    text-shadow: 0px 0px 0px grey;
}

.HomeShowcase .Error {
    display: block;
    clear: both;
    margin: 15px;
    padding: 15px;
    background-color: #DDD;
}

.HomeShowcase .Detail .InfoData:first-child {
    display: none;
    position: absolute;
    left: 0px;
    width: 40px;
    padding: 5px 5px;
    height: 40px;
    line-height: 100%;
    font-size: 30px;
    background-color: rgb(33, 28, 82);
    margin-top: -5px;
    margin-left: 0px;
    text-align: center;
    color: white;
}

.HomeShowcase .Detail .InfoData:first-child:hover {
    box-shadow: 1px 1px 1px 1px grey;
}

.HomeShowcase .Content:first-child .Image {
    height: 260px;
}
.HomeShowcase .Content .InfoData h4 {
    font-weight: normal;
}

.slideshow .Content h2 {
    display: none;
}
.slideshow .Content .Image  img {
    width: 100%;
    height: 100%;
}
.slideshow .Content .Image   {
    height: 100%;
    position: relative;
}