/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 10pt;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ===== Initializr Styles ==================================================
   Author: Jonathan Verrecchia - verekia.com/initializr/responsive-template
   ========================================================================== */

body {
    font: Helvetica, Helvetica Neue, Arial;
}

.wrapper {
    width: 90%;
    margin: 0 5%;
}

/* ===================
    ALL: Color Theme
   =================== */

.header-container {
    border-bottom: 20px solid transparent;
}

.footer-container,
.main .aside {
    border-top: 20px solid transparent;
}

.header-container,
.footer-container,
.main .aside {
    background: transparent;
}

.title {
    color: #440000;
}

/* ==============
    MOBILE: Menu
   ============== */

.nav ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.nav a {
    display: block;
    margin-bottom: 10px;
    padding: 15px 0;

    text-align: center;
    text-decoration: none;
    font-weight: bold;

    color: white;
    background: transparent;
}

.nav a:hover,
.nav a:visited {
    color: white;
}

.nav a:hover {
    text-decoration: underline;
}

/* ==============
    MOBILE: Main
   ============== */

.main {
    padding: 30px 0;
}

.main .article .section {
    padding: 10px;
}

.main .article h1 {
    font-size: 12pt;
}

.main .aside {
    color: white;
    padding: 0px 5% 10px;
}

.footer-container .footer {
    color: #AAAAAA;
    padding: 20px 0;
}

/* ===============
    ALL: IE Fixes
   =============== */

.ie7 .title {
    padding-top: 20px;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */


/*
Made in Cyanide Studio, 2013
www.cyanide-studio.com
*/

body
{    
    background-color:   black;    
    text-align:         center;
    font-size:          9pt;
    width:              100%;
    
}

h1
{
    font-size: 12pt;
}

#layout
{
    position:       inherit;
    text-align:     left;
    width:          850px;
    height:         1343px;
    margin-left:    auto;
    margin-right:   auto;
}

#layout_header
{
    width:      850px;
    height:     200px;
}

#beta{
position: relative;
top: 47px;
width: 130px;
float: right;
margin-right: 89px;
-webkit-transform: rotate(-10deg);
-o-transform: rotate(-10deg);
-moz-transform: rotate(-10deg);

}


#layout_nav
{
    margin-top: 10px;
    border:     solid 1px transparent;
    height:     90px;
}

#layout_nav #steam
{
    margin:     0px;
    padding:    0px;
    width:      100%;
    height:     90px;
}

#layout_nav #bout1 { overflow: visible; width: 200px; margin-left:    9px; margin-top: 130px; }
#layout_nav #bout2 { overflow: visible; width: 200px; margin-left:    7px; margin-top: -10px; }
#layout_nav #bout3 { overflow: visible; width: 200px; margin-left:  -10px; margin-top: -10px; }
#layout_nav #bout4 { overflow: visible; width: 200px; margin-left:  -10px; margin-top:   0px; }
#layout_nav #bout5 { overflow: visible; width: 170px; margin-left: -100px; margin-top: 130px; float: right; }

#layout_content
{
    margin-top:     150px;
    margin-left:    230px;
    width:          450px;
    height:         670px;
    overflow:       hidden;
    padding:        5px;
}

#layout_footer
{
    margin-top: 40px;
    width:      850px;
    height:     170px;
}

#layout_footer #cyanide
{
    float: left;
}

#layout_footer #workshop
{
    float: right;
}

#layout_footer #mention
{
    clear: both;
}

#mention{
height:85px;}


.background
{
    background-image:       url('../img/mini-site.jpg');
    position:               absolute;
    background-position:    center top;
    background-repeat:      no-repeat;
    width:                  100%;
    height:                 1343px;
    z-index:                -1;
}

.background_ranking         { background-image: url('../img/ranking.jpg'); }
.background_guide           { background-image: url('../img/guide.jpg');   }

a                           { color: #AA0000; }

a                           { -webkit-transition: .5s ease; -moz-transition: .5s ease; -o-transition: .5s ease; transition: .5s ease; }
a:hover 			        { -webkit-transition: .5s ease; -moz-transition: .5s ease; -o-transition: .5s ease; transition: .5s ease; }

a,	
a:link,	
a:visited,	
a:active                    { text-decoration: none }
	
a:hover                     { text-decoration: underline; }
a[target=_blank]            { text-decoration: underline; }
	
a:link,	
a:visited,	
a:active                    { color: #AA0000;     }
a:hover                     { color: red; }
	
a img
{
    opacity:            0.8;
    -webkit-transition: .5s ease;
    -moz-transition:    .5s ease;
    -o-transition:      .5s ease;
    transition:         .5s ease;
}

a img:hover 
{
	opacity:            1.0;
	-webkit-transition: .5s ease;
	-moz-transition:    .5s ease;
	-o-transition:      .5s ease;
	transition:         .5s ease;
}
 
#guide
{
    padding:            10px;
}

#guide_ariane
{
    padding:            10px;
    float:              left;
}

#guide_content, #mention_content
{
    border-top:         solid 1px #BB8800;
    text-align:         justify;
    float:              left;
    width:              100%;
}

#guide img
{
    width:              430px;
    padding:            10px;
}

#guide_nav, #mention_nav
{
    text-align:         right;
    padding:            10px;
    float:              right;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 480px) {

/* ====================
    INTERMEDIATE: Menu
   ==================== */

    .nav a {
        float: left;
        /*width: 27%;*/
        /*margin: 0 1.7%;*/
        /*padding: 25px 2%;*/
        margin-bottom: 0;
    }

    .nav li:first-child a {
        margin-left: 0;
    }

    .nav li:last-child a {
        margin-right: 0;
    }

/* ========================
    INTERMEDIATE: IE Fixes
   ======================== */

    .nav ul li {
        display: inline;
    }

    .oldie .nav a {
        /*margin: 0 0.7%;*/
    }
}

@media only screen and (min-width: 768px) {

/* ====================
    WIDE: CSS3 Effects
   ==================== */

    .header-container,
    .main .aside {/*
        -webkit-box-shadow: 0 5px 10px #aaa;
           -moz-box-shadow: 0 5px 10px #aaa;
                box-shadow: 0 5px 10px #aaa;*/
    }

/* ============
    WIDE: Menu
   ============ */

    .title {
        float: left;
    }

    .nav {
        float: right;
        /*width: 38%;*/
    }

/* ============
    WIDE: Main
   ============ */

    .main .article {
        float: left;
        width: 57%;
    }

    .main .aside {
        float: right;
        width: 28%;
    }
}

@media only screen and (min-width: 1140px) {

/* ===============
    Maximal Width
   =============== */

    .wrapper {
        width: 1026px; /* 1140px - 10% for margins */
        margin: 0 auto;
    }
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}