@charset "utf-8";

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

#cantaloupe {
	font: 11px/1.5em Verdana, Arial, Helvetica, sans-serif;
	background: #364b60 url(../images/background.jpg) no-repeat top left;
	width: 526px;
	height: 400px;
	padding: 10px 0;
	border-bottom: 2px solid #CCC;
	}

#cWrapper {
	padding: 4px 12px;
	}
	
	

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

#cantaloupe p {
	margin: 0 0 1.5em 0;
	}
	
#cantaloupe h2 {
	font: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	float: left;
	color: #5382a1;
	width: 145px;
	padding: 0;
	margin: 0 14px 0 10px;
	line-height: 25px;
	font-size: 14px;
	text-align: left;
	}
	
#cantaloupe h2 .orange {
	color: #f7a518;
	}

	
#main {
	position: relative;
	clear: both;
	height: 270px;
	width: 482px;
	margin: 0 0 0 8px;
	background: url(../images/main.jpg) no-repeat top left;
	}
	
	
a#view {
	position: absolute;
	top: 0;
	left: 0;
	width: 476px;
	height: 266px;
	_width: 480px;
	_height: 270px;
	text-indent: -5000px;
	z-index: 5;
	border: 2px solid #1c2939;
	}
	
	a#view:hover {
		border: 2px solid #FFF;
		}
		
#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: 0;
	right: -18px;
	z-index: 20;
	margin: 0;
	padding: 0;
	}
	
#thumbWrapper {
	border: 2px solid #1c2939;
	width: 476px;
	height: 85px;	
	margin: 8px 0 0 8px;
}

#thumbWrapper #lcol {
	float: left;
}

ul#thumbs {
	list-style: none;
	margin: 3px 0 0 12px;
	padding: 0;
	width:130px;
	
	}
	
	
	ul#thumbs li {
		float:left;
		margin-right: 4px;
		margin-bottom: 4px;
		list-style: none;
		}
		
		ul#thumbs li a {
		margin: 0;
		height:25px;
		width:26px;
		line-height: 25px;
		text-align:center;
		display:block;
		background: url(../images/thumbs.gif) no-repeat top left;
		color: #FFF;
		text-decoration:none;
		font-weight: bold;
		font-size: 10px;
		}
		
		ul.thumbs li a:hover {
			background-position: bottom;
			}
		
		
		ul#thumbs li.cs a {
			cursor: pointer;
			text-decoration:none;
			background-position: bottom;
		
			}
		
		
		
		ul#thumbs li.cs a:hover {
			background-position: bottom;
			cursor: pointer;
		
			}
		
		ul#thumbs li.last a {
			}
			
 h3#more_videos {
	font: 10px/1.2em Arial, Helvetica, sans-serif;
	color: #FFF;
	padding:0;
	padding: 6px 0 0 12px;
	
	
}

.episode_number{
	color: #99cc33;
}

#episode_info {
	float: left;
	padding: 6px 10px;
	height: 50px;
	width: 300px;

}

#episode_info h4 {
	font: 12px/1.2em Arial, Helvetica, sans-serif;
	color: #f7a518;
	margin: 0;
	font-weight: bold;
	
}


#episode_info p {
	font: 11px/1.2em Arial, Helvetica, sans-serif;
	color: #FFF;
	margin: 0;
}
	
ul#js {
	list-style: none;
	}
	
	ul#js li {
		height: 28px;
		float: left;
		padding: 0;
		margin: 0 3px 0 0;
		overflow: hidden;
	
		}
		
		ul#js li a:hover img {
			padding: 0;
			margin: 0;
			opacity: 0.70;
			-moz-opacity: 0.7;
			filter: alpha(opacity=70);

			}

		

.last {
	margin-right: 0;
	}
	
#footer {
	margin-top: 6px;
	width: 526px;
	height: 26px;
	background: url(../images/footerBG.jpg) no-repeat top left;
	text-align: right;
	color: #a4a4a5;
	font-size: 10px;
	}
	
	
#footer a {
	color: #f7a518;
	text-decoration: none;
	}
	

#footer a#cantaLink {
	color: #f15a24;
	text-decoration: none;
	padding-right: 26px;
	}


.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 */

