
body {
	background-image: url(../images/body.jpg);
	background-repeat: repeat-x;
	background-color: #fefefe;
}


a,a:visited{
	color:#DB1B0E;
}


#geral {
	margin: auto;
	width: 1000px;
}
#meio {
	overflow: auto;
	padding-bottom: 10px;
	clear: both;
}
.tamanhos {
	text-align: right;
}

#post {
	width: 380px;
	margin-left: 20px;
	float: left;
	font-size: 1.2em;
	color: #107393;
}


#floresta {
	float: left;
	position: absolute;
	width: 100px;
	height: 100px;
	margin-top: 60px;
	margin-left: 340px;
}



#livros {
	width: 560px;
	_width: 550px;
	float: left;
	margin-left: 30px;

}
#livros #contador {
	text-align: right;
	padding-right: 10px;
	margin-bottom:20px;
}
#livros ul {
	margin-bottom: 20px;
	overflow: auto;
	padding-bottom: 30px;
}
#livros ul li {
	float: left;
	width: 30%;
	margin-bottom: 20px;
	padding-right: 3%;
	height: 180px;
}
#livros ul li a {
	text-decoration: none;
}
#livros ul li h2, #livros ul li h3 {
	font-size: 1.4em;
	color: #FF3300;
}

.hidden{
	display:none;
}

/************************************************
					DESTAQUES
************************************************/
#destaque_um, #destaque_dois {
	background-image: url(../images/bg_destaques.jpg);
	background-repeat: no-repeat;
	background-position: top;
	width: 495px;
	height: 190px;
	float: left;
	margin-bottom: 40px;
}
#destaque_um {
	width: 300px;
	padding: 10px 185px 0 10px;
}
#destaque_um #teste {
	height: 150px;
}
#destaque_um ul li a {
	text-decoration: none;
}
#destaque_um ul li h2 {
	margin-bottom: 4px;
	color: #FF0000;
	font-size: 1.8em;
}
#destaque_um ul li h3 {
	color: #FF0000;
	font-size: 1.6em;
}
#destaque_um ul li .imagem {
	float: left;
	margin-right: 6px;
}
#destaque_um ul li .autor {
	margin-bottom: 4px;
}
#destaque_um ul li .editora {
	font-size: 1.1em;
	margin-bottom: 4px;
}
#destaque_um ul li .resumo {
	color: #333;
}
#destaque_um ul li .detalhes {
	text-align: right;
}
#destaque_um .paginacao {
	padding-top: 10px;
	text-align: center;
	color: #fff;
}
#destaque_um .paginacao a {
	color: #fff;
	text-decoration: none;
}
#destaque_um .paginacao a:hover {
	color: #FFCC00;
}
#destaque_dois {
	margin-left: 1px;
}




/************************************************
					PRODUTOS
************************************************/
#produtos_detalhes h2 {
	font-size: 1.6em;
}
#produtos_detalhes #detalhes h4 {
	font-size: 1.3em;
}






/************************************************
					RESULTADO
************************************************/
#resultado h2, #pagina h2, #conteudo h2 {
	color: #107393;
	font-size: 1.6em;
}
#resultado ul li {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px #CCCCCC solid;
}
#resultado ul  .disponivel {
	background-image: url(../images/txt_disponivel.jpg);
	background-repeat: no-repeat;
	background-position: 240px 40px;
}
#resultado ul  .indisponivel {
	background-image: url(../images/txt_indisponivel.jpg);
	background-repeat: no-repeat;
	background-position: 240px 40px;
}
#produtos_detalhes #detalhes .disponivel {
	background-image: url(../images/txt_disponivel.jpg);
	background-repeat: no-repeat;
	background-position: 0 16px;
	height: 50px;
}
#produtos_detalhes #detalhes .indisponivel {
	background-image: url(../images/txt_indisponivel.jpg);
	background-repeat: no-repeat;
	background-position: 0 16px;
	height: 50px;
}
#voltar a {
	color: #107393;
	text-decoration: none;
}




/************************************************
		PAGINA, CONTEUDO & GRUPO CONTEUDO
************************************************/
#pagina input, #conteudo input {
	background-color: #fff;
	border: 1px #cfcfcf solid;
	padding: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-top: 2px;
	width: 140px;
}
#pagina textarea, #conteudo textarea {
	width: 80%;
}
#pagina fieldset, #conteudo fieldset {
	border: 0;
}
#pagina legend, #conteudo legend {
	display: none;
}



/************************************************
					POST
************************************************/
.post {
	margin-top: 40px;
	padding: 6px;
	clear: both;
	background-color: #ECECEC;
}
.post a {
	text-decoration: none;
	color: #7C2206;
}
.post .tag {
	font-size: 0.9em;
	color: #999;
	margin: 10px 0 0 0;
}
.post .tag a, .post .postado a {
	color: #7c2206;
	text-decoration: none;
}
.post .postado {
	font-size: 0.9em;
	color: #999;
}
.post .ver_post {
	margin-top: 10px;
}
.post .ver_post a {
	color: #7c2206;
	text-decoration: none;
}
.post .data {
	font-size: 0.9em;
	color: #999;
	margin-bottom: 10px;
}
.post h3 {
	font-size: 1.4em;
	margin-top: 20px;
	color: #7c2206;
}


/************************************************
					MENU
************************************************/
#menu {
	overflow: hidden;
}
#menu #busca_idx {
	float: left;
	width: 400px;
	padding-top: 15px;
	text-align: right;
}
#menu #busca_idx input {
	margin-top: 6px;
	border: 1px #ff7e00 solid;
	padding: 1px;
	font-size: 11px;
	width: 240px;
}
#menu #busca_idx button {
	background-image: url(../images/bt_buscar.gif);
	background-repeat: no-repeat;
	border: 0;
	width: 55px;
	height: 18px;
	margin-bottom: 3px;
	_margin-bottom: 0;
	_margin-left: 4px;
}
#menu #busca_idx a {
	color: #fff;
	text-decoration: none;
}
#menu ul {
	text-align: right;
	float: right;
}
#menu ul li {
	display: inline;
}
#menu ul .minstitucional, #menu ul .minfantil, #menu ul .mcybercafe, #menu ul .mcontato {
	margin: 0 4px 0 60px;
}





/************************************************
					ALBUM
************************************************/
#album ul {
	overflow: auto;
	padding-bottom: 10px;
	margin-top: 40px;
}
#album ul li {
	float: left;
	margin: 2%;
	margin-bottom: 10px;
	height: 130px;
}
#album ul li h3 {
	font-size: 1.3em;
}
#album ul li a {
	text-decoration: none;
}
#voltar {
	clear: both;
}




/************************************************
					ALBUM DET
************************************************/

#album_detalhes {
		overflow: auto;
	}

#album_detalhes h2 {
	font-size: 1.4em;
	color: #107393;
}
#album_detalhes img {
	background-color: #107393;
	padding: 3px;
}
#album_detalhes h3 {
	color: #c22a1f;
	font-size: 1.4em;
}
#album_detalhes a {
	font-size: 1.1em;
	text-decoration: none;
}
#album_detalhes ul {
	margin-top: 30px;
}
#album_detalhes li {
	float:left;
	margin: 4px;
	height: 100px;
}



/************************************************
					RODAPE
************************************************/
#rodape {
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
	color: #db1b0e;
	line-height: 14px;
	padding: 10px;
	clear: both;
}
#rodape a {
	text-decoration: none;
	color: #db1b0e;
}
#rodape a:hover {
	color: #920000;
}
#rodape ul {
	margin-bottom: 10px;
}
#rodape ul li {
	display: inline;
	border-right: 1px #db1b0e solid;
	padding-right: 6px;
	margin-right: 6px;
}
#rodape ul li:last-child {
	border-right: none;
}