#layout_everything {
	text-align: left;
	background-image: url(../images/layout_background.png);
}
#header_content {
	min-height: 204px;
}
	#header_content a {
		color: #fff;
	}

	#tele_entrega {
		max-width: 370px;
		font-size: 19px;
		font-family: 'chunkfive';
		color: #fff;
		text-align: left;
		text-shadow: 0px 2px 10px rgba(0,0,0, 0.5);

	}

		.titulo {
			font-size: 1.42em;
			line-height: 1em;
		}
		.telefone .ddd {
			font-size: 1.14em;
			line-height: 3em;
		}
		.telefone .numero {
			font-size: 3.5em;
			line-height: 1em;
		}
		.horario {
			font-size: 1.28em;
			line-height: 1em;
			text-align: center;
		}

	#first_menu {
		font-size: 16px;
		font-family: 'neutra_display_titling'
	}
		#first_menu li {
			border-bottom: solid 1px transparent;
			border-radius: 3px;
		}
		#first_menu li:hover {
			border-bottom: solid 1px #7d3616;
			box-shadow: inset 0px 0px 5px #701200;
			box-shadow: inset 0px 0px 5px rgba(112, 18, 0, 0.5);
			background-color: #701200;
			background-color: rgba(112, 18, 0, 0.5);
		}

		#first_menu a {
			display: block;
			padding-left: 10px;
			padding-right: 10px;
			line-height: 38px;

			text-shadow: 1px 1px 3px #471b00;
			text-shadow: 1px 1px 3px rgba(0, 71, 25, 0.5);
		}



#slider {
	border: solid 8px #fff;
	margin-bottom: 20px;
}
	.slide {
		width: 0px;
		height: auto;
	}
		.slide .photo {
			width: 100%;
			height: auto;
			max-height: 385px;
			margin-bottom: 0px;
		}

	#slider .hud {
		position: absolute;
		bottom: 10px;
		z-index: 101;
		padding-right: 10px;
	}

		.chevrons .quadrado {
			width: 11px;
			height: 11px;
			margin-right: 10px;
			margin-top: 7px;
			background-color: #fff;
		}
		.chevrons .quadrado.atual, .chevrons .quadrado:hover {
			background-color: #000;
		}

		.chevron {
			padding-left: 9px;
			padding-right: 9px;
			margin-left: 10px;
			font-family: 'gotham_htf_light_condensedRg';
			font-size: 30px;
			line-height: 27px;
			background-color: rgba(255, 255, 255, 0.6);
		}
		.chevron:hover {
			color: #fff;
			background-color: rgba(255, 255, 255, 1);
		}
		



#menu_do_cardapio {
	text-align: center;
	font-family: 'neutra_display_titling';	
}
	#menu_do_cardapio li {
		font-size: 20px;
		padding-right: 10px;
		padding-left: 10px;
	}
		#menu_do_cardapio a {
			line-height: 20px;
			color: #444;
		}

	#menu_do_cardapio .selecionada {
		font-size: 25px;
		color: #ffcc29;
	}
		#menu_do_cardapio .selecionada a {
			color: #ffcc29;
			text-shadow: 0px 0px 5px #000;
		}

#home .modulo {
	text-align: center;
}
#home {

}
	#home div {
		height: 133px;
	}
	#home .modulo {
		text-align: center;
	}
		#home .modulo img {
			max-width: 100%;
		}

		#home .modulo .sombra {
			width: 80%;
			height: 80%;
			background-color: #581d00;
			-webkit-filter: blur(30px);
		}

		#home .modulo .bordas-de-madeira {
			margin-top: -113px;
		}


#layout_middle {
	padding-top: 20px;
}

#layout_footer {
	background-image: url(../images/footer_background.png) repeat;	
	background-image: url(../images/footer_background2.png), url(../images/footer_background.png);
	background-repeat: repeat-x, repeat;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}
	#footer_content {
		padding-top: 35px;
		padding-bottom: 20px;
	}
		#footer_content .column {
			margin-bottom: 20px;
		}
	
		#footer_content .column img {
			max-width: 100%;
		}

#links {
	line-height: 36px;
	background-color: rgba(0, 0, 0, 0.1);
}