@charset "utf-8";

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

#cantaloupe {
	border: 1px solid #0077d4;
	width: 553px;
	margin: 0 0 0 10px;
	font: 11px/1.5em Verdana, Arial, Helvetica, sans-serif;
	}

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

#cantaloupe p {
	margin: 0 0 1.5em 0;
	}
	
#cantaloupe h3 {
	font-size: 13px;
	margin: 0 0 10px 0;
	}

#header {
	height: 107px;
	background: url(../images/headerBg.gif) no-repeat top left;
	}
	
	h2 {
		text-indent: -5000px;
		}
	
#lcol {
	width: 480px;
	float: left;
	}
	
#rcol {
	width: 279px;
	float: left;
	}
	
#main {
	height: 270px;
	position: relative;
	margin: 0 0 2px 0;
	background: url(../images/main.jpg) no-repeat top left;
	}
	
	
a#view {
	position: absolute;
	top: 0;
	left: 0;
	width: 549px;
	height: 266px;
	text-indent: -5000px;
	z-index: 5;
	}
	
	a#view:hover {
		border: 2px solid #ffeda3;
		}
		
#overlay {
	position: absolute;
	width: 553px;
	z-index: 10;
	top: 0;
	left: 0;
	background: #e3f0fd;
	text-align: center;
	}

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

a#closeBtn {
	position: absolute;
	top: 5px;
	right: 5px;
	z-index: 20;
	background: #3399FF;
	color: #FFF;
	font-weight: bold;
	border: 1px solid #FFF;
	height: 18px;
	line-height: 18px;
	width: 18px;
	margin: 0;
	padding: 0;
	text-align: center;
	text-decoration: none;
	}
	
	
ul#thumbs {
	list-style: none;
	clear: left;
	}
	
	ul#thumbs li h3.episodeNumber {
		color: #2273d7;
		margin: 0 0 5px 0;
		}
	
	ul#thumbs li {
		border-top: 1px solid #005ed1;
		border-bottom: 1px solid #005ed1;
		margin: 0 0 2px 0;
		color: #60c000;
		}
		
		ul#thumbs li.last {
			margin: 0;
			border-bottom: none;
			}

#thumbs p {
	margin: 0;
	}
	
.t_l {
	background: #005ed1;
	width: 90px;
	text-align: center;
	}

.headline {
	display: block;
	color: #2273d7;
	font-weight: bold;
	}

	
ul#js {
	height: 44px;
	background:#f0f7fe;
	list-style: none;
	clear: left;
	}
	
	ul#js li {
		float: left;
		text-align: center;
		padding: 0 4px 0 4px;
		}
	
	ul#js li#join {
		width: 260px;
		}
		
	ul#js li#share {
		width: 110px;
		}
		
	ul#js li#archive {
		width: 110px;
		background: none;
		}
		
	ul#js li#learnMore {
		width: 278px;
		background: none;
		border-left: 1px solid #aaa7a7;
		}
		

.last {
	margin-right: 0;
	}
	
#footer {
	background: url(../images/footerBg.gif) repeat-x top left #aad5f4;
	height: 47px;
	line-height: 25px;
	text-indent: 10px;
	}
	
	#archiveBtn {
		padding: 5px;
		float: right;
		}

#cantaLink {
	color: #FF9933;
	}



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


