/* EnCana Events Centre Basic Style Sheet - V1 - July 13-2008 --*/
/* Coding by G. F. Currie, Eldoren Consulting --*/
/* --*/
/* ************************************************************ */

/* Basic Styles */
@charset "utf-8";

html, body, ul, ol, li, form, img { /* Basic default zeroing - use this in all stylesheets */
margin: 0;
padding: 0;
border: 0;
}

body {
padding: 10px 0 20px; /* Spaces the main box vertically */
font-size: 85%; /* Master font size control */
font-family: 'Trebuchet MS', arial, helvetica, sans-serif;
color: #52666D; /* Master text color control */
/*background: #000000 url(images/body-bg.gif) repeat-x 0 100% fixed;*/
background: #1D1D1D url(images/eec-background.jpg) no-repeat bottom center;

text-align: center; /* mainbox centering for IE5/Win */
}

/*** Generic element rules ***/


/*** Master link rules ***/

a:link {
color: #483D8B;
text-decoration: none;
}

a:visited {
color: #376654;
text-decoration: none;
}

a:hover {
color: #008B8B;
text-decoration: none;
}

a:active {
color: #b0bcc0;
text-decoration: none;
}

.breadcrumbs_txt {
	color: #004C9B;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: middle;
}
.breadcrumbs_txt a:link {
	color: #004C9B;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: middle;
}
.breadcrumbs_txt a:visited {
	color: #004C9B;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: middle;
}
.breadcrumbs_txt a:hover {
	color: #CCCCCC;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: middle;
}
.breadcrumbs_txt a:active {
	color: #004C9B;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: middle;
}


#container {
	width: 750px;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	background: #EBEBEB;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	color: #000;
}
#header {
	background: #DDDDDD;
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}

#topflash {
	width: 798; /* since this element is floated, a width must be given */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px; /* top and bottom padding create visual space within this div */
	height: 300px;
	}

#subflash {
	width: 798; /* since this element is floated, a width must be given */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px; /* top and bottom padding create visual space within this div */
	height: 175px;
	}


#menu {
	width: 798; /* since this element is floated, a width must be given */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0; /* top and bottom padding create visual space within this div */
	height: 50px;
    }

#news{
	float: left;
	width: 459px; /* since this element is floated, a width must be given */
	background-image: url(images/bgrd-bike.jpg) no-repeat; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 15px 10px 15px; /* top and bottom padding create visual space within this div */
	border-top: 1px solid white;
    }
#news2{
	float: left;
	width: 469px; /* since this element is floated, a width must be given */
	background: background-image:url(images/bgrd-bike.jpg) no-repeat;
	padding: 5px 15px 10px 15px; /* top and bottom padding create visual space within this div */
	border-top: 1px solid white;
    }

#news-100{
	float: left;
	width: 720px; /* since this element is floated, a width must be given */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px; /* top and bottom padding create visual space within this div */
	border-top: 1px solid white;
    }
#column80{
	float: left;
	width: 509px; /* since this element is floated, a width must be given */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px; /* top and bottom padding create visual space within this div */
	border-top: 1px solid white;
    }


#column80-short{
	float: left;
	width: 720px; /* since this element is floated, a width must be given */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px; /* top and bottom padding create visual space within this div */
	border-top: 1px solid white;
	height:100%;
    }

#column80-middle{
	float: left;
	width: 509px; /* since this element is floated, a width must be given */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px; /* top and bottom padding create visual space within this div */
	border-top: 1px solid white;
	height:100%;
    }

#column40-1{
	float: left;
	width: 240px; /* since this element is floated, a width must be given */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px; /* top and bottom padding create visual space within this div */
	border-top: 1px solid white;
    }
#column40-2{
	float: left;
	width: 240px; /* since this element is floated, a width must be given */
	background: #EBEBEe; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px; /* top and bottom padding create visual space within this div */
	border-top: 1px solid white;
    }
#calendar{
	float: left;
	width: 220px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 5px; /* top and bottom padding create visual space within this div */
	background-color: #ebebeb;
	border-top: 0px solid white;
    }

#calendar a:visited {
	color: #660066;
	text-decoration: none;
}


#calendar2{
	float: left;
	width: 220px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 5px; /* top and bottom padding create visual space within this div */
	background-color: #9999FF;
	border-top: 1px solid white;
    }

#column20{
	float: left;
	width: 180px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px; /* top and bottom padding create visual space within this div */
	background-color: #ffffff;
	height:100%;
	border-top: 1px solid white;
    }

#column20left{
	float: left;
	width: 210px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px; /* top and bottom padding create visual space within this div */
	background-color: #ffffff;
	height:100%;
	border-top: 1px solid white;
    }

#calendar p{
	color: #000000;
	padding: 5px 0; /* top and bottom padding create visual space within this div */
	text-align: center;
    }

#BotPromo1 {
	float: left;
	width: 234px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px; /* top and bottom padding create visual space within this div */
	background-color: #999699;
	height: 150px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	border-right: 1px solid white;
    }

#BotPromo2 {
	float: left;
	width: 219px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px; /* top and bottom padding create visual space within this div */
	background-color: #996696;
	height: 150px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	border-right: 1px solid white;
    }
#BotPromo3 {
	float: left;
	width: 219px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px; /* top and bottom padding create visual space within this div */
	background-color: #696699;
	height: 150px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
    }
#BotPromo4 {
	float: left;
	width: 214px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 15px; /* top and bottom padding create visual space within this div */
	height: 100px;
	background-color: #966699;
    }
#AdPromo1{
	float: left;
	width: 375px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0; /* top and bottom padding create visual space within this div */
	height: 80px;
	background-color: #000000;
	border-bottom: 1px solid white;
	border-top: 2px solid white;
    }
#AdPromo2{
	float: left;
	width: 375px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0; /* top and bottom padding create visual space within this div */
	height: 80px;
	background-color: #000000;
	border-bottom: 1px solid white;
	border-top: 2px solid white;
    }

#AdPromo1-75{
	float: left;
	width: 500px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0; /* top and bottom padding create visual space within this div */
	height: 80px;
	background-color: #ffffff;
	border-bottom: 1px solid white;
    }

	#AdPromo2-25{
	float: left;
	width: 250px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0; /* top and bottom padding create visual space within this div */
	height: 80px;
	background-color: #ffffff;
	border-bottom: 1px solid white;
    }
/* Tips for sidebar1:
1. Be aware that if you set a font-size value on this div, the overall width of the div will be adjusted accordingly.
2. Since we are working in ems, it's best not to use padding on the sidebar itself. It will be added to the width for standards compliant browsers creating an unknown actual width.
3. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".thrColElsHdr #sidebar1 p" rule.
*/

#sidebar1 {
	float: left;
	width: 11em; /* since this element is floated, a width must be given */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 0; /* top and bottom padding create visual space within this div */
}
#sidebar2 {
	float: right;
	width: 11em; /* since this element is floated, a width must be given */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 0; /* top and bottom padding create visual space within this div */
}
#sidebar1 h3, #sidebar1 p, #sidebar2 p, #sidebar2 h3 {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}

/* Tips for mainContent:
1. If you give this #mainContent div a font-size value different than the #sidebar1 div, the margins of the #mainContent div will be based on its font-size and the width of the #sidebar1 div will be based on its font-size. You may wish to adjust the values of these divs.
2. The space between the mainContent and sidebar1 is created with the left margin on the mainContent div.  No matter how much content the sidebar1 div contains, the column space will remain. You can remove this left margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.
3. To avoid float drop, you may need to test to determine the approximate maximum image/element size since this layout is based on the user's font sizing combined with the values you set. However, if the user has their browser font size set lower than normal, less space will be available in the #mainContent div than you may see on testing.
4. In the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs that may occur.
*/
#mainContent {
 	margin: 0 12em 0 12em; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */
}
#footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	line-height: 1.1em;
	background:#000000;
	background-image:url(images/footer.jpg);
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 75%;
	line-height: .7em;
	text-align:center;
}

/*  Lists  */

#news ul {
	padding: 15px;
}

#column20 ul {
	padding: 15px;
}

/*  LINKS  */

#footer a {
color: #DDDDDD;
line-height: .7em;
text-decoration: none;
}

#footer a:active, #footer a:hover {
color: #FFA500;
text-decoration: underline;
line-height: .7em;
}

#f-source-menu {
padding-bottom: 3px;
float:left;
}

/* Miscellaneous classes for reuse */

.copyright {
	padding: 10px 0 20px; /* Spaces the main box vertically */
	font-size: 75%; /* Master font size control */
	font-family: 'Trebuchet MS', arial, helvetica, sans-serif;
	color: #CCCCCC; /* Master text color control */
background: #000000
text-align: center; /* centering for IE5/Win */
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 0px;
    line-height: 0px;
}


/* New menu added by NJ at 29.Jul.2010 */

#new_menu_container {
	position:relative;
	width:750px;
	height:34px;
	margin-left:1px;
	background:url("images/top_menu_bg.jpg") no-repeat left top;
}

#new_menu_container ul {
	float:left;
	list-style-type:none;
	font-size:12px;
	line-height:14px;
}

#new_menu_container a {
	text-decoration:none;
	color:#5c5d5d;
	display:block;
	padding:5px 15px;
	z-index:10;
	position:relative;
}

#new_menu_container ul ul {
	display:none;
	opacity:0.92;
	filter:alpha(opacity=92);
	position:absolute;
	background:#f5f5f5;
	padding-top:15px;
	margin-top:-1px;
	border:1px solid #bfbfbf;
	z-index:5;zoom:1
}

#new_menu_container ul li {
	float:left;
	padding:5px 0px;
}

#new_menu_container ul li.hover ul {
	display:block;
	-moz-border-radius-bottomright:3px;
	-moz-border-radius-bottomleft:3px;
	-moz-border-radius-topright:3px;
	-webkit-border-radius-topright:3px;
	-webkit-border-radius-bottomright:3px;
	-webkit-border-radius-bottomleft:3px;
	-o-border-radius-topright:3px;
	-o-border-radius-bottomright:3px;
	-o-border-radius-bottomleft:3px;
	border-radius-topright:3px;
	border-radius-bottomright:3px;
	border-radius-bottomleft:3px;
	-moz-box-shadow:3px 3px 3px #666;
	-webkit-box-shadow:3px 3px 3px #666;
	-o-box-shadow:3px 3px 3px #666;
	box-shadow:3px 3px 3px #666; 
	zoom: 1;
	z-index:5;
}

#new_menu_container ul li.hover ul li a {
	color:#5c5d5d;
	padding:0;
}

#new_menu_container ul li.hover a {
	color:#990000;
	background:#f5f5f5;
	padding:4px 14px;
	border-top:1px solid #bfbfbf;
	border-left:1px solid #bfbfbf;
	border-right:1px solid #bfbfbf;
	-moz-border-radius-topright:3px;
	-moz-border-radius-topleft:3px;
	-webkit-border-radius-topright:3px;
	-webkit-border-radius-topleft:3px;
	border-radius-topright:3px;
	border-radius-topleft:3px;
}

#new_menu_container ul li ul li.hover a {
	color:#990000;
	background:#d1d1d1;
}

#new_menu_container ul ul li {
	float:none;
	display:block;
	padding:0px;
	margin-bottom:10px;
	margin-left:2px;
	margin-right:2px;
	white-space:nowrap;
	border:0px;
}

#f-source-menu #new_menu_container ul li ul li a {
    padding:5px 8px;
    border:0px;
    z-index:7;
    position:relative;
}

#gallery_container {
    height:300px;
    width:775px;
    float:left;
    position:relative;
    overflow:hidden;
}

.gallery_item {
    width:525px;
    height:300px;
    position:absolute;
    top:0px;
    left:0px;
    overflow:hidden;
    display:none;
}

.displayed {
    display:block;
}

.gallery_item img {
    width:525px;
    position:absolute;
    top:0px;
    left:0px;
    z-index:14;
}


.gallery_item a.main_link {
    width:525px;
    height:300px;
    position:absolute;
    top:0px;
    left:0px;
    z-index:15;
}


.gallery_item a:hover {
    color:white;
}

.gallery_item .enter_here,.gallery_item .event_info,.gallery_item .purchase_tickets {
    position:absolute;
    display:block;
    text-align:left;
    height:16px;
    border-left:2px solid white;
    left:28px;
    bottom:18px;
    padding-left:5px;
    padding-right:15px;
    z-index:20;
    color:white;
    font-size:16px;
    line-height:16px;
    text-decoration:none;
    font-weight:bold;
    text-shadow: #aaaaaa 2px 1px 2px; 
}

.gallery_item .purchase_tickets {
    left:260px;
}

.gallery_item span {
    position:relative;
}

.stripe {
    z-index:15;
    position:absolute;
    width:525px;
    height:29px;
    left:0px;
    bottom:12px;
    background:black;
    opacity:0.5;
    filter:alpha(opacity=50);
}

.hidden {
    display:none;
}

#gallery_controls {
    position:absolute;
    width:220px;
    left:525px;
    top:0px;
    overflow:hidden;
    font-familu:Verdana;
}

#gallery_controls li {
    float:left;
    width:100%;
    height:48px;
    line-height:14px;
    color:white;
    font-size:20px;
    border-top:1px solid #363b3f;
    border-bottom:1px solid #0d0e10;
    display:block;
    position:relative;
    background:url("images/gallery_control_bg.jpg") repeat-x left top;
    cursor:pointer;
}

#gallery_controls li.selected,#gallery_controls li.hover{
    background-image:url("images/gallery_control_bg_hover.jpg");
}
#gallery_controls li .artist {
    position:absolute;
    left:15px;
    padding-right:15px;
    top:9px;
    font-size:14px;
    font-weight:bold;
    font-style:italic;
    z-index:20;
}

#gallery_controls li span.control_arrows{
    background:url("images/control_arrows.gif") no-repeat left center;
    height:23px;
    width:22px;
    display:none;
    position:absolute;
    left:5px;
    bottom:12px;
    display:none;
    font-size:23px;
    z-index:15;
}

html>body #gallery_controls li span.control_arrows{
    background:url("images/control_arrows.png") no-repeat left center;
}

#gallery_controls li .date {
    position:absolute;
    left:15px;
    bottom:9px;
    font-size:12px;
    z-index:20;
    padding-right:15px;
}

/* jQuery Countdown styles 1.5.8. */
.hasCountdown {
	border: 0px solid #ccc;
	background-color: #eee;
}
.countdown_rtl {
	direction: rtl;
}
.countdown_holding span {
	background-color: #ccc;
}
.countdown_row {
	clear: both;
	width: 100%;
	padding: 0px 2px;
	text-align: center;
}
.countdown_show1 .countdown_section {
	width: 98%;
}
.countdown_show2 .countdown_section {
	width: 48%;
}
.countdown_show3 .countdown_section {
	width: 32.5%;
}
.countdown_show4 .countdown_section {
	width: 24.5%;
}
.countdown_show5 .countdown_section {
	width: 19.5%;
}
.countdown_show6 .countdown_section {
	width: 16.25%;
}
.countdown_show7 .countdown_section {
	width: 14%;
}
.countdown_section {
	display: block;
	float: left;
	font-size: 75%;
	text-align: center;
}
.countdown_amount {
	font-size: 200%;
}
.countdown_descr {
	display: block;
	width: 100%;
}