@charset "utf-8";
/* CBC global includes */
@import "/i/o/globalnav/v10/css/globalnav.css"; 
@import "/includes/footer/footer-v07b.css";
@import "/includes/ads/ads.css";
@import "/video/css/embeddedplaylist.css"; 

/* CBC GLOBAL HEADER, NAV, AND FOOTER
-----------------------------------------------------------------------------------*/
#globalnav {
	width: 986px !important; 
	margin: 0 auto 0 auto;
	padding: 0;
}
#gn {
	height: auto;	
}
#gn.v10 {
	padding-bottom: 0 !important;	
}
#gnwrap {
	margin: 0 auto;
}
#gnav {
	background-color: transparent !important;	
	height: 38px !important;
}
#gn-adww {
	margin-left:auto;
	margin-right:auto;
	margin-top: 10px !important;
}
#gn-tabs li {
	padding-bottom: 10px !important;	
}
#gn-tabs li a {
	padding-top: 16px !important;	
}
#gn-logo {
	padding-top: 12px !important;	
	padding-bottom: 12px !important;	
	background-color: #CCCCCC !important;
}
#gn-links {
	padding-top: 8px !important;	
	padding-bottom: 20px !important;	
	background-color: #CCCCCC !important;
}	
#footer.v10 {
	margin: 0 auto 25px auto !important;
	border: none;
	border-bottom: 1px solid #818181;
}

/* BROWSER RESET STYLES
   This creates a standard baseline that reduces cross-browser issues
-----------------------------------------------------------------------------------*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset, img {
	border:0;
}
address, caption, cite, code, dfn, th, var {
	font-style:normal;
	font-weight:normal;
}
ol, ul {
	list-style:none;
}
caption, th {
	text-align:left;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}
q:before, q:after {
	content:'';
}
abbr, acronym {
	border:0;
}


/* LAYOUT GRID CONTAINERS
-----------------------------------------------------------------------------------*/
.container_12 {
	margin: 0 auto 0 auto;
	padding: 0 0 10px 0;
	width: 960px;
	min-height: 850px;
        background-color: #192040;
	border-left: 1px solid #0e1028;
	border-bottom: 1px solid #0e1028;


}
.alpha {
	margin-left: 0 !important;
	margin-right: 20px !important;
}
.omega {
	margin-left: 0 !important;
	margin-right: 0 !important;
}
.grid_1, .grid_2, .grid_3, .grid_4, .grid_5, .grid_6, .grid_7, .grid_8, .grid_9, .grid_10, .grid_11, .grid_12, .grid_12 {
	display:inline;
	float: left;
	position: relative;
	margin-left: 10.0px;
	margin-right: 10.0px;
-moz-border-radius: 15px;
border-radius: 15px;
}
.container_12 .grid_1 {
	width:60px;
}
.container_12 .grid_2 {
	width:140px;
}
.container_12 .grid_3 {
	width:220px;
}
.container_12 .grid_4 {
	width:300px;
	background-color: transparent;
	margin: 0 0 0 10px;
	padding: 10px 0 0 0;
	border: none;
}
.container_12 .grid_8 .grid_4 {
	padding-left: 0;
	padding-top: 0;
	border-left: 0;
	margin-right: 0;
}
.container_12 .grid_5 {
	width:380px;
}
.container_12 .grid_6 {
	width:460px;
}
.container_12 .grid_7 {
	width:540px;
}
.container_12 .grid_8 {
	width:620px;
	background-color: transparent;
	margin: 0 0 5px 0;
	padding: 10px 10px 5px 10px;
}
.container_12 .grid_8 .full-entry {
        -moz-border-radius: 15px 15px 15px 15px;	
        width: 592px;
	padding: 10px 10px 10px 22px;
	margin: 0;
        background-image: url("http://www.cbc.ca/22minutes/images/widgetBGtest2.jpg");
}
.container_12 .grid_9 {
	width:700px;
}
.container_12 .grid_10 {
	width:780px;
}
.container_12 .grid_11 {
	width:860px;
}
.container_12 .grid_12 {
	width:940px;
}

/* BODY AND MAIN PAGE CONTAINER
-----------------------------------------------------------------------------------*/
body {
	background-color: #050505; /* should exactly match bottom of background image below */
	background-image: url("http://www.cbc.ca/22minutes/images/22minutesBGCast.jpg");
	background-position: center -32px;
        background-repeat: no-repeat;
	min-height: 800px;
}
#page_container {
	background-color: transparent;
	width:986px;
	border: none;
	margin: 0 auto;
	padding: 0;
	position: relative;
}



/* HELPER CLASSES TO CLEAR FLOATED ELEMENTS
-----------------------------------------------------------------------------------*/
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}

/* DEFAULT SITE-WIDE FONT STYLES
   These are overidden selectively below in special cases
-----------------------------------------------------------------------------------*/
body { 
	font-family: Arial, Helvetica, sans-serif;	/* default site font face */
        color: black;
}
.container_12 p { /* body paragraphs */
	font-size: 12px;
	line-height: 19px;
	color: black;
	padding: 0;
	margin: 7px 0 7px 0;
}
.container_12 a, /* text links including platform playlist "more" links */
.tpPlaylist .kickmore a { 
	color: black;
	text-decoration: none;
        font-weight: bold; 
text-align:right;
}
.container_12 a:hover { /* text links on mouseover */
	text-decoration: underline;	
}
.container_12 h1 { /* page top headings */
	
        /*background-image: url('http://www.cbc.ca/22minutes/img/this-week-on-22-minutes-bg.jpg');	*/
        font-size: 20px;
	line-height: 24px;
	color: white;
	padding: 5px;
	width: 610px;
	margin: 0px 0px 5px 0px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	border-bottom:1px solid #FFF;
}
.container_12 h2 { /* page sub-headings */
	font-size: 16px;
	line-height: 22px;
	color: #282828;
	font-weight: bold;
	padding-top: 5px;
}
.container_12 h3,
.container_12 h3 a { /* widget headers */
	background: transparent;	
	font-size: 17px;
	line-height: 20px;	
	color: transparent;
	font-weight: bold;
        text-align: center;

}
.container_12 h4 {
	width: 600px;;
	font-size: 16px;
	line-height: 22px;
	background-color: transparent;
	color: black;	
	font-weight: bold;
	padding: 2px 10px 2px 10px;
	margin: 10px 0 10px -10px;	
}
.container_12 h5 {
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	color: black;
}
.container_12 h6 {
	font-size: 12px;
	line-height: 16px;
	color: #818181;
	font-weight: bold;
}

/* SITE NAVIGATION BAR
-----------------------------------------------------------------------------------*/
#pnav {
	width: 964px;
	background-image: url('http://www.dev.nm.cbc.ca/22minutes/images/22-Nav-BGfix5.png');
	margin: 0 auto 0px auto;
	padding: 0;
	border: none;
}
#pnav ul {
	margin: 0;
	padding: 10px 0 10px 0;
	width: 960px;
	list-style: none inside none;
	text-align: center;
	overflow: hidden;
}
#pnav li {
	display:inline;
	margin: 0;
	padding: 0 10px 0 9px;
	font-size: 14px;
	line-height: 16px;
	text-transform: uppercase;
	background-image: url(images/nav_divider.png);
	background-position: top right;
	background-repeat: no-repeat;
	font-weight: bold;
	overflow: hidden;
}
#pnav li.last {
	background-image: none;
}
#pnav a, #pnav a:visited {
	color: white;
	text-decoration: none;
}
#pnav li.currpage a { /* style of current page link */
	color: #637D94;	
}
#pnav a:hover { /* style of links on mouseover */
	color: gray;
	text-decoration: underline;
}

/* MOVABLE TYPE MODULES
-----------------------------------------------------------------------------------*/

/* module - sponsors bar */
#sponsors {
	width: 960px;
	height: 60px;
	margin: 4px auto 0 auto !important;
	padding: 0 !important;
	overflow: hidden;
	background-color: white;
	text-align: center !important;
	clear: both;
}
#sponsors img {
	float: left;
	height: 50px;
	margin: 5px 10px 0 10px;
	padding: 0;
	border: none;
	text-decoration: none;
	overflow: hidden;
}
#sponsors a, #sponsors a:hover {
	text-decoration: none !important;		
}
/* module - site header */
#site_header {
	width: 960px;
	height: 100px;
	margin: 0 auto;
	padding: 0;
	background-color: transparent;
	position: relative;
	background-image: url("http://www.cbc.ca/22minutes/images/22minutesBGCast.jpg"); 
	background-position: center -170px;		
}
#site_header .clickable-logo {
	float: left;
	display: block;
	margin: 0 0 0 0;
	padding: 0;
	border: 0;
	cursor: pointer;
	text-decoration: none;
}
#site_header .clickable-logo a {
	text-decoration: none;	
}
/* module - show ID box */
#site_header .show_id_box {
	width: 395px;
	height: 90px;
	position: relative;
	float: right;
	background-color: transparent;
	padding: 20px 0 0 0;
	margin: 0;
	text-align: right;
}
#site_header .show_id_box h2.airtime {
	font-size: 14px;
	line-height: 16px;
	text-transform:uppercase;
	color: white !important;
	background-color: transparent !important;
	width: 100% !important;
	float: right;
	font-weight: bold;
	margin: 0;
	padding: 0;
	text-align: right;	
}
#site_header .show_id_box img.button_watch_latest {
	margin: 15px 0 0 0;
	padding: 0;
	border: 0;
	float: right;
}

/* module - rotator - basic container initialization styles only
					  (See rotator-styles.css for complete rotator styling)  */
#rotator {
	width: 620px;
	height: 250px;
	padding: 0;
	margin: 0 0 10px 0;
	background: #fff url(/i/o/cbc/v10/gfx/loading.gif) no-repeat 50%;		
}
#rotator ul, #rotator div {
	display: none;	
}

/* MOVABLE TYPE WIDGETS
-----------------------------------------------------------------------------------*/

/* default widget styles */
.widget {
	margin-bottom: 10px;
	border: none;
	background-image: url("http://www.cbc.ca/22minutes/images/widgetBGtest2.jpg");
	border-bottom: 15px solid transparent;
	padding-top: 0;
-moz-border-radius: 15px;
border-radius: 15px;
}
.container_12 h3.widget-header {
	width: 290px;
        height: 55px;
	margin: 0 0 5px 0;
	padding: 2px 5px 3px 5px;
        color: transparent;
        border-bottom: 0px dotted #272C4A;
        background-image: url("http://www.cbc.ca/22minutes/images/headertemplate2.jpg");
-moz-border-radius: 12px 12px 0px 0px;
}
.container_12 h3.smaller {
	font-size: 14px;
background-image: url("http://www.cbc.ca/22minutes/images/headertemplate2.jpg");
color: transparent;
}
.container_12 .widget-header a,
.container_12 .grid_8 .widget-header a {
	text-decoration: none;
}
.container_12 .widget-header a:hover {
	text-decoration: underline !important;
}
.container_12 .grid_8 .widget-header a:hover {
	text-decoration: none;
}
.widget h4 {
	color: black;	
}
.widget p {
	width: 280px;
        height: 150px;
	padding: 0 10px 10px 10px;
	margin: 0;
}
p a, .widget p a {
	text-decoration: none;
}
p a:hover, .widget p a:hover {
	text-decoration: underline;	
}
.widget .dateline {
	color: #3cbaec;
	font-size: 10px;
	line-height: 12px;
	padding-top: 10px;
}
.widget .more {
	padding-bottom: 8px;
	padding-top: 9px;
	padding-left: 5px;
	text-align: left;
	font-weight: normal;
	font-size: 13px;
	line-height: 18px;
}
.widget .more a {
	text-decoration: none;
}
.widget .more a:hover {
	text-decoration: underline;
}

/* widget - ad box */
.ad_box {
	margin: 0 0 10px 0;
	padding: 0;
	width: 300px;
	height: auto;
	overflow: hidden;
	background: #1D223E;
}
.ad_box .ad-label {
	width: 100%;
	height: 11px;
	margin: 2px 0 2px 0;
	background-image: url(http://www.cbc.ca/includes/ads/gfx/ad_label_h.gif);
	background-position: center center;
	background-repeat: no-repeat;
	padding: 0;
	border: 0;
}
.ad300x250 {
	width:300px;
	margin: 0;
	padding: 0;
	background-image: none; 
}

/* widget - blog excerpts */
.blog_excerpts {
	padding: 0;
	margin: 0 0 10px 0;
}
.blog_excerpts h3 {
	margin-bottom: 5px !important;	
}
.blog_excerpts h5 {
	margin: 0 !important;
	padding: 0 0 0 10px !important;
	line-height: 18px;
	width: 290px;
}
.blog_excerpts a {
	text-decoration: none;
}
.blog_excerpts h5 a,
.blog_excerpts .blogmore a {
	color: #2b2b2b;
}
.widget .blogexcerpt_container {
	padding: 11px 0 0 0;
	margin: 0;
	border: none;
	background-color: transparent;
	border-bottom: 1px solid #f3f3f3;
}
.widget .blogexcerpt_container:hover {
	background-color: #EEEEEE;
	cursor: pointer;
}
.widget .blogexcerpt {
	padding-bottom: 10px;
	margin-bottom: 0px;
	height: 20px !important;
	font-size: 11px;
	line-height: 15px;
	color: #6b6b6b;
	overflow: hidden;
}
.widget .blogexcerpt_container  .blogmore {
	width: 94%;
	text-align: right;
	font-size: 11px;
	color: black;
	font-weight: bold;
}

/* widget - google search */
.google_search {
	position: relative;
	padding: 0;
	margin: 0 0 10px 0;
	border-bottom: none;
	height: 27px;
}
.google_search input {
	width: 218px;
	height: 20px;
	border: 1px solid #f1f1f1;
	font-size: 12px;
	line-height: 15px;
	padding: 2px;
	margin: 0 5px 0 0;
	float: left;
}
.google_search img {
	float: right;
	height: 25px;
	width: auto;
	margin: 0;
	padding: 0;
	cursor: pointer;
}

/* widget - stay connected */
.stay_connected {
	position: relative;
	overflow: visible;
	height: auto;
	width: 300px;
	color: black;
}
.stay_connected .fb-like {
	width: 290px;
	height: 70px;
	margin: 8px 0 5px 10px;
	padding: 00
	clear: both;
}
.stay_connected .fb-like iframe {
	overflow: visible;	
}
.stay_connected a, .stay_connected a:visited {
	color: white;
	text-decoration: none;
}
.stay_connected a:hover {
	text-decoration: underline;
}
.stay_connected .social_links {
	clear: both;
	width: 280px;
	height: 56px;
	padding: 10px 0 10px 20px;
	margin: 0;
}
.stay_connected .social_links .link {
	float: left;
	width: 35px;
	margin: 0 25px 0 0;
	padding: 0;
	font-size: 9px;
	line-height: 11px;
	text-align: center;
	color: #1f5f88;
}
.stay_connected .social_links .lastlink {
 	margin-right: 0 !important;
}
.stay_connected .social_links .link img {
	width: 31px;
	height: 32px;
	padding: 0;
	margin: 0;
	border: none;
}
.stay_connected .social_links .link {
	text-decoration: none !important;
}

/* widget - large promos */
.large_promo {
	height: 325px;
        background: #1a1a1a; 
}
/* widget - small promos */
.small_promo {
	height: 100px;	
}

/* widget - video playlist */
.video_playlist .tpPlaylist {
	width: 300px !important;
	background-color: transparent;
}
.video_playlist #tpPlaylistContent {
	height: auto;
}
.video_playlist .tpPlaylist .tpClips .title {
	color: #010101;
	font-size: 11px;
	line-height: 14px;
	height: 16px;
	overflow: hidden;
}
.video_playlist .tpPlaylist .tpClips .desc {
	color: #6b6b6b !important;	
	font-size: 11px;
	line-height: 13px;
	height: 28px;
}
.video_playlist .tpPlaylist .tpClips img {
	width: 113px;
	height: 62px;
}
.video_playlist .tpPlaylist .tpClips .cta img {
	width: 64px;
	height: 21px;
}
.video_playlist .tpPlaylist .tpClips .cta {
	background-image: none;
	padding-left: 0;
}
.video_playlist .tpPlaylist .tpClips .cta .livenow {
	font-size: 10px;
	line-height: 20px;
	padding: 0 4px 0 4px;
	margin: 0;
	float: right;
	font-weight: bold;	
}
.video_playlist .tpPlaylist .tpClips .cta .livelater {
	font-size: 9px;
	line-height: 20px;
	color: black;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
	float: right;
}
.video_playlist .tpPlaylist .tpClips .cta img {
	border: none;
	margin: 0 30px 0 0;
	padding: 0;
}
.video_playlist .tpPlaylist .tpClips .cta em {
	margin-top: 5px;
	line-height: 23px;
	font-weight: bold;
}
.video_playlist .tpPlaylist .tpClips a {
	border-bottom: 1px dotted black;
        background-image: url('http://www.cbc.ca/22minutes/images/widgetBGtest2.jpg');
	text-deocration: none;
	position: relative;
	height: 62px;
}
.video_playlist .tpPlaylist .tpClips a:hover {
	background-color: #f2f2f2;	
	text-decoration: none;
}
.video_playlist .tpPlaylist .kickmore {
	padding: 11px 0 7px 5px;	
	color: black;
	text-align: left;
	text-decoration: none;
	font-weight: normal;
}
.video_playlist .tpPlaylist .kickmore a,
.video_playlist .tpPlaylist .kickmore span {
	font-size: 13px;
	line-height: 18px;		
}
.video_playlist .tpPlaylist .kickmore a:hover {
	text-decoration: underline;	
}


/* BLOG AND CAST ENTRY FOOTER LINKS
-----------------------------------------------------------------------------------*/
div.entrylinks {
	width: 100%;
	height: 50px;
	padding: 0;
	margin: 10px 0 5px 0;
	overflow: hidden;
}
div.entrylinks .comments-link {
	float: left;
	margin: 3px 10px 0 0;
	padding: 0;
}
div.entrylinks .twitter-share-button {
	float: left;
	margin: 1px 10px 0 0;
	padding: 0;
	cursor: pointer !important;
}
div.entrylinks .facebook-like-button {
	float: left;
	width: 300px;
	margin: 0 10px 0 0;
	padding: 0;
}

-moz-border-radius: 15px;
border-radius: 15px;


/* SITE PAGES (BOTH INDEX TEMPLATES AND MT PAGES)
-----------------------------------------------------------------------------------*/

/* page - about the show */
.display-air-time {
	font-size: 16px !important;
	line-height: 24px !important;
	text-align: left;
	font-weight: bold;
	color: black;
}
/* page - episodes */
#page_episodes .container_12 {
	min-height: 250px;		
}
.tpPlayer {
	width: 620px;
	height: 401px;
	overflow: hidden;
	margin: 0 0 10px 0;
	padding: 0;
}
.tpPlaylist {
	width: 620px;
	min-height: 180px;
	background-color: transparent;
	background: #fff url(/i/o/cbc/v10/gfx/loading.gif) no-repeat 50%;	
}
.tpClips,
.tpClips a,
.tpClips .title,
.tpClips .airdate,
.tpClips .desc,
.tpClips .cta,
.tpClips .cta .dur,
.tpPlaylist .kickmore {
	color: #2b2b2b !important;	
}
.tpPlaylist .airdate {
	display: block;
	font-weight: bold;
	font-size: 11px;
	line-height: 20px;
	padding-bottom: 5px;
}
.tpPlaylist .kickmore a {
	font-size: 12px !important;
	font-weight: normal !important;
}
.tpPlaylist .kickmore a span {
	color: black;	
	font-size: 12px !important;
	font-weight: normal !important;	
}
.tpClips .cta {
	background-image: url(images/small_play.gif);	
}
.tpClips img {
	width: 220px;
	height: 124px;
	float: left;
}
.tpClips .title {
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
        text-align: left;
}
.tpPlaylist .tpClips .desc {
	font-size: 12px;
	line-height: 17px;	
	font-weight: normal;
        text-align: left;
}
.tpPlaylist .tpClips .meta {
	height: auto;	
}
.tpClips .cta, 
.tpClips .cta em, 
.tpClips .cta em.dur { 
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
} 
.tpClips .cta em.dur {
	padding-left: 0;
}

.tpPlaylist .tpClips a {
	border: 1px dotted lightgray;
	height: 125px;
	background-image: url("http://www.cbc.ca/22minutes/images/widgetBGtest2.jpg");
	display: block;
	clear: both;
}
.tpPlaylist .tpClips .episode_right {
	width: 365px;
	min-height: 125px;
	display: block;
	float: left;
	padding: 0;
	margin: 0;
}
.tpPlaylist .tpClips a:hover {
	background-color: #f2f2f2;	
	text-decoration: none;
}
.tpPlaylist .kickmore,
.tpPlaylist .kickmore a,
.tpPlaylist .kickmore a span {
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
background-image: url("http://www.cbc.ca/22minutes/images/widgetBGtest2.jpg");
}
.tpPlaylist .kickmore a:hover {
	text-decoration: underline;	
}
.tpPlaylistTabs {
	padding-top: 0 !important;
	padding-bottom: 5px !important;
}
.tpPlaylistTabs ul li.sort {
	display: none !important;	
}
.tpPlaylistTabs li.tab1, 
.tpPlaylistTabs li.tab2,
.tpPlaylistTabs li.tab3, 
.tpPlaylistTabs li.tab4 {
	margin-right: 10px !important;
	background-color: transparent !important;
    background-image: url("images/video_tab_off.png");
	background-repeat: repeat-x !important;
	background-position: bottom center !important;
}
.tpPlaylistTabs li.tab1 a, 
.tpPlaylistTabs li.tab2 a,
.tpPlaylistTabs li.tab3 a, 
.tpPlaylistTabs li.tab4 a {
	background-color: transparent !important;
	color: white !important;
	text-transform: uppercase !important;
	font-weight: bold !important;
	text-decoration: none !important;
}
.container_12 .grid_8 .tpPlaylist .tpPlaylistTabs ul.tab1 li.tab1, 
.container_12 .grid_8 .tpPlaylist .tpPlaylistTabs ul.tab2 li.tab2, 
.container_12 .grid_8 .tpPlaylist .tpPlaylistTabs ul.tab3 li.tab3, 
.container_12 .grid_8 .tpPlaylist .tpPlaylistTabs ul.tab4 li.tab4 {
    background-image: url("images/video_tab_on.png");
}

/* page - photos */
#page_photos .container_12 .grid_8 h1 {
	background-color: transparent;
	font-size: 33px;
	line-height: 40px;
	font-weight: bold;
	margin: 0 0 10px 0;
	padding: 0;
	font-weight: bold;
	color: black;
}
#page_photos .container_12 .grid_8 h2 {
	background-color: transparent;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	margin: 0 0 15px 0;
	padding: 0;
	font-weight: bold;
	color: black;	
}

/* page - blog index */
#page_blog h1 {
	clear: both;	
}
#page_blog h1 span#blog-head {
	width: 300px;
	float: left;
}
#page_blog h1 span#page-summary {
	display: block;
	margin: 0 10px 0 0;
	padding: 0;
	width: 150px;
	float: right;
	color: white !important;
	font-size: 14px;
	text-align: right;
	text-transform: uppercase;
}
#page_blog .blog_entry {
	width: 600px;
	height: auto;
	padding: 0 10px 10px 10px;
	margin: 0 0 10px 0;
	border-bottom: 1px solid #f3f3f3;
}
#page_blog .blog_entry img.blog_thumb{
	float: left;
	margin: 5px 10px 0 0;
	padding: 0;
	border: 0;
}
#page_blog .blog_entry h2 {
	margin-top: 10px;
}
#page_blog .blog_entry .dateline {
	color: black;
	font-size: 12px;
	line-height: 14px;
	padding-top: 0;
}
#page_blog .moreblogs {
	padding-left: 10px !important;	
}
#page_blog #page-links {
	width: 600px;
	height: 20px;
	padding: 0;
	margin: 10px 0 10px 10px;
	font-size: 13px;
}
#page_blog #page-links div.previous {
	float: left;
	width: 100px;
	height: 20px;
	padding 0;
	margin: 0;
	text-align: left;
}
#page_blog #page-links div.pagelinks {
	float: left;
	width: 380px;
	padding: 0 5px 0 5px;
	margin: 0;
	text-align: center;
}
#page_blog #page-links div.next {
	float: right;
	width: 100px;
	height: 20px;
	padding 0;
	margin: 0;	
	text-align: right;
}
#page_blog #page-content {
	background: #fff url(/i/o/cbc/v10/gfx/loading.gif) no-repeat 50%;
	min-height: 300px;
}

/* page - music index */
#page_music h1 {
	clear: both;	
}
#page_music h1 span#music-head {
	width: 300px;
	float: left;
}
#page_music h1 span#page-summary {
	display: block;
	margin: 0 10px 0 0;
	padding: 0;
	width: 150px;
	float: right;
	color: white !important;
	font-size: 14px;
	text-align: right;
	text-transform: uppercase;
}
#page_music .music_entry {
	width: 600px;
	height: auto;
	padding: 0 10px 10px 10px;
	margin: 0 0 10px 0;
	border-bottom: 1px solid #f3f3f3;
}
#page_music .music_entry img.music_thumb{
	float: left;
	margin: 5px 10px 0 0;
	padding: 0;
	border: 0;
}
#page_music .music_entry h2 {
	margin-top: 10px;
}
#page_music .music_entry .dateline {
	color: black;
	font-size: 12px;
	line-height: 14px;
	padding-top: 0;
}
#page_music .moremusics {
	padding-left: 10px !important;	
}
#page_music #page-links {
	width: 600px;
	height: 20px;
	padding: 0;
	margin: 10px 0 10px 10px;
	font-size: 13px;
}
#page_music #page-links div.previous {
	float: left;
	width: 100px;
	height: 20px;
	padding 0;
	margin: 0;
	text-align: left;
}
#page_music #page-links div.pagelinks {
	float: left;
	width: 380px;
	padding: 0 5px 0 5px;
	margin: 0;
	text-align: center;
}
#page_music #page-links div.next {
	float: right;
	width: 100px;
	height: 20px;
	padding 0;
	margin: 0;	
	text-align: right;
}
#page_music #page-content {
	background: #fff url(/i/o/cbc/v10/gfx/loading.gif) no-repeat 50%;
	min-height: 300px;
}

/* page - cast index and full entry pages */
#page_cast .cast_entry {
        -moz-border-radius: 15px 15px 15px 15px;        
        background-image: url("http://www.cbc.ca/22minutes/images/widgetBGtest2.jpg");
	border: 1px solid #232943;
        width: 593px;
	height: auto;
	padding: 10px;
	margin: 0 0 10px 0;
        color: black;
}
#page_cast div.entrylinks {
	width: 430px;
}
#page_cast .cast_entry .cast_thumb {
        border: 1px solid black;
	width:150px;
	float: left;
	margin: 0 10px 10px 0;
	padding: 0;
}
#page_cast cast_entry .more-link {
	font-weight: bold;	
}
#page_cast .cast_entry .dateline {
	color: black;
	font-size: 12px;
	line-height: 14px;
	padding-top: 10px;
}
.castnav {
	width: 100%;
	height: auto;
	padding: 0;
	margin: 10px 0 10px 7px;
}
#page_entry_cast .castnav {
	margin-bottom: 0;	
}
#page_entry_cast .full-entry {
	padding-top: 0;	
}
.castnav a {
	outline-style: none;	
}
.castnav img.castlink {
        border: 1px solid black;
	padding: 0px;
	margin: 0 5px 0 0;
	outline-style: none;
}
.castnav img.castlink:hover {
	border: 3px solid #818181;	
	padding: 0;
}
.castnav img.current {
	border: 3px solid black !important;	
	padding: 0;
}

/* page - contest - including contestapp style overrides */
#page_contest #contest_instructions {
	margin: -10px 0 10px 10px
}
#page_contest #contest-login-wrapper {
	margin: 0 0 10px 10px
}
#page_contest form.entercontest {
	width: 500px;
	background-color: transparent;
	border: none;
	padding-left: 0;
	margin-left: 10px;
	margin-top: -10px;
	display: none;
}
#page_contest .leftcol {
	width: 240px;
	float: left;
	text-align: left;
}
#page_contest .rightcol {
	width: 240px;
	float: right;
	text-align: left;
}
#page_contest .entercontest input[type="text"] {
	width: 160px;
	height: 15px;
	padding: 2px;
	font-size: 11px;
	color: black;
	border: 1px solid black;
}
#page_contest form.entercontest p {
	margin: 0;
	padding: 2px 0 0 0;
}
#page_contest form.entercontest p.error {
	font-size: 11px;
	font-weight: bold;
	color: #CC0000;
}
#page_contest form.entercontest #overallError {
	background-color: transparent;
	border: none;
	padding: 0 0 20px 0;
	margin: 0;
	font-size: 12px;
	font-weight: bold;
	color: #CC0000;	
}
#page_contest form.entercontest .clear {
	height: 12px !important;	
}
#page_contest .contest_entry {
	width: 600px;
	height: auto;
	padding: 10px 0 0 10px;
	margin: 0 0 10px 0;
}
#page_contest .contest_entry .contest_thumb {
	width:150px;
	float: left;
	border: 0;
	margin: 0 10px 0 0;
	padding: 0;
}
#page_contest .contest_entry .more-link {
	font-weight: bold;	
}
#page_contest .contest-closed {
	color: #AA0000;
	font-weight: bold;
}

/* page - games  */
#page_games .game_entry {
	width: 100%;
	height: auto;
	float: left;
	margin: 5px 0 5px 0;
	padding: 0;
}
#page_games .game_entry img {
	float: left;
	margin: 0 10px 0 0;
	padding: 0;
}
#page_entry_game .full-entry {
	padding: 10px 10px 10px 0;
}
#page_entry_game .gamebox {
	min-height: 400px;	
	background: #fff url(/i/o/cbc/v10/gfx/loading.gif) no-repeat 50%;	
}

/* page - community */
#page_community .tabs {
	width: 300px;
	height: 30px;
	padding: 0;
	margin: 10px 0 10px 0;
	float: left;
}
#page_community .tabs .tab {
	width: auto;
	height: 29px;
	background-color: transparent !important;
    background-image: url("images/video_tab_off.png");
    background-position: center bottom !important;
    background-repeat: repeat-x !important;
    margin: 0 5px 0 0 !important;		
	padding: 0 10px 0 10px;
	float: left;
	color: white;
	cursor: pointer;
    font-weight: bold;
    text-decoration: none !important;
    text-transform: uppercase;
	font-size: 12px;
	line-height: 22px;
	font-weight: bold;	
}
#page_community .tabs .current {
    background-image: url("images/video_tab_on.png");
}
#page_community  #twitter-login {
	float: left;
	margin: 0;
}
#page_community .find-us {
	width: 175px;
	height: 50px;
	padding: 10px 0 0 0;
	margin: 0;
	float: right;
}
#page_community .twtr-widget h3 {
	display: none;	
}
#page_community .disclaimer {
	font-size: 10px;
	color: #BBBBBB;
	padding: 0;
	margin: 10px 0 10px 0;
}
#page_community #pforums, 
#page_community #pfbody {
	width: 620px;
	height: auto;
	overflow: hidden;
	padding: 0;
	margin: 0;
}
#page_community #pforums table {
	width: 620px !important;
	margin-right: 0;
}

/* PLUCK COMMENTS
-----------------------------------------------------------------------------------*/

#socialcomments {
	padding: 10px 0 0 0;
	margin: 0 0 10px 10px;
	border-top: 1px solid #cecece;
	font-family: Arial, Helvetica, sans-serif !important; /* becomes default for all pluck comment fonts */
	background: white url(/i/o/cbc/v10/gfx/loading.gif) no-repeat 50%;	
	min-height: 250px;
}
#socialcomments-submit {
	background-color: white; /* should be same as #socialcomments background color */	
	padding-top: 0 !important;
	margin-top: 0 !important;
}
#socialcomments-submit h4,
#articlecomments h4 {
	margin-top: 0 !important;
	padding-top: 30px !important;
}	
#articlecomments {
	margin-left: 0;
	padding-left: 0;
}
#socialcomments h4,
#mt-comments h2 {
	margin: 20px 0 5px 0 !important;
	padding: 0 0 0 20px !important;
	background-image: url(images/speech_bubble.gif) !important;
	background-position: 0px 4px !important;
	background-repeat: no-repeat !important;
	background-color: transparent;
	font-size: 18px;
	line-height: 22px;
	font-weight: normal;
	color: #2b2b2b;
}
#socialcomments a {
	color: black;	
}

/* MOVABLE TYPE COMMENTS
-----------------------------------------------------------------------------------*/

#mt-comments {
	width: 600px;
	margin-left: 20px;
}
#mt-comments .mandatory {
	color: #CC0000;
	font-weight: bold;
}
#mt-comments .comment div {
	background-image: none;	
}
#mt-comments .disclaimer {
	margin-left: 0;	
}
#mt-comments #comments-open-data div,
#mt-comments #comments-open-text {
	margin: 15px 0 0 0;	
}
#mt-comments .inner .comment-info {
	width: 130px;
	float: left;
	border-right: 1px solid #cccccc;
}
#mt-comments .inner .comment-info .posteddate {
	color: #aaaaaa;
	font-size: 10px;
	line-height: 12px;
}
#mt-comments .inner .comment-content {
	width: 450px;
	float: right;
}
.buy-dvd {
background: url("http://www.cbc.ca/22minutes/images/buy-dvd.jpg") repeat scroll center top transparent;
height: 40px;
padding-top: 260px;
text-align: center;
width: 300px;
-moz-border-radius: 15px 15px 15px 15px;
}

.widgettwitter {
	margin-bottom: 10px;
	border: none;
	border-bottom: 15px solid transparent;
	padding-top: 0;
-moz-border-radius: 15px;
border-radius: 15px;
}

