/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/



/* Site Styles -------------------------------------- */


* {
	margin: 0px;
	padding: 0px;
}

img {
	max-width: 100%;
}



/* Page Styles ------------------------------------------- */

/* Header */

#home-header-wrap {
	background-color: #000;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/home-header-image.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}

#header-wrap {
	background-color: #000;
	margin: 0px;
	padding: 0px;
}

#header-wrap #header {
	padding: 0px;
	min-height: 180px;
	position: relative;
}


	
	/* Header Content */
	
	#header {
		padding: 0px;
		min-height: 480px;
		position: relative;
	}
	
	#logo {
		position: absolute;
		margin-top: 25px;
		text-align: center;
	}
	
	a.brand {
		background-image: url(../images/assets/ratio-logo.png);
		background-size: 100%;
		background-position: top center;
		background-repeat: no-repeat;
		display: block;
		width: 100px;
		height: 120px;
		text-indent: -9999em;
		margin: 0px auto;
	}
	
	#header .tagline {
		color: #FFF;
		position: absolute;
		text-align: center;
		width: 100%;
		top: 180px;
	}
	
	#header .tagline h3 {
		color: #FFF;
		text-shadow: 1px 1px 3px #000;
	}
	
	
	/* Header Buttons */
	
	#nav {
		position: absolute;
		top: 300px;
	}
	
	.mv {
		background-image: url(../images/assets/movie-button.png);
		background-size: 100% !important;
		background-position: center center;
		background-repeat: no-repeat;
		width: 280px;
		height: 60px;
		display: block;
		text-indent: -9999em;
		margin-bottom: 20px;
		text-align: center;
		overflow: hidden;
	}
	
	.tv {
		background-image: url(../images/assets/tv-button.png);
		background-size: 100% !important;
		background-position: center center;
		background-repeat: no-repeat;
		width: 280px;
		height: 60px;
		display: block;
		text-indent: -9999em;
		margin-bottom: 20px;
		text-align: center;
	}
	
	
	
	
	
	
	
	/* Content */	
	
	#main {
		background-image: url(../images/assets/content-background.png);
		background-position: top left;
		background-repeat: repeat-x;
		padding-top: 60px;
	}


	
	/* Form Messages */

	.error p {
		color: #fff;
		background: #e63;
		border-color: #d52;
		padding: 5px 10px;
	}

	.error li {
		color: #840;
  		background: #fe6;
  		border-color: #ed5;
		padding: 5px 10px;
	}

	.success p {
		color: #036;
  		background: #bdf;
  		border: 1px solid #ace;
		padding: 5px 10px;
	}




	/* Videos */
	
	.movie {
		margin: 40px 0px;
		display: block;
	}
	
	.video-container {
		position: relative;
		padding-bottom: 56.25%;
		padding-top: 30px;
		height: 0;
		overflow: hidden;
	}

	.video-container iframe,  
	.video-container object,  
	.video-container embed {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	
	






/* Media Queries -------------------------------------- */

	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {}
