/* CSS Document */

/* Tags */

html {
	background: url(../img/geral-bg.jpg) #FFCC00 repeat-x;
}

body {
	line-height: 18px;
	margin: 0px;
	font-family: Arial;
	font-size: 11px;
	color: #000000;
}

a img {
	border: 0;
}

form {
	margin: 0;
	padding: 0;
}

p {
	padding: 0;
	margin: 0 0 5px 0;
}

a, a:visited, a:link {
	color: #000000;
	text-decoration: underline;
}

a:hover {
	color: #990000;
	text-decoration: underline;
}

h1, h2, h3, h4, h5 {
	padding: 0;
	margin: 0 0 15px 0;
}

h2 {
	font-size: 18px;
}

#conteudo h3 {
	margin-bottom: 5px;
}

/* Classes */

.destaque {
	padding: 10px;
	background-color: #FFC100;
}

.destaque h1 {
	font-size: 15px;
	text-decoration: underline;
}

/* IDs */

div#top {
	background: url(../img/geral-filmebg.jpg) repeat-x;
	height: 254px;
}

div#geral {
	width: 759px;
	margin-left: auto;
	margin-right: auto;
}

div#logo {
	background: url(../img/topo-geral.jpg) no-repeat center top;
	height: 254px;
}

div#linkprincipal {
	height:186px;
	width: 298px;
	float:left;
	cursor:pointer;
	padding-top:25px;
}

div#flash {
	/*margin-left: 298px;*/
	padding-top: 25px;
	float:left;
}

div#menu {
	float: right;
	margin-top: 12px;
}

div#menu img {
	border: 0px;
	margin-right: 16px;
}

div#conteudo {
	margin-top: 45px;
}

div#conteudo #esq {
	float: left;
	width: 515px;
	padding-left: 23px;
}

div#conteudo #dir {
	float: right;
	width: 202px;
}

div.post {
	margin-bottom: 3em;
}

div.post h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
	font-weight: normal;
	color: #990000;
	padding-top: 0px;
	margin-top: 0px;
}

div.post h2 {
	color: #CC6500;
	font-size: 11px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	text-transform: uppercase;
}

div.post .detalhes {
	margin-top: 2em;
}

div#rodape {
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 23px;
}

div.coluna {
	background: url(../img/colunas-bg.gif) right repeat-y;
	width: 201px;
	margin-top: 2em;
}

div.coluna p {
	margin-left: 3em;
	width: 145px;
}

div#grade table {
	width: 100%;
	background-color: #F90;
	margin-bottom: 1em;
}

div#grade th {
	padding: 0.5em;
	text-align: left;
	text-transform: uppercase;
}

div#grade td {
	padding: 0.5em;
	background-color: #FFDE5B;
}

/* Formularios */

.formulario table tbody th {
	text-align: right;
	padding: 0 10px 0 0;
}

.formulario fieldset {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

input, textarea {
	background-color: white;
	border: solid #FF9900 1px;
	font-size: 11px;
	padding: 0.4em;
	width: 200px;
}

button {
	background-image: url(../img/geral-botaobg.jpg);
	width: 100px;
	height: 24px;
	border: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.formulario select {
	font-size: 11px;
}

#noticias a {
}

#noticias span {
	font-weight: bold;
}