﻿#container {
	width:980px;
	clear:both;
	margin:7px auto;
}

/**************************************************************************************************
  Barra GOV
**************************************************************************************************/
#govbar
{
  clear:both;
  width:100%;
  height:25px;
  background:#fc0;
}

#govbar .minc
{
  float:left;
  width:152px;
  height:25px;
  margin:0px 10px;
  text-indent:-5000px;
  background:url(../img/minc.png) no-repeat;
}

#govbar .brasil
{
  float:right;
  width:75px;
  height:25px;
  margin:0px 10px;
  text-indent:-5000px;
  background:url(../img/brasil.png) no-repeat;
}

#govbar select
{
  float:right;
  margin:0px 10px;
  background:#f7f2dc;
  border:1px solid #f90;
}

/**************************************************************************************************
  Header, Busca e meta
**************************************************************************************************/
#header h1 a{
	width:219px;
	height:137px;
	float:left;
}

#search{
	width:280px;
	height:25px;
	float:left;
	margin:45px 0 10px 54px;
	text-transform:uppercase;
	font-size:14px;
	font-weight:bold;
	letter-spacing:-1px;
	padding:5px 0 0 10px;
}

#search span{
	margin:0 12px 0 0;
	font-size:17px;
}

#search input{
	float:left;
	width:190px;
	height:21px;
	padding:6px;
	font-size:13px;
	background:#FFF;
	border:1px solid #d2e0e3;
	margin:6px 5px 0 0;
	color:#797979;
}

#search button{
	width:35px;
	height:34px;
	border:0;
	margin:6px 0 0 0;
	background:url(../img/seta_busca.jpg) no-repeat;
}

#meta{
 padding:80px 0 0 0;
}

.perfil{
	color:#0f5881;
	font-size:13px;
	font-weight:bold;
	background:url(../img/keylogin.gif) no-repeat;
	float:right;
	padding:0 10px 0 20px;
}

.stats{
	float:right;
	color:#268ac8;
	font-size:13px;
	font-weight:bold;
}
.stats a{
	color:#268ac8;
}



/**************************************************************************************************
  Menu
**************************************************************************************************/
#menu
{
  width:980px;
  height:34px;
  font-size:13px;
  font-weight:bold;
  background:#125c86 url(../img/bg_menu.jpg) repeat-x;
}
#menu li
{
  float:left;
  display:block;
  position:relative;
  padding:7px 22px 0 15px;
  height:27px;
  background:url(../img/border_menu.jpg) no-repeat right top;
}
#menu li:hover
{
  background:#0b4068;
}

#menu li a
{
  color:#FFF;
  font-size:12px;
  font-weight:bold;
  text-transform:uppercase;
  text-decoration:none;

}
#menu li a:hover
{
  color:#fbfefb;
}
#menu li ul
{
  top:34px;
  left:0px;
  z-index:10;
  display:none;
  position:absolute;
  background:#125c86;
}
#menu li li
{
  clear:left;
  float:left;
  width:225px;
  height:22px;
  font-weight:normal !important;
  padding:0 22px 5px 22px;
  border-bottom:1px solid #1270a7;
}
#menu li li:hover
{
  background:#0b4068 !important;
}
#menu li li a
{
  width:225px;
  height:29px;
  line-height:29px;
  display:block;
  font-size:12px;
  font-weight:normal;
  text-transform:none;
  color:#FFF;
  text-decoration:none;
}
#menu li li a:hover
{
  background:none !important;
  color:#fbfefb !important;
}
#menu .parent{
  background:url(../img/seta_menu.jpg) no-repeat right top !important;
  z-index:100;
}

#menu .parent:hover{
  background:#0B4068 url(../img/seta_menu_hover.jpg) no-repeat right top !important;
}

/**************************************************************************************************
  BreadCrumb
**************************************************************************************************/
#breadcrumb {
	width:980px;
	height:25px;
	float:left;
	margin:5px 0 10px 0;
	padding:2px 0 0 0;
	overflow:hidden;
	font-size:12px;
}

#breadcrumb ul {
	clear:both;
	height:25px;
	list-style:none;
	padding:5px 0 10px 12px;
}
#breadcrumb ul li{
	float:left;
	height:25px;
	margin:0 0 0 4px;
	color:#404040;
}

#breadcrumb ul li a{
	color:#404040;
	font-weight:bold;
}

#breadcrumb ul li a:hover{
	color:#7b7b7b;
	text-decoration:none;
}



/**************************************************************************************************
  Content
**************************************************************************************************/
#content {
	padding:0;
}




/**************************************************************************************************
  Classes especificas
**************************************************************************************************/

.box {
	clear:both;
}

.box ul {
	padding:10px 10px;
}

.titBox {
	height:24px;
	padding:5px 0 0 10px;
	text-transform:uppercase;
	font-size:16px;
	color:#FFF;
}

.titBox a{
	color:#FFF !important;
}


/**************************************************************************************************
  Coluna 1
**************************************************************************************************/
#col1 {
	width:500px;
	float:left;
}
.boxDestaques {
	background:#fffbe8 url(../img/bg_destaques.jpg) repeat-x;
	border-bottom:1px solid #e5e1ce;
	margin-bottom:10px;
	height:310px;
}

.textoDestaque{
	float:right !important;
	width:220px !important;
	margin:0 0 0 5px;
	overflow:hidden !important;
}

.textoDestaque h3 a{
	float:left;
	width:220px !important;
	margin:0 0 12px 0;
}

.navNumber {
	float: right;
	margin-top:-22px;
}

.navNumber a{
	font-size:14px;
	color:#584a28;
	padding:7px 7px;
}
.navNumber a:hover{
	color:#FFF !important;
	background:#75730a;
}
.activeSlide{
	color:#FFF !important;
	background:#75730a;
}



.boxDestaques img {
	padding-right:5px;
}
.boxDestaques h4 {
	font-size: 12px;
	color:#878156;
}
.boxDestaques h3 {
	margin-bottom:12px;
	clear:both !important;
	margin:0 190px 10px 0;
}
.boxDestaques h3 a {
	font-size:18px;
	color:#815f1f;
}
.boxDestaques p, .boxDestaques p a {
	font-size:12px;
	color:#69622f;
	text-align:left !important;
}
.boxDestaques em{
	float:left !important;
}

.titNoticias {
	background:url(../img/bg_tit_500_amarelo.jpg) no-repeat;
	color:#815f1f;
}

.boxOutrasNoticias {
	background:#fffef8;
	height:155px;
	border-bottom:1px solid #e1e0da;
	margin-bottom:10px;
}
.boxOutrasNoticias h2 {
	background: url(../img/bg_tit_outras_noticias.jpg) no-repeat bottom left;
	padding:10px 0;
	margin:0 10px;
	font-size:13px;
	color:#424242;
	text-transform:uppercase;
}
.boxOutrasNoticias ul li {
	background: url(../img/seta_noticias.jpg) no-repeat left center;
	padding:5px 0 5px 10px;
	color:#8b8777;
}

.boxOutrasNoticias ul li a {
	color:#8b8777;
	font-weight:bold;
}

.boxOutrasNoticias p a {
	color:#815f1f;
}

.leiaMais {
	padding:10px;
	text-align:right;
}
.leiaMais a {
	color:#815f1f;
	font-size:13px;
	font-weight:bold;
	clear:both;
}

.leiaMaisCycle{
	margin:20px 0 0 0 !important;
	float:right;
}
.leiaMaisCycle a {
	color:#815f1f;
	font-size:13px;
	font-weight:bold;
	clear:both;
}

.npdP{
	color:#b37474;
}

.titPerfil {
	background:url(../img/bg_tit_500_vermelho.jpg) no-repeat;
}

.boxPerfil {
	background:#ffe8e8 url(../img/degrade_vermelho.jpg) no-repeat bottom;
	min-height:200px;
}
.boxPerfil img {
	float:left;
	padding-right:5px;
}
.boxPerfil h3 {
	margin-bottom:12px;
}
.boxPerfil h3 a {
	font-size:14px;
	color:#ac4343;
}

.boxPerfil h2{
	color:#fff;
	letter-spacing:-1px !important;
}

.boxPerfil h2 a {
	color:#fff;
	letter-spacing:-1px !important;
}
.boxPerfil p a {
	color:#a76262;
}

.boxPerfil li{
	float:left;
	padding:0 0 5px 0;
}

.boxComentarios {
	background:#f0f8f9;
	margin-bottom:10px;
}

.titComentarios {
	background:#dfe7e9;
	color:#373636;
	font-size:18px !important;
}

/**************************************************************************************************
  Coluna 2
**************************************************************************************************/
#col2 {
	width:227px;
	float:left;
	margin:0 0 0 12px;
}

.titWidget {
	background:url(../img/bg_tit_250_azul.jpg) no-repeat;
}
.widget {
	background:#e6f5f7 url(../img/degrade_azul.jpg) no-repeat bottom;
	color:#475d6c;
	margin-bottom:10px;
}
.widget .textwidget {
  padding:10px;
}
.widget #wp-calendar {
  width:96%;
  margin:2%;
}
.widget a {
	color:#226c8b;
}
.widget ul {
	padding:0 !important;
}
.widget ul li {
	padding:10px;
	border-top:1px solid #dfe3d2;
	clear:both;
}
.widget h4 {
	font-size: 12px;
	color:#878156;
}
.widget h3 {
	margin-bottom:5px;
}
.widget h3 a {
	font-size:12px;
	color:#815f1f;
}
.widget p a {
	font-size:12px;
	color:#69622f;
}
.widget p a:hover {
	color:#6a6126;
}

.titProjeto {
	background:url(../img/bg_tit_250_azul.jpg) no-repeat;
}

.boxProjeto {
	background:#e6f5f7 url(../img/degrade_azul.jpg) no-repeat bottom;
	color:#475d6c;
	margin-bottom:10px;
}
.boxProjeto a {
	font-weight:bold;
	color:#226c8b;
}
.boxProjeto p{
	text-decoration:none;
	color:#226c8b;
}

.titGaleria {
	background:url(../img/bg_tit_250_laranja.jpg) no-repeat;
}

.boxGaleria {
	background:#fcf8e2 url(../img/degrade_laranja.jpg) no-repeat bottom;
	height:235px;
	margin-bottom:10px;
}
.boxGaleria ul {
	margin-bottom:10px;
}
.boxGaleria ul li {
	float:left;
	margin:0 4px;
}
.boxGaleria ul li a img {
	opacity:0.5;
    filter:alpha(opacity=50);
}
.boxGaleria ul li a:hover img {
	opacity:1;
    filter:alpha(opacity=100);
}

.titUltimas {
	background:url(../img/bg_tit_250_amarelo.jpg) no-repeat;
	color:#815f1f !important;

}

.boxUltimas {
	background:#fffbe8 url(../img/degrade_250_amarelo.jpg) no-repeat bottom;
	margin-bottom:10px;
}
.boxUltimas ul {
	padding:0 !important;
}
.boxUltimas ul li {
	padding:10px;
	border-top:1px solid #dfe3d2;
	clear:both;
}
.boxUltimas h4 {
	font-size: 12px;
	color:#878156;
}
.boxUltimas h3 {
	margin-bottom:5px;
}
.boxUltimas h3 a {
	font-size:12px;
	color:#815f1f;
}
.boxUltimas p a {
	font-size:12px;
	color:#69622f;
}
.boxUltimas p a:hover {
	color:#6a6126;
}
.boxUltimas img {
	float:left;
	margin:0 5px 10px 0;
	height:100%;
}



.titComentariosSidebar{
	background: url(../img/bg_tit_250_cinza.jpg) no-repeat;
	color:#636364 !important;
}
.boxComentariosSidebar {
	background:#f7f7f7;
	margin-bottom:10px;
}
.boxComentariosSidebar ul {
	padding:0 !important;
}
.boxComentariosSidebar ul li {
	padding:10px;
	border-top:1px solid #dfe3d2;
	clear:both;
}
.boxComentariosSidebar h4 {
	font-size: 12px;
	color:#6b6b6b;
	background:url(../img/ico_comentarios.gif) no-repeat left center;
	padding:0 0 0 18px;
}

.boxComentariosSidebar p a {
	font-size:12px;
	color:#7b7b7b;
}
.boxComentariosSidebar p a:hover {
	color:#7b7b7b;
}
.boxComentariosSidebar img {
	float:left;
	margin-right:5px;
	height:100%;
}


/**************************************************************************************************
  Coluna 3
**************************************************************************************************/

#col3 {
	width:227px;
	float:right;
}

.titProducoes {
	background:url(../img/bg_tit_205_verde.jpg) no-repeat;
}

.boxProducoes {
	background:#f2f6e5 url(../img/degrade_verde.jpg) no-repeat bottom;
	margin-bottom:10px;
}
.boxProducoes ul {
	padding:0 !important;
}
.boxProducoes ul li {
	padding:10px;
	border-top:1px solid #dfe3d2;
}
.boxProducoes h4 {
	font-size: 12px;
	color:#546d3e;
}
.boxProducoes h3 {
	margin-bottom:5px;
}
.boxProducoes h3 a {
	font-size:12px;
	color:#546d3e;
}
.boxProducoes p a {
	font-size:12px;
	color:#889d76;
}
.boxProducoes p a:hover {
	color:#546d3e;
}


.titSidebar {
	background:url(../img/bg_tit_205_azul_claro.jpg) no-repeat;
}

.boxLinks {
	background:#f0fafc;
	margin-bottom:10px;
}

.boxLinks ul{
	padding:10px 0 10px 0 !important;
}

.boxLinks li{
	border-bottom:1px solid #dbeff3;
	padding:5px 0;
}

.boxLinks li a {
	font-size:12px;
	color: #8d8d8d;
	font-weight:bold;
	width:135px;
	margin:10px;
}


.boxNuvem {
	background:#f0fafc;
}

.boxNuvem a {
	color:#5c8396;
}



/**************************************************************************************************
  Posts
**************************************************************************************************/
.post
{
  clear:both !important;
  margin:0px 0px 20px 0px;
  padding:10px 10px 14px 10px;
  background:#F3F5F5;
}

.post
{
	padding:0 !important;
}
.post li
{
	padding:10px;
	clear:both;
}
.post h2
{
	font-size:16px;
	margin-bottom:5px;
	font-weight:bold;
	color: #006699;
}
.post h2 a
{
	color: #006699;
}
.post p a
{
	color: #006699;
	font-weight:normal !important;
}
.post a:hover {
	text-decoration:underline;
}

.post img
{
  margin:5px;
}

/**************************************************************************************************
  Entradas do Usuario
**************************************************************************************************/

.entry
{
	padding:10px;
}

.entry h1
{
	padding:5px 0px;
}

.entry h2
{
	padding:5px 0px;
}

.entry h3
{
	padding:5px 0px;
}

.entry h4
{
	padding:5px 0px;
}

.entry h5
{
	padding:5px 0px;
}

.entry h6
{
	padding:5px 0px;
}



.imprimir {
	background:url(../img/ico_imprimir.gif) no-repeat left center;
	padding:0 0 0 22px;
	height:18px;
	float:right;
}

.indicar{
	background:url(../img/ico_indicar.gif) no-repeat left center;
	padding:0 0 0 22px;
	margin:0 10px 10px 20px;
	height:18px;
	float:right;
}

.tags {
	background:url(../img/ico_tags.gif) no-repeat right center;
	padding:0 22px 0 0;
	margin:30px 0 0 !important;
	width:30px;
	font-weight:bold;
	height:16px;
	clear:both;
	color:#000 !important;
	font-size:13px;
}


.data
{
	font-size:12px;
	clear:both;
}


.entry a
{
	color: #006699;
}
.entry a:hover {
	text-decoration:underline;
}

.entry img
{
  margin:5px;
}

.entry blockquote
{
  margin:10px;
  padding:3px 10px 10px 10px;
  display:block;
  font-style:italic;
  border:1px solid;
}

.entry code
{
  margin:10px;
  padding:10px;
  display:block;
  font-family:monospace;
  border:1px solid;
}

.entry address
{
}

.entry pre
{
}

.entry p
{
  margin:5px 0px 5px 0px;

}

.entry ul
{
  list-style-type:square;
  margin:5px 5px 5px 45px;
}

.entry ol
{
  list-style-type:decimal;
  padding:5px 5px 5px 45px;
}

.entry em
{
}

.entry strong
{
}

.entry strike
{
}

.entry span
{
}


/**************************************************************************************************
  Formulario de Comentario
**************************************************************************************************/
#comment-form
{
  float:left;
  width:360px;
  margin:10px 0px 10px 0;
  background:#ced4d6;
}

#comment-form h2
{
  color:#000;
  height:33px;
  line-height:33px;
  padding:0px 10px;
  margin:0;
  font-size:16px;
}

#comment-form h4
{
  color:#0d669e;
  margin-top:10px;
  font-size:13px;
  font-weight:bold;
}

#comment-form-content
{
  background:#dfe7e9;
}

#comment-form-content ul
{
  margin-top:5px;
  list-style:none;
}

#comment-form-content li
{
  padding:5px 10px;
}

#comment-form-content li.alter
{
  background:#f4f9fc;
}

#comment-form-content label
{
  clear:left;
  float:left;
  width:70px;
  height:25px;
  line-height:25px;
  display:block;
}

#comment-form-content input
{
  width:230px;
  padding:5px;
  border:1px solid #ccc;
}

#comment-form-content textarea
{
  clear:left;
  float:left;
  width:320px;
  margin-bottom:10px;
  padding:5px;
  border:1px solid #ccc;
}

#comment-form-content button
{
  width:68px;
  height:27px;
  border:0;
  float:right;
  cursor:pointer;
  background: url(../img/button_comentar.gif);
}



/**************************************************************************************************
  Comentarios
**************************************************************************************************/
.comentPublicados{
	font:16px Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#0a5f98;
	margin:20px 0 12px 20px;
}

.commentInfo li{
	background:#ccc !important;
}


#commentform p{
	font-size:11px;
	padding:0;
	margin:0;
}

.commentlist {
	margin: 1em 0;
	padding: 0;
	margin: 5px;
}
.commentlist p img {
	border:none !important;
}
.commentlist li {
	list-style:none;
	margin:0 20px 0 20px;
	padding:10px 10px 10px 10px;
	border-top:#d9d9d7 1px solid;
	background:#f9f9f9;
	border-bottom:#d9d9d7 1px solid;
}
.commentlist li.alt {
    background-color:#fff;
}
.commentlist li.authorcomment {
    border:#dddddd 1px solid;
	margin:8px 20px !important;
	background:#ebf9fa;
}
.commentlist li .cmtinfo {
	font-size:1em;
	background:url(../img/mini-coments2.png) no-repeat 0 1px;
	padding:0 0 0 20px;
}
.commentlist li.authorcomment .cmtinfo {
	font-size:1em;
	background:url(../img/mini-coment-admin.png) no-repeat 0 2px;
	padding:0 0 0 20px;
}
.commentlist li cite {
	font-style:normal;
	font-weight:bold;
}
.commentlist li .cmtinfo em {
	float:right;
	margin:0;
	padding:0;
	font-style:normal;
	font-size:0.9em;
	color:#999;
}


/**************************************************************************************************
  Footer
**************************************************************************************************/
#containerFooter{
	width:100%;
	background: url(../img/bg_footer.jpg) repeat-x;
	height:157px;
	clear:both;
}

#voltarTopo{
	float:right !important;
	padding:0 20px 10px 0;
	clear:both;
	margin:10px 120px 0 0;
	text-transform:uppercase;
}
#voltarTopo a{
	color:#999999;
	font-weight:bold;
	font-size:11px;
	text-decoration:none;
}

#voltarTopo a:hover{
	color:#333;
}


#footer {
	background: url(../img/bg_footer.jpg) repeat-x;
	height:157px;
	clear:both;
	width:980px;
	margin:0 auto;
}
.footerInformacoes {
	width:358px;
	height:70px;
	float:left;
	border-right:1px solid #c8d6d9;
	padding:25px 15px 10px 15px;
	margin:8px 0 0 0;
}
.footerInformacoes h2{
	font-size:14px;
	float:left;
	margin-right:10px;
}

.rss {
	background: url(../img/ico_rss.jpg) no-repeat;
	width:16px;
	height:16px;
	text-indent:-5000px;
	float:left;
	margin:0 0 10px 0;
}
.footerInformacoes p{
	color:#626262 !important;
	margin:10px 0;
	display:block;
	clear:both;
}
.footerLogos {
	width:560px;
	height:100px;
	padding:10px 15px;
	float:right;
	margin:0 0 10px;
}
.brasil {
	background: url(../img/logo_audiovisual.png) no-repeat right;
	width:308px;
	height:50px;
	float: right;
	text-indent:-5000px;
	margin:30px 10px;
}
.nomeMinc {
	background: url(../img/ministerio_footer.jpg) no-repeat;
	width:120px;
	height:12px;
	float: right;
	text-indent:-5000px;
	margin:45px 10px 0px 10px;
}
.direitos {
	color:#FFF;
	font-weight:bold;
	clear:both;
	padding:0 15px;
}

.direitos a {
	color:#fff;
	text-decoration:none;
}


.direitos a:hover{
	color:#dbf2ff;
}

/**************************************************************************************************
  Categoria Videos
**************************************************************************************************/
#vidHorizontal{
	clear:both;
}

#CatVid{
	width:910px;
	height:118px;
	overflow:hidden;
	float:left;
	margin:0 0 20px 0;
}

#vidHorizontal h2{
	font-size:12px;
}
#vidHorizontal h2 a{
	color:#0000FF;
}

#vidHorizontal ul{
	width:10000000px;
}

#vidHorizontal ul li{
	float:left;
	margin:5px 15px 0 15px;
}

#vidHorizontal .setaL{
	background:url(../img/Seta_Cat_Vid_L.jpg) no-repeat;
	width:26px;
	height:98px;
	display:block;
	text-indent:-5000px;
	margin:0 0 0 0 !important;
	float:left;
}

#vidHorizontal .setaR{
	width:26px;
	height:98px;
	display:block;
	text-indent:-5000px;
	margin:0 0 0 0 !important;
	background:url(../img/Seta_Cat_Vid_R.jpg) no-repeat;
	float:right;
}

#video{
	margin:0 0 50px 0;
	float:left;
	width:510px !important;
}

#video .TitVid{
	margin:0 0 10px 10px;
	color:#006699;
}

#video h4{
	margin:10px 0 0 10px;
}

#video h2{
	display:block;
	width:500px;
}

#video img{
	margin:10px 0 0 0;
}

#video object{
	margin-bottom:15px;
}

#vidRel{
	float:right;
	width:470px;
}

#vidRel ul{
	margin:13px;
}

#vidRel li{
	float:left;
	margin:11px;
	height:110px;
}

#vidRel .TitAmarelo{
	background:url(../img/bg_tit_500_amarelo.jpg) no-repeat !important;
	height:24px;
	padding:5px 0 0 10px;
	text-transform:uppercase;
	font-size:16px;
	color:#FFF;
}

.titRel{
	width:120px !important;
}
.titRel a{
	color:#006699 !important;
}

#vidRel h2 a{
	font-size:12px;
	color:#006699;
}

/*	FORMATACAO DA PAGINACAO	*/
.wp-pagenavi{
	text-align:center;
	clear:both;
	margin:10px 0 0 0;
	border:none !important;
	background:none !important;
}
.wp-pagenavi a{
	margin:0 3px 0 3px;
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
	border:none !important;
	background:none !important;
	color:#006699 !important;
}
.wp-pagenavi .pages, .wp-pagenavi span .pages{
	padding-right:15px;
	border:none !important;
	background:none !important;
}
.wp-pagenavi .current{
	font-size:17px;
	font-weight:bold;
	border:none !important;
	background:none !important;
	color:#343434 !important;
}
.wp-pagenavi .extend{
	font-weight:bold;
	border:none !important;
	background:none !important;
}

.pagination a{
color:#006699;
}
