/*
Theme Name: edpopsus01
Author: Manufatura Design / Conecta Design / BSConsult Desenvolvimento
Version: 1.0
*/


/* =Reset
-------------------------------------------------------------- */

@import url(http://fonts.googleapis.com/css?family=Arvo:400,700);

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: 'Arvo', serif;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
	
	/* http://www.elfboy.com/blog/text-shadow_anti-aliasing/ */
	text-shadow: 0 0 1px rgba(0,0,0,0.3);
	-webkit-font-smoothing: antialiased;
            font-smoothing: antialiased;
}
html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centred in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust: 100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
body {
	background: #fff;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section {
	display: block;
}
ol, ul {
	list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

a:focus {
	outline: thin dotted;
}
a:selected, 
a:visited
a:hover,
a:active { /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
	outline: none;
}
a:hover {
	opacity: 0.8;
}
a img {
	border: 0;
}


/* =Global
----------------------------------------------- */

body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
}

/* Headings */
h1,h2,h3,h4,h5,h6 {
	clear: both;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

/* Text elements */
p {
	margin-bottom: 1.5em;
}
ul, ol {
	margin: 0 0 1.5em 3em;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.5em;
}
b, strong {
	font-weight: bold;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 1.5em;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	padding: 1.6em;
	overflow: auto;
	max-width: 100%;
}
code, kbd, tt, var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}
figure {
	margin: 0;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
th {
	font-weight: bold;
}
img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}
button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
	*vertical-align: middle; /* Improves appearance and consistency in all browsers */
}
button,
input {
	line-height: normal; /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid #ccc;
	border-color: #ccc #ccc #bbb #ccc;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa #bbb;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}
button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* Addresses box sizing set to content-box in IE8/9 */
	padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	-moz-box-sizing:    content-box;
	box-sizing:         content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"] {
	padding: 3px;
}
textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 3px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 98%;
}

/* Links */
a {
	color: royalblue;
}
a:visited {
	color: purple;
}
a:hover,
a:focus,
a:active {
	color: midnightblue;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/* Clearing */
.clear:before,
.clear:after,
[class*="content"]:before,
[class*="content"]:after,
[class*="site"]:before,
[class*="site"]:after {
	content: '';
	display: table;
}

.clear:after,
[class*="content"]:after,
[class*="site"]:after {
	clear: both;
}


/* =Menu
----------------------------------------------- */

.navigation-main {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}
.navigation-main ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.navigation-main li {
	float: left;
	position: relative;
}
.navigation-main a {
	display: block;
	text-decoration: none;
}
.navigation-main ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	display: none;
	float: left;
	position: absolute;
		top: 1.5em;
		left: 0;
	z-index: 99999;
}
.navigation-main ul ul ul {
	left: 100%;
	top: 0;
}
.navigation-main ul ul a {
	width: 200px;
}
.navigation-main ul ul li {
}
.navigation-main li:hover > a {
}
.navigation-main ul ul :hover > a {
}
.navigation-main ul ul a:hover {
}
.navigation-main ul li:hover > ul {
	display: block;
}

/* Small menu */
.menu-toggle {
	display: none;
	cursor: pointer;
}

.main-small-navigation ul {
	display: none;
}

@media screen and (max-width: 600px) {
	.menu-toggle,
	.main-small-navigation ul.nav-menu.toggled-on {
		display: block;
	}

	.navigation-main ul {
		display: none;
	}
}

/* =Content
----------------------------------------------- */

.sticky {
}
.hentry {
	margin: 0 0 1.5em;
}
.byline {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.entry-content,
.entry-summary {
	margin: 0 0 180px 0;
}

/* =Asides
----------------------------------------------- */

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}


/* =Media
----------------------------------------------- */

.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
.site-content .gallery {
	margin-bottom: 1.5em;
}
.gallery-caption {
}
.site-content .gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.site-content .gallery dd {
	margin: 0;
}
.site-content .gallery-columns-4 .gallery-item {
}
.site-content .gallery-columns-4 .gallery-item img {
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}


/* =Navigation
----------------------------------------------- */

.site-content [class*="navigation"] {
	margin: 0 0 1.5em;
	overflow: hidden;
}
[class*="navigation"] .nav-previous {
	float: left;
	width: 50%;
}
[class*="navigation"] .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/* =Comments
----------------------------------------------- */

.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
}

/* =Widgets
----------------------------------------------- */

.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Search widget */
.widget_search .submit {
	display: none;
}

/* =Infinite Scroll
----------------------------------------------- */

/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .navigation-paging, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
	display: block;
}

/* = EdPopSUS
----------------------------------------------- */

.inner {
	width: 960px;
	margin: 0 auto;
	position: relative;
}

div.site-main {
	padding-bottom: 60px;
}

#beforeheader {
	width: 100%;
	height: 34px;
	background-color: #ebebeb;
}

#material a {
	width: 196px;
	height: 34px;
	position: absolute;
	right: 181px;
	background: url(img/btn-material.png) no-repeat center center;
	text-indent: -9999px;
	overflow: hidden;
}

#searchform {
	height: 18px;
	padding: 8px 0;
	position: absolute;
	right: 0;
}
#searchform label {
	display: none;
}
#searchform input {
	float: left;
	border: none;
	box-shadow: none;
	border-radius: none;
	margin: 0;
	padding: 0;
}
#searchform .field {
	width: 106px;
	line-height: 18px;
	padding: 0 10px;
	font-size: 11px;
	color: #666;
}
#searchform .submit {
	width: 21px;
	height: 18px;
	background: url(img/ico-lupa.png) no-repeat center center;
	text-indent: -9999px;
	overflow: hidden;
	margin-left: 5px;
}

header.site-header {
	height: 90px;
}
header.site-header h1.site-title a {
	width: 280px;
	height: 60px;
	position: absolute;
	top: 20px;
	background: url(img/logo.jpg) no-repeat center center;
	text-indent: -9999px;
	overflow: hidden;
}
header.site-header nav#site-navigation {
	position: absolute;
	right: 0;
	bottom: 0;
	width: auto;
}
header.site-header nav#site-navigation a {
	height: 29px;
	padding-bottom: 6px;
	text-transform: uppercase;
	margin: 0 9px;
	position: relative;
	font-size: 12px;
	line-height: 14px;
	color: #252525;
	font-weight: bold;
}
.pod-nucleo header.site-header nav#site-navigation .menu-item-55 a,
header.site-header nav#site-navigation .current-menu-item a,
header.site-header nav#site-navigation .current_page_item a,
header.site-header nav#site-navigation a:hover {
	padding-bottom: 0;
	border-bottom: 6px solid #252525;
}
header.site-header nav#site-navigation a .separator {
	position: absolute;
	left: -9px;
	width: 2px;
	height: 14px;
	background: url(img/menu-separator.png) no-repeat center center;
	text-indent: -9999px;
	overflow: hidden;
}
header.site-header nav#site-navigation li:first-child .separator {
	display: none;
}
header.site-header nav#site-navigation li:last-child a {
	margin-right: 0;
}

#header-bg {
	height: 148px;
	background: url(img/header-bg.jpg) no-repeat center center;

}
body.pod-nucleo #header-bg, body.pod-page-nucleo-estadual #header-bg {
	background: url(img/banner/banner-nucleos01.jpg) no-repeat center center;
}
body.page-id-462 #header-bg {
	background: url(img/banner/banner-mostra01.jpg) no-repeat center center;
}
body.pod-page-videos #header-bg, body.pod-page-video-w #header-bg{
	height: 148px;
	background: url(img/banner/banner-videos01.jpg) no-repeat center center;
}
body.pod-page-fotos #header-bg, body.pod-page-foto-w #header-bg{
	height: 148px;
	background: url(img/banner/banner-fotos01.jpg) no-repeat center center;
}
body.pod-page-texto-w #header-bg,
body.pod-page-textos #header-bg {
	height: 148px;
	background: url(img/banner/banner-texto01.jpg) no-repeat center center;
}
body.page-id-96  #header-bg {
	height: 148px;
	background: url(img/banner/banner-contato01.jpg) no-repeat center center;
}
body.pod-institucional  #header-bg {
	height: 148px;
	background: url(img/banner/banner-institucional.jpg) no-repeat center center;
}
#slider {
	position: relative;
}
#slider .slide-over {
	position: absolute;
	top: 341px;
	background: url(img/barra.png) no-repeat center center;
	z-index: 9;
	height: 9px;
	width: 100%;
	-webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
	-moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
	box-shadow: 0px 1px 5px 0px #4a4a4a;
}
#slider .metaslider .flexslider .flex-direction-nav a {
	opacity: 1 !important;
}
#slider .metaslider .flex-direction-nav a,
#slider .nivo-directionNav a {
	height: 56px;
	transition: none;
	-moz-transition: none;
}
#slider .metaslider .flex-direction-nav a.flex-prev,
#slider .nivo-directionNav a.nivo-prevNav {
	left: -28px;
	background: url(img/btn-setas-left.png) no-repeat center center;
}
#slider .metaslider .flex-direction-nav a.flex-next,
#slider .nivo-directionNav a.nivo-nextNav {
	right: -28px;
	background: url(img/btn-setas-right.png) no-repeat center center;
}
.pod-page-foto-w .nivoSlider img {height: 349px !important;}
.metaslider .caption-wrap {
	bottom: 9px !important;
}
#destaques .col {
	float: left;
	width: 280px;
	min-height: 230px;
	padding-top: 40px;
	padding-right: 30px;
	margin-left: 30px;
	background: url(img/destaque-divisor.png) no-repeat top right;
}
#destaques .col h2 {
	height: 33px;
	text-indent: -9999px;
	overflow: hidden;
	margin-bottom: 20px;
}
#destaques .col.noticias h2 {
	background: url(img/h2-noticias.png) no-repeat;
}
#destaques .col.mostra h2 {
	background: url(img/h2-mostra.png) no-repeat;
	margin-bottom: 15px;
}
#destaques .col.nucleos h2 {
	background: url(img/h2-nucleos.png) no-repeat;
}
#destaques .col:first-child {
	margin-left: 0;
}
#destaques .col:last-child {
	padding-right: 0;
	background: none;
}

#destaques .col.noticias .noticia {
	margin-bottom:12px;
}
#destaques .col.noticias .noticia a {
	text-decoration: none;
	color: #000;
	font-size: 11px;
}
#destaques .col.noticias .noticia a .texto {
	height: 18px;
	overflow: hidden;
}
#destaques .col.noticias .noticia .header {
	height: 20px;
	line-height: 20px;
	text-transform: uppercase;
/*	font-size: 14px;*/
	font-weight: bold;
	padding: 0 7px;
	background: url(img/ico-mais.png) #f2f2f2 no-repeat center right;
}
#destaques .col.mostra {
	position: relative;
}
#destaques .col.mostra p,
#destaques .col.mostra a {
	font-size: 12px;
	line-height: 22px;
}
#destaques .col.mostra a {
	position: absolute;
	bottom: 0;
	font-weight: bold;
	text-transform: uppercase;
	color: #000;
	text-decoration: none;
}
#destaques .col.nucleos ul {
	margin: 0;
	padding: 0;
}
#destaques .col.nucleos li {
	list-style: none;
	margin-bottom: 4px;
}

a.btn-nucleo {
	height: 33px;
	text-indent: -9999px;
	overflow: hidden;
	display: block;	
	background: no-repeat center center;
}
a.btn-nucleo.estadual     {background-image: url(img/nucleo-estadual.png)}
a.btn-nucleo.operacional  {background-image: url(img/nucleo-operacional.png)}
a.btn-nucleo.pedagogico   {background-image: url(img/nucleo-pedagogico.png)}
a.btn-nucleo.avaliacao    {background-image: url(img/nucleo-avaliacao.png)}
a.btn-nucleo.audio-visual {background-image: url(img/nucleo-audio-visual.png)}

footer.site-footer {
	background: #ebebeb;
	padding-bottom: 240px;
}

.navigation-footer {
	top: 20px;
	position: absolute;
}
.navigation-footer ul {
	margin: 0;
	padding: 0;
}
.navigation-footer li {
	list-style: none;
	float:left;
	margin: 0 10px;
	position: relative;
}
.navigation-footer li a {
	color: #252525;
	text-decoration: none;
	text-transform: uppercase;
	position: relative;
	font-size: 12px;
	line-height: 15px;
	display: block;
}
.navigation-footer li a span {
	position: absolute;
	right: -9px;
	width: 2px;
	height: 14px;
	background: url(img/menu-separator.png) no-repeat center center;
	text-indent: -9999px;
	overflow: hidden;
}
.navigation-footer li:last-child a span,
.navigation-footer li li a span {
	display: none;
}
.navigation-footer li:first-child a {
	margin-left: 0;
}
.navigation-footer li ul {
	position: absolute;
	top: 25px;
}

.navigation-footer li li {
	margin-left: 0;
}
.navigation-footer li ul a {
	text-transform: lowercase;
	white-space: nowrap;
	line-height: 18px;
}
footer.site-footer #searchform {
	top: 11px;
}

.hr {
	margin-top: 164px;
	height: 1px;
	background: #acacac;
}
footer.site-footer .apoio {
	position: absolute;
	left: 0;
	top: 185px;
	width: 539px;
	height: 38px;
	background: url(img/apoio.png) no-repeat center center;
}
footer.site-footer .facebook {
	position: absolute;
	right: 0;
	top: 185px;
	height: 200px;
}
.individuos {
  width: 970px;
}

.individuo {
	font-size: 11px;
	line-height: 18px;
	padding: 0 10px 10px 0;
  width: 475px;
  float: left;
  height: 134px;
}
.individuo h5 {
	clear: none;
	font-weight: bold;
	text-transform: uppercase;
}
.individuo .texto {
max-height: 88px;
overflow: hidden;
display: block;
}
.individuo img.foto {
	width: 100px;
	height: 100px;
	padding: 12px;
	background: #ebebeb;
	float: left;
	margin-right: 11px;
}
h2.page-title,
h2.entry-title,
#content.page h2 {
  font-weight: bold;
  font-size: 40px;
  text-transform: uppercase;
  letter-spacing: -0.9px;
  color: #666;
  padding-top: 45px;
  line-height: 40px;
  display: block;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;	
}
h2.page-title small,
#content.page h2 small {
	font-size: 12px;
	font-weight: normal;
	text-transform: none;
	padding-left: 10px;
}
.entry-content h3,
#content.page h3 {
	text-transform: uppercase;
	letter-spacing: -0.9px;
	color: #999;
	margin-top: 20px;
	margin-bottom: 7px;
	font-size: 22px;
}
#content.page h4 {
	color: #252525;
	margin-top: 15px;
	margin-bottom: 11px;
	font-size: 13px;
}
#content.page .h4 {
	margin-top: 15px;
	font-size: 13px;
}
.entry-content p,
#content.page {
	font-size: 13px;
	line-height: 21px;
	color: #000;
}
.apoiadores-titulo {
	font-size: 13px;
	color: #666;
	line-height: 14px;
}

.apoiadores-titulo span {
	font-size: 10px;
	text-transform: uppercase;
	font-weight: bold;
	color: #000;
}
.btn_toggle {
	display: inline-block;
	width: 14px;
	height: 14px;
	margin-left: 5px;
	text-indent: -9999px;
	overflow: hidden;
}
.btn_toggle.mais {
	background: url(img/btn-mais.png) no-repeat center center;
}
.btn_toggle.menos {
	background: url(img/btn-menos.png) no-repeat center center;
}
.toggle {display: none;}

#sidebar {
	position: fixed;
	top: 124px;
	left: 0;
	z-index: 999;
}
#sidebar a {
	text-indent: -9999px;
	overflow: hidden;
	display: block;
}
#sidebar .ead {
	width: 28px;
	height: 74px;
	background: url(img/btn-ead.png) no-repeat center center;
}
#sidebar .facebook {
	width: 28px;
	height: 28px;
	background: url(img/btn-facebook.jpg) no-repeat center center;
	margin: 4px 0 0 0;
}
.page.nucleos {
  padding-bottom: 50px;
}
.page.nucleos .nucleos {
	margin-top: 20px;
}
.page.nucleos .nucleos .nucleo {
	width: 156px;
	height: 360px;
	padding: 10px;
	margin-right: 20px;
	float: left;
	text-decoration: none;
	text-align: center;
	color: #fff;
	font-size: 11px;
	font-weight: normal;
}
.page.nucleos .nucleos .nucleo:hover {
	opacity: 1;
}
.page.nucleos .nucleos:last-child .nucleo {
	margin-right: 0;
}
#content.page .nucleos .nucleo h3 {
	margin: 5px 0 0 0;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: -0.01px;
}
.nucleos .nucleo p {
	margin-top: 80px;
	font-size: 12px;
	max-height: 210px;
	overflow: hidden;
}
.nucleos .nucleo                   {background: no-repeat center 48px;}

.nucleos .nucleo.estadual          {background-color: #33d0b4;
                                    background-image: url(img/nv-estadual.png);}
.nucleos .nucleo.estadual:hover    {background-image: url(img/nv-estadual-hover.png);}
.nucleos .nucleo.estadual:hover h3 {color: #1d7b6a !important;}

.nucleos .nucleo.operacional          {background-color: #e23990;
                                       background-image: url(img/nv-operacional.png);}
.nucleos .nucleo.operacional:hover    {background-image: url(img/nv-operacional-hover.png);}
.nucleos .nucleo.operacional:hover h3 {color: #7a1549 !important;}

.nucleos .nucleo.pedagogico          {background-color: #5b93a2;
                                      background-image: url(img/nv-pedagogico.png);}
.nucleos .nucleo.pedagogico:hover    {background-image: url(img/nv-pedagogico-hover.png);}
.nucleos .nucleo.pedagogico:hover h3 {color: #263f46 !important;}

.nucleos .nucleo.avaliacao-e-pesquisa          {background-color: #d2a3c3;
                                                background-image: url(img/nv-avaliacao-e-pesquisa.png);}
.nucleos .nucleo.avaliacao-e-pesquisa:hover    {background-image: url(img/nv-avaliacao-e-pesquisa-hover.png);}
.nucleos .nucleo.avaliacao-e-pesquisa:hover h3 {color: #63475a !important;}

.nucleos .nucleo.audio-visual          {background-color: #4ebbc8;
                                        background-image: url(img/nv-audio-visual.png);}
.nucleos .nucleo.audio-visual:hover    {background-image: url(img/nv-audio-visual-hover.png);}
.nucleos .nucleo.audio-visual:hover h3 {color: #263f46 !important;}

.nucleo.lista a.nucleo {
  height: 74px !important;
}
#content.nucleo.lista {
	padding-bottom: 7px;
}
.contato div.col {
	width: 341px;
	float: left;
	margin-right: 45px;
}
.contato .col.last {
	width: 574px;
	margin-right: 0;
}
.contato h3 {
	font-size: 16px;
}
.contato input,
.contato select,
.contato textarea{
	width: 333px;
}
.contato select {
	width: 339px;
}
.contato input[type="submit"] {
	width: 55px;
	height: 12px;
	float: right;
	border: none;
	border-radius: 0;
	background: url(img/btn-enviar.png) center center no-repeat;
	text-indent: -99999px;
	overflow: hidden;
}
#content.page.contato .nucleo {
	padding-bottom: 10px;
	border-bottom: 1px solid #868a8b;
	margin-top: 10px;
}
#content.page.contato .nucleo:first-child {
	margin-top: 0;
}
#content.page.contato .nucleo:last-child {
	border: none;
}
#content.page.contato .nucleo h4 {
	float: left;
	line-height: 25px;
	margin: 0 0 0 10px;
	clear: none;
	text-transform: uppercase;
}
#content.page.contato .nucleo a.btn_toggle {
	float: right;
	height: 25px;
	text-indent: 0;
	padding-right: 20px;
	width: auto;
	background-position: right 5px;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 25px;
	text-decoration: none;
	color: #000;
}
#content.page.contato .nucleo .toggle  {
	clear: both;
	line-height: 25px;
}
.contato .nucleo i {
	width: 25px;
	height: 25px;
	float: left;
	text-indent: -9999px;
	overflow: hidden;
	display: block;	
	background: no-repeat left center;

}
.nucleo.estadual i     {background-image: url(img/contato-estadual.png)}
.nucleo.operacional i  {background-image: url(img/contato-operacional.png)}
.nucleo.pedagogico i   {background-image: url(img/contato-pedagogico.png)}
.nucleo.avaliacao i    {background-image: url(img/contato-avaliacao.png)}
.nucleo.audio-visual i {background-image: url(img/contato-audio-visual.png)}

#content.page.contato .nucleo.estadual h4 {color: #33d0b4}
#content.page.contato .nucleo.operacional h4 {color: #e23990}
#content.page.contato .nucleo.pedagogico h4 {color: #5b93a2}
#content.page.contato .nucleo.avaliacao-e-pesquisa h4 {color: #d2a3c3}
#content.page.contato .nucleo.audio-visual h4 {color: #4ebbc8}

.pods .estados {
  background: #33d0b4;
  height: 39px;
  margin-top: 13px;
}
.pods .estados ul {
  margin: 0 auto;
  padding: 0;
  width: 960px;
}

.pods .estados ul li {
  list-style: none;
  float: left;
}
.pods .estados ul li.separator {
  color: #fff;
  width: 22px;
  text-align: center;
  font-size: 14px;
  line-height: 39px;
}
.pods .estados ul li.separator:last-child {
  display: none;
}
.pods .estados ul li a {
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  line-height: 31px;
  height: 31px;
  display: block;
  padding: 4px 0;
}
.pods .estados ul li a.selected,
.pods .estados ul li a:hover {
  padding-bottom: 0;
  border-bottom: 4px solid #fff;
  opacity: 1;
}
.main-nucleo {
  padding-top: 40px;
  margin-top: 13px;
}
.main-nucleo h2 {
	letter-spacing: -0.9px;
  padding-left: 37px;
  margin: 0;
  line-height: 30px;
  height: 30px;
  color: #fff;
  font-size: 22px;
	font-weight: normal;
  text-transform: uppercase;
}
.main-nucleo h2 small {
	font-size: 12px;
	font-weight: normal;
	text-transform: none;
	padding-left: 10px;
	text-transform: uppercase;
  font-size: 11px;
}
.main-nucleo .mapa {
  position: absolute;
  right: 0;
  width: 300px;
  height: 207px;
  text-align: center;
}
.main-nucleo img {
  line-height: 207px;
}
.main-nucleo .detalhes {
  font-size: 11px;
  line-height: 18px;  
  margin-top: 10px;
  margin-bottom: 35px;
}
.main-nucleo .detalhes .titulo {
  font-weight: bold;
  text-transform: uppercase;
}
.main-nucleo .detalhes p {
  margin-bottom: 1em;
  font-size: 13px;
}
.main-nucleo .linha {
  height: 1px;
  background: no-repeat center center;
}
.main-nucleo .equipe {
  padding: 35px 0 7px 0;
}
.main-nucleo .equipe .individuo {
  padding-bottom: 28px;
}
.main-nucleo .individuo .texto {
  color: #fff;
}


.main-nucleo.estadual {
  background: #5cd9c3;
  padding-top: 33px;
  margin-top: 0;
}
.main-nucleo.estadual h2 {
  padding-left: 30px;
  background: url(img/ico-seta-estadual.png) no-repeat 2px center;
}
.main-nucleo.estadual .detalhes {
  width: 660px;
}
.main-nucleo.estadual h2 small,
.main-nucleo.estadual .detalhes p,
.main-nucleo.estadual .individuo h5 {
  color: #1d7b6a;
}
.main-nucleo.estadual .linha {
  background-image: url(img/linha-nucleo-estado.png);
}
.main-nucleo.estadual .individuo img {
  background: #1d7b6a;
}


.main-nucleo.operacional {
  background: #e861a6;
}
.main-nucleo.operacional h2 {
  background: url(img/ico-seta-operacional.png) no-repeat 2px center;
}
.main-nucleo.operacional h2 small,
.main-nucleo.operacional .detalhes p,
.main-nucleo.operacional .individuo h5 {
  color: #760d43;
}
.main-nucleo.operacional .linha {
  background-image: url(img/linha-nucleo-operacional.png);
}
.main-nucleo.operacional .individuo img {
  background: #760d43;
}


.main-nucleo.pedagogico {
  background: #7ca9b5;
}
.main-nucleo.pedagogico h2 {
  background: url(img/ico-seta-pedagogico.png) no-repeat 2px center;
}
.main-nucleo.pedagogico h2 small,
.main-nucleo.pedagogico .detalhes p,
.main-nucleo.pedagogico .individuo h5 {
  color: #263f46;
}
.main-nucleo.pedagogico .linha {
  background-image: url(img/linha-nucleo-pedagogico.png);
}
.main-nucleo.pedagogico .individuo img {
  background: #263f46;
}


.main-nucleo.avaliacao-e-pesquisa {
  background: #dbb5cf;
}
.main-nucleo.avaliacao-e-pesquisa h2 {
  background: url(img/ico-seta-avaliacao-e-pesquisa.png) no-repeat 2px center;
}
.main-nucleo.avaliacao-e-pesquisa h2 small,
.main-nucleo.avaliacao-e-pesquisa .detalhes p,
.main-nucleo.avaliacao-e-pesquisa .individuo h5 {
  color: #63475a;
}
.main-nucleo.avaliacao-e-pesquisa .linha {
  background-image: url(img/linha-nucleo-avaliacao-e-pesquisa.png);
}
.main-nucleo.avaliacao-e-pesquisa .individuo img {
  background: #63475a;
}

.main-nucleo.audio-visual {
  background: #71c9d3;
}
.main-nucleo.audio-visual h2 {
  background: url(img/ico-seta-audio-visual.png) no-repeat 2px center;
}
.main-nucleo.audio-visual h2 small,
.main-nucleo.audio-visual .detalhes p,
.main-nucleo.audio-visual .individuo h5 {
  color: #27636a;
}
.main-nucleo.audio-visual .linha {
  background-image: url(img/linha-nucleo-audio-visual.png);
}
.main-nucleo.audio-visual .individuo img {
  background: #27636a;
}


.pod-nucleo .site-main,
.pod-page-nucleo-estadual .site-main {
  padding: 0;
  margin-bottom: 4px;
}

.contato .toggle,
.site-content p,
#destaques .col.mostra p,
#destaques .col.mostra a,
#destaques .col.noticias .noticia .header,
#destaques .noticia .texto,
.individuo .texto,
.nucleos .nucleo p,
.main-nucleo .detalhes span,
.main-nucleo .detalhes p,
.midia .midia-atual h3,
.midia .midia-atual .detalhes .header .data,
.midia .lista .thumb a span,
#content.page .textos .thumb p,
#content.page .textos .thumb a,
.textos .thumb .footer .download,
.theme-default .nivo-caption,
.midia .lista .thumb .nome,
#menu-secundario a {
	font-family: Tahoma, sans-serif;
}

.midia .midia-atual {
  position: relative;
  height: 383px;
}

#content .midia-atual h3 {
  margin: 15px 0 0 0;
  padding: 0;
  height: 34px;
  line-height: 34px;
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  color: #000;
  letter-spacing: 0.05em;
}

.midia-atual .tela {
  position: absolute;
  top: 34px;
  width: 624px;
  height: 349px;
  background: #000;
  text-align: center;
}

.midia-atual .tela a {
  position: absolute;
  top: 148px;
  width: 28px;
  height: 56px;
  background: no-repeat center center;
  text-indent: -9999px;
  overflow: hidden;
}
.midia-atual .tela a[rel="next"] {
  left: -28px;
  background-image: url(img/btn-midia-left.png);
}
.midia-atual .tela a[rel="prev"] {
  right: -28px;
  background-image: url(img/btn-midia-right.png);
}
.midia-atual .detalhes {
  position: absolute;
  top: 34px;
  right: 0;
  height: 349px;
  width: 280px
}
.midia-atual .detalhes .header {
  position: relative;
  height: 44px;
  padding: 0 20px;
}
.midia-atual .detalhes .header span {
  line-height: 44px;
  color: #fff;
  font-size: 11px;
  letter-spacing: 0.1em;
  padding-left: 33px;
}

.midia-atual .detalhes .header .nucleo {
  float: left;
  text-transform: uppercase;
  background: no-repeat left center;
  font-weight: bold;
}

.midia-atual .detalhes .header .data {
  position: absolute;
  right: 0;
  top: -33px;
}
.midia-atual .detalhes .texto {
  padding: 20px;
  height: 203px;
  overflow: hidden;
  color: #fff;
}
.midia-atual .detalhes .footer {
  height: 62px;
  background: url(img/midia-detalhes-bg.png) no-repeat top center;
}
.midia-atual .detalhes .footer .fb-like {
  left: 50%;
  margin-left: -42px;
  top: 22px;
  position: relative;
}

.midia-atual .detalhes.estadual .data             {color: #33d0b4}
.midia-atual .detalhes.operacional .data          {color: #e23990}
.midia-atual .detalhes.pedagogico .data           {color: #5b93a2}
.midia-atual .detalhes.avaliacao-e-pesquisa .data {color: #d2a3c3}
.midia-atual .detalhes.audio-visual .data         {color: #4ebbc8}

.midia-atual .detalhes.estadual             {background: #33d0b4}
.midia-atual .detalhes.operacional          {background: #e23990}
.midia-atual .detalhes.pedagogico           {background: #5b93a2}
.midia-atual .detalhes.avaliacao-e-pesquisa {background: #d2a3c3}
.midia-atual .detalhes.audio-visual         {background: #4ebbc8}

.midia-atual .detalhes.estadual .header             {background: #5cd9c3}
.midia-atual .detalhes.operacional .header          {background: #e861a6}
.midia-atual .detalhes.pedagogico .header           {background: #7ca9b5}
.midia-atual .detalhes.avaliacao-e-pesquisa .header {background: #dbb5cf}
.midia-atual .detalhes.audio-visual .header         {background: #71c9d3}

.midia-atual .detalhes.estadual .header .nucleo             {background-image: url(img/ico-estadual.png)}
.midia-atual .detalhes.operacional .header .nucleo          {background-image: url(img/ico-operacional.png)}
.midia-atual .detalhes.pedagogico .header .nucleo           {background-image: url(img/ico-pedagogico.png)}
.midia-atual .detalhes.avaliacao-e-pesquisa .header .nucleo {background-image: url(img/ico-avaliacao-e-pesquisa.png)}
.midia-atual .detalhes.audio-visual .header .nucleo         {background-image: url(img/ico-audio-visual.png)}

.midia .separador {
  height: 57px;
  background: url(img/midia-separador.png) no-repeat center center;
}
.midia .lista {
  width: 970px;
}
.midia.media-home .lista {
  margin-top: 20px;
}
.midia .lista .thumb {
  float: left;
  overflow: hidden;
  width: 184px;
  height: 147px;
  margin-right: 10px;
  margin-bottom: 15px;
}
.midia .lista .thumb img {
  display: block;
  margin: 0 0 1px 0;
}
.midia .lista .thumb a {
  margin: 0;
  padding: 0;
  text-decoration: none;
  color: #666;
  line-height: 0;
  font-size: 11px;
}

.midia .lista .thumb .nucleo {
  height: 7px;
}
.midia .lista .thumb .nome {
	line-height: 15px;
	margin-top: 5px;
	font-size: 12px;
}

.midia .lista .thumb .nucleo.estadual             {background: #33d0b4}
.midia .lista .thumb .nucleo.operacional          {background: #e23990}
.midia .lista .thumb .nucleo.pedagogico           {background: #5b93a2}
.midia .lista .thumb .nucleo.avaliacao-e-pesquisa {background: #d2a3c3}
.midia .lista .thumb .nucleo.audio-visual         {background: #4ebbc8}


.textos .textos,
.textos .um-texto {margin-top: 25px;}

.textos .thumb {
  margin-bottom: 60px;
  position: relative;
}
.textos .thumb .header {
  position: relative;
  line-height: 33px;
  height: 33px;
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.1em;
}
.textos .thumb .header .nucleo {
  float: left;
  font-weight: bold;
  text-transform: uppercase;
}
.textos .thumb .header .nucleo i {
  background: no-repeat left center;
  display: inline-block;  
  width: 45px;
  height: 33px;
  margin-right: 18px;
}
.textos .thumb .header .nucleo span {
  font-weight: normal;
}
.textos .thumb .header .data {
  position: absolute;
  right: 20px;
}

.textos .thumb.estadual .header             {background: #33d0b4}
.textos .thumb.operacional .header          {background: #e23990}
.textos .thumb.pedagogico .header           {background: #5b93a2}
.textos .thumb.avaliacao-e-pesquisa .header {background: #d2a3c3}
.textos .thumb.audio-visual .header         {background: #4ebbc8}

.textos .thumb.estadual .header .nucleo i             {background-image: url(img/nucleo-estadual.png)}
.textos .thumb.operacional .header .nucleo i          {background-image: url(img/nucleo-operacional.png)}
.textos .thumb.pedagogico .header .nucleo i           {background-image: url(img/nucleo-pedagogico.png)}
.textos .thumb.avaliacao-e-pesquisa .header .nucleo i {background-image: url(img/nucleo-avaliacao-e-pesquisa.png)}
.textos .thumb.audio-visual .header .nucleo i         {background-image: url(img/nucleo-audio-visual.png)}

#content.page.textos .thumb h4,
#content.page .textos .thumb h4 {
  font-size: 13px;
  line-height: 57px;
  font-weight: bold;
  padding: 0;
  margin: 0;
  color: #333;
  text-transform: uppercase;
  letter-spacing: 0.01em;
}

#content.page .textos .thumb h4 {
	line-height: 21px;
	margin-top: 20px;
}

.textos .thumb a.mais {
  position: relative;
  top: -20px;
  left: 0;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: bold;
  color: #000;
  line-height: 20px;
  height: 20px;
	padding: 0 20px 0 0;
	background: url(img/btn-mais.png) no-repeat right center;
	float: left;
}
.textos .thumb .footer {
  position: absolute;
  right: 0;
  height: 22px;
  top: 50px;
}
.textos .thumb .footer .facebook {
  height: 22px;
  float: left;
  margin-right: 17px;
}

.textos .thumb .footer .download {
  float: left;
  height: 22px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: bold;
  color: #000;
  line-height: 22px;
	padding: 0 23px 0 0;
	background: url(img/ico-pdf.png) no-repeat right center;

}
#slider * {
	box-shadow: none !important;
}
body .nivoSlider {
	overflow: visible !important;
}
body .flex-viewport {
	transition-duration: 0 !important;
}
body .nivo-directionNav a {
	opacity: 1 !important;
}
body .nivo-caption {
	display: inline-block;
	top: 25px;
	bottom: auto;
	width: 400px;
	background: #e23990;
	opacity: 1;
	padding: 10px 10px 10px 20px;
	line-height: 30px;
	font-size: 19px;
}

body.pod-page-institucional #content.page h3 {
	margin-top: 40px !important;
}
body.pod-page-institucional #content.page h3.normal-margin {
	margin-top: 20px !important;
}
body.page-id-2 #header-bg {
	background: url(img/header-bg-mostra.jpg) no-repeat center center;
}
.abre-fecha {
	margin-top: -10px;
}




/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
	width:629px;
	height: auto;
	overflow: hidden;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	width:629px;
	height: 349px;
}
.nivo-main-image {
	display: block !important;
	position: relative !important; 
	width: 100% !important;
}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
	background:white; 
	filter:alpha(opacity=0); 
	opacity:0;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
	top:0;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
	overflow:hidden;
}
.nivo-box img { display:block; }

.nivo-controlNav {display:none;}

/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/****** BARRA GOVERNO FEDERAL *******/
#barra-brasil { 
    position:relative;
    overflow:hidden;
    min-width:1000px;
    background: #7F7F7F url(img/barra-brasil-v3-bgx.png) center bottom no-repeat;
	height: 28px;
}

#barra-brasil .barra {
    display: block;
    width: 960px;
    height:28px;
    margin: 0 auto;
    background: url(img/barra-brasil-v3-bgx.gif) 0 bottom repeat-x;
}

#barra-brasil .barra ul {
    float:right;
    width: 319px;
	list-style: none;
}

#barra-brasil .barra ul li {
    float: left;
    padding-left: 25px;
}

#barra-brasil .ai {
    display: block;
    width: 161px;
    height: 28px;
    text-indent: -1000px;
    background: #7F7F7F url(img/ai.png) no-repeat 0 4px;
}

#barra-brasil .brasilgov {
    display: block;
    width: 107px;
    height: 28px;
    text-indent: 999px;
    background: #7F7F7F url(img/brasil.png) no-repeat 0 4px;
}