@charset "utf-8";

* {padding: 0;margin: 0;}

body {
	font: 11px/1.5em Arial, Helvetica, sans-serif;
	color: #6b6e72;
	background: #050126 url(../images/pageBg.jpg) repeat-x top left;
	text-align: center;
}

li, ul {
	list-style: none;
}

a {
	color: #003e7e;
	text-decoration: none;
	font-weight: bold;
	}
	
a:hover {
	text-decoration: underline;
}

a, a img {
	border: none;
	outline: none;
	}
	
#cantaloupe {
	text-align: center;
	width: 849px;
	margin: 12px auto;
}

#container {
	border:1px solid #FFF;
	}

#cantaloupe-client-nav {
	color: #FFF;
	display: block;
	text-align: right;
	padding: 6px;
}

#cantaloupe-header {
	text-align: left;
}

 #cantaloupe-header h1{
	text-indent: -9999px;
	font-size: 1px;
	height: 106px;
	background: url(../images/header.gif) no-repeat top left;
	}
	
 #cantaloupe-header h2{
	font-size: 12px;
	text-indent: 12px;
	line-height: 27px;
	color: #FFF;
	height: 27px;
	background: url(../images/pageTitleBg.jpg) repeat-x top left;
	border-bottom: 1px solid #FFF;
	}




#cantaloupe h4, #cantaloupe h3 {
	color: #000;
	}
	
h3#watchMore,
h3#videoTitle {
	font-size: 12px;
	line-height: 29px;
	height: 29px;
	padding: 0 12px;
	color:#FFF;
	background: url(../images/subheadBg.jpg) repeat-x top left;
}	

#magazine {
	
}

#cantaloupeWrapper {
	background: url(../images/contentBg.jpg) repeat-x top left #2e4577;
	padding: 29px 0;
	}

#magazinePad {
	width: 742px;
	margin: auto;
	}

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

#rcol {
	float: right;
	width: 248px;
}

#lcol {
	float: left;
	width: 480px;	
}

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


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


#main {
	height: 270px;
	width: 480px;
	position: relative;
	margin: 0  auto;
	clear: left;
	}
	
cantaloupe-ctaWrapper {
	text-align:center;
}

#ctaBtn {
	background: url(../images/ctaBg.jpg) no-repeat top left;
	width: 460px;
	height: 76px;
	font-size: 12px;
	line-height: 16px;
	margin: 0 auto;
}	

#ctaBtn h4 {
	font-size: 14px;
	padding: 10px 0 0 100px;
}

#ctaBtn p {
	font-weight: bold;
	padding: 0 14px 0 100px;
	margin: 0;
	color:#FFF;
}

#ctaBtn a {
	color: #b7cbf3;
}
		
#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: 15px;
	line-height: 18px;
	color: #000;
}	

a#view {
	display: block;
	margin: 0 0 0 12px;
	width: 192px;
	height: 51px;
	text-indent: -9999px;
	background: url(../images/watchVideoBtn.jpg) no-repeat top left;

	}
	
	a#view:hover {
			opacity: 0.80;
			-moz-opacity: 0.8;
			filter: alpha(opacity=80);
			}
		
#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 {
		width: 248px;
		height: 87px;
		background: url(../images/thumbBg.jpg) repeat-x top left;
		}
		
	ul#cantaloupe-thumbnails li img {
		float:left;
		margin: 12px 12px 12px 12px;
	}
	
	ul#cantaloupe-thumbnails li h4 {
		padding: 6px 12px 0 0;
		color: #000;
		font-size: 11px;
	}
		
	#cantaloupe ul#cantaloupe-thumbnails li a {
		color: #069;
		
		}
		
		#cantaloupe ul#cantaloupe-thumbnails li a:hover {
		text-decoration: underline;
		}
				
	
		
ul#cantaloupe-thumbnails li.cantaloupe-inactive a {}	


#cantaloupe-widgetsWrapper {}
	
ul#cantaloupe-widgets {
	margin: 12px auto;
	padding: 0;
	height: 40px;
	width: 460px;
	}
	
	ul#cantaloupe-widgets li {
	margin: 0;
	padding: 0;
	float: left;
	height: 41px;
	}
			
		ul#cantaloupe-widgets li a {
		display: block;
		height: 41px;
		line-height: 41px;
		margin: 0;
		padding: 0;
		overflow: hidden;
		text-align: center;
		color: #FFF;
		}
		
		ul#cantaloupe-widgets li a:hover {
			opacity: 0.90;
			-moz-opacity: 0.9;
			filter: alpha(opacity=90);
		}
		
		ul#cantaloupe-widgets li#shareBtn a {
			background: url(../images/shareBtn.jpg) no-repeat top left;
			width: 211px;
		}
		
		ul#cantaloupe-widgets li#joinBtn a {
			background: url(../images/joinBtn.jpg) no-repeat top left;
			width: 249px;
		}

	
	
	
#cantaloupe-link {
	text-align: right;
	font-size: 11px;
	line-height: 12px;
	color: #4c75a2;
	clear: both;
	padding: 12px 6px;
}

#cantaloupe-link a {
	color: #4c75a2;
	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 */

