/* Fonts */

@font-face {
    font-family: 'antonioregular';
    src: url('../fonts/antonio-regular-webfont.eot');
    src: url('../fonts/antonio-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/antonio-regular-webfont.woff') format('woff'),
         url('../fonts/antonio-regular-webfont.ttf') format('truetype'),
         url('../fonts/antonio-regular-webfont.svg#antonioregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'antoniolight';
    src: url('../fonts/antonio-light-webfont.eot');
    src: url('../fonts/antonio-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/antonio-light-webfont.woff') format('woff'),
         url('../fonts/antonio-light-webfont.ttf') format('truetype'),
         url('../fonts/antonio-light-webfont.svg#antoniolight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'antoniobold';
    src: url('../fonts/antonio-bold-webfont.eot');
    src: url('../fonts/antonio-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/antonio-bold-webfont.woff') format('woff'),
         url('../fonts/antonio-bold-webfont.ttf') format('truetype'),
         url('../fonts/antonio-bold-webfont.svg#antoniobold') format('svg');
    font-weight: normal;
    font-style: normal;
}

body, #bottom {
	background: transparent url(../img/bg_efficiency-scale-shadow.png) repeat-y center;
}

body, li, p, div, dt, dd {
	font-size: 12px;
}

div {
	line-height: 1.6;
}

/* Elementos básicos da página */
#wrapper {
	background: transparent url(../img/bg_efficiency-scale.png) no-repeat center top;
}

#logo {
	background: transparent url(../img/logo_inee.png) no-repeat;
	height: 78px;
	position: relative;
	text-indent: -9999px;
	width: 220px;
	margin: 9px 0;
}

#logo a {
	float: left;
	height: 100%;
	position: absolute;
	width: 100%;
}

/* Títulos */
h1, h2 {
	font-family: 'antoniobold';
	text-transform: uppercase;
}

h1 {
	color: #007f32;
}

h2 {
	color: #7fbe98;
	font-size: 2em;
}	

h3 {
	font-family: 'antoniolight';
	font-size: 1.8em;
}

/* Cabeçalho */
#google input,
#menu-02 li {
	height: 32px;
}

#busca, #cabecalho {
	margin: 10px 0;
}

#cabecalho {
	float: right;
}

#google input {
	border: 0;
	display: block;
}

#busca-texto {
	background: #eee;
	float: left;
	padding: 5px;
	
	-webkit-box-shadow: inherit;
	box-shadow: inherit;
	width: 80%;
}

#busca-texto:focus {
	background-color: #ddd;
}

#busca-envio {
	background: #007f32 url(../img/bg_busca.png) no-repeat center center;
	float: right;
	text-indent: -9999px;
	width: 20%;
}

/* Conteúdo */
#conteudo h2 {
	border-bottom: solid 1px #7fbe98;
	line-height: 1.6em;
	margin-top: 1.5em;
}

#conteudo .botao {
	float: left;
}

.conteudo-rodape {
	margin: 1em 0 2em;
}

/* Fundo */
#bottom {
	background-color: #007f32;
	padding: 1em 0 4em 0;
}

.fundo-creditos {
	background: transparent url(../img/bg_highlight.png);
	color: #fff;
	font-size: .8em;
	margin: 2em 0 0;
	padding: 1em;
	text-align: center;
}

/* Links */
a:link, a:visited, a:active {
	color: #007f32;
}

a:hover {
	color: #7fbe98;
}

/* Blocos */
.bloco-destaque {
	background: white url(../img/bg_highlight.png);
	margin: 0 0 5px 0;
	padding: 1.5em;
	position: relative;
}

.bloco-destaque h3 {
	margin-bottom: 0;
}

.bloco-destaque-intro {
	font-style: italic;
}

.bloco-banner {
	margin: 2em 0;
}

aside {
	margin: 0 0 2em 0;
}

aside h2 {
	background: white url(../img/bg_highlight.png);
	padding: 10px;
	color: #007f32;
	font-family: 'antonioregular';
	font-size: 1.6em;
	margin: 0;
}

aside h3 {
	font-family: 'antoniolight';
	font-size: 1.4em;
}

.conteudo-lateral {
	border-left: dotted 1px #7fbe98;
	border-right: dotted 1px #7fbe98;
	border-bottom: dotted 1px #7fbe98;
	padding: 10px;
}

.bloco-artigo-lateral {
	border-bottom: solid 1px #7fbe98; 
	padding-bottom: .5em;
	margin-bottom: .5em;
}

.bloco-artigo-lateral:last-child {
	border-bottom: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}

/* Cantos */
.canto-inferior-esquerdo,
.canto-superior-direito {
	position: relative;
}

.canto-inferior-esquerdo:before {
    border-right: 20px solid rgba(0,0,0,0);
    border-bottom: 20px solid white;
    content: '';
    position: absolute;
	left: 0;
    bottom: 0;
    width: 0;
}

.canto-superior-direito:after {
    border-left: 20px solid rgba(0,0,0,0);
    border-top: 20px solid white;
    content: '';
    position: absolute;
	right: 0;
    top: 0;
    width: 0;
}

/* Menus */
.sf-menu li {
	background-color: #007f32;
	font-size: 1em;
	text-transform: uppercase;
	font-family: 'antonioregular';
}

.sf-menu li.current {
	background-color: #7fbe98;
}

.sf-menu li:hover,
.sf-menu li.sfHover {
	background-color: #7fbe98;
}

.sf-menu ul li {
	background-color: #B3D9C1;
}

.sf-menu a {
	border-top: inherit;
	color: #fff;
	padding: .65em .8em;
}

.sf-arrows .sf-with-ul {
	padding-right: 1.5em;
}

.sf-arrows .sf-with-ul:after {
	right: .5em;
}

#menu {
	background-color: #007f32;
	width: 100%;
}

#menu-02 {
	list-style-type: none;
	margin: 0;
}

#menu-02 li {
	background-color: #ccc;
	float: left;
}

#menu-02 a {
	border-left: solid 1px #fff;
	color: #fff;
	display: block;
	padding: .5em .7em;
}

#menu-02 a:hover,
#menu-02 li.current a {
	background-color: #7fbe98;
}

#submenu {
	margin: 1em 0;
	list-style-type: none;
	border-bottom: dotted 1px #7fbe98;
}

#submenu li {
	border-top: dotted 1px #7fbe98;
	padding: .5em;
}

#submenu li a {
	color: #007f32;
}

.menu-fundo .menu-fundo-titulo {
	font-family: "antoniobold";
	font-size: 1.2em;
}

.menu-fundo {
	margin-bottom: 40px !important;
}

.menu-fundo hr {
	visibility: hidden;
}

.menu-fundo li.menu-fundo-item-nivel-1 {
	font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
	font-size: .65em;
}

.menu-fundo a {
	color: #fff;
}

.menu-fundo a:hover {
	text-decoration: underline;
}

.menu-fundo > div:last-child {
	float: left !important;
}

/* Formulários */
.botao {
	background-color: #bebd00;
	display: block;
	font-family: 'antonioregular';
	font-size: 1.6em;
	margin: 0 0 5px 0;
	padding: .5em;
}

.botao:active,
.botao:link,
.botão:hover,
.botão:visited {
	color: #fff !important;
}

.botao:hover {
	background-color: #ebebb2;
}

/* Reutilização */
.float {
	float: left;
}

/* Notícias */
.chamada-destaque {
	border-bottom: dotted 1px #007f32;
	margin: 1em 0;
	padding: 1em 0;
}

.chamada-destaque:first-child {
	border-top: dotted 1px #007f32;
}

.chamada-destaque h3 {
	font-size: 1.4em;
}

.chamada-destaque p {
	margin: 0;
}