div#top-bar {
    background-color: #444444;
    height: 8px;
}

header {
    height: 82px;
    margin-bottom: 25px;
}
    a#logo {
        background: url('../images/logo_thinkgames_header.png');
        width: 278px;
        height: 34px;
        display: block;
        margin-top: 20px;
    }
    div#header-border {
        background: url('../images/header_border.jpg') repeat-x;
        height: 2px;
        position: absolute;
        top: 82px;
        left: 0px;
    }

#slider {
    margin-bottom: 20px;
}

.horizontal-border {
    background: url('../images/header_border.jpg') repeat-x;
    height: 2px;
    margin: 20px 0px;
}

.blue-container {
    background: #00aeef;
    color: white;
    padding: 20px 20px;
}
    .blue-container .left,
    .blue-container .right {
        width: 450px;
        margin-bottom: 20px;
    }
    .blue-container h1 {
        font-family: "Conv_GardensC_03_1", Arial, sans-serif;
        text-transform: uppercase;
        font-weight: normal;
        color: white;
    }
    .blue-container h2 {
        border-bottom: 1px solid white;
        padding-bottom: 0px;
        font-size: 28px;
        font-family: "Conv_GardensC_03_1", Arial, sans-serif;
        text-transform: uppercase;
        font-weight: normal;
        color: white;
    }
    .blue-container .vertical_border {
        background: url('../images/vertical_border_blue.jpg') repeat-y;
        width: 2px;
        min-height: 215px;
        margin-left: 25px;
        margin-top: 10px;
    }

.grey-container {
    background: #f4f4f4;
    color: #444444;
    padding: 20px;
}
    .grey-container h2 {
        color: #444444;
        border-bottom: 1px solid #444444;
    }

footer {
    background: url('../images/footer_background.jpg') repeat-x;
    width: 100%;
    height: 142px;
}
    footer .logo_thinkgames {
        margin-top: 50px;
    }
    footer .links {
        margin-top: 30px;
    }
    footer .links span {
        font-size: 1.2em;
        margin: 4px 0px;
        display: block;
        color: white;
        text-align: right;
    }
    footer .links a {
        color: white;
        text-decoration: none;
    }
    footer .links a:hover {
        text-decoration: underline;
    }


/*
	Slideshow
*/

#slides {
    z-index:100;
}

/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/

.slides_container {
    width:963px;
    overflow:hidden;
    position:relative;
    display:none;
}

/*
	Each slide
	Important:
	Set the width of your slides
	If height not specified height will be set by the slide content
	Set to display block
*/

.slides_container a {
    width:963px;
    height:470px;
    display:block;
}

.slides_container a img {
    display:block;
}

/*
	Next/prev buttons
*/

#slides .next,#slides .prev {
    position:absolute;
    top:107px;
    left:-39px;
    width:24px;
    height:43px;
    display:block;
    z-index:101;
}

#slides .next {
    left:585px;
}

/*
	Pagination
*/

.pagination {
    margin: -10px auto 0;
    width:120px;
    position: relative;
    z-index: 200;
}

.pagination li {
    float:left;
    margin:0 1px;
    list-style:none;
}

.pagination li a {
    display:block;
    width:12px;
    height:0;
    padding-top:12px;
    background-image:url(../images/pagination.png);
    background-position:0 0;
    float:left;
    overflow:hidden;
}

.pagination li.current a {
    background-position:0 -12px;
}

.resume {
    position: absolute;
    top: -70px;
    right: 100px;
    width: 450px;
    text-align: right;
    font-size: 12px;
}
.upper-strong {
    font-weight: bold;
    text-transform: uppercase;
}
.format_name {
    text-align: left;
    font-size: 18px;
    margin-bottom: 4px;
}
.no-border {
    border: none!important;
}
.no-border td,
no-border tr,
tbody {
    border: none!important;
}

/* Nos sites */

.site {
    width: 225px;
    background: white;
    float: left;
}
    .site:hover .site_name {
        background-color: #00aeef;
    }
    .site .site_name {
        background-color: #656565;
        color: white;
        padding: 10px 6px;
    }
    .site .details {
    }
    .site .logo {
        text-align: center;
        margin: 20px 0px;
    }
    .site .social-info {
        margin: 10px 15px;
    }
    .site .social-info img {
        float: left;
    }
    .site .fans_count {
        background: url('../images/count_fans.jpg') no-repeat;
        color: #00aeef;
        padding-left: 14px;
        padding-top: 4px;
        font-size: 14px;
        width: 96px;
        height: 28px;
        text-decoration: none;
        float: right;
    }
    .site .link {
        background-color: #00aeef;
        color: white;
        margin: 10px 15px;
        padding: 4px 10px;
        text-align: center;
    }
    .site .link a {
        color: white;
        text-decoration: none;
    }
    .site .link a:hover {
        text-decoration: underline;
    }

.subsite {
    width: 240px;
    background: white;
    float: left;
    border-bottom: 1px solid #00aeef;
    border-right: 2px solid #00aeef;
}
    .subsite:hover .site_name {
        background-color: #00aeef;
    }
    .subsite .site_name {
        background-color: #656565;
        color: white;
        padding: 10px 6px;
    }
    .subsite .logo {
        text-align: center;
        margin: 10px 0px;
    }
    .subsite .logo img {
        height: 102px;
    }
    .subsite .link {
        background-color: #00aeef;
        color: white;
        margin: 10px 10px;
        padding: 4px 10px;
        text-align: center;
    }
    .subsite .link a {
        color: white;
        text-decoration: none;
    }
    .subsite .link a:hover {
        text-decoration: underline;
    }
    .first-block {
        background-color: #00aeef;
        color: white;
        padding: 50px 10px;
        height: 266px;
        width: 240px;
        float: left;
        font-size: 30px;
        text-transform: uppercase;
    }
