/* FOR NON-WEB SAFE FONT */
/* FOR IE */
@font-face {
	font-family: 'PreloSlab Book';
	src: url('http://cfl.assets.mrx.ca/bc/fonts/preloslab-book.eot');
}
/* Good browsers */
@font-face {
	font-family: 'PreloSlab Book';
	src: local('PreloSlab Book'), url('http://cfl.assets.mrx.ca/bc/fonts/preloslab-book.otf') format("opentype");
}
@font-face {
	font-family: 'PreloSlab Book';
	src: local('PreloSlab Book Italic'), url('http://cfl.assets.mrx.ca/bc/fonts/preloslab-book-italic.otf') format("opentype");
	font-style: italic;
}

/* GLOBAL START */
/**************************************************/
html, body, h1, h2, h3, h4, h5, h6, p, blockquote, ul, ol, ul li, form, fieldset, input {
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

ul, ul li {
	list-style-type: none;
}

fieldset {
	border: none;
}

body {
	font-size: 62.5%;
	font-family: Arial, Helvetica, sans-serif;
	/* font-family: PreloSlab Book, */
	word-spacing: normal;
	letter-spacing: 0;
	background: #000;
}

a {
	color: #f05523;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
}

.container {
	display: block;
	width: 985px;
	margin: 0 auto;
}

.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
	height: 1px;
}
a img {
	text-decoration: none;
	border: none;
}
.col1 {
	float: left;
	width: 658px;
}
.col2 {
	float: left;
	width: 300px;
	margin-left: 09px;
}

/**************************************************/
/* END GLOBAL */

/* HEADER START */
/**************************************************/
.header {
	position: relative;
}
.header .ads {
	float: left;
	clear: both;
	width: 985px;
}
/**************************************************/
/* HEADER END */

/* NETWORK BAR START */
/**************************************************/
.header .network {
	float: left;
	clear: both;
	display: block;
	padding: 8px 0;
	width: 985px;
	border-bottom: 5px solid #f25e27;
	position: relative;
}
.network .cflnetwork {
	float:left;
	padding:5px 0 0;
	position:relative;
	z-index:99;
}
.network .cflnetwork  ul li ul {
	display: none;
	position: absolute;
}
.network  .cflnetwork ul li:hover .leaguenavdropdown ul {
	display: block;
}
.cflnetwork .cfl_network_button{
	padding: 2px 0 0 0;
}
.cflnetwork .leaguenavdropdown .leaguenavdrop{
	background-color: #000;
	border: 2px solid #fff;
	left:0;
	padding:3px 0 0 0;
	position:absolute;
	width:936px;
	z-index:50;
	height:160px;
}
.cflnetwork .leaguenavdropdown .leaguenavdrop .navdiv {
	float: left;
	padding: 0;
	width: 150px;
	margin: 10px 0 0;
}
.cflnetwork .leaguenavdropdown .leaguenavdrop .bottomnav_logo {
	float:left;
	padding: 20px 20px 30px 20px;
}
.cflnetwork .leaguenavdropdown .leaguenavdrop ul {
}
.cflnetwork .leaguenavdropdown .leaguenavdrop  li {
	list-style-type: disc;	
	margin: 0;
}
.navdiv .title, .navdiv .title2 {
	color: #fff;
	font-size: 1.2em;
	font-weight: bold;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	width: 100px;
}
.leaguenavdrop li a {
	color:#fff;	
	font-size:1.1em;
	font-weight: normal;
	text-decoration: none;
}
.leaguenavdrop li a:hover {
	text-decoration: underline;
}

.header .sites {
	display: block;
	float: left;
	margin-left: 70px;
}
.header .sites ul {
	list-style-type: none;
}
.header .sites ul li {
	float: left;
}
.header .sites ul li a {
	display: block;
	height: 30px;
	width: 45px;
	text-indent: -9999px;
	overflow: hidden;
	background: url('http://cfl.assets.mrx.ca/bc/images/2010/network_logos.jpg') no-repeat;
}
.header .sites ul li a.sprite-cfl { background-position: 0 -35px; }
.header .sites ul li a.sprite-edm { background-position: -98px -36px; }
.header .sites ul li a.sprite-cgy { background-position: -46px -35px; }
.header .sites ul li a.sprite-sask { background-position: -153px -35px; }
.header .sites ul li a.sprite-wpg { background-position: -208px -35px; }
.header .sites ul li a.sprite-ham { background-position: -317px -37px; }
.header .sites ul li a.sprite-tor { background-position: -263px -37px; }
.header .sites ul li a.sprite-mtl { background-position: -372px -35px; }
.header .sites ul li a.sprite-lcf { background-position: -428px -35px; }

.header .sites ul li a.sprite-cfl:hover { background-position: 0 -2px; }
.header .sites ul li a.sprite-edm:hover { background-position: -98px -3px; }
.header .sites ul li a.sprite-cgy:hover { background-position: -46px -2px; }
.header .sites ul li a.sprite-sask:hover { background-position: -153px -2px; }
.header .sites ul li a.sprite-wpg:hover { background-position: -208px -2px; }
.header .sites ul li a.sprite-ham:hover { background-position: -317px -4px; }
.header .sites ul li a.sprite-tor:hover { background-position: -263px -4px; }
.header .sites ul li a.sprite-mtl:hover { background-position: -372px -2px; }
.header .sites ul li a.sprite-lcf:hover { background-position: -428px -2px; }

/**************************************************/
/* NETWORK BAR END */


/* FACEBOOK CONNECT START */
/**************************************************/
.network .left2 {
	margin-left: 40px;
}
.network .left2 a {
	text-decoration: none;
}
.network .left2 #facebook_login .fb_button {
	margin-top: 6px;
}
.network .left2 #facebook_login .left-padding {
	color: #fff;
	margin: 10px 7px;
}
.network .left2 #floaty_login {
	z-index: 100;
	overflow:hidden;
}
/**************************************************/
/* FACEBOOK CONNECT END */


/* BANNER START */
/**************************************************/
.header .cflsearch {
	position: absolute;
	bottom: 0;
	right: 0;
	display: block;
	width: 173px;
	height: 37px;
	overflow: hidden;
	background: url('http://cfl.assets.mrx.ca/bc/images/2010/search_bg.jpg') no-repeat;
}
.cflsearch input {
	width: 100px;
	height: 18px;
	color: #7b7b7b;
	border: 1px solid #7b7b7b;
	float: left;
	margin: 10px 0 0 33px;
	padding: 0 5px;
}
.cflsearch button {
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	border: none;
	background: url('http://cfl.assets.mrx.ca/bc/images/2010/search_button.png') no-repeat;
	float: left;
	margin: 10px 0 0 3px;
	width:24px;
	height:24px;
}
.header .banner {
	position: relative;
	display: block;
	float: left;
	width: 985px;
	height: 134px;
	background: url('http://cfl.assets.mrx.ca/bc/images/2010/header_bg.jpg') no-repeat;
	border-top: 4px solid #fff;
	cursor: pointer;
	clear: both;
}
.header .banner_sponsor {
	position: relative;
	top: 5px;
	left: 0;
}
.header h1 a {
	display: block;
	position: absolute;
	top: 210px;
	right: 0;
	width: 175px;
	height: 137px;
	text-indent: -9999px;
	overflow: hidden;
	background: url('http://cfl.assets.mrx.ca/bc/images/2010/logo-keyline.png') no-repeat;
	z-index: 98;
}
.header .banner span.tagline {
	display: none;
}
span.player {
	display: block;
	position: absolute;
	top: 116px;
	left: 40px;
	width: 159px;
	height: 166px;
	background: url('http://cfl.assets.mrx.ca/bc/images/2010/header_player1.png') no-repeat;
	z-index: 10;
}
/**************************************************/
/* BANNER END */

/* NAVIGATION START */
/**************************************************/
.header .nav {
	display: block;
	float: left;
	width: 1008px;
	height: 55px;
	margin-left: -59px;
	padding-left: 36px;
	background: url('http://cfl.assets.mrx.ca/bc/images/2010/nav_bg.png') no-repeat;
	clear: both;
}
.header .nav ul#mainnav {
	margin-left: 35px;
}
.header .nav ul li {
	display: block;
	position: relative;
	float: left;
	margin: 5px 0;
	height: 35px;
	padding: 5px 0;
	z-index: 5;
}
.header .nav ul li a {
	display: block;
	position: relative;
	height: 20px;
	padding: 10px 6px 5px;
	font-size: 1.4em;
	font-style: italic;
	color: #000;
	text-decoration: none;
	border-right: 1px solid #f26e44;
	z-index: 5;
}
.header .nav ul li a:hover {
	color: #fff;
	background: url('http://cfl.assets.mrx.ca/bc/images/2010/nav_bg_hover.png') no-repeat;
}
.header .nav ul li a.last {
	border: none;
}
.header .nav ul li ul {
	display: none;
}
.header .nav ul li ul.last_dropdown {
	left: -185px;
}
.header .nav ul li:hover ul {
	display: block;
	position: absolute;
	top: 40px;
	background: #000;
	border: 1px solid #ef5c29;
}
.header .nav ul li ul li {
	display: block;
	position: relative;
	float: left;
	clear: left;
	margin: 3px 0;
	height: auto;
	padding: 0;
	width: 290px;
	z-index: 10;
}
.header .nav ul li ul li a {
	display: block;
	height: auto;
	padding: 2px 10px;
	font-size: 1.2em;
	font-style: normal;
	color: #fff;
	text-decoration: none;
	border: none;
	width: 250px;
}
.header .nav ul li ul li a:hover {
	color: #000;
	background: #ef5c29;
}
.header .nav ul li .subsubnav {
	padding-top: 1px;
	border-top: 1px dotted #ef5c29;
	border-bottom: 1px dotted #ef5c29;
}
.header .nav ul li .subsubnav a {
	float: left;
	width: 230px;
	height: auto;
	line-height: normal;
	font-size: 1.1em;
	padding: 3px 0 3px 20px;
}
/**************************************************/
/* NAVIGATION END */


/* BODY START */
/**************************************************/
.body {
	background: #fff;
	display: block;
	width: 967px;
	padding: 9px;
	float: left;
	position: relative;
}

/**************************************************/
/* BODY END */

/* FOOTER START */
/**************************************************/
.f_container {
	width: 100%;
	position: relative;
	float: left;
	clear: both;
	background: url('http://cfl.assets.mrx.ca/bc/images/2010/footer_bg.jpg') repeat-x left bottom;
}
.f_container .footer {
	display: block;
	width: 985px;
	margin: 0 auto;
	background: #000;
}

.footer .leaguenav {
	position: relative;
	float: left;
	width: 985px;
	border-bottom: 1px solid #2f2f2f;
}
.leaguenav .bottomnav_logo {
	float:left;
	padding: 20px 20px 30px 20px;
}
.leaguenav .navdiv {
	float: left;
	padding: 0;
	width: 150px;
	margin: 10px 0 0;
}
.leaguenav li a {
	color:#fff;
	font-size:1.1em;
	font-weight: normal;
	text-decoration: none;
}
.leaguenav li a:hover {
	text-decoration: underline;
}
.footer h3 {
	color: #f05523;
	font-size: 1.2em;
	font-weight: bold;
}
.footer p {
	width: 100%;
	text-align: center;
	color: #fff;
}
.footer .copyright a {
	color: #fff;
	text-decoration: none;
	margin: 0 5px;
}
.footer a:hover {
	text-decoration: underline;
}

.footer .contact {
	width: 400px;
	display: block;
	margin: 0 auto;
	padding-top: 15px;
	position: relative;
	clear: both;
}
.footer .copyright {
	margin: 10px 0;
}
.footer .contact p {
	text-align: left;
}
.footer .mrx {
	margin: 20px 0 10px;
}

/**************************************************/
/* FOOTER END */

/* SCHEDULE START */
/**************************************************/
.schedule_block {
	float: left;
	position: relative;
	display: block;
	width: 300px;
	background: #372e2c url('http://cfl.assets.mrx.ca/bc/images/2010/sked_bg.jpg') no-repeat bottom left;
}
.schedule_block .heading {
	width: 300px;
	height: 29px;
	padding-top: 4px;
	position: relative;
	display: block;
	background: url('http://cfl.assets.mrx.ca/bc/images/2010/widecol_hbg.jpg') no-repeat;
	border-bottom: 3px solid #f05523;
}
.schedule_block .heading ul {
	list-style-type: none;
	padding: 0;
}
.schedule_block .heading ul li {
	float: left;
	margin: 0 4px;
	padding: 0;
}
.schedule_block .heading ul li a {
	display: block;
	height: 23px;
	width: 67px;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
	font-size: 1.1em;
	font-weight: bold;
	padding: 6px 0 0;
	text-align: center;
	line-height: 0.9em;
}
.schedule_block .heading ul li a:hover, .schedule_block .heading ul li a.active {
	color: #000;
	background: url('http://cfl.assets.mrx.ca/bc/images/2010/tab_active.jpg') repeat-x;
}

.schedule_block .gameblock {
}
.schedule_block .gameblock .teams {
	display: block;
	text-align: center;
	margin: 20px 0;
}
.schedule_block .gameblock .teams {
	margin-left: 15px;
}
.schedule_block .gameblock .teams img {
	float: left;
}
.schedule_block .gameblock span.vs {
	display: block;
	float: left;
	color: #fff;
	font-size: 1.2em;
	font-weight: bold;
	margin: 50px 5px 0;
}
.schedule_block .date {
	clear: both;
	display: block;
	float: left;
	width: 100%;
	text-align: center;
	font-size: 1.5em;
	color: #fff;
	text-transform: uppercase;
	margin: 15px 0 5px;
}
.schedule_block .presentedby {
	clear: both;
	display: block;
	float: left;
	width: 100%;
	text-align: center;
}
.schedule_block .presentedby a {
	margin: 0 5px;
}
.schedule_block .gamelinks {
	clear: both;
	float: left;
	display: block;
	width: 100%;
	text-align: center;
}
.schedule_block .gamelinks .plinks {
	display: block;
	width: 230px;
	height: 31px;
	overflow: hidden;
	margin: 0 auto 10px;
}
.schedule_block .gamelinks .slinks {
	display: block;
	clear: left;
	text-align: center;
	width: 100%;
	margin: 0 0 10px;
}
.schedule_block .gamelinks a.bubble {
	display: block;
	float: left;
	width: 100px;
	background: url('http://cfl.assets.mrx.ca/bc/images/2010/widecol_hbg.jpg') no-repeat -30px -5px;
	border: 1px solid #fff;
	text-align: center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 5px 0;
	font-size: 1.2em;
	margin: 5px 5px;
}
.schedule_block .gamelinks a {
	color: #fff;
	border-right: 1px solid #fff;
	padding: 0 5px;
}
.schedule_block .gamelinks a.last {
	border-right: none;
}
/**************************************************/
/* SCHEDULE END */


/* FAN POLL START */
/**************************************************/
.poll_container {
	float: left;
	position: relative;
	display: block;
	width: 300px;
	border: 1px solid #999;
	border-top: none;
	margin-top: 10px;
}
.poll_container .relatedheader {
	display: block;
	height: 29px;
	border-top: 3px solid #F05523;
	background: url('http://cfl.assets.mrx.ca/bc/images/2010/widecol_hbg.jpg') no-repeat;
}
.poll_container .relatedheader h4 {
	float: left;
	color: #fff;
	font-size: 1.6em;
	margin: 5px 0 0 10px;
}
.poll_container .relatedheader h4 span {
	color: #F05523;
}
.poll_container .relatedheader .floatRight {
	float: right;
	margin: 8px 10px 0 0;
}
.poll_container .relatedheader .floatRight a {
	color: #fff;
	font-size: 1.3em;
	padding: 0 10px 0 0;
	background: url('http://cfl.assets.mrx.ca/bc/images/2010/arrow_smallorangeright.png') no-repeat right center;
	font-weight: normal;
}
.poll_container .poll .polltitle {
	font-size: 1.3em;
	margin: 15px;
}
.poll_container .poll .pollbox {
	margin: 0 15px 15px;
}
.poll_container .pollbox ul {
}
.poll_container .pollbox ul li {
	margin: 5px 0;
}
.poll_container .pollbox ul li a {
	padding: 1px 0 0 25px;
	background: url('http://cfl.assets.mrx.ca/bc/images/2010/radiobutton.jpg') no-repeat left top;
	color: #000;
	font-size: 1.1em;
	display: block;
	height: 15px;
	font-weight: normal;
}
.poll_container .pollbox ul li a:hover {
	text-decoration: none;
}
.poll_container .pollbox ul li.pollanswer {
	margin-left: 25px;
	font-size: 1.2em;
}
.poll_container .pollbox .percentbar {
	display: block;
	height: 15px;
	background: #F05523;
	color: #fff;
	padding: 2px 0 0 5px;
}
.poll_container .pollbox .pollvotes {
	font-size: 1.2em;
	margin-top: 10px;
}

/**************************************************/
/* FAN POLL END */

/* FAN SPEAK START */
/**************************************************/

.fanzone {
	border: 1px solid #999;
	border-top: none;
	display: block;
	float: left;
	margin-top: 10px;
	position: relative;
	width: 300px;
}
.fanzone .fanspeak_header {
	background: url('http://cfl.assets.mrx.ca/bc/images/2010/widecol_hbg.jpg') no-repeat;
	display: block;
	height: 29px;
	border-bottom: 3px solid #f05523;
	padding-left: 5px;
}
.fanzone .twitter_container, .fanzone .facebook_container {
}
.fanzone a.twitter, .fanzone a.facebook {
	display: block;
	width: 38px;
	height: 28px;
	text-indent: -9999px;
	overflow: hidden;
	float: left;
	margin-top: 1px;
}
.fanzone a.twitter {
	background: url('http://cfl.assets.mrx.ca/bc/images/2010/icon_twitter.png') no-repeat;
}
.fanzone a.facebook {
	background: url('http://cfl.assets.mrx.ca/bc/images/2010/icon_facebook.png') no-repeat;
}
.fanzone a.twitter.active {
	background: url('http://cfl.assets.mrx.ca/bc/images/2010/icon_twitter_on.png') no-repeat;
}
.fanzone a.facebook.active {
	background: url('http://cfl.assets.mrx.ca/bc/images/2010/icon_facebook_on.png') no-repeat;
}
.fanzone .entry {
	display: block;
	margin: 10px 10px 0;
	padding: 0 0 10px;
	border-bottom: 1px solid #f2f2f2;
	font-size: 1.1em;
}
.fanzone .entry.last {
	border: none;
}
.fanzone .entry span.name {
	color: #f05523;
	font-weight: bold;
}
.fanzone .entry a {
	color: #f05523;
	text-decoration: none;
}
.fanzone .entry a:hover {
	text-decoration: underline;
}
.fanzone .entry span.date {
	clear: both;
	color: #abadb0;
}
/**************************************************/
/* FAN SPEAK END */


/* RIGHT COLUMN ADBLOCK START */
/**************************************************/
.col2 .adblock {
	float:left;
	margin-top: 10px;
}
/**************************************************/
/* RIGHT COLUMN ADBLOCK END */


/* BCLIONS STORE START */
/**************************************************/
.store_container {
	float: left;
	position: relative;
	display: block;
	width: 300px;
	border: 1px solid #999;
	border-top: none;
	margin-top: 10px;
}
.store_container .relatedheader {
	display: block;
	height: 29px;
	border-top: 3px solid #F05523;
	background: url('http://cfl.assets.mrx.ca/bc/images/2010/widecol_hbg.jpg') no-repeat;
}
.store_container .relatedheader .storeheader {
	float: left;
	color: #fff;
	font-size: 1.6em;
	margin: 5px 0 0 10px;
}
.store_container .relatedheader .storeheader span {
	color: #F05523;
}
.store_container .relatedheader .right {
	float: right;
	margin: 8px 10px 0 0;
}
.store_container .relatedheader .right a {
	color: #fff;
	font-size: 1.3em;
	padding: 0 10px 0 0;
	background: url('http://cfl.assets.mrx.ca/bc/images/2010/arrow_smallorangeright.png') no-repeat right center;
	font-weight: normal;
}
/**************************************************/
/* BCLIONS STORE END */

/* BREAKING NEWS START */
/**************************************************/
.breaking_news {
	float:left;
	width:100%;
	margin-bottom:1px;
}
.breaking_news a.fb_news {
	background: url('http://cfl.assets.mrx.ca/bc/images/2010/icon_facebook_grey.png') no-repeat center center;
}
.breaking_news a.twitter_news {
	background: url('http://cfl.assets.mrx.ca/bc/images/2010/icon_twitter_grey.png') no-repeat center center;
}
.breaking_news a.fb_news, .breaking_news a.twitter_news {
	display: block;
	float: left;
	height: 29px;
	overflow: hidden;
	text-indent: -9999px;
	width: 28px;
	margin-right:1px;
	margin-bottom:1px;
}
.breaking_news a.fb_news:hover {
	background: url('http://cfl.assets.mrx.ca/bc/images/2010/icon_facebook.png') no-repeat center center;
}
.breaking_news a.twitter_news:hover {
	background: url('http://cfl.assets.mrx.ca/bc/images/2010/icon_twitter.png') no-repeat center center;
}
.breaking_news a.fb_news:hover, .breaking_news a.twitter_news:hover {
	display: block;
	float: left;
	height: 28px;
	overflow: hidden;
	text-indent: -9999px;
	width: 28px;
}
.breaking_news .hot_links {
	float:left;
	font-size: 1.4em;
	font-weight: bold;
	text-transform: capitalize;
	margin-top: 5px;
	padding: 0 10px 0 20px;
}
/**************************************************/
/* BREAKING NEWS END */