/*
Theme Name: Portal das Artes
Theme URI: http://opensource.funarte.org/portal-das-artes
Description: Tema padrão do Portal das Artes
Version: 0.1
Tags: brasil, artes, governo do brasil
Text Domain: kubrick

	Portal das Artes v0.1
	 http://opensource.funarte.org/portal-das-artes

        This theme was designed by Victor Montalvão and Ricardo Saavedra 
        and was built by Thiago Belem and Renato Reis.
        
	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
*/

@import url("reset.css");
@import url("960.css");
@import url("cores-de-centros.css");
@import url("editais.css");

body {
    font-size: 12px;
    font-family: Arial, sans-serif;
    /*background: #FFF url(images/bg-body.png) repeat-x top;*/
    background: #FFF;
    padding-top: 60px;
}
body.home {
	padding-top: 40px;	
}
a {
    text-decoration: none;
	color: #000;
}
ol, ul, li, select {
    list-style: none;
    margin:0;
    padding:0;
}

/* Block UI */

div.blockMsg {
    width:  20%;
    top:    30%;
    left:   30%;
    text-align: center;
    background-color: #f00;
    border: 1px solid #ddd;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    -moz-opacity:.70;
    opacity:.70;
    padding: 5px;
    color: #fff;
}



/* Header
		- barragoverno
		- banner petrobras
		- marca
		- menu
		- ferramentas acessibilidade
		- busca
*/


#top {
    overflow: hidden;
}

div#barra-governo {
    background:#FC0 url(images/bg_barragov.jpg) no-repeat scroll center center;
    height: 32px;
    width: 960px;
}

div#barra-governo select {
    background-color:#F7F2DC;
    border:1px solid #FF9900;
    font-size:0.92em;
    height:19px;
    margin: 6px 0 0 95px;
}

#banner_petrobras .banner_wrap {
	width:468px;
	margin: 20px auto;
    min-height: 64px;
}


#header {
    height: 62px;
}

#logo-funarte a {
    display: block;
    width: 196px;
    height: 49px;
}

#logo-funarte span {
    display: none;
}

#links-holder {
    overflow:visible;
    float:right;
}

#links-holder a {
    color: #666;
}

ul#top-links {
    font-family:Arial;
    font-size: 1em;
    font-weight:bold;
    margin-left:0;
    margin-top:20px;
    line-height:28px;
}

ul#top-links .dropdown {
    display:none;
}
ul#top-links li {
    display:inline;
    color: #666;
    margin-left:15px;
}


.menu-acessibilidade {
	margin-top:25px;
	float:right;
	margin-right:10px;
}

div#links-holder ul#ferramentas-de-acessibilidade {
    margin-top:28px;
    float:right;

}

ul#ferramentas-de-acessibilidade li {
    float: left;
    margin: 2px;
}
ul#ferramentas-de-acessibilidade li.text, ul#ferramentas-de-acessibilidade li.text * {
    float: left;
    font-family: Arial, sans-serif;
    font-size: 0.83em;
    color: #a3a3a3;
    width: 40px;

}

ul#ferramentas-de-acessibilidade li.text-size {
	margin-right:10px;
}


ul#ferramentas-de-acessibilidade li a img {
    float:left;
}

ul#ferramentas-de-acessibilidade li.contraste {
	margin-left:20px;
}



/* Menu */

#menu {clear: both;}
#main-menu {width:auto; height:auto; float:left; /*margin-bottom: 30px;*/}
ol#big-links {float:left;font-family: Arial, 'sans-serif'; font-weight: bold;font-size: 1.17em;color: #FFF;}
ol#big-links li.menu-item {display:block; float:left; width:109px; height:33px; padding: 0 0 0 7px; line-height:30px; text-transform: lowercase; margin-right:1px;color: #FFF; position:relative;}
ol#big-links li.has-menu {background: url("images/bullet-menu.png") no-repeat scroll right center;background-color: #F2F2F2;}
ol#big-links li.active {width:130px; height:44px; margin-top:-10px; padding: 0; line-height:40px;}
#big-links .outras-paginas {padding: 10px 20px 10px 10px;}
#big-links li.active {-moz-border-radius-topright:10px; -webkit-border-top-right-radius:10px; border-top-right-radius:10px;}
#big-links li.active, #big-links li.active a {font-size: 1.2em;font-weight: bold;text-align:center;}
ol#big-links li a {color: #FFF;}

/* sub menu pop

classes para exibir o sub-menu flutuante

*/

.sub-menu {
	display:block;
	background-color: #607D00;
}

.pop {
  position:absolute;
  display: inline;
  left:94px;
  width:auto;
}

.pop .sub-menu-col {
	float:left;
	margin-left:5px;
	margin-right:40px;
	padding-bottom:15px;
}

.pop .sub-menu-col li {
	height:22px;
	padding:0;
}

.pop .sub-menu-col li a {
	font-size: 1em;
	line-height:12px;
	font-weight:bold;
}

.pop .pop_menu {
    display: none;
    /*-moz-border-radius: 3px;
    -webkit-border-radius: 3px; */
}

.pop .pop_menu li {
    width: 118px;
    float:left;
    line-height: 0px;
    margin-left: 4px;
}

.pop .pop_toggle {
    background-image: url(images/bullet-menu.gif);
    background-repeat: no-repeat;
    background-position: center right;
    width: 18px;
    height: 33px;
    overflow: hidden;
    cursor: pointer;
}


/*

a classe .pop_menu precisa receber a cor do respectivo centro como background

*/

.active .pop_menu {
	display: block;
        color: #fff;
	position: absolute;
	padding: .6em;
	top: 33px;
	left: -94px;
	width:290px;
}


.active .pop_menu a {
    color: #fff;
}

.active .pop_toggle {
  z-index: 2000;
  position: absolute;
  background-image: url(images/bullet-menu-up.gif);
  height: 33px;
}


/* Busca */
#busca-header {
	border:1px solid #E5E5E5;
	width:210px;
	height:31px;
	position:relative;
	float:right;
	margin-right:10px;
}


#busca-header input {
    border: 0;
}
#busca-header .text {
    color:#999999;
    font-family:Arial;
    font-size:1.17em;
    width:170px;
    line-height:33px;
    padding: 6px 0 0 6px;
}

#busca-header .button {
    background: url("images/bg-busca.png") no-repeat center right;
    position:absolute;
    right: 8px;
    top:8px;
}


ol#big-links li#busca {
border:1px solid #E5E5E5;
margin-left:20px;
padding:7px 30px 6px 10px;
position:relative;
}


#busca div.wrapper {
    border: 1px solid #C0C0C0;
}
#busca label {
    display:none;
}
#busca input {
    border: 0;
}
#busca .text {
    color:#999999;
    font-family:Arial;
    font-size:1.17em;
    width:170px;
}



#busca .button {
    background: url("images/bg-busca.png") no-repeat;
    position:absolute;
    right: 8px;
}

#big-links .outras-paginas a {
	color: #797979;
}

#content  {
    clear: both;
    float:left;
    margin: 0;
}

.conteudo a {
	text-decoration: underline;
}

#destaques {
    margin-top: 34px;
    padding-bottom: 10px;
    height: 332px;
    margin-bottom: 29px;
    overflow:hidden;
}
.box-destaque {
    min-height: 342px;
}
.box-destaque .destaque-container {
    position:relative;
    border-left: 4px solid #F2F2F2;
    overflow: hidden;
    background-color: #333;
}

.box-destaque .destaque-container.sem-foto {
    border-width:0;
}

.box-destaque .destaque-container.sem-foto div.chapeu{
    float:left;
    margin:  12px 0 0 10px;
    font-family: Arial, sans-serif;
    font-size: 1em;
    text-transform:uppercase;
    color:white;
    opacity:0.6;
    -moz-opacity:0.6;
    -webkit-opacity:0.6;
    filter:alpha(opacity=60);
    font-weight:bold;
    line-height:16px;
}

.box-destaque .destaque-container.sem-foto p.content {
    clear:both;
    font-family: Arial, sans-serif;
    font-size: 1.17em;
    font-weight:bold;
    color:white;
    margin: 5px 0 0 10px;
    line-height:18px;
}

.box-destaque .destaque-container .shadow-label {
    opacity: 0.90;
    -moz-opacity: 0.90;
    -webkit-opacity: 0.90;
    filter: alpha(opacity=90);
    background-color: #000;
    width:100%;
    position:absolute;
    margin:0;
    bottom: 0px;
    color: white;
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 1.5em;
    font-family: "Arial";
    font-weight:normal;
}

.box-destaque .destaque-container .shadow-label div.wrap-shadow {
    padding-left:3%;
    padding-right:3%;
    padding-bottom:1%;
    width:94%;
}

.box-destaque h4 {
    width: 100%;
    font-size: 1em;
    padding: 6px;
    opacity: 0.7;
    color: white;
    display: block;
}

.box-destaque h4 a {
   color: black;

}

.box-destaque p {
    color:#666666;
    font-family:Arial;
    font-size:0.83em;
    font-weight:bold;
    line-height:15px;
    margin:10px 0;
}

.box-destaque img.destaque-image {
    margin:0;
    padding:0;
}

/* estilos da agenda */

.fc-header {
	clear:both;
	margin: 10px 0;
	font-size: 1.5em !important;
	font-weight: bold;
	color: #666666;
	vertical-align: middle;

}

.fc-event,
.fc-agenda .fc-event-time,
.fc-event a {
    border: 0 !important;
}


.fc-header .fc-header-title, .fc-header .fc-button-prev, .fc-header .fc-button-today,
.fc-header .fc-button-next {
	margin: 5px 15px !important;
	padding: 5px;
}

.fc-event {
	font-size: 1.2em;
}

.fc-event a {
	color: white !important;
	background-color: #F6F6F6;
	display: block;
	padding: 0px;
}

#agenda-cultural-home {
	border: 1px solid #F8F8F8;
	padding: 10px;
	overflow: auto;
    margin-top:20px 0 20px 10px;
}

.agenda-link {
	float: left;
	width: 140px;
	height: 64px;
}

.agenda-link a.img-link {
	display: block;
	width: 140px;
	height: 64px;
	background: url("images/logo-agenda-cultural.jpg") 0 0 no-repeat;
}

.agenda-link a.img-link:hover {
	background: url("images/logo-agenda-cultural.jpg") 0 -64px no-repeat;
}

.agenda-container {
	float: right;
}

.agenda-container .agenda-carousel {
	width: 660px;
	overflow: hidden;
	float: left;
	margin: 10px 4px;
	height: 50px;
}

.agenda-container .agenda-carousel ul {
	width: 5000px;
}

.agenda-container .proximo {
	float: right;
}

.agenda-container .anterior {
	float: left;
}

.agenda-carousel li {
	float: left;
	height: 50px;
	width: 330px;
}

.agenda-carousel .data {
	float: left;
	color: white;
	background-color: #AFAFAF;
	padding: 10px 15px 15px 15px;
	height: 100%;
}


.agenda-carousel .mais {
	background-color: #F6F6F6;
	height: 100%;
	padding: 6px 0 0 60px;
}

.agenda-carousel .mais span {
	display: block;
}

.agenda-carousel .mais .titulo {
 color: #AFAFAF;
}

.agenda-carousel .mais .local {
	color: #999;
	font-size: 0.92em;
	padding: 5px 0;
}

#agenda-mais-info {
	margin:20px 0;
}

/* detalhe do evento */

#agenda-sidebar {
	width: 300px;
	float: right;
}

#agenda-sidebar h4 {
	margin: 20px 0 4px 0;
	font-weight: bold;
	color: #333;
}

.evento-detalhe .texto {
	width: 50%;
	float: left;
}


#agenda-mais-info h4 {
	margin: 10px 0 3px 0;
	font-weight: bold;
	font-size: 1.17em;
	color: black;
}

.box-agenda {
	border: 1px solid #E5E5E5;
	padding: 20px;
	margin: 20px 0;
	clear: both;
	background-color: #F2F2F2;
}

.box-agenda h3 {
	margin-bottom: 18px;
	font-size: 1.50em;

}

#widgets .box-agenda a {
	color: #E797B8;
}

#flickr h3 {
	background: #F2F2F2 url('images/logo-flickr.gif') no-repeat right top;
}

#youtube h3 {
	background: #F2F2F2 url('images/logo-youtube.gif') no-repeat right top;
}

#twitter h3 {
	background: #F2F2F2 url('images/logo-twitter.jpg') no-repeat left top;
	height: 24px;
	text-indent: -999em;
}

#corpo-materia .conteudo .texto #agenda-mais-info p {
	margin: 3px 0;
}

/* fim da agenda */

#content-streaming {
}

#content-streaming, #corpo-materia {
    float:left;
    clear:both;
    padding-bottom: 20px;
    margin-bottom:60px;
}
#content-streaming .top {
    margin: 0px 0px 20px 0;

}
#content-streaming .top h1 {
    font-weight: normal;
    font-size: 2em;
    color: #666666;
    font-weight: bold;
}

#content-streaming .top h1 a img {
    margin-left: 4px;
}

ol#streaming-filters {
    color:#333333;
    float:right;
    font-family:Arial;
    font-size:0.92em;
    margin:23px 25px 0 0;
    padding:0;
}

ol#streaming-filters li {
    float:left;
    padding: 0 4px;
    border-right: 1px solid #999;
}

ol#streaming-filters li.last {
    border-right: 0;
}

ol#streaming-filters li.selected {
    color: #999;
}

ol.items li{
    min-height: 40px;
    overflow: hidden;
    background-color: #FFF;
    position:relative;
}

ol.central {
	clear: both;
}

ol.central li {
    margin-top:2px;
}
ol.central li div.text {
	font-size: 1.5em;
	line-height: 21px;
}

ol.central li .titulo {
}
ol.central li .time {
    float:left;
    font-family: Arial, sans-serif;
    font-size: 0.92em;
    margin-top: 8px;
}

ol.central li .time a {
	color: #B2B2B2;
}

/* Widgets */

#widgets {
	margin-top: 25px;
	color: #676767;
	font-size: 1em;
}

#widgets .widget {
	padding: 20px;
	margin: 10px 0;
	border: 1px solid #E0E0E0;
}

#widgets .widget_text {
	background: transparent url('images/icon-seta-widget.png') no-repeat 94% center;
	padding-right: 55px;
}

.widget ul li {
	margin: 15px 0;
}

.widget .rss-date {
	display: block;
	margin: 5px 0;
}

#widgets h2 {
	font-size: 1.33em;
	margin: 0 0 8px 0;
}

#widgets a {
	color: #999;
}

#widgets .widget_image {
	border: 0;
	margin: 0px 0px 10px 0px;
	padding: 0;
}

#widgets .widget_image h2 {
	display: none;
}

ol.lateral {
    width: 280px;
    margin-top: 10px;
    float:left;
}

ol.lateral li {
    margin-top:2px;
    height: 48px;
    padding-top: 8px;
}

ol.lateral li span.titulo, ol.lateral li span.descricao {
    float:left;
}

ol.lateral li.big {
    font-size: 1.67em;
    width: 260px;
    height: 36px;
    padding-top: 20px;
    text-indent: 20px;
}

ol.lateral li span.chapeu {
    margin-left: 50px;
    font-family: Garamond;
    font-size: 0.92em;
    font-weight:bold;
    color: #333;
}
ol.lateral li span.titulo {
    margin-left: 50px;
    font-family: Arial, sans-serif;
    font-size: 1em;
    color: #333;
}
ol.lateral li span.detalhes {
    margin: 4px 0 0 50px;
    font-family: Arial, sans-serif;
    font-size: 0.92em;
    color: #999;
}

ol.lateral.editais li {
    height: 70px;
}
ol.lateral.editais li span {
    margin-top: 6px;
}

ol.lateral.editais li span.chapeu, ol.lateral.editais li span.titulo, ol.lateral.editais li span.detalhes {
    margin-left:10px;
}

.streaming-container {
	padding: 10px 14px;
	min-height: 40px;
	overflow: hidden;
	vertical-align: middle;
}



ol.items li p img {
    float: left;
}
 ol.items li p {
    font-family: Arial, sans-serif;
    color: #000;
    font-size: 1.17em;
    width: 475px;
}

ol.items li span.time {
    font-family: Arial, sans-serif;
    font-size: 1em;
    color: #333;
    float:left;
    margin-top: 10px;
}
ol.items li div.comments {
    float: left;
    margin-right: 14px;
    position: absolute;
    bottom: 4px;
    right: 0px;
    /*background: url("images/comments.png") no-repeat;*/
    height: 14px;
    overflow:visible;
    padding-left: 17px;
    color: #474747;
    font-family: Arial, sans-serif;
    font-size: 1em;
}

a.veja-mais {
    height: 18px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    -opera-border-radius: 6px;
    border-radius: 6px;
    display:block;
    float:left;
    margin-left: 10px;
    background-color: #F2F2F2;
    text-align:center;
    font-family: Arial, sans-serif;
    color: #676767;
    font-size: 0.92em;
    text-decoration: none;
    padding-top: 6px;
}

a.veja-mais.central {
    width: 580px;
    margin-top:10px;
}
a.veja-mais.especial {
    width: 900px;
    margin-top:10px;
}

a.veja-mais.lateral {
    width: 260px;
    margin-top:5px;
}

.lateral {
    margin-top: 20px;
}

.first {
    margin-top: 30px;
}

.lateral-mini {
    margin-top: 5px;
}

.box-home-light {
    min-height: 261px;
}

.box-home-dark {
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    -opera-border-radius: 6px;
    border-radius: 6px;
    min-height: 60px;
    background: #333 url("images/arrow_right.png") no-repeat scroll 260px center;
    color: white;
    font-family: Arial, sans-serif;
    font-size: 1.33em;
}

.box-home-dark a {
    color: white;
}

.box-home-transparente {
    min-height: 83px;
    margin-top: 40px;
}

#mapa-de-teatros {
    height: 194px;
}

#patrocinios {
	height:100px;
	clear: both;
	padding-top: 15px;
	border-bottom:1px solid #EEEEEE;
}

#patrocinios ul li {
	display:inline;
}



#patrocinios .patrocinio-a {width:400px; float:left;}
#patrocinios .patrocinio-b {width:285px; float:right;}


#patrocinios ul li.right_patrocinio {margin-left:48px;}






#bottom {
    height: 40px;
    margin-bottom: 20px;
    clear: both;
    padding-top:20px;
}

#bottom img {
	vertical-align: middle;
}

.logo-footer {
    float: left;
    margin-right: 20px;
}
.nav-footer {
    font-size: 1.08em;
    float: right;
    color: #4A3C31;
}

#bottom-links li {
    float: left;
    padding: 0 5px;
    border-right: 2px solid #999;
}

#bottom-links li a {
	color: #4A3C31;
}

#bottom-links li.last {
    border-right: 0;
}

.foot-text {
	clear: both;
	font-size: 0.92em;
	color: #BFBFBF;
	width: 320px;
	margin: 15px 3px;
}

img.fake {
    margin: 10px 0 0 10px;
}


#webradio {
    height: 60px;
}

#webradio .icone {
    background:transparent url(images/headset.png) no-repeat scroll 0 0;
    float:left;
    height:20px;
    margin:13px 0 0 10px;
    padding:8px 0 0 40px;
}
a#siga-twitter {
    margin:13px 0 0 20px;
    display:block;
    float:left;
}

div#header-centro {
    clear:both;
}

div#header-centro .bg {
    background: #000;
    height: 68px;
    font-family: Arial, sans-serif;
    font-size: 1.67em;
}

div#header-centro .bg h1 {
    font-size: 3.5em;
    color:#FFF;
    font-weight:normal;
    margin: 12px 0 0 40px;
}
div#header-centro .bg h1 *{
    color:#FFF;
}

div#header-centro ol.menu {
    height: 27px;
    padding-left: 24px;
}

div#header-centro ol.menu li{
    float:left;
    font-family: Arial, sans-serif;
    font-size: 1.08em;
    color:white;
    margin-top: 7px;
    margin-left: 14px;
}
div#header-centro ol.menu first-link{
    margin: 0;
}

div#header-centro ol.menu li *{
    color: #fff;
}

/* barra lateral de materia */

#widgets .side-bar-streaming {
    border: 1px solid #E5E5E5;
    overflow: hidden;
}

#widgets .side-bar-streaming a.novo__mais{
	background:none repeat scroll 0 0 #F2F2F2;
	border:1px solid #E0E0E0;
    border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	display:block;
	font-size:12px;
	font-weight:normal;
	height:20px;
	margin:0 auto;
	padding-top:7px;
	text-align:center;
	text-transform:lowercase;
	width:262px;
	margin-bottom: 10px;
}


#widgets .side-bar-streaming .streaming-container {
    padding: 0px 10px;
}
#widgets ol#streaming-items li p img { margin-left: 10px }
#widgets ol#streaming-items li { margin: 5px 0px 15px }

#widgets .side-bar-streaming h4 {
    color: #666;
    font-size: 1.67em;
    margin: 20px 0 18px 10px;
    font-family: Arial, sans-serif;
    font-weight: normal;
}

#widgets .side-bar-streaming ol.items li {
    font-family: Arial, sans-serif;
    font-size: 1.17em;
}

#widgets .side-bar-streaming ol.items li .time * {
    display:none;
}

#widgets .autor {
    margin: 20px 0;
    color: #999;
}

#widgets .actions {
    font-family: Arial, sans-serif;
    color: #999;
    font-size: 0.92em;
    border-bottom: 1px solid #ECECEC;
    padding-bottom: 15px;
    margin-top: 5px;
    float:left;
    clear:both;
    width: 100%;
    margin-bottom:26px;
}

#widgets .actions li {
    float:left;
    margin-left: 6px;
    margin-right: 5px;
    padding-left: 16px;
}

li.compartilhar {
    background: url("images/ico-compartilhar.jpg") no-repeat scroll left center;
}
li.amigo {
    background: url("images/ico-amigo.jpg") no-repeat scroll left center;
}
li.email {
    background: url("images/ico-email.jpg") no-repeat scroll left center;
}
li.imprimir {
    background: url("images/ico-imprimir.jpg") no-repeat scroll left center;
}

#corpo-materia .metadados {
    font-size: 1em;
    font-family: Arial, sans-serif;
    color: #A0A0A0;
    margin: 30px 0 0 0;
}

#corpo-materia .conteudo {
    font-family: Arial, sans-serif;
    clear: both;
    float:left;
    color: #888 !important;
}
#corpo-materia .conteudo h1 {
    font-size: 2.33em;
    color: #333;
    font-weight:bold;
    margin-top: 20px;
    margin-bottom: 10px;
}

.subtitulo {
    color: #999;
    margin-bottom:30px;
}
#corpo-materia .conteudo h2 {
    font-size: 2.17em;
    color: #333;
    font-weight:normal;
    margin: 20px 0 30px 0;
}

#corpo-materia .conteudo .imagem {
    margin: 10px 10px 5px 0;
    background-color: #ECECEC;
    float:left;

}

#corpo-materia .conteudo .imagem p.descricao {
    padding: 8px 0 10px 0;
    text-align:center;
    font-family: Arial, sans-serif;
    color: #999;
    font-size: 1em;
}

#corpo-materia .conteudo .texto {
    font-size: 1.17em;
    line-height: 20px;
    font-family: Arial, sans-serif;
    color:#333333 !import;
}

#corpo-materia .conteudo .texto p {
    margin-top: 13px;
}

#corpo-materia .conteudo .imagem  p.descricao span.fonte {
    font-family: Arial, sans-serif;
    font-size: 0.83em;
}

#corpo-materia .tags {
	margin: 30px 0;
	padding: 20px;
	border: 1px solid #E5E5E5;
    clear:both;
}

#corpo-materia .tags p a {
	text-decoration: none !important;
}


#corpo-materia .tags h4 {
    font-size: 1.33em;
    font-weight:normal;
    margin-bottom: 14px;
}

.tags .content {

}

div.youtube {
    float: left;
    width: 430px;
    height: 350px;
    margin-top: 17px;
}

div.error {
    text-align:center;
    font-size: 3.33em;
    margin-bottom: 100px;
    background-color: #DDD;
}

#debug {
    position:absolute;
    z-index: 100000;
    width: 100%;
    font-family: Monaco;
    font-size: 1em;
    color: #0F0;
    background-color: #000;
    top:0;
    left:0;
    padding: 20px 0 20px 0;
}

#debug h1 {
    font-size: 1em;
    margin-bottom: 10px;
}

.wp-caption {
    background-color: #DDD;
    text-align:center;
    float: left;
    margin: 5px 10px 5px 0;

}
#wrap-diretorio {
    background-color: #f2f2f2;
    overflow:hidden;
    width:100%;
	margin-top: 16px;
}
#diretorio {
    margin-bottom:20px;
    background-color: #f2f2f2;
}
#diretorio div.links-principais {
    margin-top: 10px;
}
#diretorio div.links-principais ul {
    float: left;
    margin: 20px;
    margin-left: 30px;
    width:120px;
    overflow:hidden;
}
#diretorio div.links-principais ul li,
#diretorio div.links-principais ul li a,
#diretorio div.direita ul li,
#diretorio div.direita ul li a
 {
    font-family: Arial, sans-serif;
    font-size: 0.92em;
    margin-top: 5px;
    color: #9e9e9e;
}

#diretorio div.links-principais ul li.titulo,
#diretorio div.direita ul li.titulo {
    font-size: 1.50em;
    font-family: Arial, sans-serif;
    font-weight: normal;
    margin-bottom: 10px;
}

#diretorio .direita ul {
    margin-top: 30px;
    margin-right: 30px;
    float:right;

}
#diretorio .direita ul.grande li, #diretorio .direita ul.grande li a {
    font-size: 1.50em;
    font-family: Arial, sans-serif;
    font-weight: normal;
    margin-bottom: 10px;
    color: #666;
    margin: 2px 0 0 0;
}

#diretorio div.direita ul li.institucional {
    color: #666;
}

#paginas-relacionadas {margin-bottom:100px;}

#paginas-relacionadas ol.cinza, #paginas-relacionadas ol.cinza li, #paginas-relacionadas ol.cinza li a {
    font-family: Arial, sans-serif;
    font-size: 1.17em;
    color: #666;
}
#paginas-relacionadas ol.cinza li {
    background: #fff;
    height: 13px;
    border-bottom: 1px solid #f2f2f2;
    padding-top: 11px;
    padding-bottom: 9px;
}

#paginas-relacionadas ol.cinza li div.arrow-down, #paginas-relacionadas ol.cinza li div.arrow-up {
    width: 9px;
    height: 5px;
    float:right;
    margin-right: 10px;
    margin-top: 5px;
}

#paginas-relacionadas ol.cinza li div.arrow-down {
    background: url("images/bullet-lateral-down.png") no-repeat;
}

#paginas-relacionadas ol.cinza li div.arrow-up {
    background: url("images/bullet-lateral-up.png") no-repeat;
}

#paginas-relacionadas ol.cinza li.level-1, #paginas-relacionadas ol.cinza li.level-1 a {
    background-color: #f2f2f2;
    color: #000;
}

#paginas-relacionadas ol.cinza li.level-2, #paginas-relacionadas ol.cinza li.level-2 a {
    background-color: #fff;
    color: #666;
}

#paginas-relacionadas ol.cinza li a {
    clear:both;
    margin-left: 20px;
}

#texto-pagina-especial h1.titulo {
    font-family: Arial, sans-serif;
    font-size: 2.67em;
    color: #333;
    margin-top: 40px;
}

#texto-pagina-especial p.descricao {
    margin-top:10px;
    font-family: Arial, sans-serif;
    font-size: 1em;
    color: #666;
}

#destaque-title, #destaque-url {
    width: 500px;
}

#links-institucionais a {
    color: #000;
    display:block;
    width:100%
    height:100%;
}


#links-institucionais a.has-link {
    background: url(images/bullet-menu-inst.gif) right no-repeat;
}
#links-institucionais a.has-link-active {
    background: url(images/bullet-menu-inst-active.gif) right no-repeat;
}

#links-institucionais a:hover {
    border-bottom:1px solid #eee;
}

#links-institucionais li {
    background-color:#F2F2F2;
    border-bottom:2px solid #FFFFFF;
    color:#000000;
    font-size:1.17em;
    line-height:30px;
}

#links-institucionais li ul li{
    font-size: 1em;
    color: #666;
    background-color: #FFF;
    padding-left: 15px;
}

#links-institucionais li ul li ul li {
    font-size: 0.83em;
    color: #666;
    background-color: #FFF;
    padding-left: 15px;
}

#link-minc {
    position:absolute;
    top:-1px;
    width: 100%
}

#diretorio li#novo__link_footer a{
  text-transform: lowercase;
  font-family:Arial,sans-serif;
  font-size:16px;
  font-weight: bolder;
  margin-bottom:10px;
  color: #666;
}

#streaming-items li p a img { width: 120px; height: 80px; }




    li#rede-social-sidebar { padding: 30px 20px !important; }
    li#rede-social-sidebar ul.redes li { padding: 0; margin: 20px 0 0 0;  width: 180px; }
    li#rede-social-sidebar ul.redes li.twitter-sidebar a { background: url('images/twitter-icon.png') 0 0 no-repeat; }
    li#rede-social-sidebar ul.redes li.facebook-sidebar a { background: url('images/facebook-icon.png') 0 0 no-repeat; }
    li#rede-social-sidebar ul.redes li a { color: #111; line-height: 16px; height: 32px; padding-left: 50px; display:block; }
    li#rede-social-sidebar ul.redes li a span { color: #808080; }