@charset "utf-8";

#main_nav {
	height: 22px;
	}

#cantaloupe * {
	padding: 0;
	margin: 0;
	}

#cantaloupe a {
	border: none;
	outline: none;
	}

#cantaloupe p {
	margin: 0 0 1.5em 0;
	}
	
#cantaloupe h3 {
	font-size: 13px;
	margin: 0 0 10px 0;
	}
	
#cantaloupe {
	color: #333;
	text-align: left;
	background: url(../images/cantaloupeBg.gif) repeat-y top right #f4f8fc;
	}
	
#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: 480px;
	height: 270px;
	text-indent: -5000px;
	z-index: 5;
	}
	
#overlay {
	background: #0f0;
	height: 270px;
	width: 480px;
	}
	
#video {
	background: #0f0;
	position: absolute;
	top: 0;
	left: 0;
	width: 480px;
	height: 270px;
	z-index: 20;
	}


ul#thumbs {
	list-style: none;
	height: 98px;
	}
	
	ul#thumbs li {
		float: left;
		width: 160px;
		}
		
		ul#thumbs li:hover {
			background: #FFF;
			}
		
ul#thumbs a.thumbnail {
	float: left;
	}
	
ul#thumbs .videoTitle {
	float: left;
	padding: 4px;
	width: 80px;
	}
	
ul#thumbs img.watchVideo {
	display: block;
	margin: 0 0 5px 0;
	}
	
ul#js {
	height: 26px;
	background: url(../images/jsBg.jpg) repeat-x top left #fdfdfd;
	list-style: none;
	clear: left;
	}
	
	ul#js li {
		float: left;
		text-align: center;
		padding: 7px 0 0 0;
		background: url(../images/jsLiBg.gif) no-repeat bottom right;
		}
	
	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;
	}

   .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 */


