@import "/includes/css/v08/core.css";
@import "/includes/ads/google.css";
/* CENTER PAGE */

body {
	text-align: center;
}
body #body {
	text-align: left;
	margin: 0 auto;
}
#gnav {
	text-align:center;
}
#gn {
	text-align: left;
	margin: 0 auto;
}
#gn-adww {
	background-color:#ABAFB5;
	margin:0 auto;
	padding:8px 10px;
	text-align:left;
}
/* v10 GlobalNav mods to accomodate centre layout */
#gnwrap, #footer.v10 {
	margin: 0 auto;
    text-align: left;
}
#gnweather {
	text-align: left;
}
/* end v10 mods */
/* END CENTER PAGE */
/* CENTRE PAGE REGIONAL + SHADOWS - Dec 7/12 */
body.regional {
	text-align: left;
}
body.regional #body {
	margin: 0 auto;
	background-color:#fff; 
	-o-box-shadow:0 2px 6px 0 #888; 
	-ms-box-shadow:0 2px 6px 0 #888; 
	-khtml-box-shadow:0 2px 6px 0 #888; 
	-moz-box-shadow:0 2px 6px 0 #888; 
	-webkit-box-shadow:0 2px 6px 0 #888; 
	box-shadow:0 2px 6px 0 #888;
}
body.regional #gnwrap {
	margin: 0 auto;
}
body.regional #footer.v10 {
    margin: 0 auto;
}
/* END CENTER/SHADOW PAGE REGIONAL */
#body {
	background-color:#fff;
}
#footer {
	border:medium none;
	margin:0;
}
#zonebar #zone a {
	background-color: rgb(34, 34, 34);
}
#content {
	width: 960px;
	margin-bottom: 10px;
	padding: 0px 13px 0px 13px;
	background: #D4D6D8 url("/commondcs/mtthemes/basicdefault/content-background.png") repeat-x;
	border-top: 1px solid #fff;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
}
#content a {
	text-decoration: none;
	color: #1A447A;
}
#content a:hover {
	text-decoration: underline;
}
#blog-homepage #left {
	padding: 0px;
	width: 620px;
	border-top: none;
	background-color: transparent;
}
#left {
	float: left;
	display: inline;
	overflow: hidden;
	margin: 20px 10px 15px 10px;
	padding: 10px;
	width: 600px;
	/*border-top: 1px solid #444;*/
	background-color: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#right {
	margin: 20px 10px 15px 10px;
	padding: 0px;
	float: left;
	display: inline;
	width: 300px;
	overflow: hidden;
}
#comingup {
	background-color: #FFFFFF;
	border-top: 1px solid #C4C4C4;
	border-bottom: 1px solid #C2CDDB;
	margin: 10px 12px 0;
	padding: 7px 10px;
	font-weight: bold;
	font-size: 14px;
}
#comingup strong {
	color: #fff;
	background: #DC3C00 url("/commondcs/mtthemes/basicdefault/comingupbackground.png") repeat-x;
	padding: 3px 10px 3px;
}
#sitemap {
	background-color: #fff;
	padding: 0;
	color:#F2F2F2;
}
#sitemap.mod {
	border:3px solid #7992B0;
}
#sitemap .nav {
	background-color: #7992B0;
	padding: 10px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border:3px solid #FFFFFF;
}
#sitemap .nav ul {
	list-style-type:none;
	padding:0;
	margin:5px 0;
}
#sitemap .nav ul li {
	border-bottom:1px solid #E2E2E2;
}
#sitemap .nav ul li a {
	text-decoration:none;
	color:#F2F2F2;
	display:block;
	height:25px;
	line-height:25px;
	font-weight:bold;
	padding-left: 5px;
}
#sitemap .nav ul li a:hover {
	background-color:#304a79;
}
#sitemap .nav ul li.selected a {
	background-color:#304A79;
	color:#192343;
}
.audioicon, .audioicon a {
	background:url("http://www.cbc.ca/radio/images/icon_audio.gif") no-repeat scroll right transparent;
}
.videoicon, .videoicon a {
	background:url("http://www.cbc.ca/radio/images/icon_video-white2.gif") no-repeat scroll right transparent;
}

/* Search form */
.searchform {
	margin-top: 13px;
}
.searchform form {
	float: left;
}
.searchform img {
	float: right;
}
.searchform .searchfield {
	width: 202px;
	height: 18px;
	border: 1px solid #6d6d6d;
}
h1.archive-title {
	background-color: #7992B0;
	padding: 10px;
	color: #fff;
	margin-top: 0;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#blog-homepage h1 {
	width: 490px;
	margin: 50px 0px 110px 120px;
	background-color: transparent;
	text-align: right;
	font-size: 35px;
	line-height: 30px;
}
#blog-homepage h1 span {
	font-size: 22px;
	font-weight: normal;
}
.entry {
	padding: 12px 9px 15px;
	margin-bottom: 10px;
	border: 1px solid #C4C4C4;
	color: #555;
	overflow: hidden;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.entry .kick {
	font-size: 14px;
	font-weight: bold;
}
.entry h2, .entry h1 {
	font-size: 24px;
	padding: 0;
	margin: 5px 0px 0px;
	color: #555;
}
.entry h2 a, .entry h1 a {
	color: #266D96;
}
.entry.latest_show {
	background: #EFEFEF url("/commondcs/mtthemes/basicdefault/latestshow.png") no-repeat 487px 10px;
}
.entry.latest_show {
	border-color: #EFEFEF;
}
.entry.latest_show .postbody {
	border-bottom: 1px solid #FEFFFE;
}
.entry .postbody {
	border-bottom: 1px solid #C4C4C4;
	padding-bottom: 13px;
	margin: 15px 0 14px;
}
.entry h3 {
	margin: 0;
	font-weight: normal;
	font-size: 12px;
	color: #555;
}
.entry h3.posttags {
	font-weight: bold;
}
.entry h4 {
	margin: 7px 0 0;
	padding: 0;
	font-weight: normal;
	font-size: 12px;
	color: #8695A4;
}
.entry #socialhead, .entry #socialhead a {
	font-size: 12px;
	padding-left: 0;
}
.read-more {
       font-size: 12px;
       font-weight: bold;
       margin-top: 10px;
       display: block;
}
#date-socialtools h3 {
       float: left;
}
#date-socialtools h4 {
       float: right;
       margin: 0;
}
.entry .socialicons em {
	font-size: 12px;
}
.entry .socialicons a {
	margin-left: -5px;
}
.entrydetail #socialtools, .entrydetail #articlecomments, .entrydetail #socialcomments-submit {
	margin-right: 0;
	margin-left: 0;
}
.pagedetail .entry h2 {
	margin: 0 0 15px;
}
.mod {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #fff;
	color: rgb(24, 34, 67);
	margin-bottom: 20px;
	padding: 10px;
}
#right .mod h2 {
	font-size: 18px;
	margin:0 0 10px;
}
#right .mod h2 a {
	text-decoration: none;
	color: #000;
}
#right .mod h2 a span {
	color: #272727;
}
#right .mod.kicker {
	padding-bottom: 0;
}
#right .mod.kicker h4 {
	margin: 10px -10px;
	padding: 7px 12px;
	font-size: 11px;
	font-weight: bold;
	background-color: #E9E9E9;
}
#right #airtimes table {
	width: 100%;
}
#right #airtimes table th {
	background-color: #E9E9E9;
	font-weight: bold;
	text-align: left;
	padding: 6px;
}
#right #airtimes table td {
	background-color: #F8F8F8;
	padding: 6px;
}
.mod.twitter {
        background: transparent;
        padding: 0;
}
.entrypromo img {
	float: left;
	margin: 2px 7px 10px 0;
}
.entrypromo a {
	display: block;
	font-weight: bold;
	text-decoration: none;
	margin-bottom: 5px;
}
.tags {
	background-color:#E9E9E9;
	padding: 7px;
	color: 000;
}
.tags a {
	font-weight: bold;
}
.logo-airtime-1 div {
	position:relative;
}
.logo-airtime {
	margin:0;
	position:absolute;
	right:0;
	top:-32px;
	width:55px;
	z-index:2 !important;
}
.ad-300x250 {
	padding: 14px 0px 0px 0px;
}
#gn-tabs li#gnt-ord a {
	background-color: #363636;
	color: #fff;
}
#mediaplayer {
	margin-bottom: 20px;
	border: 1px solid #ccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.entry-more, .entry-body, .entry .postbody {
	font-size: 14px;
	line-height: 19px;
}
.entry .postbody {
	margin-top: 8px;
}
h1.archive-title {
	background-color: #fff;
	color: #1a447a;
	border-bottom: dotted 1px #1a447a;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	padding: 0px;
	margin-left: 10px;
}
/*.entry h2, .entry h1 {
	font-size: 24px;
	margin: 5px 0px 0px;
}*/
/* podcasting pages*/

.podbox {
	padding:8px;
	border: 1px solid #747F90;
	margin: 0px;
	background-color:#EDEAEA;
}
div#podcasting-wrap {
	border-bottom: 1px solid #ccc;
	padding-bottom: 20px;
}
div#podcasting {
	width: 300px;
	float: left;
	font-size: 12px;
	line-height: 12px;
}
div#podcasting .subscribetab {
	background: url(/common_radio/images/subscribe-tab-300.jpg) no-repeat left top;
	width: 300px;
	height: 17px;
}
div#podcasting a.iconrss {
	background: url(/common_radio/images/icon-rss-25.jpg) no-repeat left top;
	padding-left: 30px;
	height: 25px;
	line-height: 25px;
	display: block;
	float: left;
}
div#podcasting form {
	padding:0px;
	margin:0px 0px 4px 30px;
	border:0px;
	font-size:9px;
}
div#podcasting a.iconpodcast {
	background: url(/common_radio/images/icon-podcast-25.jpg) no-repeat left top;
	padding-left: 30px;
	height: 25px;
	line-height: 25px;
	display: block;
	float: left;
}
div#podcasting a.helplink {
	float: left;
	padding-left: 5px;
	line-height: 25px;
}
div#podcasting p {
	padding: 8px 0 0 0;
	margin: 0px 0 0 30px;
	border-top: 1px dotted #ccc;
}
div#podcasting-desc {
	width: 270px;
	padding-right: 10px;
	float: left;
}
div#podcasting-desc p {
	margin-top: 0;
}
/* KICKS */

div.kick {
	background-color: #f0f0f0;
	border-top:1px solid #e6e6e6;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	padding:0 13px;
	font-size: 11px;
	margin-bottom: 20px;
	clear:both;
	height:28px;
}
div.kick a {
	line-height:28px;
}
div.vidkick {
	background-color: #000;
	border: 1px solid #ccc;
	border-top: none;
	font-size: inherit;
	font-weight: bold;
}
div.vidkick a {
	color: #69B5DA !important;
}
div.kick a.podmore {
	float: left;
}
div.kick a.podhelp {
	float: right;
	font-weight: bold;
	background:url("/radio/mt/images/icon-help.gif") no-repeat left center;
	padding-left:22px;
}
.kickmod {
	-webkit-border-bottom-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	margin-bottom: 0 !important;
}
.entries div.kick {
	font-size: 14px;
	font-weight: bold;
}
/* airtime logos */

#cbc-logo {
	background:url('/radio/mt/images/cbc-logo-55x53.gif') no-repeat;
	display:block;
	height:53px;
	text-indent:-9999px;
	width:55px;
}
#logo-R1 {
	background:url('/radio/mt/images/radio-one-logo-98x35.jpg') no-repeat;
	display:block;
	height:35px;
	text-indent:-9999px;
	width:98px;
}
#logo-R2 {
	background:url('/radio/mt/images/radio-two-logo-98x35.jpg') no-repeat;
	display:block;
	height:35px;
	text-indent:-9999px;
	width:98px;
}
#logo-sirius {
	background:url('/radio/mt/images/sirius-logo-98x35.jpg') no-repeat;
	display:block;
	height:35px;
	text-indent:-9999px;
	width:98px;
}
#cbc-news-logo {
	background:url("/radio/mt/images/cbcnews-logo-55x53.gif") no-repeat scroll 0 0 transparent;
	display:block;
	height:53px;
	text-indent:-9999px;
	width:55px;
}
/* end airtime logos */

/* embedded playlist overrides for radio template */

.tpPlaylist {
	width:298px;
}
.tpPlayer {
	width: 298px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
}
}
.tpPlayer h2 {
	font-size: 18px;
}
.tpClips .title, .entry-body .tpClips .title {
	position: static !important;
	float: left;
	display: inline;
	float:inherit;
}
.thumb img, .tpClips img {
	width: 95px;
}
/* OVERRIDE due to conflicts between embeddedplaylist.css and radio template css */
.tpPlaylistTabs ul li a {
	color:#69B5DA !important;
}
.tpPlaylistTabs ul.tab1 li.tab1 a, .tpPlaylistTabs ul.tab2 li.tab2 a, .tpPlaylistTabs ul.tab3 li.tab3 a, .tpPlaylistTabs ul.tab4 li.tab4 a, .tpPlaylistTabs ul.tab5 li.tab5 a {
	color:#141212 !important;
}
.tpPlayer span a {
	color:#69B5DA !important;
}
/* end embedded playlist changes */

/* ARCHIVES PAGE */
 
#left.archives ul {
	margin: 7px 10px 10px;
	padding: 0;
	list-style-type: none;
	font-size: 125%;
}
#left.archives ul li {
	font-weight: bold;
	margin: 0;
	padding: 0 0 7px;
	list-style-type: none;
}
#left.archives ul li ul {
	margin: 5px 0 0 12px;
	padding: 0;
	list-style-type: none;
	font-size: 80%;
}
#left.archives ul li ul li {
	padding: 0 0 4px;
	font-weight: normal;
}
/* ARCHIVES PAGE */

/* Contact us FORM */

.thank-you {
	width:955px;
}
.title-box {
	margin:0px;
	padding:7px 5px 0 1px;
}
.contact p {
	margin:15px 0 15px;
}
.contact #announcements {
	background-color:#ffffcc;
	padding:20px;
	margin-bottom:15px;
}
.contact #announcements ul {
	color:#336699;
	list-style-type:none;
	margin:0;
	padding:0;
}
.contact #announcements li {
	padding-bottom:15px;
	margin:0;
}
.contact #announcements #more {
	margin:10px 0 0 10px;
}
.contact li em span {
}
.contact #contact-info {
	width:590px;
}
.contact #telephone-number, .contact #fax-number {
	float:left;
	display:inline;
	padding-right:50px;
}
.contact #telephone-number ul, .contact #fax-number ul {
	padding:0 0 0 15px;
	margin:0;
}
.contact #telephone-number li.odd, .contact #fax-number li.odd {
	list-style-type:none;
	padding-bottom:15px;
	font-weight:bold;
}
.contact #mail {
	float:left;
	display:inline;
}
ul.mail {
	list-style-type:none;
	padding:0;
	margin:0;
}
ul.mail li.even {
	font-weight:bold;
	padding-top:15px;
}
.contact #form {
	font:bold 14px Arial, Helvetica, sans-serif;
	color:#302F2F;
}
.contact #form a {
	font:12px Arial, Helvetica, sans-serif;
	color:#000;
}
.contact #form a:hover {
	text-decoration:underline;
}
.contact #form .form-section, label {
	font:bold 12px Arial, Helvetica, sans-serif;
	/* padding:5px; */
	margin:0;
}
#contact-info h2, #form h2, #form h2.mid-text {
	font:bold 15px Arial, Helvetica, sans-serif;
	margin:0;
	padding:10px 0 0;
}
#form h2 .form-section h2 {
	font:bold 12px Arial, Helvetica, sans-serif;
	padding: 10px 0px 6px 18px;
	color: #2f2f2f;
	margin: 0;
}
.form-section h2.required {
	background:url("/contact/includes/img/required.gif") no-repeat 2px 9px;
	padding: 10px 0px 6px 18px !important;
	color: #2f2f2f;
	margin: 0;
}
.required, .form-section label.required {
	background:url("/contact/includes/img/required.gif") no-repeat 2px -1px;
	padding-left:18px;
	margin:0;
}
.form-section label.not-required {
	padding-left:18px;
}
.form-col {
	display:block;
	margin:0;
}
.col-section {
	display:block;
	float:left;
	width:283px;
	padding:5px 0;
}
.form-section input.text {
	width:255px;
}
.form-section input {
	display:block;
	margin:5px 0 0 18px;
	border:1px solid #bbb;
	vertical-align:baseline;
	background-color:#ececec;
	width: 540px;
}
.form-section input.onselect {
	border:2px solid #bbb !important;
}
.form-section label.not-required {
	padding-left:18px;
}
.col-section .form-section {
	float:left;
	display:block;
}
.form-col ul {
	list-style-type:none;
	padding:0;
	margin:0;
	color:#666;
}
.form-col li input {
	display:inline;
	padding:0;
	margin:0 0 0 18px;
	border:1px solid #fff;
	background-color: #fff;
}
.form-section input.date {
	border:1px solid #fff;
}
.form-col li label {
	font:12px Arial, Helvetica, sans-serif;
	padding:5px;
	margin:0;
	color:#302F2F;
	line-height:19px;
}
.form-section select {
	margin:5px 0 0 18px;
	padding:0;
	font:12px Arial, Helvetica, sans-serif;
	color:#302F2F;
	border:1px solid #bbb;
	background-color:#ececec;
}
.form-section select option.selected {
	font:12px Arial, Helvetica, sans-serif;
	color:#666;
}
.form-section textarea {
	margin:0 0 10px 18px;
	font:12px Arial, Helvetica, sans-serif;
	border:1px solid #bbb;
	background-color:#ececec;
	width: 540px;
}
.form-section input:focus, .form-section textarea:focus {
	border:1px solid #426398 !important;
}
form {
	padding:0 0 10px 0;
}
#form p {
	font:normal 12px Arial, Helvetica, sans-serif;
}
#form p.form {
	padding:0;
	margin:0;
}
#submit-btn {
	background:#426398 none repeat scroll 0%;
	color:#FFFFFF;
	font:bold 12px Arial, Helvetica, sans-serif;
	height:30px;
	margin:10px 17px 0;
	width:80px;
	border:1px solid #ececec;
	display: inline;
}
#reset-btn {
	background:#999 none repeat scroll 0%;
	color:#FFFFFF;
	font:bold 12px Arial, Helvetica, sans-serif;
	height:30px;
	margin:10px 0pt 0;
	width:80px;
	border:1px solid #ececec;
	display: inline;
}
.label-fix {
	margin-left:30px;
}
.emptybox {
	width:180px;
	height:50px;
	display:block;
}

/* END FORM */
