/****************************************************************************
 *
 * Global Styles.
 *
 ****************************************************************************/

/* CSS Reset ****************************************************************/

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, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	font-family: helvetica, arial, sans-serif;
	font-size: 62.5%;
	line-height: 1;
	background-color: #000000;
	background: #000000 url('http://ohl.assets.mrx.ca/sarnia/images/en/2010/background2.jpg') top center no-repeat;
}

img {
	border: 0;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* CSS Sugar ****************************************************************/

.dummy_w,
.dummy {
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.dummy {
	background: transparent url('/images/chl-wireframes/box.jpg') no-repeat center;
}

.dummy_w {
	background: transparent url('/images/chl-wireframes/box-w.jpg') no-repeat center;
}

.clear {
	clear: both;
	height: 0.1px;
}

.hidden {
	display: none;
}

/* 
body > * {
	border: 1px solid red;
}
body > * > * {
	border: 1px solid orange;
}
body > * > * > * {
	border: 1px solid yellow;
}
body > * > * > * > * {
	border: 1px solid green;
}
body > * > * > * > * > * {
	border: 1px solid blue;
}
body > * > * > * > * > * > * {
	border: 1px solid indigo;
}

body > * > * > * > * > * > * > * {
	border: 1px solid violet;
}
 */


/*
div {
	filter:alpha(opacity=50);
	filter: “alpha(opacity=50)”;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
	opacity:.50;
}
 */


/* Global Styles ************************************************************/

a {
	text-decoration: none;
	color: #e89f02;	
}

a:hover {
	color: #a1a1a1;
}

.button {
	display: inline-block;
	margin: 3px;
	padding: 3px;
	
	font-size: 10px;
	line-height: 10px;
	font-weight: bold;
	text-transform: uppercase;
	zoom: 1; /* ie7 hasLayout bug */
 
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;

	background: url('http://ohl.assets.mrx.ca/sarnia/images/en/2010/button_gradient.png') repeat-x;
	-moz-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	-khtml-background-size: 100% 100%;
	background-size: 100% 100%;

	border: 1px solid #cf9800;
	color: #000000;
}

.button.dark,
.button.selected {
	background: url('http://ohl.assets.mrx.ca/sarnia/images/en/2010/button_dark_gradient.png') repeat-x;
	color: #808080;
	border: 1px solid #303030;
}

.button:hover {
} 

.button a {
	text-decoration: none;
	color: #000000;
}

.button.selected a {
	color: #808080;
}

.button.dark a {
	color: #ffffff;
}

.button.selected:hover {
}

.buttonbar {
	margin: 0px;
	padding: 0px;

}

.buttonbar .button {
	float: left;
	margin: 0px;
	border-left: none;

	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	-khtml-border-radius: 0px;
	border-radius: 0px;
}

.buttonbar .button:first-child {

	border-left: 1px solid #cf9800;

	-moz-border-radius-topleft: 3px;
	-webkit-border-radius-topleft: 3px;
	-khtml-border-radius-topleft: 3px;
	border-radius-topleft: 3px;

	-moz-border-radius-bottomleft: 3px;
	-webkit-border-radius-bottomleft: 3px;
	-khtml-border-radius-bottomleft: 3px;
	border-radius-bottomleft: 3px;
}

.buttonbar .button:last-child {
	-moz-border-radius-topright: 3px;
	-webkit-border-radius-topright: 3px;
	-khtml-border-radius-topright: 3px;
	border-radius-topright: 3px;

	-moz-border-radius-bottomright: 3px;
	-webkit-border-radius-bottomright: 3px;
	-khtml-border-radius-bottomright: 3px;
	border-radius-bottomright: 3px;
}

.body_container .header, 
.body_container h1,
.body_container h2 {
	position: relative;
	background: #101010;

	height: 26px;
	line-height: 26px;
	vertical-align: middle;
	font-size: 18px;
	font-weight: bold;

	color: #ffffff;

	padding: 3px;
	padding-left: 10px; 
	margin-left: -0.5px; /* Fix rendering problem on linux firefox. */

	text-transform: uppercase;
	border-bottom: 1px solid #202020;	

	background: url('http://ohl.assets.mrx.ca/sarnia/images/en/2010/header_gradient.png') repeat-x;
	-moz-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	-khtml-background-size: 100% 100%;
	background-size: 100% 100%;


}

/* Layout *******************************************************************/

.body_container {
	width: 964px;
	position: relative; 
	margin: 0 auto;
	z-index: 200;
}

.body_container > #header {
	position: relative;
	height: 285px;
	z-index: 400;
	zoom: 1; /* ie7 hasLayout bug */
}

.body_container > .col1 {
	width: 649px;
	float: left;
	margin-top: 5px;
}

.body_container > .col2 {
	float: right;
	width: 310px;
	margin-top: 5px;
}

.body_container > .col1 > .col1_right {
	float: right;	
	width: 444px;
	margin-top: 5px;
}

.body_container > .col1 > .col1_left {
	float: left;	
	width: 200px;
	margin-top: 5px;
}

.body_container > .col1 .triple {
	float: right;
	margin-left: 6px;
	width: 154px;
}
.body_container > .col1 .triple:first-child {
	float: left;
	margin-left: 0px;
	margin-right: 0px;
}

.body_container > .col1 > .col1_right .promo {
	float: right;
	width: 100%;
}

.body_container > .col1 > .col1_right .promo:first-child {
	float: left;	
}

.footer {
	background-color: #000000;
	width: 100%;
	position: relative; 
	margin-bottom: none;
}

.promoleft .random_promo {
	margin: 5px 0px;
}

.promoright .random_promo {
	margin: 2px;
	float: left;
}
/****************************************************************************
 *
 * Page Components
 *
 ****************************************************************************/

/* BigBox *******************************************************************/

.bigbox {
	border: 5px solid #202020;
	margin-top: 5px;
}

/* Header *******************************************************************/

#header {
	width: 1000px;
	position: relative; 
	margin: 0 auto;
	zoom: 1; /* ie7 hasLayout bug */
}

#header .ad_header {
}

#header .ad_header .ad_leaderboard {
	position: relative;
	float: left;
	width: 748px;
	height: 92px;
	margin-top: 10px;
}

#header .ad_header .ad_promobox {
	position: relative;
	float: right;
	width: 234px;
	height: 90px;
	margin-top: 10px;
}


/* League Nav Bar ***********************************************************/

.leagueNav{
	position: relative;
	margin: 0 auto;
	width: 998px;
	height: 40px;
	border: 1px solid #9f9f9f;
	background: transparent url('http://chl.assets.mrx.ca/league/images/en/wireframe/league-selector-bg.gif') repeat-x scroll left center;

}

.teamSprite_icons{
	float: left;
	width: 740px; height: 100%;
	border-left: 1px solid #9F9F9F;
	border-right: 1px solid #9F9F9F;
	background: transparent url('http://chl.assets.mrx.ca/league/images/en/wireframe/league-nav-bg.gif') repeat-x scroll left center;
}

.league_graphic{
	float: left;
	width: 62px;
	height: 100%;
	background: transparent url('http://chl.assets.mrx.ca/ohl/images/en/wireframe/2leagueNav-ohl.jpg') no-repeat center;
}

.league_graphic a {
	text-decoration: none;
	width: 100%;
	height: 100%;
	display: block;
}

.chl_graphic {
	position: absolute;
	top: 0; right: 10px; width: 94px; height: 60px;
	background: transparent url('http://chl.assets.mrx.ca/league/images/en/wireframe/leagueNav-chl-logo.png') no-repeat;
}

.chl_graphic a {
	text-decoration: none;
	width: 100%; height: 100%;
	display: block;
}

.leagues_selector{
	float: left;
	position: relative;
	width: 43px;
	height: 37px;
	border-right: 1px solid #9F9F9F;
}

.leagues_selector .dropdown{
	display: none; position: absolute; float: left;
	top: 38px; right: 0; width: 400px;
	z-index: 1000;
	border: solid 1px #444;
	background: #111;
}

.leagues_selector:hover .dropdown{ display: block; }
.leagues_selector a {
	color: #999;
	text-decoration: none;
	font-size: 1.2em; font-weight: bold;
}
.leagues_selector a:hover {
	text-decoration: underline;
}

.leagueNav div.logos{ height: 34px !important; }


/* Site Navigation Bar ******************************************************/

.masthead {
	position: relative;
	zoom: 1; /* ie7 hasLayout bug */
	z-index: 400;
}

.masthead .promos {
	position: absolute;
	margin-top: 15px;
	margin-left: 360px;
}

.masthead .random_promo {
	margin: 0 2px;
	float: left;
}

.masthead .search {
	float: right;
	margin: 10px;
	margin-top: 60px;
	width: 210px;
}

.masthead .team_logo {
	float: left;
	position: relative;
	padding-top: 7px;
	left: -7px;
}

.masthead .title {
	position: absolute;
	bottom: 50px;
	left: 140px;
	zoom: 1; /* ie7 hasLayout bug */
}


.masthead .nav {
	position: absolute;
	zoom: 1; /* ie7 hasLayout bug */
	bottom: 1px;
	left: 50px;
	padding-left: 75px;
	width: 839px;
	height: 30px;
	background: url('http://ohl.assets.mrx.ca/sarnia/images/en/2010/menu_gradient.png') center;
}

.masthead .nav .tabs {
	position: relative;
}

.masthead .nav .tabs ul {
	position: relative;
}

.masthead .nav .tabs ul li.toplevel {
	float: left;
	color: black;
	line-height: 30px;
	position: relative;
}

.masthead .nav .tabs ul li a.top {
	display: inline; 
	height: 30px;
	line-height: 30px;
	padding: 0px 10px;
	font-size: 1.2em;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	text-transform: uppercase;
}

.masthead .nav .tabs ul li.toplevel:hover {
	height: 29px;
	border-top: 1px solid #a1a1a1;
	border-left: 1px solid #a1a1a1;
	border-right: 1px solid #a1a1a1;

	background: url('http://ohl.assets.mrx.ca/sarnia/images/en/2010/menu_gradient_hover.png') center;
	-moz-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	-khtml-background-size: 100% 100%;
	background-size: 100% 100%; 

}

.masthead .nav .tabs ul li .dropdown {
	display: none;
	position: absolute;
	left: -1px;
	top: 27px;
	width: 177px;
	z-index: -100;

	background-color: #525252;
	background: url('http://ohl.assets.mrx.ca/sarnia/images/en/2010/dropdown_border_gradient.png') repeat-x;
	-moz-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	-khtml-background-size: 100% 100%;
	background-size: 100% 100%; 

	border: 1px solid #a1a1a1;
}

.masthead .nav .tabs ul li .dropdownwide {
	width: 385px;
}

.masthead .nav .tabs ul li:hover .dropdown {
	display: block;
}

.masthead .nav .tabs ul li .dropdown ul {
	position: relative;
	float: left;
	margin: 5px;
	margin-top: 5px;
	width: 165px;
	background: Url('http://ohl.assets.mrx.ca/sarnia/images/en/2010/dropdown_gradient.png') repeat-x;
	-moz-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	-khtml-background-size: 100% 100%;
	background-size: 100% 100%; 

	border: 1px solid #818181;
}

.masthead .nav .tabs ul li .dropdown ul li {
}

.masthead .nav .tabs ul li .dropdown ul li a {
	display: block;
	padding: 4px 7px;
	font-size: 1.1em;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

.masthead .nav .tabs ul li .dropdown ul li a:hover {
	color: #CE0623;
}

.masthead .nav .tabs ul li .dropdown ul li .subsubnav a {
	padding-left: 15px;
	font-size: 1.0em;
}

.masthead .nav .tabs ul li .dropdown .page {
	position: relative;
	float: left;
	width: 200px;
	padding: 10px;
}


/* Footer *******************************************************************/

.footer {
	padding-bottom: 10px;
}

.footer .content {
	width: 964px;
	margin: 0 auto;
}

.footer_ad {
	float: left;
	width: 185px;
	height: 75px;
	margin: 5px;
	margin-right: 0px;
}

.footer .links .logos {
	float: left;
	width: 200px;
	min-height: 200px;
	margin-right: 5px;
	text-align: center;
}
.footer .links .logos a {
	display: block;
	margin: 20px;
	
}

.footer .links .thechl,
.footer .links .theohl,
.footer .links .team {
	float: left;
	margin-right: 5px;
	margin-top: 20px;
	min-width: 128px;
	min-height: 200px;
	color: #808080;
	line-height: 1.25;
}

.footer .links .pagetitle {
	display: none;
}

.footer .links .sectiontitle {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 7px;
}

.footer .copyright,
.footer .disclaimer {
	color: #ffffff;
	font-size: 8px;
	margin-bottom: 3px;
	margin-left: 200px;
}

/* Statistics ***************************************************************/

#statistics td {
	padding: 3px;
}


/* Headlines Block **********************************************************/

.headlines {
	margin-bottom: 5px;

	border: 1px solid #a1a1a1;	

	background: url('http://ohl.assets.mrx.ca/sarnia/images/en/2010/block_background_light_gradient.png') repeat-x center center;
	-moz-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	-khtml-background-size: 100% 100%;
	background-size: 100% 100%;
}

.headlines h1 {
	border-bottom: 1px solid #a1a1a1;	
	color: #000000;

	background: url('http://ohl.assets.mrx.ca/sarnia/images/en/2010/header_light_gradient.png') repeat-x;
	-moz-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	-khtml-background-size: 100% 100%;
	background-size: 100% 100%;
}

.headlines ul {
	margin: 7px;
	margin-bottom: 0px;
	padding: 0px;

	border: 1px solid #808080;

	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;

	background: #ffffff;
}

.headlines li {
	padding: 5px;
	margin: 0px;
	border-top: 1px solid #808080;
	min-height: 20px;
}

.headlines li:first-child {
	border-top: none;
}

.headlines li a {
	color: #000000;
	font-weight: bold;
}

.headlines li .date {
	text-transform: uppercase;
	color: #808080;
	font-size: 8px;
}

.headlines .more {
	margin: 7px;
	margin-top: 5px;
	float: left;
}


/* Top Videos (Footage Channel) *********************************************/

#footageChannel {
	margin-bottom: 5px;

	border: 1px solid #a1a1a1;	

	background: url('http://ohl.assets.mrx.ca/sarnia/images/en/2010/block_background_light_gradient.png') repeat-x center center;
	-moz-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	-khtml-background-size: 100% 100%;
	background-size: 100% 100%;
}

#footageChannel h1 {
	border-bottom: 1px solid #a1a1a1;	
	color: #000000;

	background: url('http://ohl.assets.mrx.ca/sarnia/images/en/2010/header_light_gradient.png') repeat-x center center;
	-moz-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	-khtml-background-size: 100% 100%;
	background-size: 100% 100%;
}

#footageChannel ul {
	margin: 0 7px;
	border: 1px solid #808080;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	background: #ffffff;
}

#footageChannel li {
	border-top: 1px solid #808080;
	padding: 5px;
}

#footageChannel li:first-child {
	border-top: none;
}

#footageChannel li a {
	color: #000000;
	font-weight: bold;
	text-transform: uppercase;
}

#footageChannel .rating {
	color: #808080;
	text-transform: uppercase;
}

#footageChannel .thumbnail {
	float: left;
}

#footageChannel .thumbnail img {
	width: 48px;
	height: 34px;
	margin-right: 5px;
	border: 1px solid #808080;
}

#footageChannel .more {
	margin: 7px;
	margin-top: 5px;
	float: left;
}

#footageChannel .pager {
	float: right;
	margin: 7px;
}

#footageChannel a {
	font-size: 1.1em;
	font-weight: bold;
}

#footageChannel a.current {
	text-decoration: underline;
}

/* Media Block **************************************************************/

#highlightReel {
	margin-bottom: 5px;

	border: 1px solid #202020;
	background: url('http://ohl.assets.mrx.ca/sarnia/images/en/2010/block_background_gradient.png') repeat-x center bottom;
	-moz-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	-khtml-background-size: 100% 100%;
	background-size: 100% 100%;
}

#highlightReel #highlightVideo {
	height: 272px;
	width: 442px;
	border-bottom: 1px solid #202020;
	margin-bottom: 5px;
}

#highlightReel .channel {
	position: relative;
	width: 444px;
	float: left;	
	margin-top: 5px;
	margin-bottom: 6px;
	height: 158px;
}


#highlightReel .channel .thumb {
	float: left;
	background-color: #1c1c1c;
	border: 1px solid #282828;
	height: 132px;
	width: 137px;
	margin-right: 5px;

	-moz-border-radius-bottomright:3px;
	-khtml-border-radius-bottomright:3px;
	-webkit-border-radius-bottomright:3px;
	border-radius-bottomright:3px;

	-moz-border-radius-bottomleft:3px;
	-khtml-border-radius-bottomleft:3px;
	-webkit-border-radius-bottomleft:3px;
	border-radius-bottomleft:3px;
}

#highlightReel .channel:first-child {
	margin-left: 8px;
}

#highlightReel .channel img {
	position: relative;
	top: -1px;
	left: -1px;

	width: 137px;
	height: 77px;
	border: 1px solid #686868;
}

#highlightReel .channel .title {
	margin: 5px;

	color: #ffffff;
	font-weight: bold;
	font-size: 12px;
}

#highlightReel .channel .date {
	color: #808080;
	margin-left: 5px;
	text-transform: uppercase;
}

#highlightReel .channel .more {
	margin-bottom: 10px;
	margin-right: 16px;
	margin-top: 5px;
	float: right;
}

/* Player Profile ***********************************************************/

#player_profile {
	margin-top: 5px;
	height: 220px;

	background: url('http://ohl.assets.mrx.ca/sarnia/images/en/2010/block_background_gradient.png') repeat-x center center;
	-moz-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	-khtml-background-size: 100% 100%;
	background-size: 100% 100%;
	border: 1px solid #202020;
	margin-bottom: 5px;
}

#player_profile h1 {
}

#player_profile .feature_player {
	position: relative;
	top: 0px;
	left: 0px;
}

#player_profile .mugshot {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 218px;
	height: 187px;
	border-right: 1px solid #202020;
}

#player_profile .mugshot img {
	width: 218px;
	height: 132px;
}

#player_profile .vitals {
	position: absolute;
	left: 219px;
	top: 0px;

	height: 187px;
	width: 223px;
}

#player_profile .left_bar,
#player_profile .left_bar_background,
#player_profile .right_bar,
#player_profile .right_bar_background {
	margin-left: 0px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	height: 36px;
}

#player_profile .left_bar,
#player_profile .left_bar_background {
	width: 208px;
	padding: 5px;
	height: 45px;
}

#player_profile .right_bar,
#player_profile .right_bar_background {
	width: 223px;
}

#player_profile .left_bar_background,
#player_profile .right_bar_background {
	position: absolute;
	background-color: #000000;

	filter:alpha(opacity=70); /* For IE 6/7 */
	filter: “alpha(opacity=70)”; /* For IE 8 */
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
	opacity:.70; /* For any CSS 3 browser. */
}

#player_profile .number {
	float: left;
	color: #ffffff;
	font-weight: bold; 
	font-size: 30px;
	line-height: 36px;
	margin: 3px;
}

#player_profile .firstname {
	color: #ffffff;
	margin-left: 5px;
	margin-top: 6px;
	text-transform: uppercase;
}

#player_profile .lastname {
	color: #e89f02;	
	font-weight: bold; 
	font-size: 18px;
	margin-left: 5px;
	margin-bottom: 3px;
	text-transform: uppercase;
}

#player_profile .vitals {
	border: 1px solid #303030;
	background-color: #202020;
	margin: 7px;
	width: 207px;
	height: 144px;

	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
}

#player_profile .buttons {
	position: absolute;
	left: 224px;
	top: 159px;
}

#player_profile table {
	width: 100%;
border-collapse: collapse;
}

#player_profile .vitals div {
	border-top: 1px solid #303030;
	border-bottom: 1px solid #080808;
	padding: 3px;
	font-size: 12px;
	vertical-align: middle;
	color: #ffffff; 
}

#player_profile .vitals .position {
	color: #e89f02;	
}

#player_profile .vitals div:first-child {
	border-top: none;
}

#player_profile .vitals div:last-child {
	border-bottom: none;
}

#player_profile .vitals .title {
	font-weight: bold;
	color: #808080;
	text-transform:uppercase;
	font-size: 10px;
}

#player_profile .position{
	margin-top: 5px;
	font-weight: bold;
	font-size: 14px;
}

#player_profile .right_bar .button {
	margin-top: 7px;
	margin-right: 7px;
	float: right;
}


/* Schedule *****************************************************************/

#sked {
	border: 1px solid #202020;	

	background: url('http://ohl.assets.mrx.ca/sarnia/images/en/2010/block_background_gradient.png') repeat-x center center;
	-moz-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	-khtml-background-size: 100% 100%;
	background-size: 100% 100%;
}

#sked .header {
	margin-bottom: 3px;
}

#sked .games {
	border: 1px solid #181818;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;

	margin: 7px;
	background-color: #202020;
}

#sked .game {
	position: relative;

	border-top: 1px solid #303030;
	border-bottom: 1px solid #181818;
}

#sked .game:first-child {
	border-top: none;
}

#sked .game:last-child {
	border-bottom: none;
}

#sked .logo {
	width: 56px;
	height: 39px;
	float: left;
}

#sked .gamelive .logo {
	width: 90px;
	height: 67px;
	float: left;
}

#sked .team_name {
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	color: #e89f02;
}

#sked .at,
#sked .where {
	text-transform: uppercase;
	color: #ffffff;
	font-size: 10px;
}

#sked .date,
#sked .time {
	text-transform: uppercase;
	color: #808080;
	font-size: 10px;
}

#sked .time {
	color: #ffffff;
}

#sked .gamelive .time {
  display: none;
}

#sked .win_lost {
	text-transform: uppercase;
	color: #e89f02;
	font-size: 10px;
}

#sked .when_who {
	padding-top: 5px;
}

#sked .score {
	position: absolute;
	right: 5px;
	bottom: 3px;

	font-size: 10px;
	font-weight: bold;
	float: right;
	color: #808080;
}

#sked .button.tickets {
	position: absolute;
	right: 3px;
	top: 3px;
}

#sked .button.dark {
	position: absolute;
	right: 3px;
	top: 3px;
}



#sked .fullschedule {
	float: right;
	margin: 7px;
	margin-top: 0px;
}

#sked .header {
	position: relative;
}

#sked .header .button {
	position: relative;
	top: -1px;
	float: right;
	margin: 7px;
	margin-left: 0px;
	margin-top: 5px;
}

#sked .title {
	float: left;
}

/* SKED COUNTDOWN************************************************************/
#sked .sked_countdown{
	position: absolute; top: 30px; right: 5px;
	background: url('http://chl.assets.mrx.ca/league/images/en/wireframe/b-80.png') repeat;
	color: #FFF; padding: 0.5em;
	text-align: center;
	width: 187px;
}

#sked .sked_countdown .countdown,
#sked .sked_countdown .countdown div{
	float: left;
}

#sked .sked_countdown .countdown .days_container,
#sked .sked_countdown .countdown .hours_container,
#sked .sked_countdown .countdown .mins_container,
#sked .sked_countdown .countdown .seconds_container
{
	padding: 4px 6px 0 6px;
}

/* Fan Poll *****************************************************************/

.fan_poll {
	margin-top: 0px;
	margin-bottom: 0px;

	border: 1px solid #202020;
	border-bottom: none;
	background-color: #000000;
	color: #808080;
}

.fan_poll .poll {
	margin: 7px;
}

.fan_poll .pollbox {
	width: 300px;
}
.fan_poll .pollbox p {
  color: red;
  font-weight: bold;
  padding: 7px 0 0;
}
.fan_poll .percentbar {
	padding: 3px;
	margin: 3px;
	background-color: #e89f02;	
	color: #000000;
	font-weight: bold;
}

.fan_poll .resultslink {
	margin-left: 10px;
}

.fan_poll ul {
	margin-top: 7px;
}

.fan_poll li {
	min-height: 20px;
	vertical-align: middle;
}

.fan_poll li a {
	background: url('http://ohl.assets.mrx.ca/sarnia/images/en/2010/radio_unchecked.png') no-repeat center left;
	color: #ffffff;	
	padding-left: 20px;
}

.fan_poll li a:hover {
	color: #e89f02;	
	background: url('http://ohl.assets.mrx.ca/sarnia/images/en/2010/radio_checked.png') no-repeat center left;
}

.fan_poll .button {
	margin-right: 7px;
	margin-bottom: 7px;
	margin-top: 5px;
	float: right;
}


/* Newsletter ***************************************************************/

#newsletter {
	margin-top: 5px;

	border: 1px solid #202020;
	border-bottom: none;

	background-color: #000000;
}

#newsletter .title,
#newsletter .description,
#newsletter .form {
	margin: 7px;
}

#newsletter .description {
	font-size: 10px;
	color: #808080;
}

#newsletter .title {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 22px;
	color: #ffffff;
}

#newsletter .title .team_name {
	text-transform: uppercase;
	color: #e89f02;	
}


/* Get Social (Stay Connected) **********************************************/

#getSocial {
	margin-bottom: 5px;

	border: 1px solid #202020;
	background-color: #000000;
}

#getSocial .tabs,
#getSocial .viewport {
}

#getSocial .tab {
	float: left;
	margin: 7px;
	margin-right: 0px;
	margin-bottom: 0px;
}


/* Twitter ******************************************************************/

#twitter_listing .content {
	margin: 7px;
	color: #808080
	background-color: #202020;
	border: 1px solid #181818;
	padding: 3px;
	line-height: 1.25;
}

#twitter_listing .content,
#twitter_listing .follow_us,
#twitter_listing .follow_us_text {
}

#twitter_listing .content img {
	display: none;
}

#twitter_listing .attribution {
	display: inline;
	color: #606060;
}

#twitter_listing .text {
	color: #808080;
}

/* Comments *****************************************************************/

.comments {
}

.comments .comment_title {
	width: 320px;
	padding: 3px;
	background-color: #8b898a;
	text-transform: uppercase;
	text-align: center;
	color: #ffffff;
}

.comments .new_comment_add {
	margin: 7px;
}
.comments .new_comment_title {
	display: none;
}

.comments textarea#body {
	margin-top: 7px;
	margin-bottom: 7px;
	width: 440px;
	height: 60px;
}

.comments input#email {
	margin-top: 7px;
	margin-bottom: 7px;
	width: 440px;
}

.comments input#username {
	margin-top: 7px;
	margin-bottom: 7px;
	width: 440px;
}

.comments input#commit {
	margin-top: 7px;
	width: 235px;
	background-color: #d3d3d3;
	border: 1px solid #b9b8b9;
	color: black;
}

.comments .comment {
	line-height: 1.25;
	width: 280px;
	margin-bottom: 7px;
}

.comments .comment_title {
	margin: 7px;
}

.comments .comment_by {
	font-weight: bold;
}

.comments .comment_time {
	color: #656263;
}

.comments .new_comment_add > a {
	font-weight: bold;
	text-decoration: none;
}



/****************************************************************************
 *
 * Individual Page Styles Below.
 *
 ****************************************************************************/

/* Article Page *************************************************************/

.article_page {
	color: #808080;
	border: 1px solid #202020;
	background-color: #000000;
}

.article_page .photo {
	float: right;
	margin-left: 7px;
	margin-bottom: 7px;
	margin-top: 0px;
	margin-right: 0px;
	border-left: 1px solid #202020;
	border-bottom: 1px solid #202020;
	width: 310px;
	height: 185px;
	padding: 0px;
}

.article_page img.article_image {
	width: 310px;
	height: 185px;
}

.article_page .social_links {
	margin: 7px;
	width: 250px;
	float: right;
}

.article_page .social_links .social_text {
	float: left;
	margin: 5px;
	vertical-align: middle;
	position: relative;
	text-transform: uppercase;
}

.article_page .social_links ul {
	display: inline;
	float: right;
}

.article_page .social_links li {
	display: inline;
}
.article_page .page_content_title {
	font-size: 18px;
	text-transform: uppercase;
}

.article_page .page_content {
	font-size: 10pt;
	line-height: 1.25;
	padding: 7px;
}


.article_page .page_content p {
	margin-bottom: 10pt;
}

.article_page .byline {
	float: left;
	margin: 7px;
	width: 310px;
}

.article_page .byline > .date {
	padding: 4px;
	font-size: 10px;
	text-transform: uppercase;
	color: #808080;
}

.article_page .byline .author {
	padding-left: 4px;
	font-size: 12px;
	color: #ffffff;
}

.article_page .byline img.headshot {
	float: left;
	width: 36px;
	height: 36px;
	margin-right: 3px;
}

.article_page .newser_links {
	width: 310px;
	float: left;
	border: 1px solid #e4e4e4;
	margin-bottom: 15px;
	margin-right: 7px;
}

.article_page .newser_links li {
	margin: 5px;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-left: 20px;
	border-top: 1px solid #e4e4e4;
	list-style-type: square;
}

.article_page .newser_links li:first-child {
	border-top: none;
}

.article_page .newser_links h2 {
	background-color: #e4e4e4;
	color: #000000;
	padding: 5px;
	font-size: 14px;
	font-weight: normal; }

.article_page .newser_links li a {
	text-decoration: none;
	color: #000000;
}


/* Roster *******************************************************************/

#roster {
}

#roster .header {
	border: 1px solid #202020;
}

#roster .abovefold {
	margin-bottom: 5px;
	position: relative;
	height: 298px;

	border: 1px solid #202020;
	border-top: none;
	background: url('http://ohl.assets.mrx.ca/sarnia/images/en/2010/block_background_gradient.png') repeat-x center bottom;
	-moz-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	-khtml-background-size: 100% 100%;
	background-size: 100% 100%;
}

#roster .content {
	margin-left: 5px;
	width: 440px;
	float: right;
	font-size: 10pt;
	line-height: 1.25;
	color: #808080;

	border: 1px solid #202020;
	background: url('http://ohl.assets.mrx.ca/sarnia/images/en/2010/block_background_gradient.png') repeat-x center bottom;
	-moz-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	-khtml-background-size: 100% 100%;
	background-size: 100% 100%;
}

#roster .content p {
	margin: 7px;
	margin-bottom: 10pt;
}

#roster .header .name {
}

#roster .header .button {
	position: relative;
	float: right;
	margin-right: 5px;
}

#roster .headshot {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 218px;
	height: 132px;
}

#roster .headshot img.headshot {
	width: 218px;
	height: 132px;
}

#roster .headshot .name_number_background,
#roster .headshot .name_number {
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 52px;
}

#roster .name_number {
	color: #ffffff;
}

#roster .name_number .number {
	float: left;
	font-weight: bold;
	font-size: 46px;
	margin: 6px;
	margin-right: 10px;
}

#roster .name_number .firstname{
	margin: 3px;
	margin-top: 8px;
	text-transform: uppercase;
	font-size: 14px;
}

#roster .name_number .lastname{
	margin: 3px;
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	color: #e89f02;	
}

#roster .headshot .name_number_background {
	background-color: #000000;

	filter:alpha(opacity=55); /* For IE 6/7 */
	filter: “alpha(opacity=55)”; /* For IE 8 */
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=55);
	opacity:.55; /* For any CSS 3 browser. */
}

#roster .actionshot {
	position: absolute;
	right: 0px;
	top: 0px;
}

#roster .actionshot img {
	width: 420px;
	height: 260px;
}

#roster .vitals {
	position: absolute;
	top: 139px;
	left: 7px;
	width: 208px;
	height: 145px;
	border: 1px solid #303030;
	background-color: #202020;

	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
}

#roster .vitals div {
	border-top: 1px solid #303030;
	border-bottom: 1px solid #0c0c0c;
	padding: 3px;
	font-size: 12px;
	color: #ffffff;
}

#roster .vitals div:first-child {
	border-top: none;
}

#roster .vitals div:last-child {
	border-bottom: none;
}

#roster .vitals .title {
	color: #808080;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 10px;
}

#roster .vitals .position {
	color: #e89f02;	
}

#roster .related {
	float: left;
	width: 200px;
}

#roster .related .news,
#roster .related .videos {
	margin-bottom: 5px;
	border: 1px solid #a1a1a1;	
	background: url('http://ohl.assets.mrx.ca/sarnia/images/en/2010/block_background_light_gradient.png') repeat-x center center;
	-moz-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	-khtml-background-size: 100% 100%;
	background-size: 100% 100%;
}

#roster .related h2{
	border-bottom: 1px solid #a1a1a1;	
	color: #000000;

	background: url('http://ohl.assets.mrx.ca/sarnia/images/en/2010/header_light_gradient.png') repeat-x;
	-moz-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	-khtml-background-size: 100% 100%;
	background-size: 100% 100%;
}


#roster .related .items {
	margin: 7px;
	margin-bottom: 0px;
	padding: 0px;

	border: 1px solid #808080;

	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;

	background: #ffffff;
}

#roster .related .button {
	margin-top: 5px;
	margin-left: 7px;
	margin-bottom: 7px;
}

#roster .related .item {
	padding: 5px;
	margin: 0px;
	border-top: 1px solid #808080;
	min-height: 20px;
}

#roster .related .item:first-child {
	border-top: none;
}

#roster .related .item a {
	color: #000000;
	font-weight: bold;
}

#roster .related .item .date {
	text-transform: uppercase;
	color: #808080;
	font-size: 8px;
}


#roster .social_links {
	position: absolute;
	right: 7px;
	bottom: 7px;
	height: 20px;
	width: 225px;
}

#roster .social_links .social_text {
	display: inline;
	vertical-align: middle;
	position: relative;
	top: -8px;
	color: #808080;
	text-transform: uppercase;
}

#roster .social_links ul {
	display: inline;
}

#roster .social_links li {
	display: inline;
	margin: 3px;
}

/* Video Page ***************************************************************/


.video_page #now-playing .description {
	float: left;
}

.video_page #now-playing .rate_section {
	float: right;
	margin-top: 5px;
}

.video_page #video {
	clear: both;
	padding-bottom: 15px;
}

.video_page .recentvideos {
	margin-top: 26px;
	padding-top: 10px;
	background: #dad9d9;
	padding-bottom: 4px;
}

.video_page .recentvideos h2 {
	display: inline;
	text-transform: uppercase;
	font-weight: bold;
	background: #7c7c7c;
	color: #ffffff;
	font-size: 12px;
	height: 24px;
	padding: 5px;
	padding-left: 28px;
	margin: 4px;
	margin-left: -13px;
}

.video_page .video_thumb {
	float: left;
	width: 120px;
	margin-left: 7px;
	margin-top: 14px;
}

.video_page .video_thumb a {
	color: #4f4c4c;
	text-decoration: none;
}
.video_page .video_thumb img {
	max-width: 120px;
	max-height: 75px;
}

.video_page #canvote {
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 7px;
	background-color: #edeeee;
	border: 1px solid #d8dada;
	width: 200px;
}

.video_page .social_links {
	float: right;
}
.video_page .social_links .icons,
.video_page .social_links .title {
	display: inline;
}

.video_page .social_links .title {
	position: relative;
	top: -4px;
}

.video_page .description {
	margin-top: 7px;
}


.video_page .description .date {
	font-style: italic;
}

.video_page ul.channels {
	clear: both;
	padding-top: 15px;
	width: 100%;
	border-bottom: 1px solid #b6b5b5;
	padding-bottom: 6px;
	font-size: 13px;
}
.video_page ul.channels li {
	display: inline;
	padding: 5px;
}

.video_page ul.channels li.selected {
	border-left: 1px solid #b6b5b5;
	border-right: 1px solid #b6b5b5;
	border-top: 1px solid #b6b5b5;
	border-bottom: none;
	font-weight: bold;
	background-color: #dad9d9;
}

.video_page ul.channels li a {
	text-decoration: none;
	color: #000000;
}

.video_page .footage-lib {
	background-color: #dad9d9;
	border-left: 1px solid #b6b5b5;
	border-right: 1px solid #b6b5b5;
	border-bottom: 1px solid #b6b5b5;
}

.video_page #footageliblist .footage-box {
	margin: 7px;
}
.video_page #footageliblist .footage-thumb {
	margin-right: 5px;
}

.video_page #footageliblist .footage-box .left {
	float: left;
}

.video_page #footageliblist .footage-box .right {
	float: right;
}

.video_page #footageliblist .divider {
	border-bottom: 1px dashed #b6b5b5;
	margin: 10px;
}

.video_page #media_select {
	clear: both;
	padding-top: 7px;
	margin-left: 10px;
	margin-right: 10px;
	padding-bottom: 7px;
	border-bottom: 1px solid #b6b5b5;
}

.video_page #media_select li {
	display: inline;
	margin-top: 5px;
	margin-bottom: 5px;
}

.video_page #media_select li a {
	text-decoration: none;
	color: #000000;
	padding: 2px;
	margin: 3px;
}

.video_page #media_select li.selected a {
	border: 1px solid #b6b5b5;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;

}
/* Schedule List */
.col1 .sked_container {
  color: #ffffff;
}
.col1 .sked_info_text p,
.col1 .sked_tbl p {
  margin: 0;
  padding: 10px;
  font-size: 1.1em;
}
.col1 .sked_tbl p {
  padding: 5px 10px;
}
.col1 .sked_tbl .on { background-color: #303030; }
.col1 .sked_tbl .sked_tbl_0 { background-color: #202020; }
.col1 .sked_tbl .sked_tbl_1 { background-color: #202020; }
.col1 .sked_tbl { background-color: #202020; }
.col1 .sked_tbl table {
  width: 649px;
  border-collapse: collapse;
  margin-bottom: 10px;
  font-size: 1.1em;
}
.col1 .sked_tbl caption {
  padding: 4px;
  font-size: 1.2em;
  font-weight: bold;
  text-align: left;
  color: #ffffff;
  background-color: #000000;
}
.col1 .sked_tbl th {
  color: #ffffff;
  padding: 4px;
  text-align: center;
  color: #000000;
  border-bottom: 1px solid #252525;
  background-color: #FAAA01;
}
.col1 .sked_tbl th a {
  color: #000000;
}
.col1 .sked_tbl td {
  padding: 2px;
  text-align: center;
}
.col1 .sked_tbl .sked_details {
  background: #efefef url("http://qmjhl.assets.mrx.ca/val-dor/images/fr/2010/bg-shade.jpg") repeat-x top left;
  padding-bottom: 10px;
  color: #000000;
}
.col1 .sked_tbl .sked_details .sked_sponsor {
  padding: 5px 0;
  text-align: center;
}
.col1 .sked_tbl .sked_details table {
  width: 545px;
  margin: 2px auto;
  border-collapse: collapse;
  border: none;
}
.col1 .sked_tbl .sked_details table img {
  margin-top: 2px;
}
.col1 .sked_tbl .sked_details th {
  padding: 4px;
  border-bottom: 1px solid #000000;
  background-color: transparent;
}
.col1 .sked_tbl .sked_details td  {
  width: 180px;
}
.col1 .sked_tbl .sked_details .sked_more_info {
  padding: 10px 0;
  text-align: center;
}
.col1 .sked_tbl .sked_details .sked_pages {
  width: 535px;
  margin: 10px auto 0 auto;
  padding: 3px 0;
  font-size: 1.1em;
  border-top: 1px dashed #000000;
  border-bottom: 1px dashed #000000;
}
.col1 .sked_tbl .sked_details .sked_pages ul li {
  display: inline;
  padding: 0 5px;
}
/* End Schedule */
/* Roster List */
.col1 #rosterlist .roster-team-city, 
.col1 #rosterlist .roster-team-name  {
  color: #FAAA01;
}
.col1 #rosterlist table {
  width: 649px;
  font-size: 1.1em;
  border-collapse: seperate;
}
.col1 #rosterlist caption {
  padding: 10px 0;
  font-weight: bold;
  color: #ffffff;
  text-transform: uppercase;
}
.col1 #rosterlist th {
  padding: 2px;
  text-align: center;
  color: #000000;
  background-color: #FAAA01;
}
.col1 #rosterlist th a {
  color: #000000;
}
.col1 #rosterlist td {
  padding: 3px;
  text-align: center;
  color: #ffffff;
  background-color: #252525;
}
.col1 #rosterlist .zebra td  {
  background-color: #333333;
}
.col1 #rosterlist .rosterpager { 
  padding: 10px;
  text-align: center;
  font-weight: bold;
}
/* End Roster List */

