/*************************************
   WELCOME TO THE CUSTOM STYLESHEET
--------------------------------------
              style.css
        ZURB 5 CSS Framework
***************************************/
html,body{
	margin:0;

	}
/**************************************/
/*              GLOBALS               */
/**************************************/

/**************************************/
/*              TOPO                */
/**************************************/

#header{
    width: 100%;
    background-size: 100% 100%;
} 

#header h1 a:hover{
	color:#666666;}

/* Retina display */
@media screen and (min-width: 1024px){
    #header{
        background-image: url('../images/topo.png');
		min-height: 168px;
    }
	#header h1 a{
	position: relative;
	top: 4em;
	left: 13em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.5em;
	font-weight: bold;
	color: #003d79;
	text-decoration: none;
	}
}

/* Desktop */
@media screen and (min-width: 980px) and (max-width: 1024px){
    #header{
        background-image: url('../images/topo.png');
		min-height: 168px;
    }
	#header h1 a{
	position: relative;
	top: 4em;
	left: 13em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.5em;
	font-weight: bold;
	color: #003d79;
	text-decoration: none;
	}
}

/* Tablet */
@media screen and (min-width: 760px) and (max-width: 980px){
    #header{
        background-image: url('../images/topo.png');
		min-height: 168px;
		}
	#header h1 a{
	position: relative;
	top: 3.9em;
	left: 12em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.5em;
	font-weight: bold;
	color: #003d79;
	text-decoration: none;
	}
}

/* Mobile HD */
@media screen and (min-width: 350px) and (max-width: 760px){
    #header{
        background-image: url('../images/topo-responsivo.png');
		height: 108px;
    }
	#header h1 {
		display: none;
	}
}

/* Mobile LD */
@media screen and (max-width: 350px){
    #header{
        background-image: url('../images/topo-responsivo.png');
		height: 108px;
    }
	#header h1 {
		display: none;
	}
} 
#cabecalho{
	margin-top: 0;
	background::#00FF99;
	width: 100%;
	}

#cabecalho a{
	display: block;
	line-height: 50px;
	padding: 20px 0 0 20px;
	margin-left: 10px;
	text-decoration: none;
	font-weight:bold;
	font-family:Corbel, Arial;
	color:#FFFFFF;
	display: inline;
	font-size: 20px;
}

.descricao{
	font-family:Georgia, "Times New Roman", Times, serif;
	margin:10px 0 0 400px;
	font-size:14px;
	color:#FFFFFF;
}

/*              Caixa de Pesquisa                */
#busca{
	margin-top: 0.7em;
	float: right;
	background-image: url("../images/caixa_pesquisa.png");
	background-size: 100% 100%;
	background-position: right center;
	background-repeat: no-repeat;
	height: 1.8em;
	width: 13em;
	display: inline-block;
}
#busca .btn{
	float: right;
	background: url("../images/botao_pesquisa.png");
	background-repeat: no-repeat;
	background-position: right bottom;
		display: -moz-inline-stack;
        display: inline-block;
        vertical-align: top;
        padding: 0.1em;
		margin-right: 0.4em;
		margin-top: 0.3em;
        zoom: 1;
        *display: inline;
	border: 0;
	width: 17px;
	height: 18px;
}

#s{
	position: relative;
	padding: 0;
	top: 0.2em;
	left: 0.4em;
	width: 9.5em;
	height: 100%;
	background-color: transparent;
    border: 0px;
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    color: #000;
    cursor:default;
	display: inline;	
}
#s:-ms-input-placeholder {
   color:#999; opacity: 1;
}
::-webkit-input-placeholder { color:#999; opacity: 1; } input:-moz-placeholder { color:#999; opacity: 1; } 

#right{
	height:20px;
	color:#FFFFFF;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	text-align:right;
	margin:-10px 0 0 0;
	padding:0 20px 0 0;
}

/* =Images
-------------------------------------------------------------- */

.container .alignleft,
.container img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.container .alignright,
.container img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.container .aligncenter,
.container img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.container img.alignleft,
.container img.alignright,
.container img.aligncenter {
	margin-bottom: 12px;
}
.container .wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	padding: 4px;
	text-align: center;
}
.container .wp-caption img {
	margin: 5px 5px 0;
}
.container .wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}

/**************************************/
/*             NAVIGATION             */
/**************************************/

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

#access {
	background:url(../images/fundo_menu.png);
	background-repeat: repeat-x;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
	float: left;
	margin: 0 auto;
	/* max-width: 62.5em; */
	max-width: 75em;
	height: 2em;
	}

#access .menu-header,
div.menu {
	font-size: 0.8em;
	margin-left: 0.6em;
	/* max-width: 62.5em; */
	max-width: 75em;
}
#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
}
#access .menu-header li,
div.menu li {
	float: left;
	position: relative;	
}

#access a {
	display: block;
	line-height: 2.5em;
	padding: 0 0.8em;
	text-decoration: none;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	display: inline;
	font-size: 0.8em;
	position:relative;
}

#access a:hover {
	color:#dfdfdf;
	text-decoration:none;
}

#access ul ul {
	display: none;
	position: absolute;
	top: 2em;
	left: 0.8em;
	float: left;
	width: 12em;
	height: 1.5em;
	z-index: 99999;
}
#access ul ul li {
	min-width: 12em;	
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a{
	color: #2A5C7F;
	border-bottom: 1px solid #FFF;
	background: #DDE7EE;
	line-height: 1.3em;
	padding: 0.8em;
	width: 12em;
	height: auto;
	display:block;
}
#access ul ul a:hover{
	color: #FFF;
	background: #2A5C7F;
	text-decoration:none;
}
#access li:hover > a,
#access ul ul :hover > a {
}
#access ul li:hover > ul {
	display: block;
}
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	color: #A0B0CE;
}
* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color: #A0B0CE;
}

/**************************************/
/*              SIDEBAR                */
/**************************************/

#sidebar1{
	font-size: 0.9em;
}
#sidebar2{
	font-size: 0.9em;
}

/* Sidebar esquerda */

.sidebar_esquerda{
	margin-top: 0.9em;
	list-style-type: none;
	float: left;
	min-height: 12em;
	width: 83%;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	-moz-border-radius-bottomright: 8px;
	-webkit-border-bottom-right-radius: 8px;
	border-bottom-right-radius: 8px;
	-moz-border-radius-bottomleft: 8px;
	-webkit-border-bottom-left-radius: 8px;
	border-bottom-left-radius: 8px;
	-webkit-box-shadow: 2px 2px 3px 0px rgba(199, 206, 210, 0.86);
	-moz-box-shadow:    2px 2px 3px 0px rgba(199, 206, 210, 0.86);
	box-shadow:         2px 2px 3px 0px rgba(199, 206, 210, 0.86);
}

.sidebar_esquerda h3{
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	color: #FFFFFF;
	letter-spacing: 0.1em;
	padding-top: 0.8em;
	padding-left: 0.6em;
	background-image: url(../images/topo_sidebar.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	width: 112%;
	height: 3em;
}

.sidebar_esquerda ul {
	font-size: 1em;
	list-style: none;
	margin-left: 1.2em;
	padding: 0;
	line-height: 1em;	
	text-indent: -1.1em;
}
.sidebar_esquerda ul li {
	padding: 6px;
}

.sidebar_esquerda ul li a {
	color: #003366;
	text-decoration: none;
}
.sidebar_esquerda ul li a:hover{
	color: #999;
	text-decoration: none;
	}
.sidebar_esquerda li a:before {
	content: "\00BB";
	margin-right: 0.3em;
	padding-left: 0.3em;
}

/* Sidebar direita */

.sidebar_direita{
	margin-top: 0.9em;
	list-style-type: none;
	float: right;
	min-height: 12em;
	width: 83%;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	-moz-border-radius-bottomright: 8px;
	-webkit-border-bottom-right-radius: 8px;
	border-bottom-right-radius: 8px;
	-moz-border-radius-bottomleft: 8px;
	-webkit-border-bottom-left-radius: 8px;
	border-bottom-left-radius: 8px;
	-webkit-box-shadow: 2px 2px 3px 0px rgba(199, 206, 210, 0.86);
	-moz-box-shadow:    2px 2px 3px 0px rgba(199, 206, 210, 0.86);
	box-shadow:         2px 2px 3px 0px rgba(199, 206, 210, 0.86);
}

.sidebar_direita h3{
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	color: #FFFFFF;
	letter-spacing: 0.1em;
	padding-top: 0.8em;
	padding-left: 0.6em;
	background-image: url(../images/topo_sidebar.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	width: 112%;
	height: 3em;
}

.sidebar_direita ul {
	font-size: 1em;
	list-style: none;
	margin-left: 1.2em;
	padding: 0;
	line-height: 1em;	
	text-indent: -1.1em;
}
.sidebar_direita ul li {
	padding: 6px;
}

.sidebar_direita ul li a {
	color: #003366;
	text-decoration: none;
}
.sidebar_direita ul li a:hover{
	color: #999;
	text-decoration: none;
	}
.sidebar_direita li a:before {
	content: "\00BB";
	margin-right: 0.3em;
	padding-left: 0.3em;
}


/**************************************/
/*     #fafbf5       MAIN CONTENT            */
/**************************************/

#conteudo{
	float:left;
	margin-top: 0.8em;
	min-height:100%;
	position:relative;
}
#conteudo p{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1.4em;
}
#conteudo h3{
	margin-top: 0.4em;
	padding: 0;
	font-size: 1.4em;
	font-weight: bold;
}

.titulo_post{
	margin: 0;
	padding: 0;
	font-family: Corbel, Arial;
	color:#0a3866;
	text-align:left;
	letter-spacing: 1px;
}
.titulo_post h2{
	margin-top: 0.7em;
	margin-bottom: 0;
	font-size: 1.25em;
	font-weight: bold;
}
.titulo_post h2 a{
	font-family: Arial, Helvetica, sans-serif;
	color: #0a3866;
	letter-spacing: 1px;
	text-decoration: none;
	line-height: 0.3em;
}

.titulo_post a:hover{
	color:#94adc5;
	text-decoration:underline;
}

.post{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000;
	padding:10px;
}

.comentarios{
	color: #1e4f80;
	font-size: 12px;
	margin:0;
	padding-left: 0.4em;
}

.comentarios a{
	color:#3e80c2;
	text-decoration:none;
	font-size: 12px;
	font-family:"Times New Roman", Times, serif;	
}

.comentarios a:hover{
	color:#aeafb0;
}
/**************************************/
/*               RODAPÉ               */
/**************************************/
#footer{
	margin:0 auto;
	text-align: center;
	padding-top:60px;
	background:url(../images/rodape.png);
	background-repeat:no-repeat;
	height:128px;
	color:#fff;
	font-size:15px;
	font-family: Arial, Helvetica, sans-serif;
	width: 100%;
}
#footer-brasil {
   background: none repeat scroll 0% 0% #0042b1;
   padding: 1em 0px;
   max-width: 100%;
}
/*** LINK PADDING FOR ICONS ***/
/* a[href^="http:"], */ 
/* Linha acima alterado por Hamilton em 25/11/2010 */
a[href^="mailto:"],
a[href$=".pdf"],
a[href$=".doc"],
a[href$=".xls"],
a[href$=".rss"],
a[href$=".rdf"],
a[href^="aim:"] { padding:2px 22px 2px 0; margin:-2px 0; background-repeat: no-repeat; background-position: right center; }

/*** EXTERNAL LINK ICONS ***/
/* a[href^="http:"]          { background-image:; padding-right: 14px; } */ 
/* Linha acima alterado por Hamilton em 25/11/2010 */
a[href^="mailto:"]        { background-image: url(../images/icons/email.png); }
a[href^="http:"]:visited  { background-image: ; }

/*** FILE LINK ICONS ***/
a[href$=".pdf"]   { background-image: url(../images/icons/pdf.png); }
a[href$=".doc"]   { background-image: url(../images/icons/doc.png); }
a[href$=".xls"]   { background-image: url(../images/icons/xls.png); }

/*** MISCELLANEOUS LINK ICONS ***/
a[href$=".rss"],
a[href$=".rdf"]   { background-image: url(../images/icons/feed.png); }
a[href^="aim:"]   { background-image: url(../images/icons/im.png); }
a[href^="http://yourwebsite.com"] { background:none; padding:0; margin:0; }