@charset "utf-8";


body {
	background-color: #FFFFFF;
	font-family:'PT Sans',sans-serif;
	font-size:100%;
	margin: 0 0;
}

html, body {position: relative;}

a:link{text-decoration:none;color:inherit;}

/*classes das estruturas gerais*/

.container {margin: 0 0 0 0; padding: 0 0 0 0;}

	.wrapper {float: left; width: 100%;}

		.upbar {padding-top:50px !important;height:150px;border-bottom:3px solid #efefef; background: url("images/background_logoPEF.png") no-repeat 30px 20px #222F5A; padding: 2.25em 1.6875em; }
			
			div.search-space{margin:0 auto;}

				input.busca {float:left; width:55%; max-width: 600px;  padding: 0 10px;font-size: 110%;border: 0 none;height:40px;background-color:#efefef; box-shadow: 0 1px 6px rgba(0, 0, 0, 0.4) inset;}

				input.busca-button , input.browse-button {max-width:150px;height:40px; border: 0 none;  padding: 0 10px; color:#fff; color: #FFF; font-weight: normal; text-transform: uppercase;}

				input.busca-button {float:left; margin-right:5px; width:20%; background:#F1592A;}
				input.browse-button {float:left; width:20%; background:#F7921E;}

				input.browse-button:hover , input.busca-button:hover {background:#F16E16; cursor:pointer;}	
		.content-wrapper {padding-bottom: 80px; width: 100% !important;}

			.content {margin-left: 20px; padding: 0 30px 0 0; background-color: #FFFFFF; z-index: 1;}

				.content-info {height:80px; margin-top:40px;}
					.num-results {float: left;}

				.result-grid {}

	.footer {background-color: #1C1C1C; bottom: 0; height: 30px; left: 0; position: fixed; width: 100%; z-index: 10;}

/*outras classes*/

/**detalhes content**/

/*ul.result-grid {list-style-type: none; margin:0; padding:0;}*/
/*li.result-grid {position:relative;}*/
	div.result-thumb {background-color:#EFEFEF;height:160px;overflow:hidden;}
	div.result-info {}
		h2.result-info {}
		p.result-info {color:#C0C0C0;}
		p.result-descript {}

/**correct hyperlinks**/

h2.result-info a {color:#000000;}
li.filtros-opcoes a {color:#888888;}
li.footer a {color:#696969;}

/**detalhes content-info**/

h1.content-info {color: #F1592A; margin: 0 0 0 0; padding: 0 10px 0 0; position: relative; top:-5px;}

/**detalhes footer**/

ul.footer {color: #696969; list-style: none; margin:0; padding:10px 0 0 20px; background:#1c1c1c url("images/logo.png") no-repeat scroll right center;} 
li.footer {position: relative; display:inline; padding:0 7px;}

/**hidden class**/

.hidden {display:none; visibility:hidden;}
p.pagination-info{display:none; visibility:hidden;}
.initially-hidden{display:none;}

/*  SECTIONS  */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}
.col:first-child { margin-left: 0; }


/*  GROUPING  */
.group:before,
.group:after {
	content:"";
	display:table;
}
.group:after {
	clear:both;
}
.group {
    zoom:1; /* For IE 6/7 */
}

/*  GRID OF FIVE  */
.span_5_of_5 {
	width: 100%;
}
.span_4_of_5 {
	width: 79.68%;
}
.span_3_of_5 {
	width: 59.36%;
}
.span_2_of_5 {
	width: 39.04%;
}
.span_1_of_5 {
	width: 18.72%;
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
	.col { 
		margin: 1% 0 1% 0%;
	}
}

@media only screen and (max-width: 480px) {
	.span_5_of_5 {
		width: 100%; 
	}
	.span_4_of_5 {
		width: 100%; 
	}
	.span_3_of_5 {
		width: 100%; 
	}
	.span_2_of_5 {
		width: 100%; 
	}
	.span_1_of_5 {
		width: 100%;
	}
}
#boletins {
background: rgba(0, 0, 0, 0) url("images/colecao_boletins.png") no-repeat scroll center center;
}
#apostilas {
    background: rgba(0, 0, 0, 0) url("images/colecao_apostilas.png") no-repeat scroll center center;
}
#artigos {
    background: rgba(0, 0, 0, 0) url("images/colecao_artigos.png") no-repeat scroll center center;
}
#reflexoes {
    background: rgba(0, 0, 0, 0) url("images/colecao_reflexoes.png") no-repeat scroll center center;
}
#zagottis {
    background: rgba(0, 0, 0, 0) url("images/colecao_zagottis.png") no-repeat scroll center center;
}
h2.info-initial-page {
text-align: center;
color:#000000;
} 
