/* estilo #1*/
* {margin: 0; padding: 0; border:0;}


BODY {/*        Formato do site        */
	background: #008000 url(../img/bk02.gif); /* fundo */
	color: #b96922;/* castanho */
	font-family: Arial, sans-serif;/* tipo de letra */
	font-size: 12px;
}

A {/*        HiperLinks        */
	text-decoration: underline;
	color: #D90000;/* red */
}
A:hover {
	text-decoration: none;
	color: #f0c133;/* dourado */
}


P {/*        Texto        */
	color: #000;
	font-size: 12px;
	margin-bottom: 5px;
}
P.destaque {/*        Texto Destaque        */
	color: #b96922;/* castanho */
	font-size: 12px;
	margin-bottom: 5px;
}


H1, H2, H3, H4, H5, H6 {/*        Títulos        */
	margin: 10px 0 5px 0;
	padding: 2px;
	font-weight: bold;
	color: #f0c133;/* dourado */
	background: #0b6b0b url(../img/bg_h.gif) repeat-x;
}
H1 a, H2 a, H3 a, H4 a, H5 a, H6 a {
	color: #ffffff;/* branco */
}

H4 {/* titulos para colunas das sidebars */
	background: none;
	color: #c59531;/* dourado escuro */
	border-bottom: dotted 1px #E1E1E1;
}

H5 { font-size: 12px; }/* titulos para conteudos listados */
H5 a{ text-decoration: none; }
H5.table { margin: 0; padding: 2px 0; text-align: center; }

H6 {/* titulos de textos detalhados de conteudo */
	padding: 0;
	color: #9E7827;/* dourado escuro */
	font-size: 14px;
	background: none;
}


img {/*        Imagens        */
	padding: 5px;
	border: solid 1px #e1e1e1;
}
img.left {
	float: left;
	margin-right: 5px;
	/*margin-bottom: 5px;*/
}
img.right {
	float: right;
	margin-left: 5px;
	/*margin-bottom: 5px;*/
}
img.normal {
	padding: 0;
	border: none;
}


UL {/*        Listas        */
	margin: 0 0 0 30px;
	padding: 0;
}	
UL LI {
	list-style-type: square;
	padding: 3px 0px;
	color: #000;
}


#header {/*        Banner        */
	width:100%;
	height:163px;
	background: #008000 url(../img/banner1.jpg) no-repeat top center;
}
#header_in {
	position: relative;
	width: 950px;
	height:163px;
	margin: 0 auto;
}


#menu {/*        Menu        */
	position: absolute;
	right: 0;
	bottom: 0;
}
#menu UL {
}
#menu LI {
	list-style-type: none;
	float: left;
	padding: 0;
}
#menu LI A {
	margin-left: 5px;
	display: block;
	padding: 12px 10px;
	background: #fff url(../img/n4.gif) repeat-x;
	border: solid 1px #fff;
	color: #616161;/* cinza escuro */
	font-weight: bold;
	font-size: 14px;
	text-transform: lowercase;
	text-decoration: none;
}
#menu LI A:hover {
	background: #E8E8E8 url(../img/menuhover.png) repeat-x;
}
#menu LI.current A {
	background: #CA2F2F url(../img/n3.gif) repeat-x;
	color: #fff;
	border: solid 1px #A94B4B;/* vinho */
}


#main {/*        Conteúdos        */
	background: #008000;
}
#main_in
{
	background: #fff;
	position: relative;
	width: 910px;
	margin: 0 auto;
	padding: 20px;
}
#main_in .post
{
	position: relative;
}


UL.links {/*        Links Diversos        */
	 margin: 0;
	 padding: 0;
	 background: #666;
}
UL.links LI {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 11px;
	width: 154px;
	padding: 3px;
	border-bottom: dotted 1px #000;/* cinza */
}
UL.links LI A {
	display: block;
	color: #fff;/* dourado f0c133 */
	text-decoration: none;
}
UL.links LI A:hover {
	background: #CA2F2F;/* cinza */
}



UL.post_info {/*        Rodapé das listas de conteúdos        */
	/*position: absolute;
	top: 16px;*/
	font-size: 10px;
	margin: 0;
	/*margin: 15px 0 15px 0;*/
	padding: 3px 0 8px 0;
}

 UL.post_info LI {
	list-style: none;
	background-repeat: no-repeat;
	display: inline;
	padding-left: 16px;
}

UL.post_info LI.date {
	background-image: url(../img/n5.gif);
}

UL.post_info LI.comments {
	background-image: url(../img/n6.gif);
	margin-left: 16px;
}


#footer {/*        Footer        */
	color: #C0C0C0;
	width: 950px;
	margin: 0 auto;
	padding: 10px 0;
	text-align: center;
	clear: both;
	/*text-transform: lowercase;*/
}


#search {/*        Caixa de pesquiza        */
	position: relative;
	width: 100%;
	margin: 0 0 20px 0;
}
#search input.text {
	width: 100px;
	border: solid 1px #F1F1F1;/* cinza claro */
	font-size: 10px;
	font-style: italic;
	padding: 5px;
}
#search input.button {
	background: #CFCFCF;/* cinza */
	color: #fff;
	border: solid 1px #A94B4B;/* vinho */
	font-weight: bold;
	text-transform: lowercase;
	font-size: 10px;
	height: 24px;
}


#contents	{/*        BOX .:principal:.        */
	position: relative;
	margin-right: 420px;
}	
#contents_box1{
	position: relative;
	float: left;
	width: 100%;
	margin-right: -400px;
	padding-right: 10px;
}
	
#sidebar	{/*      BOX .:sidebar:.        */
	float: right;
}
#sidebar_box1	{
	width: 160px;
	float: left;
	padding: 0em 1em 0.5em 1em;
	border-left: dotted 1px #E1E1E1;
	/*background: #FFCACA;*/
}
#sidebar_box2 {
	width: 210px;
	float: left;
	padding: 0 0 5px 10px;
	border-left: dotted 1px #E1E1E1;
	/*background: #C1FFC1;*/
}


UL.trilho {/*        Trilho        */
	margin: 0 !important;
	padding: 0px 0 4px 0px; !important;
}
UL.trilho LI {
	list-style: none;
	display: inline;
}


FORM.standard {/*        Formulários geral        */
}
FORM.standard FIELDSET {
	margin: 10px 0;
	border-top: 4px solid #F3F3F3;
}
FORM.standard LABEL {
	font: 12px Arial, Tahoma, sans-serif;
	padding: 6px 0;
	width: 140px;
	float: left;
}
FORM.standard INPUT, FORM.standard TEXTAREA {
	font: 12px Arial, Tahoma, sans-serif;
	margin: 6px 0;
	padding: 3px;
	border: 1px solid #444;
	background: #F3F3F3;
}
FORM.standard INPUT.send {
	margin: 10px 140px;
	padding: 0 20px;
	background: #D90000;
	color: white;
}
INPUT:focus, TEXTAREA:focus {
	outline: 1px solid red;
}


TABLE {/*        Tabelas geral        */
	width: 100%;
	margin: 0px auto;
	background: white url(../img/menuhover.png);
	border: solid 1px #000;/* preto */
}
TABLE TR {
	vertical-align: center;
}
TABLE TD {
	padding: 1px 2px 1px 2px;
	color: #000;
	border: solid 1px #ccc;/* cinza claro */
	/*background: #fff;opacity: 0.50;filter: alpha(opacity=50);*/
}
TABLE TD A {
}



/*        Outros        */
br.nofloat {clear: both;}