/*
Developers: Mindaugas Vaiciulis, Tomasz Libich 
Date: August 2011
Website: TheFA.com
Notes: STRUCTURE STYLE SHEET

*/
body{
    background: 
    
        /*url("../../images/layouts/TheFA-150-light.jpg") no-repeat fixed center 0, 
        url("../../images/layouts/bg-noise.png") repeat 0 0; */
}

body.theme-SGP{
     background: 
                    url("../../images/cms/SGP-bg.png") no-repeat scroll center 0,
                    url("../../images/layouts/SGP-bg-pattern.png") repeat scroll center top;
}
body.theme-thefacup{
    background: 
                    
                    url("../../images/layouts/background-TheFACup.png") no-repeat fixed center 0,
                    url("../../images/layouts/bg-noise.png") repeat 0 0; 
                    
} 

/* `Generic structure
----------------------------------------------------------------------------------------------------*/  
#mainContainer{
    background:#fff;
    width:960px;
    margin:0 auto 20px auto;     
	-webkit-box-shadow: 0 0 7px 0 rgba(0,0,0,.2);
	-moz-box-shadow: 0 0 7px 0 rgba(0,0,0,.2);
	box-shadow: 0 0 7px 0 rgba(0,0,0,.2);		
}
#maincontent{
    min-height:600px;
    margin-top: 20px; 
} 

/* HEADER */
.theme-thefa #header{margin-bottom: 14px;}
.org #header{margin-bottom:5px;}
.cpt #header{margin-bottom:5px;height:125px;background:url("../../images/modules/mod-breadcrumb-bg.png") no-repeat scroll center 92px transparent;}
#header{position:relative;z-index:999;margin-top:-7px;margin-bottom: 5px;}
   #header-logo a{
       height:123px;
       position:absolute;
       top:0;
       z-index:20;
       background:transparent url('../../images/thefa-logo-150.png') no-repeat 0 0; /*150 Year - Branding*/ 
       /*background:transparent url('../../images/thefa-logo.png') no-repeat 0 0; */
       display:block;
       margin:0 0 0 8px;
       color:rgb(0,47,93);
       text-decoration:none;
       width: 93px;
       text-indent: -999em;
       }
  .theme-SGP #header-logo a{
      background:transparent url('../../images/SGP-logo.png') no-repeat 0 0; 
      width:200px;
      height:212px;
      margin: 0 0 0 -32px;
      }
  #header-title {
    font-family:'FSJackBold';
    font-size: 5em;
    margin: -13px 0 0 108px;
    position: absolute;
    top: 3px;
    letter-spacing:-2px;
}   
  #header-title a{
    color:#002f5d;
}   



.theme-thefa .priColor,        
.theme-thefa .nav-subNavHeader ul li a:hover,
.theme-thefa .btn,
.theme-thefa .mod-infoBlock h1,
.theme-thefa .nav-dropdown a.nav-dropdown-head span,
.theme-thefa .mod-newsList li a span.mod-newsList-link,
.theme-thefa #twtr-widget-1 .twtr-tweet a,
.theme-thefa .blockInner .mod-highlights a p, 
.theme-thefa .mod-inTheSpotlight a p,
.theme-thefa #header-slogan,
.theme-thefa #header-title a{
    color:#a38f63 !important;
}

   #header-slogan{ width:930px;height:40px;margin:5px 0 7px 0;padding:16px 10px 3px 0;overflow:hidden;clear:both;font-size:1.75em;font-weight:normal;text-align:right;}
.theme-thefa #header-slogan{padding:10px 10px 3px 0;text-transform:uppercase;}
.theme-SGP #header-slogan{font-size:2.5em;color:#b2b8bd;margin:0 0 7px;height:50px;padding:7px 10px 3px 0;}   
.theme-MF #header-title{margin-top:-10px;}   
.theme-wf  #header-slogan{padding:20px 10px 0 0;}
.theme-thefacup #header{margin-bottom:0;}
.theme-thefacup #header-slogan{ width:930px;height:40px;margin:5px 0 0 0;padding:12px 10px 0 0;overflow:hidden;clear:both;font-size:20px;text-transform:lowercase;}  

.theme-teamGB #header-logo a{
    background: url("../../images/TEAM-GB-logo.png") no-repeat scroll 0 0 transparent;
    height: 155px;
    margin: 0 0 0 -4px;
    top: -15px;
    width: 154px;
    }
