/*	__home
---------------------------------------------------------------------------- */

#homepage_p2_a li.link-more, #homepage_p2_b li.link-more {
	padding: 10px 0;
	height: auto;
}

/* P2 A - Left */

#homepage_p2_a ul li {
	margin: 0px 10px;
	padding: 10px 0px;
	height: 81px;
}
#homepage_p2_a ul li + li {
	border-top: 2px dotted #e1e1e1;
}
#homepage_p2_a ul li div.copy {
	color: #58595b;
	font-size: 10px;
	font-weight: bold;
	line-height: 11px;
}
#homepage_p2_a a.series:link, #homepage_p2_a a.series:visited {
	font-weight: bold;
	font-size: 15px;
	line-height: 16px;
}
#homepage_p2_a a.episode:link, #homepage_p2_a a.episode:visited {
	color: #58595b;
	font-family: Georgia, serif;
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
	line-height: 13px;
}
#homepage_p2_a a.episode:hover, #homepage_p2_a a.episode:active {
	color: #ee762c;
}

/* P2 B - Right */

#homepage_p2_b ul li {
	margin: 0px 10px;
	padding: 10px 0px;
	height: 81px;
}
#homepage_p2_b ul li + li {
	border-top: 2px dotted #e1e1e1;
}
#homepage_p2_b ul li a.play {
	font-size: 13px;
	font-weight: bold;
}
#homepage_p2_b span.title {
	font-family: Georgia, serif;
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
}

/* Right column */

/* Country Music News */

#news ul.zebra li {
	list-style: none none;
}
#news span.bullet {
	display: block;
	float: left;
}
#news a {
	display: block;
	line-height: 15px;
	padding: 0 0 0 12px;
}

/* What's on CMT */

#whatsOn div.feature {
	padding: 10px;
}
#whatsOn div.copy {
	background: #2a2620;
	color: #ffffff;
	padding: 5px;
}
#whatsOn div.copy a:link, #whatsOn div.copy a:visited {
	color: #ffffff;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
}
#whatsOn div.copy a:hover, #whatsOn div.copy a:active {
	color: #ee762c;
}

/*	__p1 gallery promo
---------------------------------------------------------------------------- */

div#marquee {
	background: #f8fbfb;
	/*height: 410px;*/
}
/* IMPORTANT - Set the definition below to the ID of your gallery list to prevent a flash of unstyled content */
ul#gallery { visibility: hidden; }
/* GALLERY CONTAINER */
.gallery { border: none; padding: 6px; margin-bottom: 6px; background-image: url('/home/images/bg-gallery-promo-p1.jpg'); background-repeat: no-repeat;}
/* LOADING BOX */
.loader { background: url('/sitewide/assets/img/decor/loader.gif') center center no-repeat #ddd; }
/* GALLERY PANELS */
.panel {}
/* DEFINE HEIGHT OF PANEL OVERLAY */
/* NOTE - It is best to define padding here as well so overlay and background retain identical dimensions */
.panel .panel-overlay,
.panel .overlay-background { height: 51px; padding: 8px 10px 10px 10px; }
/* PANEL OVERLAY BACKGROUND */
.panel .overlay-background { background-image: url('/sitewide/assets/img/decor/p1-caption-bg.png'); }
/* PANEL OVERLAY CONTENT */
.panel .panel-overlay { color: white; font-size: 14px; }
.panel .panel-overlay h3 { font-size: 18px; margin: 0; padding: 0; }
.panel .panel-overlay p { margin: 0; padding: 0; }
.panel .panel-overlay a { color: white; text-decoration: underline; font-weight: bold; }
/* ITERATION OVERLAY */
.panel .iterator { position:absolute; top: 0px; left: 60px; font-size: 10px; padding: 1px 4px; color: #333333; background-image: url('/sitewide/assets/img/decor/p1-light-bg.png'); }
/* FILMSTRIP */
/* 'margin' will define top/bottom margin in completed gallery */
.filmstrip { margin: 9px 0; }
/* FILMSTRIP FRAMES (contains both images and captions) */
.frame {}
/* WRAPPER FOR FILMSTRIP IMAGES */
.frame .img_wrap { border: 3px solid transparent; }
/* WRAPPER FOR CURRENT FILMSTRIP IMAGE */
.frame.current .img_wrap { border-color: #6e3e38; }
/* FRAME IMAGES */
.frame img { border: none; }
/* FRAME CAPTION */
.frame .caption { font-size: 11px; text-align: center; color: #888; }
/* CURRENT FRAME CAPTION */
.frame.current .caption { color: #ffffff; }
/* POINTER FOR CURRENT FRAME */
.pointer { border-color: #6e3e38; }
/* TRANSPARENT BORDER FIX FOR IE6 */
/* NOTE - DO NOT CHANGE THIS RULE */
*html .pointer { filter: chroma(color=pink); }

/* end of file */
