@charset "utf-8";
/* Home / Away Theme stylesheet */

/* theme colour changes work on the inclusion of 'home' or 'away' in the body class attribute */

/* HOME
 *	
 */
 
/*body.home {background:#151F24 url(../img/background-home.jpg) no-repeat top center}*/
/*body {background:#000 url(../img/bg-plain.jpg) no-repeat top center}*/
body {background:#05033f; }
/*body.home {background:#000 url(../img/bg-new.jpg) no-repeat top center}*/

/* Nav Bar */
.home #main-nav {background: url(../img/nav-background-home.png) no-repeat top left;}
.home ul#primaryNav li {background:url(../img/nav-divider-away.png) repeat-y top right;}
.home ul#primaryNav li:last-child {background:none;}
.home ul#primaryNav li a {color:#FFF;}


.home ul#primaryNav li:hover a, .home ul#primaryNav li.current a {background:#8299e1;}
.home ul#primaryNav li:hover ul a, .home ul#primaryNav li.current ul a {background:none;}
.home ul#primaryNav li ul li a {color: #545454; }

/* Main Gradients */

.home .yellow-grad {
background:#152b71; 
-pie-background: linear-gradient(#405dbc, #152b71);
background: -webkit-gradient(linear, left top, left bottom, from(#405dbc), to(#152b71));
background: -moz-linear-gradient(top,  #405dbc,  #152b71); 
behavior: url(http://www.wakefieldwildcats.co.uk/PIE.php);}


/* Homepage Feature Box */
.home.home-body .banner-head .next-match h2 {color:#FFF;}
.home.home-body .banner-head .next-match p.date {color:#FFF;}
.home.home-body .banner-head .next-match p.date span {color:#ffcf06;}

.home.home-body .banner-head .container {background:url(../img/home-head-bkgnd-home.png) no-repeat top left;}
.home.home-body .banner-head .container .main-panes div.top .latest-tabs ul li,
.home.home-body .banner-head .container .main-panes div.top .video-tabs ul li {border-top:1px solid #13245b;}
.home.home-body .banner-head .container .main-panes div.top .latest-panels,
.home.home-body .banner-head .container .main-panes div.top .video-panels {border-top:1px solid #13245b;}

.home.home-body .banner-head .next-match .teams div p {color:#FFF;}
.home .countdown {background:url(../img/horz-yellow-double-line-home.png) repeat-x top left;}
.home.home-body .banner-head .next-match .countdown h3 {color:#FFF;}
.home #countdown_dashboard .dash_title {color:#FFF;}

.home #countdown_dashboard {background:url(../img/countdown-background-away.png) no-repeat top left;}

.home.home-body .banner-head .container .main-tabs .latest {position:absolute; top:0px; left:-31px; width:31px; height:115px; text-indent:-9999px; display:block; background:url(../img/latest-tab-sprite-home.png) no-repeat -31px 0;}
.home.home-body .banner-head .container .main-tabs .latest.current, .home.home-body .banner-head .container .main-tabs .latest:hover {position:absolute; top:0px; left:-31px; width:31px; height:115px; text-indent:-9999px; display:block; background:url(../img/latest-tab-sprite-home.png) no-repeat 0 0;}

.home.home-body .banner-head .container .main-tabs .videos {position:absolute; top:125px; left:-31px; width:31px; height:115px; text-indent:-9999px; display:block; background:url(../img/videos-tab-sprite-home.png) no-repeat -31px 0;}
.home.home-body .banner-head .container .main-tabs .videos.current, .home.home-body .banner-head .container .main-tabs .videos:hover {position:absolute; top:125px; left:-31px; width:31px; height:115px; text-indent:-9999px; display:block; background:url(../img/videos-tab-sprite-home.png) no-repeat 0 0;}

/* random items to white */
.home .latest-news h2 a, 
.home .base-buttons a, 
.home #header .quick-links a,
.home.match-body .match-header .centre p,
.home.match-body .match-header .centre .score h2{color:#FFF;}

.home.match-body .match-header .centre p span, .home.match-body .match-header .centre .score span {color:#FFCF06;}


/* inverted grad items */
.home .base-buttons a:hover,
.home #header .quick-links a:hover {
background:#405dbc; 
-pie-background: linear-gradient(#152b71, #405dbc);
background: -webkit-gradient(linear, left top, left bottom, from(#152b71), to(#405dbc));
background: -moz-linear-gradient(top,  #152b71,  #405dbc); 
behavior: url(http://www.wakefieldwildcats.co.uk/PIE.php);}



/* teams body base buttons */
.home.teams-body .base-buttons a {width:340px; color:#2C2C2C;}
.home.teams-body .base-buttons a.first {margin-right:30px;}
.home.teams-body .base-buttons a:hover {
background:#f5f5f5; 
-pie-background: linear-gradient(#cdcdcd, #f5f5f5);
background: -webkit-gradient(linear, left top, left bottom, from(#cdcdcd), to(#f5f5f5));
background: -moz-linear-gradient(top,  #cdcdcd,  #f5f5f5); 
behavior: url(http://www.wakefieldwildcats.co.uk/PIE.htc);}


/* gallery */
.home .gallery .thumbs a.next {background:url(../img/nav-divider-home.png) repeat-y top left;}
.home .gallery .thumbs a.prev {background:url(../img/nav-divider-home.png) repeat-y top right}



/* YTB */
.home .ytb .yellow-grad {color:#FFF;}
.home .ytb h2 {border-bottom:1px solid #1e6c89;}

/* inline feature car */
.home .inline-feature-car h2 {color:#FFF;}

.home .inline-feature-car .title,
.home .inline-feature-car .carousel a.prev {background:url(../img/nav-divider-home.png) repeat-y top right;}
.home .inline-feature-car .carousel a.next {background:url(../img/nav-divider-home.png) repeat-y top left;}


.home .buy-tickets.button { color:#2c2c2c; border:1px solid #b79400;
background:#ffe471; 
-pie-background: linear-gradient(#ffe471, #eabd00);
background: -webkit-gradient(linear, left top, left bottom, from(#ffe471), to(#eabd00));
background: -moz-linear-gradient(top,  #ffe471,  #eabd00); 
behavior: url(http://www.wakefieldwildcats.co.uk/PIE.htc);}

.home .buy-tickets.button:hover {
background:#ffe471; 
-pie-background: linear-gradient(#eabd00, #ffe471);
background: -webkit-gradient(linear, left top, left bottom, from(#eabd00), to(#ffe471));
background: -moz-linear-gradient(top,  #eabd00,  #ffe471); 
behavior: url(http://www.wakefieldwildcats.co.uk/PIE.htc);}


.home.home-body .main .container .ticker .rln {background:url(../img/rugby-league-news-home.png) no-repeat top left !important;}

/****************************************************************************************************************************************************/

/* AWAY
 *	
 */
 
body.away {background:#151F24 url(../img/background-away4.jpg) no-repeat top center}

/* Nav Bar */
.away #main-nav {background: url(../img/nav-background-away.png) no-repeat top left;}
.away ul#primaryNav li {background:url(../img/nav-divider-away.png) repeat-y top right;}
.away ul#primaryNav li:last-child {background:none;}
.away ul#primaryNav li a {color:#FFF;}


.away ul#primaryNav li:hover a, .away ul#primaryNav li.current a {background:#6bb6d2;}
.away ul#primaryNav li:hover ul a, .away ul#primaryNav li.current ul a {background:none;}
.away ul#primaryNav li ul li a {color: #545454; }

/* Main Gradients */

.away .yellow-grad {
background:#1386b0; 
-pie-background: linear-gradient(#3cbded, #1386b0);
background: -webkit-gradient(linear, left top, left bottom, from(#3cbded), to(#1386b0));
background: -moz-linear-gradient(top,  #3cbded,  #1386b0); 
behavior: url(http://www.wakefieldwildcats.co.uk/PIE.php);}


/* Homepage Feature Box */
.away.home-body .banner-head .next-match h2 {color:#FFF;}
.away.home-body .banner-head .next-match p.date {color:#FFF;}
.away.home-body .banner-head .next-match p.date span {color:#ffcf06;}

.away.home-body .banner-head .container {background:url(../img/home-head-bkgnd-away.png) no-repeat top left;}
.away.home-body .banner-head .container .main-panes div.top .latest-tabs ul li,
.away.away.home-body .banner-head .container .main-panes div.top .video-tabs ul li {border-top:1px solid #1e6c89; }
.away.home-body .banner-head .container .main-panes div.top .latest-panels,
.away.away.home-body .banner-head .container .main-panes div.top .video-panels {border-top:1px solid #1e6c89;}

.away.home-body .banner-head .next-match .teams div p {color:#FFF;}
.away .countdown {background:url(../img/horz-yellow-double-line-away.png) repeat-x top left;}
.away.home-body .banner-head .next-match .countdown h3 {color:#FFF;}
.away #countdown_dashboard .dash_title {color:#FFF;}

.away #countdown_dashboard {background:url(../img/countdown-background-away.png) no-repeat top left;}

.away.home-body .banner-head .container .main-tabs .latest {position:absolute; top:0px; left:-31px; width:31px; height:115px; text-indent:-9999px; display:block; background:url(../img/latest-tab-sprite-away.png) no-repeat -31px 0;}
.away.home-body .banner-head .container .main-tabs .latest.current, .away.home-body .banner-head .container .main-tabs .latest:hover {position:absolute; top:0px; left:-31px; width:31px; height:115px; text-indent:-9999px; display:block; background:url(../img/latest-tab-sprite-away.png) no-repeat 0 0;}

.away.home-body .banner-head .container .main-tabs .videos {position:absolute; top:125px; left:-31px; width:31px; height:115px; text-indent:-9999px; display:block; background:url(../img/videos-tab-sprite-away.png) no-repeat -31px 0;}
.away.home-body .banner-head .container .main-tabs .videos.current, .away.home-body .banner-head .container .main-tabs .videos:hover {position:absolute; top:125px; left:-31px; width:31px; height:115px; text-indent:-9999px; display:block; background:url(../img/videos-tab-sprite-away.png) no-repeat 0 0;}

/* random items to white */
.away .latest-news h2 a, 
.away .base-buttons a, 
.away #header .quick-links a,
.away.match-body .match-header .centre p,
.away.match-body .match-header .centre .score h2{color:#FFF;}

.away.match-body .match-header .centre p span, .away.match-body .match-header .centre .score span {color:#FFCF06;}


/* inverted grad items */
.away .base-buttons a:hover,
.away #header .quick-links a:hover {
background:#3cbded; 
-pie-background: linear-gradient(#1386b0, #3cbded);
background: -webkit-gradient(linear, left top, left bottom, from(#1386b0), to(#3cbded));
background: -moz-linear-gradient(top,  #1386b0,  #3cbded); 
behavior: url(http://www.wakefieldwildcats.co.uk/PIE.php);}



/* teams body base buttons */
.away.teams-body .base-buttons a {width:340px; color:#2C2C2C;}
.away.teams-body .base-buttons a.first {margin-right:30px;}
.away.teams-body .base-buttons a:hover {
background:#f5f5f5; 
-pie-background: linear-gradient(#cdcdcd, #f5f5f5);
background: -webkit-gradient(linear, left top, left bottom, from(#cdcdcd), to(#f5f5f5));
background: -moz-linear-gradient(top,  #cdcdcd,  #f5f5f5); 
behavior: url(http://www.wakefieldwildcats.co.uk/PIE.htc);}


/* gallery */
.away .gallery .thumbs a.next {background:url(../img/nav-divider-away.png) repeat-y top left;}
.away .gallery .thumbs a.prev {background:url(../img/nav-divider-away.png) repeat-y top right}



/* YTB */
.away .ytb .yellow-grad {color:#FFF;}
.away .ytb h2 {border-bottom:1px solid #1e6c89;}

/* inline feature car */
.away .inline-feature-car h2 {color:#FFF;}

.away .inline-feature-car .title,
.away .inline-feature-car .carousel a.prev {background:url(../img/nav-divider-away.png) repeat-y top right;}
.away .inline-feature-car .carousel a.next {background:url(../img/nav-divider-away.png) repeat-y top left;}


/*ticker*/
.away.home-body .main .container .ticker .rln {background:url(../img/rugby-league-news-away.png) no-repeat top left;}

/* DEFAULT Overides - MAY 2012 - Thom Rimmer, Motionlab */

/* new background to homepage banner-head */
.home.home-body .banner-head .container {background: url(http://www.wakefieldwildcats.co.uk/themes/default/img/may2012/home-head-bkgnd.png) no-repeat top left;}



/*** Discounts July 2013 ***/


.discounts .third {width:227px; float:left; margin-left:14px;}
.discounts .third.first {margin-left:0px;}

.discounts .offercontent {background-color:white;padding:10px; height:160px;}
.discounts .offerimage {background-color:white; height:170px;}

.discounts .offerimage img {margin:auto;}

.discounts h2 {color:#183078; text-transform:none; font-size:24px; margin-bottom:5px; border:none;}
.discounts h2.dirty{color:#333333; border-bottom:1px solid #999999;}

.discounts h4 {color:#333333; font-weight:bold; font-size:18px; margin-top:0px; margin-bottom:0px; text-transform:none;}
.discounts p {color:#333333; margin-top:5px; margin-bottom:5px;}
.discounts p span {color:#183078;}
.discounts p.date {font-size:13px; font-weight:bold;}

.discounts a {width:100%;}
.discounts .exclusive {background-image:url(http://www.wakefieldwildcats.co.uk/img/exclusive.png); background-repeat:no-repeat; position:absolute; width:104px; height:21px; margin-top:130px; margin-left:-3px;}
.discounts .view {background-color:#D0D0D0; border-top:1px solid #999999; padding:15px; border-bottom-right-radius:5px; border-bottom-left-radius:5px;}

.discounts .page-business-directory select {width:225px;}

.discounts .coupon {padding:15px; color:#000; border-bottom:1px solid #CCCCCC;}
.discounts .coupon.last {border-bottom:none;}
.discounts .coupon h2 {padding:0px; margin:0px;}
.discounts .coupon .img {float:left; width:160px; margin-right:20px;}
.discounts .coupon .content {float:left; width:330px;}
.discounts .coupon .viewbutton {float:right; width:160px;}
.discounts .coupon .viewbutton .base-buttons {border:none;}
.discounts .coupon .view {background:none; padding:0px;}

/*** Flexslider Featured Discounts ***/
.internal-body .main .left-col .flexslider{ margin-left: -13px; height:470px; margin-bottom:30px;}
.internal-body .main .left-col .flexslider ol, .internal-body .main .left-col .flexslider ul {padding:0px; margin:0px; list-style:none;}
.flex-control-nav {width: 100%; text-align: center;}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 11px; height: 11px; display: block; background: #FFF; cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.flex-control-paging li a:hover { background: #333; background: #CCC; }
.flex-control-paging li a.flex-active { background: #405BB6; cursor: default; }

.flex-direction-nav {display:none;}