@import 'lib/reset.css';
@import 'lib/skeleton.css';

* {margin: 0;padding: 0;-webkit-font-smoothing: antialiased;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
::selection {background: #56cdff;color: #fff;}
h1, h2, h3, h4, b {font-weight: 300;font-family: bree-web, Bree, sans-serif;}
h2 {font-size: 28px;padding-bottom: 20px;}
a, a:visited {text-decoration: none;color: inherit;}
@font-face {
    font-family: 'slab';
    src: url('../fonts/museo_slab_900-webfont.eot');
    src: url('../fonts/museo_slab_900-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/museo_slab_900-webfont.woff') format('woff'),
         url('../fonts/museo_slab_900-webfont.ttf') format('truetype'),
         url('../fonts/museo_slab_900-webfont.svg#museo_slab900') format('svg');
    font-weight: normal;
    font-style: normal;
}
h1 { font-size:24px; font-weight:normal; margin: 0px 0px 5px 0px; padding: 10px; text-transform:uppercase; font-family:'Oswald', sans-serif; color:#666666; }

#page-wrap {
	max-width: 810px;
	width: 100%;
}

body {
	background: url(../img/bg.jpg);
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	background-color: #6fb7fc;
	color: #525252;
    max-height: 950px;
}
nav {
	width: 75%;
	padding: 5px 0.25% 0 0.75%;
	margin: 0px auto;
    margin-bottom: 20px;
}
nav li {
	list-style: none;
	display: inline block;
	overflow: hidden;
	float: left;
	padding: 1px;
	width: 32%;
	margin: -5px 0.5% 0 0.5%;
}
nav li a {
	display: inline block;
    height: 36px;
	outline: none;
	position: relative;
	text-decoration: none;
	text-align: center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
    line-height: 2em !important;
}

nav li a:hover {
	-webkit-box-shadow: inset 0px -6px 0px 0px rgba(0,0,0,0.5),inset 0 0 0px 1px rgba(255,255,255,0.2);
	-moz-box-shadow: inset 0px -6px 0px 0px rgba(0,0,0,0.5),inset 0 0 0px 1px rgba(255,255,255,0.2);
	box-shadow: inset 0px -6px 0px 0px rgba(0,0,0,0.5),inset 0 0 0px 1px rgba(255,255,255,0.2);
}
nav li a,
nav li a:hover,
nav li a:visited {
	color: #ffffff;
	font: 13pt "slab", Helvetica, Arial, sans-serif;
	
	border-bottom: 4px solid  #3f65a2;
	background: #abe4f8;
	display: block;
	box-shadow: inset 0px 0px 0 rgba(255,255,255,0.5);
	background: #1e5799;
	background: -moz-linear-gradient(top,  #1e5799 0%, #2989d8 50%, #207cca 51%, #7db9e8 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1e5799), color-stop(50%,#2989d8), color-stop(51%,#207cca), color-stop(100%,#7db9e8));
	background: -webkit-linear-gradient(top,  #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%);
	Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%);
	+ */
background: -ms-linear-gradient(top,  #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%);
	background: linear-gradient(to bottom,  #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=0 );
}
nav li a:hover {
	background: #1a4c86;
	background: -moz-linear-gradient(top,  #1a4c86 0%, #2378bd 50%, #1c6bb0 51%, #57a5e1 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1a4c86), color-stop(50%,#2378bd), color-stop(51%,#1c6bb0), color-stop(100%,#57a5e1));
	background: -webkit-linear-gradient(top,  #1a4c86 0%,#2378bd 50%,#1c6bb0 51%,#57a5e1 100%);
	background: -o-linear-gradient(top,  #1a4c86 0%,#2378bd 50%,#1c6bb0 51%,#57a5e1 100%);
	background: -ms-linear-gradient(top,  #1a4c86 0%,#2378bd 50%,#1c6bb0 51%,#57a5e1 100%);
	background: linear-gradient(to bottom,  #1a4c86 0%,#2378bd 50%,#1c6bb0 51%,#57a5e1 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a4c86', endColorstr='#57a5e1',GradientType=0 );
}
nav li a:active {
	border: none;
	bottom: -4px;
	margin-bottom: 4px;
}


.homeBanner{
background: url(../img/header.png) 0 0 no-repeat;
    width: 100%;
    max-width: 810px;
    height: 260px;
    position:relative;

}

.homeBanner a{
font: 0.8em "slab", Helvetica, Arial, sans-serif;
text-align: center;
    background-color: #f84242;
    color: #fff !important;
    padding: 5px 17px 5px 17px;
    position:absolute;
    bottom: 10px;
    right: 102px;
}
.homeBanner a:hover{
 background-color: #cc2020;
}

.foot {
	background: url(../img/footer.png) 0 0 repeat-x;
	padding: 76px 0 20px;
	margin-top: 5px;
	height: 30px;
	position: absolute;
	bottom: 0px;
	width: 810px;
}
.prizingbg {
	background: url(../img/prizing-bg.jpg);
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	background-color: #6fb7fc;
	color: #525252;
}
.mascot{
    background-image: url(../img/mascot.png);
    background-repeat:no-repeat;
	width: 260px;
	height: 290px;
    float: left;
    position:absolute;
    bottom: 0;
    left: 0;
}

.map {
	background-image: url(../img/map.png);
	width: 810px;
	height: 429px;
    position: relative;
    background-repeat:no-repeat;
}
.londonh {
	position: absolute;left: 80px;top: 210px;
	width: 235px;height: 160px;}
.waterlooh {
	position: absolute;left: 197px;top: 84px;
	width: 180px;height: 145px;}
.guelphh {
	position: absolute;left: 380px;top: 30px;
	width: 175px;height: 150px;}

.kingstonh {
	position: absolute;left: 585px;top: 60px;
	width: 225px;height: 165px;}

.map a {background-repeat: no-repeat;}

.map a:hover.londonh {
	width: 220px;height: 155px;
	background-image: url(../img/maphovers/londonh.png);}
.map a:hover.waterlooh {
	width: 180px;height: 145px;
	background-image: url(../img/maphovers/waterlooh.png);}
.map a:hover.guelphh {
	width: 185px;height: 145px;
	background-image: url(../img/maphovers/guelphh.png);}
.map a:hover.kingstonh {
	width: 215px;height: 150px;
	background-image: url(../img/maphovers/kingstonh.png);}

.header {
	background-image: url(../img/banner.png);
	background-size: 100% 70px;
	background-repeat: no-repeat;
	width: 100%;
	height: 130px;
}
.header h1 {
	text-align: center;
	padding-top: 26px;
	font: 20pt "slab", Helvetica, Arial, sans-serif;
	letter-spacing: 2px;
	color: #fff;
}
.prizing-header {
	background-image: url(../img/prize-banner.png);
	background-size: 100% 100px;
	background-repeat: no-repeat;
	width: 100%;
	height: 100px;
}
.prizing-header h1 {
	text-align: center;
	padding-top: 37px;
	font: 26pt "slab", Helvetica, Arial, sans-serif;
	letter-spacing: 2.px;
	color: #fff;
}


/* ========================= */
.ticketHub {
	max-width: 810px;
	width: 66.4%;
    margin-top: 20px;    
	float: right;
}
.ticketContainer {
	width: 50% !important;
	float: left;
}
.town {
	width: 100%;
	height: 88px;
	background-size: 100% 88px;
	background-repeat: no-repeat;
}
.ticketButtons {
	width: 100%;
	height: 44px;
}
.ticketContainer .event {
	background-image: url(../img/tickets/event.png);
	background-size: 100% 44px;
	background-repeat: no-repeat;
	width: 50%;
	height: 44px;
	float: left;
}
.ticketContainer a:hover.event {
	background-image: url(../img/tickets/eventh.png);
	background-size: 100% 44px;
	background-repeat: no-repeat;
	width: 50%;
	height: 44px;
	float: left;
}
.ticketContainer .ticket {
	background-image: url(../img/tickets/buy.png);
	background-size: 100% 44px;
	background-repeat: no-repeat;
	width: 50%;
	height: 44px;
	float: right;
}
.ticketContainer a:hover.ticket {
	background-image: url(../img/tickets/buyh.png);
	background-size: 100% 44px;
	background-repeat: no-repeat;
	width: 50%;
	height: 44px;
	float: right;
}

/* ========================= */

.pic img{
width: 11.5%;
margin: 0 0.5% 10px 0.5%;
float: left;
}
/* ========================= */

.faqContainer{
margin: 0 25px 0 25px;
padding: ;
}
.faq .faq-close span,
        .faq .faq-open span {
            background-color: #3498db!important;
        }
.faq .entry-title {
    cursor: pointer;
    font: 1.2em "slab", Helvetica, Arial, sans-serif;
}
.faq-section-heading{
    color: #fff;
    font: 2em "slab", Helvetica, Arial, sans-serif;
    font-weight: 200;
    letter-spacing: normal;
    line-height: 1em;  
    
    text-shadow: 1px 1px 3px #15428b;
}
.question-detail-list {
  margin-bottom: 40px;
    padding: 10px 16px 15px 16px;
    background-color: #fff;
}
article.faq {
  border-bottom: none;
  margin-bottom: px;
  padding: 0;
}
article.faq h3 {
  font-size: 22px;
}
.faq-content {
  padding: 10px 0 10px 43px;
    font: 1em Helvetica, Arial, sans-serif;
}
.faq .faq-open span{
  background  : url(../img/minus.png) no-repeat center center;
}
.faq .faq-close span{
  background  : url(../img/plus.png) no-repeat center center;
}
.faq .faq-close span, .faq .faq-open span {
  background-color: #222;
  width: 30px;
  height: 30px;
  display: inline-block;
  position: relative;
  left: 0;
  top: 7px;
  margin-right: 12px;
}


/* ========================= */

#slides {
   width: 810px;
     height: 278px;
    overflow: hidden;
   max-width:810px;
    width: 100%; 
    position:relative; 
    border: 4px #fff solid;
}
#featuredShowSlides {
    width: 810px;
    height: 100%;
     height: 270px;
    overflow: hidden;
   max-width:810px;
    width: 100%;
    padding: 0;
    margin:0;
    position: relative;
     border: 6px #154c98 solid;
}
#featuredShowSlides li {
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
#featuredShowSlides li img { width:100%; height: 100%;  height: 270px; }
#featuredShowSlidesPrev,
#featuredShowSlidesNext { width: 29px; height: 34px; display: block; background: url(../img/slideNav.png) no-repeat 0 0; text-indent: -9999px; position: absolute; top: 0; right: 29px; z-index: 900; }
#featuredShowSlidesNext { background-position:-29px 0; right: 0; }
#featuredShowSlidesPrev:hover { background-position: 0 -34px; }
#featuredShowSlidesNext:hover { background-position: -29px -34px; } 



.timeblock {
	width: 100%;
	padding-top: 10px;
    background-color:rgba(255, 255, 255, 0.5);
    
}

.timertag{
    text-align:center;
    background-color: #1b5bb4 !important;
    font: 1.5em "slab", Helvetica, Arial, sans-serif !important;
    padding: 5px 10px 7px 10px !important;
    color: #fff !important;
}
.timer {
	text-align: left;
	color: #1664be;
	letter-spacing: 2px;
	font: 5.4em "", Helvetica, Arial, sans-serif;
	font-weight: 700;
	line-height: 0.9em;
	text-align: center;
	width: 100%;
    text-shadow: 3px 3px #fff;
    margin-top: -4px;
}
.timeblock .timer ul {
	display: inline-block;
}
.timeblock .timer ul li {
	float: left;
	text-align: center;
	position: relative;
}
.timeblock .timer ul li.seperator {
	font-size: .7em;
}
.timeblock .timer ul li p {
	font: .22em "slab", Helvetica, Arial, sans-serif;
	font-weight: 200;
	letter-spacing: normal;
	line-height: 1em;
}




