@CHARSET "UTF-8";

/* --> TÍTULOS PRINCIPAIS */
h1, #main h1, h1 *, #main h1 *,
#main .componentheading,
.moduletable > h3, .moduletable_menu > h3, .moduletable_text > h3 {
	border-left-color: #3D80CF;
	background-color: #1E4B82;
}


/* --> TÍTULOS SECUNDÁRIOS */
h2, #main h2, h2 *, #main h2 *, #main legend,
h3, #main h3, h3 *, #main h3 *,
#main .item-page h2 a, #main .items-leading h2 a, #main .items-row .item h2 a,
#main .newsfeed ol li > a {
	border-left-color: #3D80CF;
	color: #1E4B82;
}

#main .items-row .item h2 a {
	color: #6F613E !important;	
}
	
/* --> NEGRITO */
B, TD B, STRONG, TD STRONG {
	color: #1E4B82;
}

/* --> TÍTULOS DE TABELA EM GERAL */
#main th, #main dt {
	color: #1E4B82;
}

/* --> TÍTULOS DE TABELA DE CATEGORIA */
#main .contentpane table td.sectiontableheader,
#main table.category th {
	background-color: #1E4B82;
}

/* --> SEPARADORES DE ARTIGOS */
#main .blog span.row-separator, #main div.item-separator{
	border-bottom-color: #1E4B82;	
}

#main .newsfeed ol li div.feed-item-description {
	border-bottom-color: #1E4B82;	
}

/* --> MENU DO TOPO */
#top-menu ul.menu, #top-menu ul.menu li a{
	background-color: #1E4B82;	
}
/* 2o. nivel */
#top-menu UL.menu LI:hover UL LI A {
	border-bottom-color: #1E4B82;
	border-left-color: #1E4B82;
	color: #1E4B82;
}


/* --> MENUS ESQUERDA E DIREITA */
/* 2o. nivel */
#left UL.menu LI:hover UL LI A, 
#right UL.menu LI:hover UL LI A {
	border-bottom-color: #1E4B82;
	border-left-color: #1E4B82;
	color: #1E4B82;
}


/* --> BOTÕES DE NAVEGAÇÃO (nativos do Joomla) */

#main ul.pagenav li a:hover,
#main div.pagination li a:hover {
	background-color: #1E4B82;
}	

#main ul.actions li a:hover,
#main .item-page ul.actions li a:hover {
	/* Formatação dos ícones de ação do artigo (com o mouse sobre eles) */
	background-color: #3D80CF;
}

/* --> RODAPÉ */
#rodape_padrao {
	background-color: #1E4B82;	
}

/* --> FORMATAÇÕES ESPECIAIS */
input[type="text"].contador {
	border-color: #1E4B82;
}

input[type="button"]:HOVER, input[type="submit"]:HOVER, input[type="reset"]:HOVER, button:HOVER, a.linkBotao:HOVER{
	background-color: #1E4B82;
}
