@charset "utf-8";
/* CSS Document for Teatro Empório [teatroemporio.com] */

/* ESTRUTURA DO SITE */

* {
	outline: none;
}

body {
	margin: 0;
	overflow: visible;
	background: #000;
	margin: 20px 0;
	font: 12px Verdana, Geneva, sans-serif;
	line-height: 150%;
}

img {
	border: none;
}

div#wraper {
	width: 800px;
	background-color: #000;
	margin: 0 auto;
}

div#topo {
	height: 200px;
	background-color: #000;
}

div#conteudo {
	width: 800px;
	min-height: 600px;
	background: url(images/bg2.jpg);
}

div#menu {
	width: 210px;
	height: 313px;
	float: left;
	margin-top: 130px;
	margin-left: 70px;
	text-align: center;
}

div#areaconteudo {
	width: 390px;
	min-height: 340px;
	float: right;
	margin-top: 85px;
	margin-right: 55px;
	text-align: left;
	overflow: auto;
}

div#rodape {
	color: #FFF;
	font-size: 11px;
	text-align: center;
	padding: 10px 0;
	clear: both;
}

/* AGENDA */

div#preestreia,
div#temporada {
	height: 110px;
	margin-top: 20px;
}

div#preestreia p,
div#temporada p {
	margin-right: 170px;
	padding-left: 5px;
	border-left: 2px solid #666633;
}

div#preestreia {
	background: url(images/bgpreestreia.png) top right no-repeat;
}

div#temporada {
	background: url(images/bgtemporada.png) top right no-repeat;
}

/* FORMULÁRIO DE CONTATO */

#contato *{
	font: 1em Verdana, Geneva, sans-serif;
	color: #666;
}

#contato label#legenda {
	color: #000;
}

#contato input#campotexto {
	width: 360px;
	margin-top: 3px;
	margin-bottom: 10px;
	border: 1px solid #666;
	padding: 3px;
}

#contato textarea#mensagem {
	width: 360px;
	margin-top: 3px;
	margin-bottom: 10px;
	border: 1px solid #666;
	padding: 3px;
}

#contato input#botao {
	width: 100px;
	background: #300 url(images/i_button.png) no-repeat;
	border: none;
	padding: 4px;
	color: #666;
}

/* LINKS DAS PÁGINAS */

a:link, a:visited, a:active {
	color: #724C1D;
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: underline;
}

/* GALERIA DE IMAGENS */

div#areagaleria {
	width: 576px;
	height: 420px;
	margin-top: 90px;
	margin-left: 117px;
	float: left;
}

div#info,
div#galeria {
	min-height: 420px;
}

div#info {
	width: 315px;
	float: left;
	text-align: left;
	font-size: 0.9em;
	line-height: 1.5em;
}

div#galeria {
	width: 250px;
	float: right;
	text-align: center;
}

div#navegador {
	clear: both;
	text-align: center;
	border-top: 1px solid #666;
	padding-top: 10px;
}

/* BARRAS DE ROLAGEM */



/* CSS Document by Franco Dalto */
