/*
Folha de Estilo
Tema: Site Lanterninha
Designer de Interfaces: Tiago Celestino
Designer: Bruno Lage
*/
body {
	margin:0;
	padding:0;
	background:#000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#fff;
}
h1, h2, h3, h4 {
	margin:0;
	padding:0;
}
h1 {
	text-indent : -5000px;
	overflow : hidden;
	display: none;
}
p {
	margin:0;
	padding:0;
}
img {
	border:0;
}
/*formatação formulários*/
form, fieldset, legend {
	margin:0;
	padding:0;
}
fieldset {
	border:0;
}
legend {
	display:none;
}
.clear {
	clear:both;
	height:20px;
}
.clear_dois {
	clear:both;
}
#barra_topo {
	width:100%;
	height:22px;
	background:#1c1c1c;
	border-bottom:1px solid #EFF53D;
}
#global {
	float:left;
	width:100%;
	background:url(../img/bg_ct.jpg) no-repeat top center;
}
#topo {
	width:775px;
	margin:0 auto;
}
#conteudo {
	width:775px;
	margin:0 auto;
}
#ct_menu {
	width:100%;
	height:25px;
	border-top:1px solid #f1f43e;
	border-bottom:1px solid #f1f43e;
}
#menu {
	width:775px;
	margin:0 auto;
}
#menu ul {
	margin:5px 0 0 0;
	padding:0;
}
#menu ul li {
	list-style:none;
	float:left;
	margin:0;
	padding:0 2px 0 2px;
	font-size:0.8em;
	color:#fff;
	font-weight:bold;
}
#menu ul li a {
	text-decoration:none;
	color:#fff;
}

#menu ul li a:hover {
	color:#f1f03d;
}


/*conteúdo capa*/
#coluna_um {
	float:left;
	width:195px;
	height:303px;
	padding:0 20px 0px 20px;
	background:#000 url(../../capa/img/bg_coluna_1.jpg) no-repeat;
}
#coluna_dois {
	float:left;
	width:205px;
	height:303px;
	margin:0 20px 0 20px;
	padding:0 15px 0 15px;
	background:url(../../capa/img/bg_coluna_2.jpg) no-repeat;
}
#coluna_tres {
	float:left;
	width:195px;
	height:303px;
	padding:0 20px 0px 20px;
	background:url(../../capa/img/bg_coluna_3.jpg) no-repeat;
}

#coluna_um h2 , #coluna_dois h2, #coluna_tres h2 {
	margin:0 0 13px 0;
	padding:0;
}

#coluna_um a , #coluna_dois a, #coluna_tres a {
	text-decoration:none;

}
#coluna_um a:hover , #coluna_dois a:hover, #coluna_tres a:hover {
	text-decoration:underline;
}

/*lista de definição*/
#coluna_um dl , #coluna_dois dl, #coluna_tres dl{
	margin:0;
	padding:0;
}
#coluna_um dl dt , #coluna_dois dl dt , #coluna_tres dl dt{
	margin:0 0 3px 0;
	padding:0;
	font-size:0.8em;
	font-weight:bold;
}
#coluna_um dl dd , #coluna_dois dl dd, #coluna_tres dl dd{
	margin:0 0 6px 0;
	padding:0;
	font-size:0.8em;
}
#coluna_um dl dd a, #coluna_dois dl dd a, #coluna_tres dl dd a {
	color:#fff;
}

#reflexo_poltrona {
	margin-top:4px;
	width:764px;
	height:228px;
	background:url(../../capa/img/poltronas.jpg) no-repeat;
}


/*classes usaveis*/
.txt_amarelo {
	color:#f1f13d;
}
.txt_cinza {
	color:#D0D0D0;
}
.txt_laranja {
	color:#d18f1e;
}
.txt_vermelho {
	color:#cc0d04;
}
.t_um {
	font-size:0.8em;
}
.t_dois {
	font-size:0.5em;
}
.t_tres {
	font-size:0.8em;
}

.btn_ver {
	text-align:right;
	font-size:0.7em;
	
	font-weight:bold;
}
.btn_um a {
	background:#f1f13d;
	color:#000;
	padding:3px;
}
.btn_tres a {
	background:#cc0d04;
	color:#000;
	padding:3px;
}


/*coluna dois*/

.box_cartaz {
	float:left;
	margin-bottom:15px;
}
.box_cartaz h3 {
	margin-bottom:5px;
}
.box_cartaz p {
	margin-bottom:6px;
	font-size:0.8em;
}

.img_cartaz {
	float:left;
	width:71px;
	border:2px solid #fff;
}
.txt_cartaz {
	float:left;
	width:120px;
	margin-left:8px;
}
.txt_cartaz a {
	color:#fff;
}
#rodape {
	width:100%;
	height:115px;
	background:#fff url(../img/bg_rdp.gif) repeat-x;
}
#ct_rodape {
	width:775px;
	margin:0 auto;
	padding-top:8px;
}

