
/**GENERAL POSITIONING**/

#breadcrumbs {
	display: none;
}

/**********NEWSER **********/

#newser{
    float: left;
    position: relative;
    width: 646px;
    margin: 0 0 0 10px; padding: 0;
}
#newser a{ text-decoration: none; }


#newser_images{
    position: absolute;
    top: 0; left: 0;
    z-index: 1;
}

#newser .credit{
    position: absolute;
    top: 0; right: 0;
    text-align: right;
    z-index: 2;
}

#newser_viewport{
    position: relative;
    float: left;
    width: 426px; height: 240px;
    overflow: hidden;
}

#newser_container{
    position: relative;
    /* width is set in the template */
}

#newser .newser_image{
    position: absolute;
    top: 0; left: 0;
    z-index: 1;
}

#newser_container .story{
    float: left;
    position: relative;
    width: 430px; height: 240px;
}

#newser .news_block{
    position: absolute; z-index: 2;
    width: 430px; height: 50px;
    bottom: 0; left: 0;
    color: #FFF;
    background: url('http://chl.assets.mrx.ca/league/images/en/2010/rustyfu/newser-selector.png') repeat-x bottom;
}
#newser .news_block a{ color: #66FF99; }

#newser .news_block .title{
    float: left;
    width: 70%; margin: 5px 0 0 5px;
    font-size: 1.6em; font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	overflow: hidden;
}

#newser .share_it{
    float: right; margin: 5px 5px 0 0;
    text-align: left; 
}

#newser .share_it .social{
    float: left; margin-right: 4px;
}

#newser .newser_selectors{
    float: left;
    width: 218px; height: 100%;
	border-left: 2px solid #fff;
}

#newser .newser_selector{
    position: relative;
    height: 59px; width: 100%;
    color: #FFF;
    cursor: pointer;
	border-top: 2px solid white;
}

.newser_selectors #newser_item_0 {
	border-top: none;
}

#newser .newser_selector .thumb{
    position: absolute;
    height: 100%; width: 100%;
    z-index: 1;
	overflow: hidden;
}

#newser .newser_selector .grad{
    position: absolute;
    height: 100%; width: 100%;
    background: url('http://chl.assets.mrx.ca/league/images/en/2010/rustyfu/newser-selector.png') repeat-x;
    z-index: 3;
}
#newser .newser_selectors .selected .grad{
    background: url(http://ohl.assets.mrx.ca/plymouth/images/en/newser-select.png) repeat-x;
	margin-left: -12px;
}

#newser .newser_selector .title{
    position: absolute;
    bottom: 5px;
    left: 5px;
    font-size: 1.1em; font-weight: bold;
    z-index: 4;
}

#newser_video_wrap{
    position: absolute;
    text-align: center;
    display: none;
    top: 0; left: 0px;
    height: 240px; width: 430px;
    background: #000;
    z-index: 3;
}

/*******HIGHLIGHT REEL*****/
#highlightReel{
    position: relative;
    float: left; margin: 0px;
    width: 476px;
    background: #fff;
}

#highlightReel .header .title {
	float: left;
}

#highlightReel .header .button_rev{
    margin: 2px;
}

#highlightReel .videoplayer{
    float: left;
    width: 100%;
}
#highlightReel #highlightVideo {
	float:left;
	margin-top: 10px;
}

#highlightReel #highlightVideo .divider {
	margin:0px;
	border: none;
}

#highlightReel .thumb{
    float: left;    
    margin: 5px 5px 0 0;
    text-align: center;
    border: solid 1px #777;
}

#highlightReel .selected{
    border: 0;
	height: 37px;
	margin-bottom: -15px;
	background: url(http://ohl.assets.mrx.ca/plymouth/images/en/select-down.png) bottom no-repeat;
	width: 44px;
}

#highlightReel .thumb a{ /*weird spacing*/  line-height: 0; }

#highlightReel div.thumb:first-child{ margin-left: 10px; }

#highlightReel .titles {
	margin-top: 5px;
	padding: 10px 0;
	border-top: 1px solid #ddd;
}

#highlightReel .titles .title{
    font-weight: bold; font-size: 1.3em;
    margin-left: 10px;
}

#highlightReel .titles .date{
    font-size: 1.2em;
    margin-left: 10px;
    color: #666;
}

#highlightReel .social{ float: left; margin-right: 5px; }
#highlightReel .shareit{ padding: 6px 6px 0 0; }
#highlightReel .share_text{ margin-top: 2px; font-size: 1.1em; }

/**********HEADLINES***************/

#headlines{
    float: left;
    width: 160px;
    margin: 0;
    background: #fff;
}
#headlines{ min-height: 200px; }

#headlines .cropped{ margin-right: 5px; }

#headlines ul{
    float: left;
    list-style: none;
    margin: 5px 0 0 10px; padding: 0;
}
#headlines ul li{ padding: 0; margin-bottom: 5px; min-height: 40px; border-bottom: 1px solid #ddd; }
#headlines a{ 
	text-decoration: none; 
	color:  #0051B0;
	font-weight: bold;
}

#headlines .morenews{  }


/***headlines more****/
#headlinesMore {
    float: right; width: 48%;
	margin-top: 12px;
	background: #fff;
}

#headlinesMore ul{
    float: left;
    list-style: none;
    margin: 10px 0 0 0; padding: 0;
}
#headlinesMore li{
    display: block; float: left;
    margin: 5px 0 5px 5px;
    width: 94%;
    border-bottom: solid 1px #AAA;
}

#headlinesMore .cropped{ float: left; margin-right: 5px; }

#headlinesMore li a{ text-decoration: none; font-weight: bold;}

#headlinesMore .short{ width: 150px; }
#headlinesMore .date{ color: #888; }

#headlinesMore .morenews{  }

/*** FANZONE ***/

#fanzone{ 
	width: 476px; 
	background: #fff; 
	padding: 0 0 5px 0; 
}
#store .header, #store .inside h1.pagetitle {
	display: none;
}
#store .inside h1.sectiontitle {
	background: none repeat scroll 0 0 #419FCE;
	color: #FFFFFF;
	font-size: 2.1em;
	font-weight: bold;
	margin: 0;
	padding: 4px 10px;
	text-shadow: 0 0 1px #000022, 0 0 1px #000000, 0 0 1px #000000;
	border-bottom: 1px solid #000000;
}

/****POLL****/
#poll{    
    float: left; position: relative;
    width: 48%; min-height: 200px;
	padding-left: 2%;
}
#poll h2.underline {
    width: 100%;
    padding: 0 0 0 4px; 
	margin: 0;
    font-size: 1.4em;
	height: 19px;
	color:  #0051B0;
}

#poll .polltitle{
    font-weight: bold; font-size: 1.2em;
    text-transform: uppercase;
}
#poll .poll { margin-top: 10px; }
#poll .pollbox p { color: red; font-weight: bold; font-size: 1.1em; }
#poll .pollbox ul { margin: 0 0 0 20px; padding: 0; }
#poll .pollbox ul li div{ float: none !important; }
#poll .percentbar{
    background-color: #0051B0; padding: 0.2em;
	color: #fff;
}

#poll .pollanswer a{
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	color: #044078;
	display: block;
	width: 98%;
}

#poll .pollanswer a:hover {
	background: #0051B0;
	color: #fff;
}

#poll .button_rev{
    position: absolute;
    right: 10px; bottom: 7px;
}

#poll .poll_sponsor { position: absolute; top: -13px; right: 13px }

/***EVENTS***/
#events { float: right; width: 49%; min-height: 200px; border-left: 2px solid #fff; }

#events .header {
	height: auto;
	border: none;
	background: none;
}

#events .header .title {
	color: #0051B0;
	text-shadow: none;
	font-family: Arial, Helvetica;
	font-size: 1.4em;
	margin: 0;
}

#events ul{ list-style: none; margin: 10px 0 0 0; padding: 0; }
#events ul li{ padding-bottom: 5px; }

#events .image  { float: left; width: 70px; }
#events .details{ float: left; width: 160px; }
#events .date{ font-style: italic; }


/**STORE IS UNDER GLOBAL**/

/******Season Summary******/
#seasonSummary{
    float: left; width: 48%;
    background: #fff;
	margin-top: 12px;
}

#seasonSummary table{
    float: left;
    font-weight: bold; font-size: 1.1em;
}

#seasonSummary table td{ vertical-align: middle; }

#seasonSummary .team{ width: 39%; margin: 2px; }
#seasonSummary table.team { background: #419FCE url(http://qmjhl.assets.mrx.ca/chicoutimi/images/fr/bottom-grade.png) bottom right no-repeat; }
#seasonSummary .team td{ color: #fff }

#seasonSummary .team .summary{ padding-left: 5px; }
#seasonSummary .team .total{ font-size: 1.5em; padding-left: 3px; }

#seasonSummary .players{ width: 57%; }

#seasonSummary .players td{
    border-bottom: dotted 1px #666;
    height: 40px;
}

#seasonSummary .players span{ padding-left: 5px; }

#seasonSummary .players .name{ text-transform: uppercase; }
#seasonSummary .players .player { font-size: 0.9em; }
#seasonSummary .players .stat{
    float: right; text-align: right;
    padding: 0 3px 3px 0;
}

/*** FEATURED PLAYER ***/

#player_of_the_week {
	width: 50%;
	float: left;
}

#player_of_the_week .profile {
	position: relative;
}

#player_of_the_week .headshot {
	height: 205px;
	width: 228px;
	overflow: hidden;
}

#player_of_the_week .info {
	position: absolute;
	bottom: 0;
	width: 212px;
	background: url(http://chl.assets.mrx.ca/league/images/en/wireframe/b-50.png);
	color: #eee;
	padding: 0 8px;
	font-size: 1.5em;
	text-transform: uppercase;
	text-align: right;
}

#player_of_the_week .name {
	font-size: 1.1em;
	font-weight: bold;
	#fff;
}

