@import "/video/css/embeddedplaylist.css";
@import "/radio/mt/css/radio-default.css";

#blog-homepage #content {
	background: #000000 url("Q-background.jpg") no-repeat center top;
}
#content {
	background: #000000 url("Q-background-nohost.jpg") no-repeat center top;
}
/* White header text append */
#blog-homepage h1 {
	color: #fff;
}

.entry .entry-more {
        border-bottom:1px solid #C4C4C4;
        margin-bottom: 14px;
}
#date-socialtools h3 {
       float: left;
}
#date-socialtools h4 {
       float: right;
       margin: 0;
}

/* Rotator */

#rotator {
       float: left;
       position: relative;
}
#rotator #entries {
        width: 620px;
        height: 280px;
	overflow: hidden;
	position: relative;
}
#rotator #entry-scroll {
	position: absolute;
	top: 0; 
        left: 0;
	height: 280px;
}
#rotator #entry-scroll .entry-block {
        float: left;
        width: 620px;
        height: 280px;
}
#rotator #entry-scroll h1 {
        width: 480px;
}
#rotator #pager {
	position: absolute;
	bottom: 0; 
        right: 10px;
        height:47px;
	z-index: 1000; /*--Assures the paging stays on the top layer--*/
	text-align: center;
	line-height: 40px;
	display: none; /*--Hidden by default, will be later shown with jQuery--*/
}
#rotator #pager a {
	padding: 6px;
        margin-right: 3px;
	text-decoration: none;
	color: #fff;
        background: #222;
	border: 1px solid #666;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}
#rotator #pager a.active {
	font-weight: bold; 
	background: #920000; 
	border: 1px solid #fff;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}
#rotator #pager a:hover {
        font-weight: bold;
	border: 1px solid #fff;
}
#rotator #entry-scroll .entry-block-text {
        color:#FFFFFF;
        font-size:14px;
        height:240px;
        line-height:18px;
        overflow:hidden;
        padding:20px 0 20px 20px;
        width:320px;
}
.rotator p:first-child {
        margin-top: 6px;
}
#rotator #entry-scroll .entry-block-text.entry-block-text-right {
        float: right;
        height: 200px;
        width: 340px;
}

#rotator .entry-block-text h2 {
        margin: 0;
}
#rotator .entry-block-text h2 a {
        color: #fff;
        font-size: 20px;
        line-height: 22px;
}
#rotator .tpPlaylist {
        width: 340px;
}
#rotator .tpClips a, #rotator .tpClips .meta {
        height: auto;
}

/* OLD .coming-up .date {
        float:left;
        margin:0;
        text-align:center;
        width:150px;
        border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
        border: 3px solid #97131E;
        padding: 8px;
        background: #fff;
}*/

.entries .entry.weekly.first, .entry.weekly.first {
        background: #f0f0f0;
        border: none;
}
.weekly .date {
        float:left;
        margin-left: 3px;
}
.entries .entry.weekly h2, .entrydetail .weekly h1 {
        margin: 0 0 5px 0;     
}
.entries .entry.weekly h2 a.first, .entrydetail .weekly h1.first {
        background:url("/radio/mt/images/latestshows.png") no-repeat scroll 470px 0;
        display: block;
}
.weekly .monthday {
        font-size: 18px;
        color: #97131E;
}

.entries .weekly .postbody, .entry .postbody.weekly {
        font: 12px/16px Arial;
        margin-top: 0;
        color: #182243;
}
.entries .entry.weekly p, .entry .postbody.weekly p {
        margin: 2px 3px 0;
        width: 110px;
        float: left;
        text-align: center;
}
.entries .entry.weekly p strong, .entry .postbody.weekly p strong {
        background: #97131e;
        color: #fff;
        margin-bottom: 3px;
        display: block;
        width: 113px;
}

/* <override> Podcasting */
div#podcasting {
        float: none;
        width: 280px;
        margin-bottom: 0;
}
div#podcasting p {
        margin: 0;
        padding: 8px 0 8px;
}
div#podcasting.mod {
        margin: 0;
	-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;
        padding-bottom: 0;
}
/* </override> Podcasting */

div#categories.mod {
	-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;
}

/* Right rail audio player width override to accommodate 1px border */

.tpPlayer {
	width:298px;
}
.entry-body .tpHead h2 {
	color: #fff;
	padding-top: 10px;
	padding-left: 10px;
}
.tpPlayer {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.tpPlaylist {
        width:298px;
		clear:left;
}


/* <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;
}
/* </override> */

.entry-body .tpPlayer, .entry-body .tpPlaylist {
	width: 580px;
}
.tpClips .title, .entry-body .tpClips .title { 
        position: static !important; 
        float: left; 
        display: inline; 
        float:inherit; 
}
.thumb img, .tpClips img {
	width: 95px;
}

/* <addition> to accommodate more playlist tabs than what embeddedplaylist.css provides */

.tpPlaylistTabs ul.tab3 li.tab3 a, .tpPlaylistTabs ul.tab4 li.tab4 a, .tpPlaylistTabs ul.tab5 li.tab5 a { 
        color:#141212;
        background-color:#dadada; 
}
.tpPlaylistTabs ul.tab3 li.tab3, .tpPlaylistTabs ul.tab4 li.tab4, .tpPlaylistTabs ul.tab5 li.tab5 { 
        background:url(/includes/objects/sports-maven/gfx/maventabs_arrow.gif) no-repeat bottom center;
 }
/* </addition> */


#mediaplayer {
	margin-bottom: 0;
}

/*Right rail kick*/

div.kick {
	background-color: #f9f9f9;
	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;
}	

#sitemap {
        padding: 0px;
}
#sitemap .nav {
        border: 3px solid #fff; 
        background-color: #97131e;
}
#sitemap.mod {
        border: 3px solid #97131e;
}

#sitemap .nav ul li a:hover {
        background-color: #cc6600;
}

/*Comments */

.old_comments {
  margin: 20px 0 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #cccccc;
}

.old_comments h2 {
  font-size: 14px;
  clear: none;
  display: inline;
  margin-right: 15px !important;
}

.previous_comment {
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid #cccccc;
}

.old_comments_lineup em.cmt {
       background: url("/includes/objects/pluck/gfx/icons-797979.gif") no-repeat scroll left -136px transparent;
       padding: 2px 0 2px 20px;
       font-style: normal;
}
.lineup-archive {
       font-size: 10px;
}

.audioicon, .audioicon a {background:url("http://www.cbc.ca/radio/images/icon_audio.gif") no-repeat scroll right transparent;}


/* Search form CSS */
.searchform {
      margin-top: 13px;
}
.searchform form {
      float: left;
}
.searchform img {
      float: right;
}
.searchform .searchfield {
      width: 202px;
      height: 18px;
      border: 1px solid #6d6d6d;
}


/* QuickPoll */
#poll table {
       width: 280px;
}
#poll table font {
       font-size: 12px;
       line-height: 15px;
}

.videoicon, videoicon a {
	background: url(http://www.cbc.ca/radio/images/icon_video-white2.gif) no-repeat scroll right center transparent;}

