@charset "utf-8";

* {padding: 0;margin: 0;}

body {
	text-align: center;
	font: 11px/1.5em Arial, Helvetica, sans-serif;
}

li, ul {
	list-style: none;
}

#cantaloupe a {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	}

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

#container {}

#cantaloupe h1{}
	
#cantaloupe-header {
	height: 27px;
	background: url(../images/headerBg.jpg) repeat-x bottom left;
	border-top: 1px solid #FFF;
}
	
#cantaloupe-header h2{
	padding: 0;
	float: left;
	text-align: left;
	font-size: 12px;
	text-indent: 12px;
	line-height: 27px;
	color: #FFF;
	}
	
#cantaloupe-header #right-nav {
	display: block;
	height: 27px;
	float: right;
	color: #FFF;
	line-height: 27px;
	font-size: 12px;
	margin-right: 6px;
}


#cantaloupe-header a {
	color: #FFF;
}

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

.cantaloupe-subhead {
	background: url(../images/subheadBg.jpg) repeat-x top left;
	height: 31px;
}

#cantaloupe h4, #cantaloupe h3 {
	color: #fff;
	font-size: 12px;
	}
		
h3 {
	padding: 5px 6px;
}

#content {
	clear: both;
	background: url(../images/contentBg.jpg) repeat-x top left;
	height: 600px;
	padding-top: 24px;	
}

#contentCentered {
	margin: 0 auto;
	width: 739px;
}

#lcol, #rcol {
	float: left;
	text-align: left;
}

#rcol {
	width: 245px;
}

#lcol {
	width: 494px;
}

#cantaloupe-videoWrapper {
	background: url(../images/mainBg.jpg) repeat-x bottom left;
	border: 1px solid #333;
	height: 302px;
	width: 480px;
	
} 


#cantaloupe-thumbnailsWrapper {
	border: 1px solid #333;
	}


#main {
	height: 270px;
	width: 480px;
	position: relative;
	margin: 0  auto;
	clear: left;
	}

a#ctaBtn {}	


		
#video_text {
	float: right;
	width: 223px;
	clear: both;
}

#video_text p {
	padding: 24px 24px 12px 18px;
}

#video_text h3 {
	padding: 28px 24px 0 18px;
	font-size: 14px;
}	

a#view {
	display: block;
	margin: 0 0 0 12px;
	width: 174px;
	height: 36px;
	line-height: 36px;
	text-indent: 36px;
	font-size: 13px;
	background: url(../images/watchVideoBtn.jpg) no-repeat top left;

	}
	
	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: -25px;
	left: 460px;
	z-index: 20;
	background: #788693;
	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#cantaloupe-thumbnails {
	margin: 0;
	padding: 0;
	}
	
	
	ul#cantaloupe-thumbnails li {
		height: 87px;
		background: url(../images/thumbBg.jpg) repeat-x top left;
		}
		
	ul#cantaloupe-thumbnails li img {
		float:left;
		margin: 18px 12px 12px 12px;
	}
	
	ul#cantaloupe-thumbnails li h4 {
		padding: 10px 12px 0 0;
		font-size: 11px;
	}
		
	#cantaloupe ul#cantaloupe-thumbnails li a {}
		
		#cantaloupe ul#cantaloupe-thumbnails li a:hover {
		text-decoration: underline;
		}
				
	
		
ul#cantaloupe-thumbnails li.cantaloupe-inactive a {}	


#cantaloupe-widgetsWrapper {
	padding: 12px 0;
	}
	
ul#cantaloupe-widgets {
	border: 1px solid #333;
	width: 480px;
	}
	
	ul#cantaloupe-widgets li {
	float: left;
	height: 38px;
	width: 240px;
	}
			
		ul#cantaloupe-widgets li a {
		display: block;
		height: 38px;
		line-height: 38px;
		text-align: center;
		margin: 0;
		padding: 0;
		overflow: hidden;
		}
		
		ul#cantaloupe-widgets li a:hover,
		a#cantaloupe-ctaBtn:hover {
			text-decoration: underline;
		}
		
		ul#cantaloupe-widgets li#shareBtn a {
			background: url(../images/shareBg.jpg) no-repeat top left;
		}
		
		ul#cantaloupe-widgets li#joinBtn a {
			background: url(../images/joinBg.jpg) no-repeat top left;
		}

#cantaloupe-ctaWrapper {
	background: #FFF;
	width: 480px;
	border: 1px solid #333;
}
	
a#cantaloupe-ctaBtn {
	display: block;
	background: url(../images/ctaBg.jpg) no-repeat top left;
	height:46px;
	clear: left;

}

#cantaloupe-ctaBtn h3  {
	padding: 4px 0 0 75px;

}
#cantaloupe-ctaBtn p  {
	padding: 0 0 0 75px;

}
	
#cantaloupe-link {
	text-align: right;
	font-size: 11px;
	line-height: 12px;
	color: #666;
	clear: both;
	padding: 3px 12px 0 0;
}

#cantaloupe-link a {
	color: #666;
	font-weight: normal;
}

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


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

