* {
	margin: 0;
	padding: 0;
	text-decoration: none;
 	vertical-align: middle; 
	border: 0;
	list-style: none;
}
body {	
	background-color: #1F1B18;
	background-image: url(images/prato_fundo.jpg);
	background-position: top;

	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;  
	color: #AE9C6F;
	vertical-align: middle; 
	overflow-x:hidden;
}
input, select, textarea {
	background-color: #AE9C6F;
	border: 1px #D5C297 solid;
	font-family: inherit;
	font-size: inherit;
	margin-bottom: 3px;
	padding: 1px;
}
h1 {
	display: none;
}

a{
	color: #ECE8C8;
}
/********************************
			Estrutura
********************************/
#c_ontainer {
	margin: auto;
	width: 760px;
	height: 500px;
	margin-top: 175px;
	margin-bottom: 200px;
}
#topo {
	height: 145px;
	overflow: hidden;
}
#logo .logomarca {
	width: 190px;
	height: 145px;
}
#logo {
	width: 260px;
}
#logo, #texto {
	float: left;
	height: 145px;
}
#texto {
	width: 480px;
	text-align: right;

}
#texto .festival {
	width: 400px;
	height: 100px;
}
#conteudo {
	height: 228px;
	background-color: #1F1A17;
	padding-top: 8px;
}
#conteudo p {
	margin-bottom: 8px;
}
#base {
	height: 145px;
}
#instituto h2, #festival h2, #jazz h2, #noticias h2, #fotos h2, #videos h2, #depoimentos h2, #contato h2, #imprensa h2 {
	color: #ECE8C8;
	margin: 0 0 8px 0;
	font-size: 1.8em;
}
/*       Com barra de rolagem             */
#instituto, #festival, #jazz, #noticias, #fotos, #videos, #depoimentos, #contato, #imprensa, #calendario {
	width: 720px;
	height: 210px;
	margin: auto;
	margin-top: 8px;
	margin-bottom: 8px;
	overflow: scroll;
	overflow-x: hidden;
	padding-right: 10px;
}
/*    Sem barra de rolagem      */
#fotos {
	width: 720px;
	height: 210px;
	margin: auto;
	margin-top: 8px;
	margin-bottom: 8px;
}
#principal {
	width: 720px;
	height: 210px;
	margin: auto;
	margin-bottom: 8px;
}
/*         Parágrafo            */
.midia {
	text-align: center;
}

/********************************
			Menu
********************************/
#base ul {
	margin-left: 60px;
	position:relative;
}
#base li {
	position:relative;
	display:inline;
	font-size: 1.1em;
	font-weight: bold;
	padding: 1px;
}
#base ul ul {
	position:absolute;
	margin-left: 0;
	left:-2000px;
	top: 28px;
	width: 600px;
	height:50px;

}
* html #base ul ul {
	top: 32px;
}
#base ul ul a {
	color: #333;
	padding: 2px;
	font-size: 0.8em;
}
#base ul ul a:hover {
	background-color: #E8E4C3;
}
#base li li {
	display:inline;
}


/********************************
			Principal
********************************/
#principal p {
	text-align: center;
}




/********************************
Instituto, Jazz Festival & O Jazz
********************************/
#instituto img, #festival img, #jazz img {
	padding: 3px;
	border: 1px #AE9C6F solid;
	margin: 5px 0 5px 0;
}
#instituto p, #festival p, #jazz p {
	text-indent: 20px;
}



/********************************
			Fotos
********************************/
#fotos {
	overflow:scroll;
	overflow-x:hidden;
}
#fotos #categorias {
	float: left;
	width: 250px;
}
#fotos #categorias ul {
	float: left;
	width: 250px;
/*	height: 160px;*/
	overflow: auto;
	padding-right: 5px;
}
#videos ul {
	padding-right: 5px;
}
#fotos #categorias li a, #videos li a {
	padding: 2px;
	display: block;
	color: #AE9C6F;
}
#fotos #categorias li a:hover,  #videos li a:hover {
	background-color: #403726;
}
#fotos #detalhes {
	width: 450px;
	float: right;
}
#fotos #detalhes h2, #fotos #detalhes p {
	text-align: right;
}
#fotos #detalhes p {
	height: 56px;
	overflow: hidden;
}
#fotos #lista {
	width: 410px;
	float: left;
	overflow: hidden;
}
#fotos #direita, #fotos #esquerda {
	width: 20px;
	float: left;
}
.list-fotos li {
	display:inline;
}
.list-fotos img {
	margin:3px;
	border:1px #999 solid;
	padding:2px;
	background:#ccc;
}




/********************************
	Notícias e Depoimentos
********************************/
#calendario #categorias a {
	color: #AE9C6F;
	text-decoration: underline;
}
#calendario #categorias {
	float:left;
	width: 240px;
/*	height: 160px;*/
	overflow: auto;
	padding-right: 5px;
}
#calendario #detalhes {
	float:right;
	width: 450px;
}





/********************************
	Notícias e Depoimentos
********************************/
#noticias a {
	color: #AE9C6F;
	text-decoration: underline;
}
#noticias a:hover {
	color: #99CC00;
	text-decoration: none;
}
#noticias .paginacao, #depoimentos .paginacao {
	text-align: center;
}
#noticias .paginacao a, #depoimentos .paginacao a {
	color: #AE9C6F;
	text-decoration: underline;
	padding: 2px 4px 2px 4px;
	text-decoration: none;
}
#noticias .paginacao a:hover, #depoimentos .paginacao a:hover {
	background-color: #6E624A;
	color: #000;
}
#noticias .data {
	margin: 0;
	font-size: 0.9em;
	color: #BBAC86;
}
#depoimentos p {
	margin: 0;
}



/********************************
			Imprensa
********************************/
#imprensa a {
	padding: 2px;
	display: block;
	color: #AE9C6F;
}
#imprensa a:hover {
	background-color: #403726;
}




/********************************
			Contato
********************************/
#contato label {
	width: 60px;
	float: left;
	display: block;
	padding-top: 4px;
}
#contato fieldset fieldset label {
	width:auto;
	float:none;
	display:inline;
}
#contato fieldset {
	float: left;
	width: 430px;
}
#contato a {
	color: #AE9C6F;
	text-decoration: underline;
}
#contato span {
	color: #AE9C6F;
}


/********************************
			Rodapé
********************************/
#rodape {
	padding-top: 4px;
}
#rodape .esquerda {
	padding-left: 56px;
}
#rodape .esquerda, .direita {
	width: 320px;
	float: left;
}
#rodape .direita {
	text-align: right;
}
#rodape a, #rodape p {
	color: #333;
}
#rodape a:hover {
	color: #9C0;
}





