/*************************************************


    xSSC
    October 2010
    by 76design


***************************************************
    FONTS
    */
    
@font-face {
    font-family: 'ProximaNova';
    src: url('fonts/Proxima_Nova_Bold-webfont.eot');
    src: local('☺'), url('fonts/Proxima_Nova_Bold-webfont.woff') format('woff'), url('fonts/Proxima_Nova_Bold-webfont.ttf') format('truetype'), url('fonts/Proxima_Nova_Bold-webfont.svg#webfontLDZRREOF') format('svg');
    font-weight: bold;
    font-style: normal;
}



/***************************************************
    GENERIC
    */
    
    
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, 
code,del, dfn, font, img, ins, kbd, q, s, samp,small, strike, sub, sup, tt, var,dl, dt, dd, ol, ul, li,fieldset, form, 
label, legend,table, caption, tbody, tfoot, thead, tr, th, td {margin: 0;padding: 0;border: 0;font-weight: inherit;font-style: inherit;	font-size: 100%;font-family: inherit; vertical-align: baseline;}
table {border-collapse: separate;border-spacing: 0;}
caption, th, td {text-align: left;font-weight: normal;vertical-align:top;}
blockquote:before, blockquote:after,q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}

nav, header, footer, section, meter, time{ display: block; }

    
    
/***************************************************
    GENERIC
    */
     
html{
    font: 62.5%/160% Helvetica, Arial, sans-serif;   
    background:#33565C;
    color: #333;
    }

body{
    margin: 0px;
    padding: 0px;
    text-align: center;
    font-size: 120%;
    }
    
a {
    color: #32565c;
    text-decoration: underline;
    }
a:hover{
    color: #F86E21;
    }
a img {
    border:0;
    }    
    
h1, h2, h3, h4, h5, h6 {
    font-family: ProximaNova, helvetica, arial, sans-serif;
    font-weight:normal;
    line-height:1.25em
    }
h1 {
    color: #60aae1;
    font-size:2.6em;
    margin-bottom:0.5em;
    }
h2 {
    color: #32565C;
    font:1.75em ProximaNova, helvetica, arial, sans-serif; 
    margin-bottom:0.5em;
    }
h3 {
    color: #568188;
    font: bold 1.5em ProximaNova, helvetica, arial, sans-serif;     
    margin-bottom:.5em;
    }
h4 {
    font-size:1.2em;
    margin-bottom:1.25em;
    }
h5 {
    font-size:1em;
    font-weight:bold;
    margin-bottom:1.5em;
    }
h6 {
    font-size:1em;
    font-weight:bold;
    }

p{ margin:0 0 1.25em; } 

blockquote{
    margin:1.5em;
    color:#666;
    font-style:italic;
    }
sup, sub {
    line-height:0;
    }
abbr, acronym {
    border-bottom:1px dotted #666;
    }
del{
    color:#666;
    }
pre, code {
    margin:1.5em 0; 
    white-space:pre;
    line-height:1.5;
    }
ul,ol {
    margin:0 1.5em 1.5em 1.5em;
    }
ul {
    list-style-type:disc; }
ol {
    margin-left: 2em;
    list-style-type:decimal; 
    }
dl {
    margin:0 0 1.5em 0;
    }
dl dt {
    font-weight:bold;
    }
dd {
    margin-left:1.5em;
    }
    
table{
    width: 100%;
    margin: 0 0 1.5em 0;
    color: #666;
    border: solid 1px #e0e0e0;    
    border-collapse: collapse;
    }
table thead th{
    background: #6E97B0;
    color: #32565C;
    padding: 4px 6px;
    }
table th{
    padding: 4px;
    border-right: solid 1px #e0e0e0;
    border-bottom: solid 1px #e0e0e0;
    }
table tr td{
    border-right: solid 1px #e0e0e0;
    border-bottom: solid 1px #e0e0e0;
    padding: 5px;
    }
    
table p{
    margin: .25em 0;
    }    
    
tfoot{
    font-size: .8em;
    background: #EDF8FF;
    }
table tfoot td{
    padding: 2px 5px;
    }
    
    
.btn, .submit, .confirm{
    cursor: pointer;
    display: block;
    background: url(../images/btn-small.png) 0 0 repeat-x;
    text-align: center;
    font-weight: bold;
    padding: 3px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border: solid 1px #be4b0a;
    font: bold 90% helvetica, arial, sans-serif;
    text-decoration: none;
    color: #fff;
    }
.btn:hover, .submit:hover, .confirm:hover{
    background-position: 0 -42px;
    border: solid 1px #eec56a;    
    color: #666;
    }
    
.submit.disabled,
.btn.disabled,
.confirm.disabled,
.confirm.disabled:hover{
    cursor: default;
    color: #666;
    background-position: 0 -168px;
    border: solid 1px #b2b2b2;
    }
    
.confirm{
    background-position: 0 -84px;
    border: solid 1px #3283c0;
    }
    

img.checkout-processing {
   padding: 5px;
   float:right;
}
    
    
/***************************************************
    FLASH MESSAGES
    */
.flash-msg{
    
    }
.error{
    color: #b02828;
    font-weight: bold;
    border-bottom: solid 1px #ccc;
    padding-bottom: 6px;
    margin-bottom: 15px;
    }
.success{
    color: #8fbc2d;
    font-weight: bold;
    border-bottom: solid 1px #d5f199;
    padding-bottom: 6px;
    margin-bottom: 15px;
    }
    
    
.notice{
    color: #3a3a3a;
    font: 130% ProximaNova, helvetica, arial, sans-serif;
    background: #FFE7B3 url(../images/notice-bg.png) repeat-x 0 0;
    padding: 10px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;    
    margin: 0 0 15px 0;
    }
    
    /*
.notice strong,
.notice p{
    padding: 3px;
    background: rgba(255,255,255,0.8);
    }
    */
    
.notice h2,
.notice h3{
    font-size: 100%;
    text-shadow: 0 1px 1px #fff;     
    color: #6b675d;
    /*background: rgba(255,255,255,0.8); */
    margin: 0 0 0.25em 0;    
    }
.notice p{
    margin: 0 0 .5em;
    }

    
    
/***************************************************
    Breadcrumb
    */
#breadcrumb{
    font-size: 90%;
    border-bottom: solid 1px #B0DEE3;
    padding: 0 0 5px 0;
    margin: 0 0 15px 0;
    }
    
    
    
    
/***************************************************
    STRUCTURE
    Note: the z-index on the following things is for ie (member login expandable button + cycling logos)
    */
    
#wrapper,
#header-wrapper header,
#footer-wrapper footer {
    width:960px;
    margin: 0px auto;
    text-align:left;
    position: relative;
    z-index: 5; 
    }

#content-wrapper{ 
    position: relative;
    z-index: 1;
    background: #fff;
    padding: 0 0 20px 0
    }
#wrapper{
    overflow: hidden;
    }
.ie6 #wrapper{
    height: 1%;
    }
            


    
#right-column {
    float:left;
    width:215px;
    padding: 20px 0 0 0;
    }
    
#left-column {
    float:left;
    width:200px;
    margin: 0 22px 0 0;  
    }
        
#centre-column{
    width: 650px;
    float:left;
    margin:0 23px 0 0;
    padding: 20px 0 0 0;    
    }
.home #centre-column {
    width:500px;
    }
    
    
.default-nosidebar #centre-column {
    width:700px;
    }
    
    
/***************************************************
    HEADER
    */
    
#header-wrapper {
    border-top: solid 3px #b0dee3;
    height:127px;
    background: #305258 url(../images/banner.jpg) 50% 0 no-repeat;
    }
#header-wrapper header{
    position: relative;
    }
#main-logo{
    position: absolute;
    top: 15px;
    left: 0;
    }

#umbrella {
    position: absolute;
    top: 0;
    right: 0;
    font-weight: bold;
    color: #fff;
    }
#umbrella ul{
    margin: 0;
    }
#umbrella li{
    float: left;
    list-style: none;
    padding: 10px 10px;
    border-right: solid 1px #609098;
    }
#umbrella a{
    color: #fff;
    text-decoration: none;
    }
#umbrella a:hover{
    text-decoration: underline;
    }
#umbrella #cart-btn{
    border-bottom: solid 1px #609098;
    background: url(../images/umbrella-cart-btn.png) 0 0 repeat-x;
    }
#umbrella #cart-btn a{
    color: #ffe7b3;
    background: url(../images/cart-icon.png) 0 2px no-repeat;
    display: block;
    padding-left: 26px;
    }

    
/***************************************************
    TOP NAV
    */
    
#top-nav-wrapper{
    position: absolute;
    top: 60px; right: 0;
    width: 725px;
    color: #fff;    
    }
        
#player-login{
    float: right;
    width: 390px;
    }
    
#player-login-btn-wrapper{
    position: relative;        
    float: right;
    z-index: 100;
    }
    
    
/***************************************************
    TOP NAV > User is NOT logged in
    */
    
.msg-not-logged-in{
    display: inline-block;
    padding: 2px 0 0 0;
    display: block;
    width: 530px;
    float: left;
    text-align: right;
    }
.msg-not-logged-in a {
    color: #fff;
    }
    
/* >> login btn: */    
#player-login-btn{
    float: right;
    background: #f87124 url(../images/btn-lrg.png) 0 0 repeat-x;
    font: bold 1.5em ProximaNova, helvetica, arial, sans-serif;  
    color: #fff;    
    display: block;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    text-decoration: none;
    text-transform: uppercase;
    text-shadow: 0 -1px 1px #f30b00;     
    height: 40px;
    line-height: 40px;
    padding: 4px 12px;
    margin: 0 0 0 15px;
    }
    
.ie6 #player-login-btn{
    width: 140px;
    }
    
.active #player-login-btn,
#player-login-btn:hover{
    background: #60aae1 url(../images/btn-lrg.png) 0 -108px repeat-x;
    text-shadow: 0 -1px 1px #1187d7;     
    }
.active #player-login-btn{
    border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    }   
    
/* >> login form: */        
#player-login-form{
    display: none;
    }
.active #player-login-form{
    display: block;
    background: #60aae1;
    padding: 10px;
    position: absolute;
    top: 46px;
    right: 0;
    width: 220px;    
    border-radius: 4px 0 4px 4px;
    -webkit-border-radius: 4px 0 4px 4px;
    -moz-border-radius: 4px 0 4px 4px; 
    z-index: 100;
    }

    
#player-login-form{
    list-style: none;
    margin: 0;
    font-size: 90%;
    color: #fff;
    }
#player-login-form li{
    margin: 5px 0;
    }
#player-login-form input{
    display: block;
    }
#player-login-form input.text{
    display: block;
    border: solid 1px #32565c;
    font-family: helvetica, arial, sans-serif;
    padding: 4px 6px;
    width: 90%;
    }
#player-login-form a{
    color: #ffe7b3;
    }
#player-login-form #loginform_label_submit{
    margin-top: 10px;
    text-transform: uppercase;
    font: bold 13px ProximaNova, helvetica, arial, sans-serif;  
    }
    
#player-login-form input.checkbox{
    display: inline;
    }
    
    
/* >> register now btn */
#register-now-btn{
    float: left;
    background: #b3dfe4 url(../images/btn-lrg.png) 0 -163px repeat-x;
    font: bold 1.5em ProximaNova, helvetica, arial, sans-serif;  
    color: #4e777e;    
    display: block;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    text-decoration: none;
    text-transform: uppercase;
    text-shadow: 0 1px 1px #ffffff;     
    line-height: 1em;
    padding: 6px 12px 2px 12px;
    height: 40px;    
    width: 185px;
    text-align: center;
    }
#register-now-btn:hover{
    background-position: 0 -108px;
    color: #fff;
    text-shadow: 0 -1px 1px #1187d7;     
    }
#register-now-btn small{
    font-size: 75%;
    }
    
    
/***************************************************
    TOP NAV > User IS logged in
    */
    
#top-nav-list,
#top-nav-list ul{
    margin: 0;
    }
    
    
#top-nav-list{
    margin-top: 15px;
    float: right;
    }
    
    
/* > First Level of Nav (THIS WOULD BE SO MUCH EASIER WITH THE IMMEDIATE CHILD COMBINATOR, AGHH)  */
#top-nav-list li{
    float: left;
    list-style: none;
    position: relative;
    z-index: 5;
    }

    
#top-nav-list li a{
    background: #f87124 url(../images/btn-small.png) 0 -126px repeat-x;
    font: bold 13px ProximaNova, helvetica, arial, sans-serif;
    color: #32565c;    
    display: inline-block; /*ie6 freaks out if block */
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    text-decoration: none;
    text-transform: uppercase;
    text-shadow: 0 1px 1px #fff;     
    height: 24px;
    line-height: 24px;
    padding: 4px 12px;
    margin: 0 0 0 5px;
    }

.has-dropdown{ /* add dropdown 'arrow', via js */
    display: block;
    padding-left: 16px;
    background: url(../images/dropdown-downarrow.png) 0 50% no-repeat;    
    }
    
#top-nav-list li .active,
#top-nav-list li a:hover{
    background-position: 0 -84px;
    color: #fff;
    text-shadow: 0 -1px 1px #1187d7;         
    }
#top-nav-list .active{    
    border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    padding: 4px 12px 8px 12px;
    }
    
    
/* 2nd Level Dropdown */
#top-nav-list ul{
    display: none;
    position: absolute;
    z-index: 75;
    top: 36px;
    right: 0;
    background: #60aae1;
    padding: 10px 12px;
    width: 175px;
    border-bottom: solid 1px #1b527b;
    }    
#top-nav-list ul li{
    float: none;
    }
#top-nav-list ul li a{    
    background: transparent url(../images/dropdown-leftarrow.png) 0 8px no-repeat;
    text-transform: none;    
    height: auto;
    padding: 4px 0 4px 10px;
    margin: 0;
    color: #fff;
    text-shadow: none;
    font: bold 12px helvetica, arial, sans-serif;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;  
    border: none;  
    border-bottom: solid 1px #80bbe7;
    }
#top-nav-list ul li a:hover{    
    color: #FFE7B3;
    background: transparent url(../images/dropdown-leftarrow.png) 0 8px no-repeat;    
    }
    

    

    
/***************************************************
    LEFT NAV
    */

#left-nav{
    padding: 20px 0 0 0;
    margin: 0 0 10px 0;
    }
#left-nav ul{
    margin: 0 0;
    list-style: none;
    }
#left-nav li{
    padding: 0;
    border-top: solid 1px #64a5b0;
    height: 1%;
    }
#left-nav li a{
    color: #ffe7b3;
    font-weight: bold; 
    display: block;   
    background: url(../images/left-nav-sprite.png) 0 -108px no-repeat;
    padding: 5px 5px 5px 20px;
    text-decoration: none;
    }
#left-nav li a:hover{
    color: #32565C;
    background-position: 0 0;
    }    
#left-nav li a.selected,
#left-nav li a.selected:hover{ /* 1st level of selected */
    color: #32565c;
    background-position: 0 -54px;
    }
#left-nav li li a.selected,
#left-nav li.active li a,
#left-nav li li a.selected:hover{
    background-position: 0 9px;
    color: #32565C;
    }
 
/* > 2nd level */
#left-nav ul ul{
    border-top: solid 1px #e7f5f6;
    padding-left: 20px;
    background: #c1e5e9;
    margin: 0;
    }
#left-nav ul ul li{
    border: none;
    }
#left-nav ul ul li a{
    background: #c1e5e9 url(../images/subnav.png) 0 9px no-repeat;
    padding: 4px 4px 4px 10px;
    }
#left-nav ul ul li a:hover{
    color: #333;
    background: #c1e5e9 url(../images/subnav.png) 0 9px no-repeat;    
    text-decoration: underline;
    }  


#left-nav .highlight-nav  {
    margin: 0;
    }
    
#left-nav .highlight-nav li{
    border-top: solid 1px #ffbb95;
    }
#left-nav .highlight-nav li a{
    color: #fff;
    background: url(../images/left-nav-sprite.png)  0 -214px no-repeat;
    }
#left-nav .highlight-nav li a:hover{
    color: #D45006;
    background: url(../images/left-nav-sprite.png)  0 -162px no-repeat;
    }
    
/* > 2nd level highlight nav */
#left-nav .highlight-nav ul li{
    border: none;
    }
#left-nav .highlight-nav ul li a{
    background: #c1e5e9 url(../images/subnav.png) 0 9px no-repeat;
    }
#left-nav .highlight-nav ul li a:hover{
    background: #c1e5e9 url(../images/subnav.png) 0 9px no-repeat;    
    }

    
    
    

#on-facebook,
#on-twitter,
#join-email-list{
    font-weight: bold;
    margin: 5px 0;
    display: block;
    border: solid 1px #8cbfc6;
    height: 34px;  
    padding: 4px 0 0 40px; 
    color: #60aae1;
    line-height: 1.25em;
    text-decoration: none;
    }
#on-facebook:hover,
#on-twitter:hover,
#join-email-list:hover{
    border: solid 1px #32565c;
    text-decoration: none;
    }
    
#on-facebook strong,
#on-twitter strong{    
    display: block;
    color: #f86e21;
    }
    
#on-facebook{
    background: #eaf6ff url(../images/facebook-btn.png) 0 0 no-repeat;
    }
#on-twitter{
    background: #eaf6ff url(../images/twitter-btn.png) 0 0 no-repeat;
    }
    
#join-email-list{
    line-height: 1;
    background: #fff2d5 url(../images/elist-btn.png) 0 0 no-repeat;
    height: 26px;    
    line-height: 21px;
    color: #f86e21;
    border-color: #f3d89d;
    }
    
/***************************************************
    HOMEPAGE
    */
#moduleid-widget_home_ossc-index h1 {
    color: #60aae1;
    font: bold 26px ProximaNova, helvetica, arial, sans-serif; 
    }
#moduleid-widget_home_ossc-index h1 em{
    color: #f86e21;
    font-style: normal;
    display: block;
    }
    
    
#sports-icons{
    display: block;
    margin: 0 0 20px 0;
    }
    
    
#news-and-events{
    overflow: hidden;
    height: 1%;
    }
#news-and-events h2{
    color: #32565c;
    border-bottom: solid 1px #cbdde0;
    font-size: 140%;
    padding: 0 0 6px 0;
    }
    
#news-and-events #announcements{
    width: 260px;
    float: left;
    }
#announcements ul{
    margin: 0;
    list-style: none;
    }
#announcements li{
    border: solid 1px #e9c475;
    background: #ffe7b3 url(../images/peach-gradient.png) 0 0 repeat-x;    
    padding: 10px;
    margin: 0 0 10px 0;
    }
#announcements p{
    margin: 0 0 10px 0;
    }
#announcements h3{
    line-height: 1em;
    margin: 0 0 .5em 0;
    }
#announcements h3 a{
    color: #f86e21;
    font-size: 94%;
    text-decoration: none;
    }
#announcements h3 a:hover{
    color: #32575d;
    }
    
    
#upcoming-events{
    width: 220px;
    float: left;
    }

    
/* homepage carousel */
#promo-carousel-wrapper{
    margin: 0 0 20px 0;
    float: left;
    width: 310px;
    }
    
.home .scrollable {
    position:relative;
    overflow:hidden;
    width: 355px;
    height:218px;
    }
.home .scrollable .items {
    width:20000em;
    position:absolute;
    clear:both;
    margin: 0;
    list-style: none;
    }
.home .items li {
    float:left;
    width:355px;
    margin: 0;
    list-style: none;    
    }
.home .scrollable img {
    float:left;
    }
.home .scrollable .active {
    border:2px solid #000;
    position:relative;
    cursor:default;
    }

    
    
/* sponsor ad carousel */
#sponsor-ads {
    width: 215px;
    height: 133px;
    overflow: hidden;
    }
    
#sponsor-ads *{
    z-index: 1;
    zoom: 1;
    }
    
#sponsor-ads div{
    z-index: 3;
    }
    
#right-column #sponsor-ads ul{
    z-index: 2;
    }
#right-column #sponsor-ads ul li{
    z-index: 1
    }
    
#right-column #sponsor-ads ul,
#right-column #sponsor-ads ul li{
    width: 215px;
    height: 133px;
    }
#right-column #sponsor-ads .items li {
    float:left;
    margin: 0;
    padding: 0;
    background: none;
    }



/* little dot navigation beneath carousel */
.home .navi{
    padding: 4px 0 0 0;
    overflow: hidden;
    height: 1%;
    }
.home .navi a{
    display: block;
    float: left;
    width: 7px;
    height: 8px;
    padding: 2px;
    background: url(../images/carousel-nav-item.png) 0 0 no-repeat;
    }
.ie6 .home .navi a{
    padding: 0 4px 0 0;
    }
.home .navi a.active{
    background-position: 0 -14px;
    }
    
    
    


#adspace-beside-carousel{
    width: 136px;
    overflow: hidden;
    float: right;
    }
 
#adspace-beside-carousel .ad{
   /* border-bottom: solid 1px #ccc;*/
    margin: 0 0 5px 0;
    }
    
    
    
/***************************************************
    RIGHT COLUMN
    */ 

.widget{
    height: 1%;
    margin-bottom: 10px;
    }
.widget-content{
    padding: 10px;
    }
.widget-content h2{
    color: #32565c;
    border-bottom: solid 1px #a6cdd2;
    padding: 0 0 4px  0;
    margin: 0 0 8px 0;
    font-size: 150%;
    text-align: center;
    }
.ad img{
    display: block;
    }
    

    
#right-column .widget{
   
    }
    
#right-column .widget h2{
    background: #33575D url(../images/widget-header-default.png) 0 0 no-repeat; 
    color: #fff;
    font-size: 16px;
    padding: 8px 10px;
    margin: 0;
    }
#right-column #events-widget h2{
    background-image: url(../images/widget-header-events.png);
    }
#right-column #tournaments-widget h2{
    background-image: url(../images/widget-header-tournaments.png);    
    }
    
#right-column .widget h2 a{
    color: #fff;
    text-decoration: none;
    }
    
#right-column .widget-content{
    background: #dff8fb;
    }
    
#right-column .widget ul, 
#right-column .widget ol{
    margin: 0;
    }
#right-column .widget li{
    background: url(../images/bullet-dark.png) 0 4px no-repeat;
    padding-left: 11px;
    list-style: none;
    margin: 0 0 .35em 0;
    height: 1%;
    }
#right-column .widget .time{
    font-size: 95%;
    display: block;
    }
    

/* leagues! */
#right-column #seasonal-sports-widget .widget-content{
    background: #ffe7b3;
    }
#right-column #seasonal-sports-widget h2{
    background: #f87124 url(../images/widget-header-leagues.png) 0 0 no-repeat; 
    border-bottom: solid 1px #d45006;
    }
#right-column #seasonal-sports-widget .widget-content a{
    color: #823d15;
    }
#right-column #seasonal-sports-widget .widget-content a:hover{    
    color: #333;
    }
#right-column #seasonal-sports-widget li{
    background: url(../images/bullet-rust.png) 0 5px no-repeat;
    margin: 0 0 1.5em 0;
    }
#right-column #seasonal-sports-widget li li{
    margin: 0 0 0.35em 0;
    }
    
#right-column #seasonal-sports-widget .morelink{
    background-position: 0 -30px;
    color: #823D15;
    border: solid 1px #dab25b;
    }
#right-column #seasonal-sports-widget .morelink:hover{
    background-position: 0 0;
    color: #32565C;
    border: solid 1px #b3e3e9;    
    }    
    
    
    
/* read more */
#right-column .widget .morelink{
    font-size: 95%;
    font-weight: bold;
    display: block;
    margin-top: 12px;
    padding: 2px 4px;
    text-align: center;
    background: url(../images/viewmore-btn.png) 0 0 repeat-x;
    text-decoration: none;
    border: solid 1px #b3e3e9;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    }
#right-column .widget .morelink:hover{
    background-position: 0 -30px;
    color: #823D15;
    border: solid 1px #dab25b;    
    }
    
/***************************************************
    Tournament widget
    */
    
   
#tournaments-widget .chrono-list small {
    display: block;
    font-size: 85%;
}
#tournaments-widget .chrono-list li ul li {
    display: inline;
    background: none;
    margin: 0;
    padding: 0 2px;
}
   
    
    
/***************************************************
    FOOTER
    */

#footer-wrapper {
    clear:both;
    border-top: solid 1px #000;
    background: url(../images/footer.jpg) 50% 0 no-repeat;
    color: #b0dee3;
    }
#footer-wrapper footer{
    min-height:156px;
    height:auto !important;
    height:156px;
    padding: 20px 0 0 0;
    }

#footer-wrapper a{
    font-weight: bold;
    color: #b0dee3;
    text-decoration: none;
    }
#footer-wrapper a:hover{
    color: #fff;
    text-decoration: underline;
    }

    
#footer-nav ul{
    float: left;
    margin: 0;
    }
#footer-nav li{
    float: left;
    list-style :none;
    margin: 0 15px 0 0;
    }
    
#footer-wrapper .copyright{
    float: right;
    }
    
    
    
/***************************************************
    Specific Homepage Widgets 
    */
    
.widget-photos{
    float: right;
    width: 200px;
    margin: 20px 0 0 0;    
    }
    
.widget-announcements{
    float: left;
    width: 275px;
    margin: 20px 0 0 0;
    }

.widget-photos h2,
.widget-announcements h2{
    color: #f86e21;
    padding: 0 0 4px 0;
    border-bottom: solid 1px #dcdcdc;
    font-size: 140%;
    }   
    
    
.widget-announcements ul{
    margin: 0;
    list-style: none;
    }
.widget-photos li,
.widget-announcements li{
    border-bottom: solid 1px #dcdcdc;
    margin: 0 0 10px 0;
    padding: 0 0 10px 0;
    }
.widget-announcements p{
    margin: 0;
    }
.widget-announcements h3{
    font-size: 16px;
    color: #32565C;
    }
.widget-announcements h3 a{
    text-decoration: none;
    }

    
.widget-photos ul{
    margin: 0;
    list-style: none;
    }
.widget-photos h3{ 
    font: bold 11px arial, helvetica, sans-serif;
    padding: 0 0 0 14px;
    background: url(../images/bullet-camera.gif) 0 2px no-repeat;
    }
.widget-photos h3 a{
    text-decoration: none;
    }
.widget-photos .togallery{
    font-size: 11px;
    }

    
    
    
/***************************************************
    Registration 
    */

.module-sports_registration-sport_offerings {
    padding-bottom: 100px;
}

TABLE#signup-schedule THEAD TH {
    font-weight:bold;
    font-size:120%;
    background:#FFF;
    }
/* THE BASE */
TABLE#signup-schedule TD {
    border-right:solid 1px #FFF;
    border-bottom:solid 1px #FFF;
    width:65px;
    padding:12px 3px;
    }
TABLE#signup-schedule TR.cat-heading TD {
    padding:3px 3px;
}

TABLE#signup-schedule TBODY TD,
TABLE#signup-schedule THEAD TH {
    text-align:center;
    }

TABLE#signup-schedule THEAD TH STRONG {
    font-size:90%;
    color: #666;
    font-weight: normal;
}

TABLE#signup-schedule TBODY TH {
    background:#FFF;
    border-bottom:solid 1px #FFF;
    color:#546b6f;
    }

TABLE#signup-schedule TBODY TH A{
    color:#546b6f;
    text-decoration:none;
    }
TABLE#signup-schedule TBODY TH {
 width: 300px;
}

TABLE#signup-schedule A {
    display:block;
    }

TABLE.details TR.sport TD{
    background:#FFF;
    }
TABLE.details  {
    margin: 0 0 20px 0;
    width: 100%;
    }
TABLE.details UL {
    margin:10px 0;
    }
TABLE.details LI {
    margin:0;
    }


TABLE TR.cost TH  {
    text-align: right;
}
TABLE INPUT.cart-input  {
    width: 30px;
    text-align: center;
    float: left;
    margin: 0 5px 0 0;
}
TABLE TR .cost-col  {
    width: 25%;
    text-align: right;
}

.details ul {
    list-style: none;
    margin: 0;
}

TABLE.details TR TD EM {
    color:#737373;
}


TABLE.additional TR TD {
    width: auto;
}
TABLE.additional TR TH {
    width: 15%;
}

TABLE.details CAPTION {
    background:#F9F8EF none repeat scroll 0 0;
    border-bottom:3px solid #4B626D;
    border-top:1px solid #4B626D;
    font-weight:bold;
    margin:20px 0 0;
    padding:10px 0 10px 3px;
    text-align:left;
}

.skill-cell {
    position: relative;
}

.skill-more {
    position: absolute;
    width: 250px;
    background: #eee;
    border: 1px solid #ccc;
    padding: 6px;
    left: 100px;
    top: 15px;
    z-index:1000;
    font-weight: normal;
}
/* ALL THE COLUMN COLOURS */

 TABLE#signup-schedule TBODY TD.col-sun {background:#dbf0f2 url(../images/monday-edge.gif) repeat-y;}
 TABLE#signup-schedule TBODY TD.col-mon {background:#dff1f4}
 TABLE#signup-schedule TBODY TD.col-tue {background:#e3f3f5}
 TABLE#signup-schedule TBODY TD.col-wed {background:#e7f5f7}
 TABLE#signup-schedule TBODY TD.col-thu {background:#ebf6f8}
 TABLE#signup-schedule TBODY TD.col-fri {background:#eff8f9}
 TABLE#signup-schedule TBODY TD.col-sat {background:#f3fafb}

 TABLE#signup-schedule TBODY TD.sport-col {border:none;}


 /*  ROWS AND ROW HOVER STATES  */
 TABLE#signup-schedule TBODY TR.cat-heading TD,
 TABLE#signup-schedule TBODY TR.cat-heading:hover TD{
    text-align:left;
    font-weight:bold;
    background:#9bdee9;
    color:#FFF;
    font-size:120%;
    }

/*TABLE#signup-schedule THEAD TH.col-sun {	background:url(../images/sport-col-bkg.gif) top left repeat-y;	}*/
TABLE#signup-schedule TBODY TR:hover TD {background:#fdffdc;}
TABLE#signup-schedule TBODY TR:hover TH {	background:#eff8f9;}


/* Registration froms */
TABLE.form TH { width: 200px !important; }
TABLE.form FIELDSET { border: none; }
TABLE.form LABEL { padding: 0 12px 0 4px; }

TABLE.form.people UL {
    margin: 0 !important;
}
TABLE.form.people UL LI {
    background: none !important;
        padding: 0 !important;
    margin: 0 !important;
}

TABLE.form.people LABEL.roster {
    display: block;
    float: left;
    width: 155px;
    line-height: 1.3em;
    margin: 0 5px 0 0;
    padding:2px 3px;
}

TABLE.form.people INPUT.roster {
    width: 155px;
    display: block;
    float: left;
    margin: 0 20px 0 0;

}


TABLE.form.people #rosterRow P {
    clear:left;
    margin: 3px 0;
    overflow: hidden;
}

UL.details-regions-tabs {

    border-bottom:3px solid #4B626D;
    font-weight:bold;
    margin:20px 0 0 0;
    padding:10px 0 10px 20px;
    text-align:left;

}

UL.details-regions-tabs LI {
    margin: 10px 0;
    padding: 0;
    display: inline;
    background: none !important;
}

UL.details-regions-tabs LI A {
    background:#B0DEE3;
    padding: 10px;
    border-top: 1px solid #666;
    border-left: 1px solid #666;
    border-right: 1px solid #666;
}

UL.details-regions-tabs LI A.selected {
    background: #fff;
}

UL.details-regions-tabs LI A:hover {
    background: #eee;
}
    
#billing_payment_option_cc_cvv2 {
    width: 30px;
}

.module-sports_registration .details-regions-tabs-single-tables {
    margin: 0 0 0 0;
}

.module-sports_registration address{
    display: block;
    margin: 1em 0 1em 1.5em;
    }

.module-sports_registration p.prices {
    margin: 0 0 10px 0;
}

#content-area-tabs {
    margin: 0 0 10px 0;
}
/***************************************************
    FORM 
    */
table.details tr.sport td{
    background: #B0DEE3;
    font-weight: bold;
    color: #32565C;
    }
    
.hint{
    font-size: 90%;
    padding: 2px;
    }
    
#back-btn{
    float: left;
    }
#next-btn{
    float: right;
    }
    
.next-steps{
   margin: 10px 0 0 0;
   padding: 10px 0 0 0;
   border-top: solid 1px #e0e0e0;
   }
.next-steps .submit{
    float: right;
    margin-left: 5px;
    }
    
    
    
    
/***************************************************
    YearNav / Photo Gallery 
    */
        
.yearnav {
    list-style: none !important;
    margin: 0 0 25px 0;
    text-align: center;
    overflow: hidden;
    background: #FFE8B5;
    padding: 4px;
    border-bottom: solid 1px #D7C293;
}
#moduleid-photo_gallery-index .yearnav li {
    display: inline-block;
    color: #999;
    padding: 3px;
    margin: 0;
}

.ie6 #moduleid-photo_gallery-index .yearnav li, 
.ie7 #moduleid-photo_gallery-index .yearnav li{
    zoom: 1;
    display: inline;
    }


.yearnav li a {
    padding: 2px;
}
.yearnav li.selected {
    font-weight: bold;
    background: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border-bottom: solid 1px #f4d182;
}

#moduleid-photo_gallery-index .yearnav li{
    margin: 0 0 1em 0;
    }
    
#image-table td{
    vertical-align: middle;
    text-align: center;
    }
    
    
#album-subnav{
    padding: 8px;
    margin: -25px 0 25px 0;
    background: #eee;
    overflow: hidden;
    height: 1%;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius:  0 0 4px 4px;
    border-radius: 4px;    
    }
#album-subnav a{
    padding: 3px;
    }
#album-subnav a:hover{
    background: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    }
    
    
.prev-album-link,
.next-album-link{
    float: left;
    width: 33%;
    }
.album-list-link{
    width: 33%;
    float: left;
    text-align: center;
    }
.next-album-link{
    float: right;
    text-align: right;
    }
    
    
    
    
/***************************************************
    UTILS 
    */
    
.floatright{
    float: right;
    margin: 0 0 15px 15px;
    }
.floatleft{
    float: left;
    margin: 0 15px 15px 0;
    }
.clearleft{
    clear: left; 
    }
.clearright{
    clear: right;
    }
    
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
    }

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/****************************
    Page/Module Specific
******************************/

/***************************************************
    PAGE COMPONENT: Report Scores / EC Feedback
     */

UL.subform LI FORM {
    background: #eee;
    border: 1px solid #ddd;
    padding: 15px;
    margin: 15px;
}


.module-EventCoordinatorFeedback UL.subform LI {
    padding: 8px;
    list-style: none;
}

/***************************************************
 *  EVENTS
 */


/* >> Override */
#moduleid-Events-index ul li{
    background: none;
    }
#moduleid-Events-index ul{
    background: none;
    margin: 0;
    padding: 3px;
    }

/* >> Choose Year/Month */
ul#news-years,
#news-months,
#events-years,
ul.filter-links{
    font-weight: bold;
    margin: 0;
    padding: 3px;
    list-style: none;
    border: solid 1px #ccc;
    overflow: hidden; height: 1%;
    background: #fff;
    }
#events-years li,
#news-years li,
#news-months li,
ul.filter-links li{
    margin: 0 5px 0 0;
    padding: 0;
    float: left;
    background-image: none;
    }
#news-years a,
#news-months a,
#events-years a,
ul.filter-links a{
    text-decoration: none;
    display: block;
    padding: 3px 10px 3px 10px;
    border: solid 1px #fff;
    }
#news-months a:hover,
#news-years a:hover,
#events-years a:hover,
ul.filter-links a:hover{
    background: #ccc;
    color: #333;
    border: solid 1px #aaa
    }

#news-months .selected a,
#news-years .selected a,
#events-years .selected a,
ul.filter-links .selected a{
    background: #555;
    color: #fff;
    border: solid 1px #000;
    padding: 3px 10px 3px 10px;
    }

#news-months{
    background: none;
    border-top: none;
    }

/* >> Summaries */

 .event h3,
 .league-event-summary h3,
 .event-summary h3{ /* event name */
    margin: 0 0 5px 0;
    }


 .event h4,
 .league-event-summary h4,
 .event-summary h4{ /* date */
    font-size: 90%;
    margin: 0;
    }

.event-summary,
.league-event-summary,
.event { /* wrapper */
    border-bottom: solid 1px #e0e0e0;
    margin: 20px 0;
    padding: 0 0 0 60px;
    background: url(../images/event-normal.png) 0 0 no-repeat;
    }

.tournament{
    background: url(../images/event-tournament.png) 0 0 no-repeat;
    padding-bottom: 8px;
    }
.special_event{
    background: url(../images/event-special.png) 0 0 no-repeat;
    }

/* >> Homepage Listing */
 .module-EventsSummary #listing{
    padding: 5px;
    }
 .module-EventsSummary #listing li{
    margin: 0;
    padding: 0;
    background: none;
    }


.module-sports_registration  .callout{
    margin: 0;
    }
.module-sports_registration .callout a{
    background: #d7eef1;
    display: block;
    width: 175px;
    padding: 6px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-align: center;
    margin-bottom: 25px;
    text-decoration: none;
    color: #495D60;
    }
.module-sports_registration .callout a:hover{
    background: #f19b4d;
    color: #6d4a23;
    }

    
    
    
/***************************************************
 *  Invite a Friend
 */
 
.module-regsitration_invite_players #email{
    width: 100%;
    margin: 0 0 15px 0;
    }
 
.invite-a-friend-step{
    padding: 6px;
    border: solid 1px #ddd;
    overflow: hidden;
    height: 1%;
    margin: 0 0 25px 0;
    }
 
#roster-people-list{
    list-style: none;
    margin: 0;
    }
#roster-people-list li{
    margin: 0 0 4px 0;
    }
    
#roster-people-list input{
    width: 200px;
    }
    
#roster-people-list input{
    border: solid 1px #B0DEE3;
    padding: 2px;
    font-family: helvetica, arial, sans-serif;
    }
    
label.roster-firstname,
label.roster-lastname,
label.roster-email{
    display: block;
    float: left;
    width: 208px;
    font-weight: bold;
    margin: 0 0 5px 0;
    }
    
a#add-to-roster{
    clear: left;
    background: url(../images/add.png) 0 4px no-repeat;
    display: block;
    width: 150px;
    padding: 4px 0 4px 20px;
    }
    
#roster-league-list{
    list-style: none;
    margin: 0 0 10px 0;
    }
    
    
.share-with-friends{
    display: block;
    background: url(../images/suggest-to-friends.png) 0 0 no-repeat;
    font: bold 26px ProximaNova, helvetica, arial, sans-serif;
    text-align: center;
    padding-left: 35px;
    width: 465px;
    height: 53px;
    line-height: 50px; 
    color: #fff;
    text-decoration: none;
    margin: 10px 0 20px 0;
    }
.share-with-friends:hover{
    color: #32565C;
    }


/***************************************************
    FORMS
     */

form.basic li{
    list-style: none;
    margin-bottom: .75em;
    clear: left
    }
form.basic li label {
    display: block;
    float: left;
    width: 125px;
    }
form.basic li input{
    border: solid 1px #32565c;
    width: 200px;
    padding: 3px;
    }
form.basic li textarea{
    border: solid 1px #32565c;
    width: 350px;
    height: 150px;
    padding: 3px;
    }

ul.errorlist{
    border: solid 1px #c03323;
    padding: 10px;
    margin: 10px 0;
    list-style: none;
    background: #fff;
    }
ul.errorlist ul{
    margin: 0;
    list-style: none;
    }
ul.errorlist li{
    margin: 0 0 0 0;
    border-bottom: dotted 1px #ccc;
    }
ul.errorlist li li{
    border-bottom: none;
    }
ul.errorlist b{
    background: url(../images/icon-error.gif) 0 0 no-repeat;
    color: #c03323;
    padding-left:20px;
    }
ul.errorlist ul li{
    border-bottom: none;
    margin: 0;
    padding: 0 0 6px 0;
    }
ul.errorlist .errors{
    margin-left: 20px;
    }

#captcha-element label{
    margin-top: 1em;
    width: auto;
    float: none;
}
#captcha-element img{
    margin: 5px 0;
    display: block;
}
