@charset "utf-8";

#flash_footer {
clear: both;

}

#cantaloupe * {
	padding: 0;
	margin: 0;
}

#cantaloupe li, #cantaloupe ul {
	list-style: none;
	line-height: 100%;
}

#cantaloupe h3 {
	height: 22px;
	text-align: left;
	font: normal bold  11px/22px Arial, Helvetica, sans-serif;
	color: #FFF;
	text-indent: 6px;
}
		
#cantaloupe h4 {
	color: #fff;
	font: normal bold  11px/22px Arial, Helvetica, sans-serif;
	text-align: left;
}

#cantaloupe p {
	text-align: left;
}
	
#cantaloupe a {
	color: #ac1a2f;
	text-decoration: none;
	font-weight: bold;
}

#cantaloupe a, #cantaloupe a img {
	border: none;
	outline: none;
}

#cantaloupe a:hover {
	text-decoration:underline;
}


/* cantaloupe ********************************* */

#cantaloupe {
	text-align: center;
	background: #e0e8eb;
	width: 480px;
	/* height: 486px; */
	font: 11px/1.5em Arial, Helvetica, sans-serif;
	color: #6b6e72;
	
}

#main {
	height: 270px;
	width: 480px;
	position: relative;
	margin: 0 auto;
	clear: left;
	background: url(../images/main.jpg) no-repeat top left;
	}
	
#video_text {
	clear: both;
	padding: 12px 22px;
}	


#video_text p#episode_headline {
	color: #ac1a2f;
	font-size:14px;
	line-height: 22px;
}

#video_text p#episode_description {
	color: #000;
	font-size:13px;
	line-height: 22px;
}

a#view {
	display: block;
	width: 480px;
	height: 270px;
	text-indent: -9999px;
	}
	
a#view:hover {
		text-decoration: underline;
	}
		
#overlay {
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
	text-align: center;
	}

#video {
	background: #FFF;
	width: 480px;
	height: 270px;
	margin: auto;
	}

a#closeBtn {
	position: absolute;
	top: -22px;
	left: 360px;
	z-index: 20;
	font-weight: bold;
	height: 22px;
	line-height: 22px;
	width: 120px;
	margin: 0;
	padding: 0;
	text-align: right;
	text-decoration: none;
	}


/* cantaloupe-related-items ********************************* */

	#morevideos {
		float: left;
		
	}
		
	ul#cantaloupe-related-items {
		float: right;
		width: 268px;
		
	}
		
		
	ul#cantaloupe-related-items li {
		float: left;
		width: 44px;
	}
		
	ul#cantaloupe-related-items li a {
		display:block;
		text-align: left;
		height: 43px;
		text-indent: -9999px;
	}
		
	ul#cantaloupe-related-items li.cantaloupe-inactive a {pointer:default;}
	
	
	
	ul#cantaloupe-related-items  a#thumb1 {
		background: url(../images/thumb1.gif) no-repeat top right;
	}
	
	ul#cantaloupe-related-items .cantaloupe-current a#thumb1 {
		background: url(../images/thumb1-o.gif) no-repeat top right;
	}
	
	ul#cantaloupe-related-items li a#thumb2 {
		background: url(../images/thumb2.gif) no-repeat top right;
	}
	
		ul#cantaloupe-related-items .cantaloupe-current a#thumb2 {
		background: url(../images/thumb2-o.gif) no-repeat top right;
	}
	
	ul#cantaloupe-related-items li a#thumb3 {
		background: url(../images/thumb3.gif) no-repeat top right;
	}
	
	ul#cantaloupe-related-items .cantaloupe-current a#thumb3 {
		background: url(../images/thumb3-o.gif) no-repeat top right;
	}
	
	ul#cantaloupe-related-items li a#thumb4 {
		background: url(../images/thumb4.gif) no-repeat top right;
	}
	
	ul#cantaloupe-related-items .cantaloupe-current a#thumb4 {
		background: url(../images/thumb4-o.gif) no-repeat top right;
	}
	
	ul#cantaloupe-related-items li a#thumb5 {
		background: url(../images/thumb5.gif) no-repeat top right;
	}
	
	ul#cantaloupe-related-items .cantaloupe-current a#thumb5 {
		background: url(../images/thumb5-o.gif) no-repeat top right;
	}
	
	ul#cantaloupe-related-items li a#thumb6 {
		background: url(../images/thumb6.gif) no-repeat top right;
		
	}
	
	ul#cantaloupe-related-items .cantaloupe-current a#thumb6 {
		background: url(../images/thumb6-o.gif) no-repeat top right;
	}
	
	ul#cantaloupe-related-items li#last_thumb {
		width: 42px;
	}

/* cantaloupe-standard-actions ********************************* */


	
	ul#cantaloupe-standard-actions {
		padding-top: 12px;
	}
	
	ul#cantaloupe-standard-actions li {
		float: left;
		
	}
			
	ul#cantaloupe-standard-actions li a {
		text-indent:-9999px;
		display: block;
		height: 53px;
	}
	
	
	ul#cantaloupe-standard-actions li#shareBtn a {
		background: url(../images/joinBtn.gif) no-repeat top left;
		width: 161px;
	}
	
	ul#cantaloupe-standard-actions li#joinBtn a {
		background: url(../images/shareBtn.gif) no-repeat top left;
		width: 161px;
	}
	
	ul#cantaloupe-standard-actions li#archiveBtn a {
		background: url(../images/archiveBtn.gif) no-repeat top left;
		width: 158px;
	}


	
/* cantaloupe-link ********************************* */
	
	#cantaloupe p#cantaloupe-link {
		text-align: right;
		font-size: 10px;
		line-height: 24px;
		color: #ccc;
		clear: both;
		padding-right: 12px;
	}
	
	#cantaloupe p#cantaloupe-link a {
		color: #ccc;
		font-weight: normal;
	}
	
	 #cantaloupe p#cantaloupe-link a:hover {
		text-decoration: underline;
	}

/* misc. ********************************* */

	.fade {
		opacity: 0.6;
		-moz-opacity: 0.6;
		filter: alpha(opacity=60);
	}
	
	.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	}
	.clearfix {display:inline-block;}
	/* Hide from IE Mac \*/
	.clearfix {display:block;}
	/* End hide from IE Mac */

