/* ===================================== GLOBALCORE.CSS ==============================================*/
/**
 * Styles that apply to all screen widths
 * media queryies in maxwidth767.css, maxwidth959.css
 *
 * globalcore.css will be concatentated to masthead.css to produce global.css
 * masthead was added for Polopoly's use
**/

/* fonts */
@font-face {
	font-family: 'Sterk-Medium';
	src: url('/hamilton/i/v12/fonts/1A73D7_1_0.eot');
	src: local('A'), url('/hamilton/i/v12/fonts/1A73D7_1_0.eot?#iefix') format('embedded-opentype'),
		 url('/hamilton/i/v12/fonts/1A73D7_1_0.woff') format('woff'),
		 url('/hamilton/i/v12/fonts/1A73D7_1_0.ttf') format('truetype'),
		 url('/hamilton/i/v12/fonts/1A73D7_1_0.svg#wf') format('svg'),
		 url('/hamilton/i/v12/fonts//1A73D7_1_0.svgz#wf') format('svg');
}
	
/* GLOBAL HIGH LEVEL STYLES */
body { 
	background: #f0f9f9; 
	color: #333;
}
a { color: #115278; text-decoration: none; }
a:hover { text-decoration: underline; }
.screenreader, .offLeft { width: 1px; height: 1px; position: absolute; left: -10000px; top: auto; overflow: hidden; } 
.metanav { height: 0; margin: 0; padding: 0; overflow: hidden; float: left; line-height: 0; width: 0; } 

#switch.switchbox {
	display: none !important;
}

/** 
 * Top Section 
 * 
**/
#topwrap {
	width: auto; 
	margin: 0; 
	background-color: #FFF;
}
#topsection {
	margin: 0 auto;
	width: 960px;
	padding: 10px 13px 0;
}
#leaderboard {
    margin: 0 auto 20px;
    z-index: 2;
}
#bodywrap {
	background-image: url(/hamilton/i/v12/img/page_body_bg.png);
	background-repeat: no-repeat;
	background-position: top center;
}

/**
 * Common element, utility classes
 * 
**/

.styledbox {
	background-color: #FFF;
	-webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, .2);
	box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, .2);
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-radius: 0px 0px 4px 4px;
	border-radius: 0px 0px 4px 4px; 
	border:	1px solid #e6e6e6;
	margin: 0 10px 20px 10px;
}

.topwrap .styledbox {
	margin-bottom: 0;
}
.styledbox.withheader {
	border-top: none;
}
.styledbox.withheader h2.styledheader {
    margin-left: -4px;
    padding-bottom: 4px;
	background-image: url(/hamilton/i/v12/img/boxhead.gif);
	background-repeat: no-repeat;
	background-position: left 40px;    
}
.styledbox.withheader h2.styledheader span {
	display: block;
	background-color: #595959;
	color: #FFF;
    font-family: 'Sterk-Medium',arial,sans-serif;
    font-size: 20px;
    font-weight: normal;
    padding: 11px;
    line-height: 18px;
}
.styledbox.withheader h2.styledheader.pin span {
	background-image: url(/hamilton/i/v12/img/pin-spritesv2.png);
	background-repeat: no-repeat;
}
.styledbox.withheader h2.styledheader.pin.grey span {
	background-position: right 0px;
}
.styledbox.withheader h2.styledheader.pin.yellow span {
	background-position: right -40px;
}
.styledbox.withheader h2.styledheader.pin.orange span {
	background-position: right -80px;
}
.styledbox.withheader h2.styledheader.pin.violet span {
	background-position: right -120px;
}
.styledbox.withheader h2.styledheader.pin.cyan span {
	background-position: right -160px;
}
.styledbox.withheader h2.styledheader.pin.red span {
	background-position: right -200px;
}
.styledbox.withheader h2.styledheader.pin.darkgreen span {
	background-position: right -240px;
}
.styledbox.withheader h2.styledheader.pin.green span {
	background-position: right -280px;
}
.styledbox .styledboxbody {
	padding: 10px;
}
.styledbox.withheader .styledboxbody {
	padding-top: 10px;
	margin-top: -4px;
	background-image: url(/hamilton/i/v12/img/round_shadow.png);
	background-repeat: no-repeat;
	background-position: center top;
}

.styledbox .styledboxbody.secondary {
	background: none;
	margin-top: 0;
}

.styledbox .styledboxbody h3 { font-size: 16px; margin-bottom: 10px; color: #000000; }
.styledbox.bigbox, .styledbox.textads {
	background: url("/includes/ads/gfx/ad_label_h.gif") no-repeat scroll center 5px #FFFFFF;
    padding-top: 20px;
    border: none;
    width: 300px;
}
.styledbox.bigbox {
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	line-height: 0;
}
.styledbox.textads .styledboxbody {
	padding-bottom: 20px;
}
.styledbox.textads .textAd { padding-bottom: 10px; margin-bottom: 0; border-bottom: 1px solid #bebebe; }

.styledbox.textads .advertiseHere {
    display: block;
    padding-top: 10px;
    text-align: center;
    width: 100%
}

.styledbox .divider { margin: 10px; }
.styledbox .styledboxbody .divider { margin: 10px 0; }
.divider {
	background-color: #565656;
	height: 5px;
	margin: 10px 0;
}
.divider span {
 	background-color: inherit;
    display: block;
    height: 5px;
    margin: 0;
    width: 30%;
}
.divider.black { background-color: #000000; }
.divider.black span { background-color: #000000; }
.divider.grey span { background-color: #909090; }
.divider.yellow span { background-color: #ECC34B; }
.divider.orange span { background-color: #DE6E22; }
.divider.violet span { background-color: #535EA1; }
.divider.cyan span { background-color: #9FD5D5; }
.divider.red span { background-color: #CE293D; }
.divider.darkgreen span { background-color: #386365; }
.divider.green span { background-color: #B2BA67; }


.disclaimer {
	clear: both;
	width: auto;
	background-color: #BEBEBE;
    display: block;
    padding: 1px;
    margin-top: 20px;
}
.wrap_300 .disclaimer {
	margin-bottom: 10px;
}
.disclaimer span {
	background-color: #EBF7F7;
    background-image: url("/hamilton/i/v12/img/disclaimer.gif");
    background-position: 10px 4px;
    background-repeat: no-repeat;
    padding: 4px 10px 4px 30px;
    width: auto;
    display: block;
    font-size: 11px;
}
.disclaimer span em {
	color: #A40505;
    display: block;
    font-style: normal;
    font-weight: bold;
}
.disclaimer span p {
	display: block;
}


.source {
	font-size: 11px;
	width: auto;
	text-align: right;
	clear: both;
}

.source a {
	text-decoration: none;
}

.source a:hover {
	text-decoration: underline;
}

.source-label {
	font-weight: bold;
	padding: 0 3px 0 17px;
	color: #a40505;
	background-image: url(/hamilton/i/v12/img/disclaimer.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
}


.morespan {
    -moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
    background-color: #FFFFFF;
    border: 1px solid #BEBEBE;
    clear: both;
    height: 33px;
    margin-bottom: 10px;
    margin-top: 20px;
    cursor: pointer;
}
.morespan.alt1 {
	margin: 20px 10px;
}
.morespan span {
    background-image: url("/hamilton/i/v12/img/period_sprite.gif");
    background-position: 50% 44px;
    display: block;
    height: 44px;
    margin: 0 auto;
    width: 70px;
    text-align: center;
    line-height: 33px;
    color: #115278;
}

.morespan.disabled, 
.morespan.disabled span {
    cursor: default;
}

.morespan.disabled span { 
	color: #CCC;
}

.navMore { display: block; padding: 10px 10px 10px 0; text-align: right; }

/* EPT Overwrites */
.promogrp .promos .promo.lrg .synopsis { color: #333; }
.promogrp .promos .promo.lrg { height: inherit; overflow:hidden; }
.promogrp .promos .promo.lrg .headline { padding-bottom:2px; }


/**
 * WIDGET STYLES
 **/
.styledboxbody .tr-widget #tr-title {
	display: none;
}
.styledboxbody .tr-widget .tr-body {
	float: left;
	width: 220px;
}
.styledboxbody .tr-widget .tr-tweet {
	border-bottom: 1px solid #bebebe;
}
.styledboxbody .tr-widget .tr-body .tr-author {
	display: block;
	margin-bottom: 5px;
	font-weight: bold;
	text-decoration: none;
}
.styledboxbody .tr-widget .tr-streammeta {
	display: none;
}



/* SMALL Imagegallery Overwrites */
.wrap_300 .styledboxbody .cbcfg { width: 278px; }
.wrap_300 .styledboxbody .cbcfg .imageCont { width: 278px; overflow: hidden; }
.wrap_300 .styledboxbody .cbcfg .navCont { width: 276px; }
.wrap_300 .styledboxbody .cbcfg .navCont .imgCount.noexpand { width: 226px; }
.wrap_300 .styledboxbody .cbcfg .navCont .imgCount { width: 192px; }
.wrap_300 .styledboxbody .cbcfg .descriptionCont { width: 278px; }
.wrap_300 .styledboxbody .cbcfg .imageCont .imageDiv { margin-left: -10px; }


.externalrss .feed { background-color: #ebf7f7;  border-bottom: 1px solid #bebebe; margin: 0 -10px; padding: 20px 10px; }
.externalrss .feed .title { font-size: 14px; font-weight: bold; padding-bottom: 10px; display: block; }
.externalrss .feed .title a { text-decoration: none; }
.externalrss .feed .title a:hover {text-decoration: underline; }
.externalrss .feed .description { padding-bottom: 10px; }
.externalrss .feed ul, .externalrss .feed ol { margin-left: 20px; list-style-position: inside;}
.externalrss .feed .pubDate { padding-bottom: 10px; color: #787878; display: block; }
.externalrss .feed.last { margin-bottom: 10px; }


/* v12 tabs */
.v12tabs { margin-bottom: 5px; }
.v12tabs ul { overflow: hidden; }
.v12tabs li { list-style: none; display: inline; float: left; height: 32px; }
.v12tabs li a {
	color: #115278; border: 1px solid #bebebe;
	display: block; float: left; height: 15px; padding: 5px;
	background: -moz-linear-gradient(top center, #f4f4f4 1%, #ebebeb 50%, #e2e2e2 80%);
	background: -webkit-gradient(linear, 0% 1%, 0% 40%, from(#f4f4f4), to(#e2e2e2), color-stop(0.5, #ebebeb));
	background: -o-linear-gradient(top, #f4f4f4 1%, #ebebeb 50%, #e2e2e2 80%);
	background: -ms-linear-gradient(top, #f4f4f4 1%, #ebebeb 50%, #e2e2e2 80%);
	background-color:#f4f4f4;
	}
.v12tabs li a:hover {
	color: #115278; text-decoration: none;
	background: -moz-linear-gradient(top center, #cbcbcb 1%, #fff 40%);
	background: -webkit-gradient(linear, 0% 1%, 0% 40%, from(#cbcbcb), to(#fff));
	background: -o-linear-gradient(top, #cbcbcb 1%, #fff 40%);
	background: -ms-linear-gradient(top, #cbcbcb 1%, #fff 40%);
	background-color:#cbcbcb;
	}
.v12tabs ul.tab1 li.tab1,
.v12tabs ul.tab2 li.tab2,
.v12tabs ul.tab3 li.tab3,
.v12tabs ul.tab4 li.tab4,
.v12tabs ul.tab5 li.tab5,
.v12tabs ul.tab6 li.tab6 { background: url(/hamilton/i/v12/img/v12tabs_sprite.png) 50% 26px no-repeat; }
.v12tabs ul.tab1 li.tab1 a,
.v12tabs ul.tab2 li.tab2 a,
.v12tabs ul.tab3 li.tab3 a,
.v12tabs ul.tab4 li.tab4 a,
.v12tabs ul.tab5 li.tab5 a,
.v12tabs ul.tab6 li.tab6 a { border-bottom: none; color: #115278; background: #fff; }

/* A/V icons */
.mediaicons .zvideo,
.mediaicons .zvideo,
.mediaicons .zaudio,
.mediaicons .zaudio {
	background-image: url(/i/news/v10/gfx/icon_a-v.png);
	background-repeat: no-repeat; text-indent: -10000px; display: inline-block;
	width: 11px; height: 15px; padding: 0 0 0 3px; position: relative;
	}
.mediaicons .zvideo,
.mediaicons .zvideo { background-position: 0 -16px; }
.mediaicons .zaudio,
.mediaicons .zaudio { background-position: 0px 3px; }

/* back to top button */
.wrap_full .totop {
    margin:0 10px;
}

.wrap_full .totop img {
    float:left;
    margin-right:5px;
    margin-top:-1px;
}
 
/* MAINT-284 INC000001479997 Re: Global nav / footer - CBC Hamilton */
#gnwrap {
	height: auto;
}
 
 
/*
 * Styles that apply the 768px width designs
 * Tablets, small monitor etc 
 * Media query fires at 1001px = (986px for default width + 16px scrollbar - 1)
 *
*/

@media screen and (max-width: 1001px) {	

	/** 
	 * Top Section 
	 * 
	**/
	#topsection { width: 742px; }

}

/*
 * Styles that apply to screen widths up 767px
 * Phones, Small tablets etc 
 * 768px+ (iPad) styles located in maxwidth959.css
 *
*/


@media screen and (max-width: 767px) {
	
	/** 
	 * Top Section 
	 * 
	**/
	#topsection { width: 364px; padding: 0 0 10px;}
	#leaderboard { width: 364px; height: 90px; padding: 0; overflow:hidden;}

    /* SMALL Imagegallery Overwrites */
    .wrap_adapt1 .styledboxbody .cbc_imagegallery_small { width: 278px; }
    .wrap_adapt1 .styledboxbody .cbc_imagegallery_small .imageCont { width: 278px; overflow: hidden; }
    .wrap_adapt1 .styledboxbody .cbc_imagegallery_small .navCont { width: 276px; }
    .wrap_adapt1 .styledboxbody .cbc_imagegallery_small .navCont .imgCount.noexpand { width: 226px; }
    .wrap_adapt1 .styledboxbody .cbc_imagegallery_small .navCont .imgCount { width: 192px; }
    .wrap_adapt1 .styledboxbody .cbc_imagegallery_small .descriptionCont { width: 278px; }
    .wrap_adapt1 .styledboxbody .cbc_imagegallery_small .imageCont .imageDiv { margin-left: -10px; }

}
/* ===================================== end GLOBALCORE.CSS ==============================================*/

/* ===================================== MASTHEAD.CSS ==============================================*/

/**
 * Styles that apply to all screen widths
 * media queryies in maxwidth767.css, maxwidth959.css
 * this stylesheet was added for Polopoly's use for Hamilton Theme
 * will be concatenated to create global.css that includes globalcore.css + masthead.css
 *
**/

/** 
 * MASTHEAD STYLES
 * Apply to elements included by /hamilton/i/v12/html/masthead.html
**/
#mastwrap { 
	width: auto;
	height: 105px;
	background-color: #FFFFFF;
	background-image: url('/hamilton/i/v12/img/masthead_wrap_bg.gif');
	background-repeat: repeat-x;
	background-position: center top;
}
#masthead {
	width: 940px;
	height: 69px;
	padding: 0 23px;
	margin: 0 auto;
	background-image: url("/hamilton/i/v12/img/masthead_bg.jpg");
	background-position: right top;
	background-repeat: no-repeat;
}
#masthead .logo {
	float: left;
	background: url("/hamilton/i/v12/img/cbc_hamilton.png") no-repeat scroll left center transparent;
    height: 69px;
    width: 199px;
    overflow: hidden;
}
#masthead .logo a {
    display: block;
    height: 30px;
    margin-top: 23px;
    text-indent: -80px;
    width: 190px;
}
#masthead a.beta {
	display: block;
	float: left;
	background-image: url(/hamilton/i/v12/img/beta.png);
	width: 50px;
	height: 22px;
	background-repeat: no-repeat;
	margin-top: 28px;
	text-indent: -25px;
	overflow: hidden;
	cursor: pointer;
}
#masthead a.beta:hover {
	background-position: 0 -22px;
}
#masthead .hosts {
	float: left;
	width: 194px;
	height: 69px;
	background-image: url(/hamilton/i/v12/img/hamilton_hosts.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin-left: 60px;
	
}

#masthead .connected {
	width: 200px;
	height: 69px;
	float: right;
}

#masthead .connected p { font-size: 12px; margin: 8px 0; text-align: right; }
#masthead .connected ul { float: right; display: inline; }
#masthead .connected ul li { float: left; display: inline; margin-left: 10px; }
#masthead .connected ul li a {
	display: block; width: 33px; height: 33px; text-indent: -10000px;
	background: url(/hamilton/i/v12/img/mast_sprite.png);
	background-repeat: no-repeat;
	}
#masthead .connected ul li a.scfb { background-position: 0 -43px; }
#masthead .connected ul li a.sctwitter { background-position: 0 -86px; }
#masthead .connected ul li a.scrss { background-position: 0 -129px; }
#masthead .connected ul li a.scalert { border-left: 1px solid #CCC; padding-left: 10px; background-position: 10px 0;}


#navwrap {
	width: auto;
	background-image: url('/hamilton/i/v12/img/nav_lines_bg.gif');
	background-repeat: no-repeat;
	background-position: center top;
}

#mastnav {
	width: 940px;
	height: 36px;
	padding: 0 23px;
	margin: 0 auto;
}

#mastnav .toggle { display: none; }

#mastnav ul.lse-menu {
	width: 940px;
	font-family: 'Sterk-Medium', arial, sans-serif; 
	font-size: 16px;
}

#mastnav ul.lse-menu li { float: left; display: inline; height: 36px; }
#mastnav ul.lse-menu a {
	text-decoration: none; 
	display: block; 
	padding: 10px 20px 0 19px;
	height: 26px;
	font-size: 15px; 
	text-align: center; 
	color: #000;
}
#mastnav ul.lse-menu a span { display: none; }
#mastnav ul.lse-menu a:hover { color: #0a8c8c; }
#mastnav ul.lse-menu a.on {
	padding-top: 6px; height: 26px; margin-top: -2px; border-top: 5px solid #f47808; color: #0a8c8c;
}

/*
 * Styles that apply the 768px width designs
 * Tablets, small monitor etc 
 * Media query fires at 1001px = (986px for default width + 16px scrollbar - 1)
 *
*/

@media screen and (max-width: 1001px) {

	/** 
	 * MASTHEAD STYLES
	 * Apply to elements included by /hamilton/i/v12/html/masthead.html
	**/
	#masthead { width: 722px; }
	#mastnav { width: 722px; }
	#mastnav ul.lse-menu { width: 722px; }
	#mastnav ul.lse-menu a { padding: 10px 7px 0; }
	/* #mastnav ul.lse-menu li:first-child a { padding: 10px 9px 0; } */
	#masthead .hosts {	margin-left: 30px; }

}

/*
 * Styles that apply to screen widths up 767px
 * Phones, Small tablets etc 
 * 768px+ (iPad) styles located in maxwidth959.css
 *
*/

@media screen and (max-width: 767px) {
	
	/** 
	 * MASTHEAD STYLES
	 * Apply to elements included by /hamilton/i/v12/html/masthead.html
	**/
	#mastwrap { height: auto; }
	#masthead {
		width: 300px;
		height: 45px;
		background-image: none;		
		padding: 0 10px;
	}
	#masthead .logo {
		background-image: url('/hamilton/i/v12/img/cbc_hamilton_small.png');
		background-position: 0px 50%;
	    width: 112px;
	    height: 45px; 
	}	
	#masthead .logo a { margin-top: 15px; width: 112px; }		
	#masthead a.beta { margin-top: 12px; margin-left: 5px; }
	#masthead .hosts { display: none; }
	#masthead .connected { height: 45px; width: 130px; }

	#masthead .connected p { display: none; }
	#masthead .connected ul { margin-top: 5px; width: 120px; }
    #masthead .connected ul li { margin-left: 5px; }
	#masthead .connected ul li a { width: 35px; height: 35px; }
	#masthead .connected ul li a.scfb { background-position: 0 -42px; }
	#masthead .connected ul li a.sctwitter { background-position: 0 -85px; }
	#masthead .connected ul li a.scalert { display: none; }


	#navwrap {
		width: auto;
		background-image: none;
		border-top: 1px solid #9ccfcf;
	}

	#mastnav {
		width: 300px;
		padding: 10px;
		height: auto;
	}
	
	#mastnav .toggle {
		display: block; 
		width: auto; 
		padding: 5px; 
		font-size: 18px;
		border: 1px solid #848484; 
		background-image: url(/hamilton/i/v12/img/mast_sprite.png);
		background-position: 253px -167px;
		background-repeat: no-repeat;
	}
	
	#mastnav.closed ul.lse-menu {
		display: none;
	}
	
	#mastnav ul.lse-menu {
		width: auto;
		font-size: 16px;
	}
	#mastnav ul.lse-menu li {
		width: auto;
		float: none;
	}
	#mastnav ul.lse-menu li a,
	#mastnav ul.lse-menu li a.on {
		text-align: left; 
		width: auto; 
		padding: 10px 0 10px 30px; 
		margin: 0;
		height: auto;
		border-top: none;
		border-left: 1px solid #aaa; 
		border-right: 1px solid #aaa; 
		border-bottom: 1px solid #c3c3c3;
	}
	#mastnav ul.lse-menu a span { display: inline; }
	#mastnav ul.lse-menu a.on span { display: none; }
}
/* ===================================== end MASTHEAD.CSS ==============================================*/