/*
* Skeleton V1.1
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* Modified for AAD by KH
*/

/* #Home Styles
================================================== */
.home{
	margin: 142px 0 0 0;
}
.home-feature{
	background: #BBDEEA;
	width: 100%; 
	min-height:585px; height:auto !important; height:585px; 
}
.home-feature .feature-container{
	padding: 55px 0 25px 0;
}
.home-feature .video, .home-feature .asset{
	box-shadow: 3px 0px 20px rgba(0,0,0,0.2);
	height:475px; 
	width: 863px;
	margin: 0 auto;
}
.centeredSlide iframe{
	box-shadow: 3px 0px 20px rgba(0,0,0,0.2);
}
.home-feature div.captioned p{
	font-size: 14px;
	margin: 30px auto 0 auto;
	text-align: center;
	width: 100%;
}
article.welcome{
	margin: 0 auto;
	padding: 32px 0;
	position: relative;
	text-align: center;
	width: 980px; 
}
article.welcome p{
	font-family: 'Avenir LT W01 85 Heavy', "Helvetica Neue";
	font-size: 28px; 
	line-height: 32px;
	text-align: center;
	margin: 22px 200px;
}
article.welcome .welcome-read{
	float: left;
}
article.welcome .welcome-play{
	float: right;
}
article.instructions{
	margin: 0 auto;
	padding: 32px 0;
	position: relative;
	width: 980px; 
}
article.instructions h1, article.instructions ol{
	font-family: 'Avenir LT W01 85 Heavy', "Helvetica Neue";
	margin-left: 385px;
}
article.instructions ol li a{
	font-family: 'Avenir LT W01 55 Roman', "Helvetica Neue";
}
article.instructions h1{
	text-decoration: underline;
	margin-bottom: 32px;
}
article.instructions ol li{
	font-size: 28px; line-height: 32px;
	margin: 0 0 0 35px;
	list-style: decimal;
}
article.instructions img.guide{
	position: absolute;
	left:16px; top: 42px;
}
.age-search{
	background: #BAD2DB;
	text-align: center;
	padding: 70px 0 70px 0;
}
.age-search h2{
	color: white;
}
.layout-slider{
	width: 450px;
	margin: 40px auto 0 auto;
}
.age-search a#agelink{
	background: #75D191;
	border-radius: 5px;
	color: white;
	display: block;
	font-family: 'Avenir LT W01 55 Roman', "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;	
	font-size: 28px; line-height: 32px; margin: 128px auto 0 auto; 
	padding: 10px;	
	text-align: center;
	width: 200px;
}
.age-search a#agelink:hover{
	opacity: 0.8;
}