/* -------------------------------------------------------------------------- */
/* DEFINICOES VALIDAS EM TODAS AS PAGINAS ----------------------------------- */
/* -------------------------------------------------------------------------- */

BODY {
	background-color				: #F3F1DC;
	font-family						: Georgia, "Times New Roman", Times, serif;
	padding							: 6px;
	margin							: 0px;
	color							: #333333;
}

/* Topo --------------------------------------------------------------------- */

#topo {
	background						: url(imagens/topo_bground.jpg);
	background-repeat				: repeat-x;
	width							: 100%;
	height							: 150px;
	text-align						: center;
	background-color				: #FFFFFF;
}

#topo .esquerda {
	position						: absolute;
	top								: 6px;
	left							: 6px;
	text-align						: left;
	padding							: 10px;
	font-size						: 0.60em;
}

#topo .centro {
	width							: 312px;
}

#topo .direita {
	position						: absolute;
	top								: 6px;
	right							: 6px;
	text-align						: right;
	padding							: 10px;
	font-size						: 0.60em;
}

#topo H1 {
	font-size						: 1.25em;
	display							: inline;
}

/* Frames ------------------------------------------------------------------- */

#frames {
	background						: url(imagens/rodape_bground.jpg);
	background-repeat				: repeat-x;
	background-position-y			: bottom;
	background-color				: #FFFFFF;
	display							: block;
	height							: 1px;
}

#frame_esquerda {
	float							: left;
	text-align						: right;
	width							: 49.99999%;
	background						: url(imagens/esquerda_bground.jpg);
	background-repeat				: no-repeat;
	background-position-y			: bottom;
	height							: 100%;
	display							: inline;
}

#frame_direita {
	float							: right;
	width							: 50%;
	background						: url(imagens/direita_bground.jpg);
	background-repeat				: no-repeat;
	background-position-y			: bottom;
	background-position-x			: right;
	height							: 100%;
	display							: inline;
}

/* Lista -------------------------------------------------------------------- */

#lista {
	padding							: 10px;
	width							: 100%;
	height							: 310px;
}

#frame_esquerda #lista {
	background						: url(imagens/conteudo_esquerda_bground.jpg);
	background-repeat				: no-repeat;
	background-position-x			: right;
}

#frame_direita #lista {
	background						: url(imagens/conteudo_direita_bground.jpg);
	background-repeat				: no-repeat;
}

#lista H1 {
	font-size						: 1em;
	font-variant					: small-caps;
}

#lista H2 {
	font-size						: 1em;
	margin-bottom					: -20px;
}

#lista H3 {
	font-size						: 0.60em;
	font-weight						: lighter;
}

/* Texto -------------------------------------------------------------------- */

.codigo {
	font							: 10px Courier New;
}

#texto {
	padding							: 10px;
	width							: 100%;
	height							: 310px;
}

#frame_esquerda #texto {
	background						: url(imagens/conteudo_esquerda_bground.jpg);
	background-repeat				: no-repeat;
	background-position-x			: right;
}

#frame_direita #texto {
	background						: url(imagens/conteudo_direita_bground.jpg);
	background-repeat				: no-repeat;
}

#texto H1 {
	font-size						: 1em;
	font-variant					: small-caps;
}

#texto H2 {
	font-size						: 1em;
	margin-bottom					: -20px;
}

#texto H3 {
	font-size						: 0.60em;
	font-weight						: lighter;
}

#texto P {
	text-align						: left;
	width							: 220px;
	font-size						: 0.70em;
	line-height						: 1.5em;
	font-weight						: lighter;
}

#texto #autor {
	width							: 220px;
	border-top						: 1px solid #999999;
	padding-top						: 15px;
	color							: #666666;
}

#comentarios {
	width							: 120px;
	padding							: 0px;
	margin							: 0px;
	font-size						: 0.56em;
	width							: 120px;
}

#frame_direita #comentarios {
	float							: right;
}

#frame_esquerda #comentarios {
	float							: left;
}

/* Formulario --------------------------------------------------------------- */

INPUT, TEXTAREA {
	border							: 1px solid #CCCCCC;
	background						: url(imagens/formulario_bground.gif);
	background-repeat				: repeat-x;
	background-color				: #FFFFFF;
	width							: 120px;
	font-family						: Georgia, "Times New Roman", Times, serif;
	font-size						: 1em;
	color							: #666666;
	padding							: 1px;
}

TEXTAREA {
	height							: 160px;
}

INPUT.botao {
	background						: url(imagens/formulario_enviar_bground.gif);
	width							: 60px;
	height							: 18px;
}

/* Links -------------------------------------------------------------------- */

A:link, A:visited, A:active {
	text-decoration					: none;
	color							: #333333;
}

A:hover {
	color							: #996633;
	text-decoration					: none;
}