﻿/* 

    X Factor Landing Page (JS Disabled) 

    Author:     Daniel Peplow / Amaze
    Modified:   28/07/2010


---------------------------------------------------------------------------------*/

/* Layout
---------------------------------------------------------------------------------*/

body.xfactor 
{
    background-image: url(../stat/bg_body_xfactor.jpg);
    background-repeat: repeat-x;
    background-color: #a31a08; 
}
body.xfactor div#wrap { width: 980px; position: relative; overflow: visible; }

body.xfactor div#flashcontent 
{
    background: url(../stat/xfactor_maincontent_bg.jpg) top center no-repeat;
    width: 100%;
    z-index: 99;
}

body.xfactor div#contentArea { width: 725px !important; }


div.fadeout  
{
    clear: both; 
    display: block;
    z-index: 1; 
    width: 100%;
    height: 300px; 
    margin: -1px 0 0 0; 
    background-color: #a31a08;
}


/* Prizes Spotlights
---------------------------------------------------------------------------------*/

body.xfactor div.win-prizes  
{
    float: right; 
    clear: both;
    width: 285px;
    position: absolute;
    right: -34px;
    top: 50px;
}
body.xfactor div.win-prizes a { display: block; margin: -10px 0 0 0; } 

body.xfactor div.win-saturday  
{
    float: right; 
    clear: both;
    top: 370px;
    right: -38px;
    position: absolute;
}

body.xfactor div.win-saturday a { display: block; } 
body.xfactor div.win-saturday a.facebook { display: block; margin: -25px 0 -24px 0 ; } 


/* X-Factor Navigation
---------------------------------------------------------------------------------*/

/*
body div#navigation ul { width: 180px; }
body div#navigation ul li { width: 180px; }
body div#navigation ul li a  
{
    text-indent: -9999em; 
    background-repeat: no-repeat; 
    background-position: 0 0;
    background-color: transparent;
    display: block;
    width: 180px;
    margin: 0 !important;
}

body div#navigation ul li a:hover { background-position: left bottom !important; }

body div#navigation ul li.manifesto a { height: 59px; background-image: url(../stat/xfactor/nav/manifesto.png); }
body div#navigation ul li.products a { height: 72px; background-image: url(../stat/xfactor/nav/products.png); }
body div#navigation ul li.videos a { height: 62px; background-image: url(../stat/xfactor/nav/videos.png); }
body div#navigation ul li.free-knork a { height: 88px; background-image: url(../stat/xfactor/nav/free_knork.png); }
body div#navigation ul li.footie a { height: 92px; background-image: url(../stat/xfactor/nav/footie.png); }
body div#navigation ul li.your-say a { height: 71px; background-image: url(../stat/xfactor/nav/your_say.png); }
*/

/* X-Factor Footer
---------------------------------------------------------------------------------*/

body.xfactor div#wrap div#footer { margin: 80px 0 0 30px; clear: both; float: left; width: 910px; background: #7F1104; }

