	body
	{
		min-width: 1200px;
	}

	section:last-child
	{
		margin-bottom: 0 !important;
	}

/* Wrappers */

	#header-wrapper
	{
		background: #38383a url('../imagens/x');
		text-shadow: -1px -1px 1px rgba(51,51,51,0.75);
		clear: both;
	}

	.subpage #header-wrapper
	{
		height: 155px;
	}
	
	#features-wrapper
	{
		background: #38383a url('../imagens/x');
		border-bottom: solid 1px #272e31;
		padding: 20px 0 0px 0;
		text-shadow: -1px -1px 1px rgba(0,0,0,0.75);
	}
	
	#content-wrapper
	{
		background-color: #000000;
		padding: 45px 0 45px 0;
	}
	
	#footer-wrapper
	{
		padding: 45px 0 45px 0;
	}

/* Header */

	#header
	{
		min-height: 90px;
		position: relative;
		
	}

		#header h1
		{
	position: absolute;
	left: 3px;
	bottom: -13px;
	width: 304px;
	height: 79px;
		}
	
			#header h1 a
			{
				color: #fff;
				text-decoration: none;
			}

		#header nav
		{
			position: absolute;
			right: 0;
			bottom: 14px;
			font-weight: 200;
			
		}
	
			#header nav a
			{
				color: #c6c8c8;
				text-decoration: none;
				font-size: 1em;
				margin-left: 20px;
				outline: 0;
			}

			#header nav a:hover
			{
				color: #f6f8f8;
			}

/* Banner */
	
	#banner
	{
		border-top: solid 1px #222628;
		box-shadow: inset 0px 1px 0px 0px #3e484a;
		padding: 0px 0 0px 0;
		color: #fff;
		background: #38383a url('../imagens/x');
	}

		#banner .bordered-feature-image
		{ margin-bottom: 0; }

		#banner p
		{	font-size: 2em;
			font-weight: 200;
			line-height: 1.25em;
			padding-right: 1em;
			margin: 0 0 0 0;
		}
		
/* banner filme */		
		
		#banner_filme
	{
	box-shadow: inset 0px 1px 0px 0px #3e484a;
	padding: 30px 0 30px 0;
	height: 240px;
	color: #fff;
	background-color: #38383a;
	background-image: url('../imagens/fundo_filme.png');
	background-repeat: no-repeat;
	}

		#banner_filme .bordered-feature-image
		{ margin-bottom: 0; }

		#banner_filme p
		{	font-size: 1.5em;
			font-weight: 200;
			line-height: 1.5em;
			padding-right: 1em;
			margin: 0 0 0 0;
		}
		
		
/* banner sinopse */		
		
		#banner_sinopse
	{
		box-shadow: inset 0px 1px 0px 0px #3e484a;
		padding: 30px 0 30px 0;
		height: 240px;
		color: #fff;
		background: #38383a url('../imagens/fundo_sinopse.png');
		background-repeat: no-repeat;
	}

		#banner_sinopse 
		{ margin-bottom: 0; }

		#banner_sinopse p
		{	font-size: 1.5em;
			font-weight: 200;
			line-height: 1.5em;
			padding-right: 1em;
			margin: 0 0 0 0;
		}		


/* banner ficha técnica */		
		
		#banner_ficha
	{
		box-shadow: inset 0px 1px 0px 0px #3e484a;
		padding: 30px 0 30px 0;
		height: 240px;
		color: #fff;
		background: #38383a url('../imagens/fundo_ficha.png');
		background-repeat: no-repeat;
	}

		#banner_ficha 
		{ margin-bottom: 0; }

		#banner_ficha p
		{	font-size: 1.5em;
			font-weight: 200;
			line-height: 1.5em;
			padding-right: 1em;
			margin: 0 0 0 0;
		}	
		


/* banner patrocinio */		
		
		#banner_fotos
	{
		box-shadow: inset 0px 1px 0px 0px #3e484a;
		padding: 30px 0 30px 0;
		height: 240px;
		color: #fff;
		background: #38383a url('../imagens/fundo_fotos.png');
		background-repeat: no-repeat;
	}

		#banner_fotos 
		{ margin-bottom: 0; }

		#banner_fotos p
		{	font-size: 1.5em;
			font-weight: 200;
			line-height: 1.5em;
			padding-right: 1em;
			margin: 0 0 0 0;
		}



/* banner patrocinio */		
		
		#banner_patrocinio
	{
		box-shadow: inset 0px 1px 0px 0px #3e484a;
		padding: 30px 0 30px 0;
		height: 240px;
		color: #fff;
		background: #38383a url('../imagens/fundo_patrocinio.png');
		background-repeat: no-repeat;
	}

		#banner_patrocinio 
		{ margin-bottom: 0; }

		#banner_patrocinio p
		{	font-size: 1.5em;
			font-weight: 200;
			line-height: 1.5em;
			padding-right: 1em;
			margin: 0 0 0 0;
		}


/* Features */

	#features
	{
		color: #a0a8ab;
	}
	
		#features h2
		{
			font-size: 1.25em;
			color: #fff;
			margin: 0 0 0.25em 0;
		}

		#features a
		{
			color: #e0e8eb;
		}
		
		#features strong
		{
			color: #fff;
		}

/* Content */

	#content
	{
	}
	
		#content section
		{
			background: #fff;
			padding: 40px 30px 45px 30px;
			box-shadow: 0px 0px 0px 0px rgba(128,128,128,0.1);
			margin: 0 0 10% 0;
		}

		#content h2
		{
			font-size: 1.8em;
			color: #373f42;
			margin: 0 0 0.25em 0;
		}
		
		#content h3
		{
			color: #96a9b5;
			font-size: 1.25em;
		}
		
		#content a
		{
			color: #ED391B;
		}
		
		#content header
		{
			margin: 0 0 2em 0;
		}

/* Footer */

	#footer
	{
		color: #546b76;
		text-shadow: 1px 1px 0px rgba(255,255,255,0.5);
	}
	
		#footer h2
		{
			font-size: 1.25em;
			color: #212f35;
			margin: 0 0 1em 0;
		}
		
		#footer a
		{
			color: #546b76;
		}

/* Copyright */

	#copyright
	{
		border-top: solid 1px #494e50;
		box-shadow: inset 0px 1px 0px 0px #494e50;
		text-align: center;
		padding: 40px 0 20px 0;
		color: #cfb7a7;
	}
	
		#copyright a
		{
			color: #b08c73;
		}
		
		#copyright p
		{
			font-size: 80%;
		}
