/*
----------------------------------------------------
StyleSheet
Projeto: Design do Site Curitigrinos
Designer: Nancy Marchioro nancy@taperouge.com
Data: setembro 2008
----------------------------------------------------*/

/* Estilos Importados
----------------------------------------------------*/
@import url("estrutura.css");
@import url("menu.css");


/* Geral
----------------------------------------------------*/
*
	{
	font-family: Lucida Sans, Verdana, Arial, Helvetica, sans-serif;
	}
html
	{
	margin:0px;
	background: #363712 url(../img/fundo_html.jpg) top center repeat-x;
	width:100%;
	}

img{border:0px;}
p{font-size:0.75em; margin:0px 0px 10px 0px;}

h2, h2 a, h3, h3 a, h4, h4 a {font-weight:bold; color:#dcb126; margin:0; text-decoration:none;}
h2 a:hover, h3 a:hover, h4 a:hover{text-decoration:underline;}


.clr{clear:both;}

body{margin:0;
padding:0;}

/*Estrutura
----------------------------------------------------*/

div#main{
width:960px;
margin:0px auto;
padding:0;
background: url(../img/fundo_body.png) top center no-repeat;
display:block;
}

#conteudo
{margin-top:70px; color:#bebfa8;}

div#rodape{
width:100%;
background:#b87c0e url(../img/fundo_rodape.jpg) top left repeat-x;
position:relative;
bottom:0;
padding:10px 0px;
color:#bebfa8;
}

div#rodapeconteudo{
width:960px;
margin:0px auto;
padding:0;
}

/*Conteudo
----------------------------------------------------*/
h1.logo	{
	cursor:pointer;
	padding: 166px 0px 0px 0px;
	margin:0;
	width:130px;
	overflow: hidden;
	background-repeat: no-repeat;
	height: 0px !important;
	height /**/:170px;
}
h1.logo[class]{
	background: url(../img/logo.png) top left no-repeat;
	background-repeat: no-repeat;
}


#conteudo a, #quemsomos a{color:#fff; text-decoration:none;}
#conteudo a:hover, #quemsomos a:hover{text-decoration:underline;}
#conteudo img {border:5px #dcb126 solid;}

#eventos, #relatos, #galeria, #noticias, #quemsomos, #contato, #banners
{float: left;}

#eventos{width:310px; margin-right:12px;}
#relatos{width:150px; margin-right:12px;}
#galeria{width:150px; margin-right:12px;}
#noticias{width:310px;}
#quemsomos{width:310px; margin-right:12px;}
#banners{width:150px; margin-right:12px;}
#contato{width:472px;}

#banners img {border:5px #dcb126 solid; margin-bottom:5px;}
#contato a{color:#fff; text-decoration:none;}
#contato a:hover{text-decoration:underline;}

/*Contato
----------------------------------------------------*/
input, textarea{background-color:#dedaca; font-size:0.7em;}
.form textarea{height:40px}
.left input, .left textarea{width:285px; margin:2px 0px;}
.right input {width:140px; margin:2px 0px;}
input.button{float:left; width:auto; margin:5px 3px;}

.begin {margin-left:0; margin-right:6px; }
.end {margin-left:6px; margin-right:0; }
.left, .right{float:left;}
.right{margin-left:5px;}