@import url(http://fonts.googleapis.com/css?family=Gorditas:400,700);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800,300);
body{
	background:url("../images/background-patterns/snow.png");
}

#wrapper{
	height:400px;
	width:978px;
	background:#dadada url("../images/background-patterns/bgnoise.gif");
	margin:0px auto;
}

#header{
	width:978px;
	height:200px;
	display:block;
	background:#800202;
	float:left;
	position: relative;


}
	/*leader board ad */
#header-leaderboard-ad{
	height:90px;
	width:728px;
	position:absolute;
	right:0;
	bottom:0;
}
#leaderboard-ad{
	height:90px;
	width:728px;
	float:left;
	margin: 0 0 20px 30px;
	
}

/* video slideshow */
#slideshow {
	width:978px;
	height:415px;
	display:block;
	float:left;
	background:#eedada;
	margin:0  0 20px 0;

}

/* description of the site */
#description{
	height:200px;
	width:918px;
	float:left;
	padding:0 30px;
	
}


	#description h1{
		font-family: 'Gorditas', cursive;
		font-size:60px;
		color:#7a0404;
		margin:10px 0 0 0;

	}
	#description p{
		
		font-size:20px;
		color:#7a0404;
		font-weight:300;
		font-family: 'Open Sans', sans-serif;
	}

	.video-thumbnails{
		height:auto;
		display:block;
		width:auto;
		list-style:none;
		margin:0 0 20px 20px;
		float:left;
		padding:0;
	}

	.video-thumbnails li{
		height:269px;
		display:block;
		width:303px;
		float:left;
		position:relative;
		z-index:2;

	
		
	}

	.video-thumbnails li img{
		
		
		
		height:auto;
		float:left;
		
		
	}

	.video-thumbnails li.center, .text-thumbnails li.center{
		margin:0 10px;

	}

.video-thumbnails li .play-button{
	/*	background:url("../images/play.png");*/
		position:absolute;
		height:82px;
		width:82px;
		top:84px;
		left:109px;
		display:block;

	}

	/*medium rectangle ad */
	#medium-ad{
		height:250px;
		width:300px;
		float:left;

	}

	#footer{
		width:978px;
		height:auto;
		display:block;
		background:#800202 url("../images/background-patterns/footer-bgnoise.jpg");
		float:left;
		
		position: relative;


	}

	#footer #gleanerlinks{
		width:auto;
		height:auto;
		display:block;
		/*background:url("../images/background-patterns/footer-spotlight.png");*/
		float:left;
		position: relative;
		margin-left:30px;


	}


#gleanerlinks ul{
	float:left;
	width:280px;
	list-style:none;
	padding:0;
	margin:0;
	
	}
	#gleanerlinks ul.center-footer{
		margin:0 40px;
	}
#gleanerlinks li{
	/*border-bottom:1px dotted #6e6f6e;	*/
	border-bottom:1px solid #d87474;	
	width:280px;

	}
#gleanerlinks li a{
	font-size:14px;
	/*color:#6e6f6e;*/
	color:#faa3a3;
	line-height:2;
	text-decoration:none;
	/*font-family:Verdana, Arial, Helvetica, sans-serif;*/
	font-weight:300;
	font-family: 'Open Sans', Verdana, Arial, Helvetica, sans-serif;
	}
#gleanerlinks li.lnktitle{
	
	/*font-family:Verdana, Arial, Helvetica, sans-serif;*/
	font-weight:600;
	font-size:18px;
	font-family: 'Open Sans', Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	margin-top:10px;
	/*border-bottom:5px solid #6e6f6e;*/
	border-bottom:5px solid #d87474;
	margin-bottom:2px;

	padding-bottom:5px;
	}

	#gleaner-footer-logo{
		padding:10px 0;
		border-bottom:0px solid #d87474;
	}
#gleanerlinks li a:hover{
	/*color:#158A13;*/
	color:#fff5f5;
	}

#copyright{
	
	height: 60px;
	padding-top:18px;
	padding-left:240px;
	float:left;
	font-weight:300;
	font-size:15px;
	font-family: 'Open Sans', Verdana, Arial, Helvetica, sans-serif;
	}
#copyright span{
	text-align:center;
	font-size:15px;
	color:#fff;
	display:block;
	}
#copyright span.credits{
	margin-top:-8px;
	margin-bottom:15px;
	padding-top:10px;
	/*color:#6e6f6e;*/
	color:#faa3a3;
	font-size:14px;
	float:left;
	display:block;
	}
	
#copyright a{
 	color: #FFF;
 	font-weight:600;
 	text-decoration:none;
 	color:#faa3a3;
}

#copyright a:hover{
 	color: #FFF;

}

#copyright_a{
	clear:left;
	padding-top:2em;
	padding-bottom:1em;
	}
#copyright_a span{
	text-align:center;
	font-size:11px;
	color:#FF6600;
	display:block;
	}
#copyright_a span.credits{
	padding-top:10px;
	color:#6e6f6e;
	font-size:10px;
	}
	
