* {
	margin: 0;
	padding: 0;
}

body {
	background: #000 url(bg_topo.png) repeat-x scroll center top;
	font: 1em Arial, sans-serif;
	color: #000; 
	font-weight: lighter;
}

a, a:visited {
	text-decoration: none;
	color: #3a4ea7;
}

a img {
	border: none;
}

a:hover {
	text-decoration: underline;
}

.botao {
	display: inline-block;
	color: transparent;
	font-size: 0px;
	vertical-align: bottom;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Lato, Arial, sans-serif;
	font-weight: 300;
}

h1, h2 {
    text-shadow: 2px 2px 0px #000;
	color: white;
}

h3, h4, h5, h6 {
	font-weight: 400;
    text-shadow: 1px 1px 0px #000;
}


h1 {
	font-size: 2.25em;
}

h2 {
	font-size: 1.5em;
}

h5 {
	font-size: 0.75em;
}

p {
	line-height: 1.5em;
}

b, strong {
	font-weight: bold;
}

blockquote {
	margin: 10px;
	padding: 15px 15px 0px 35px;  
   	border: 1px solid #f2f2f2; 
	background: #FAFAFA url(quote.gif) no-repeat 5px 5px; 
	font-family: Times;
	font-style: italic;
	font-size: 1.1em;   
}

blockquote p {
	font-size: 1em;   
}

blockquote cite {
	display: block;
	text-align: right;
	margin-bottom: 18px;
	font: inherit;
	font-size: 0.9em;
        color: #333;
}

/********************************************
   LAYOUT
********************************************/ 

#wrap {
	background-image: url('bg_circulos.png');
	background-position: top center;
	background-repeat: no-repeat;
	margin: 0 auto;
	text-align: left;
}

/** 
	HEADER
*/

#header {
    width: 917px;
	position: relative;
	height: 90px;
	padding: 0 36px;	
    margin: auto;
}

#header h1#logo-text {
	float: left;
	margin-top: 19px;
}

#header h1#logo-text a img {
    border:  none;
}

#header p#slogan {
	position: absolute;
	font-size: 0.688em;
	font-style: italic;
	top: 60px; 
	left: 205px;	
    text-align: left;	
	color: white;
}

/**
	MENU
*/

#menu {
	font: 400 17px Lato, Arial, sans-serif;
	height: 90px;
    position: absolute;
    top: 0;
	right: 28px;
}

#menu ul li {
	display: inline;
}

#menu ul li a {
    text-align: center;
	display: inline-block;
	height: 15px;
	padding: 0 8px;
	padding-top: 59px;
	padding-bottom: 13px;
	color: #FFF;	
	text-decoration: none;
	vertical-align: bottom;
}

#menu ul li a img {
	vertical-align: top;
}

#menu ul li a:hover,
#menu ul li#current a {
	background-image: url(menu_selecionado.png);
/*	background-position: bottom;*/
}

/**
	CONTENT
*/

#content-wrap {
	clear: both;
	background: #151321 url('../images/bg.jpg') no-repeat scroll top center;
}

#main {
	margin: auto;
	width: 988px;
	position: relative;
}

/**
	ARTIGOS
*/

h1.secao {
	padding: 10px 36px;
}

.artigos {
	background: none;
	clear: both;
}

.artigos .topo {
	background-image: url('bg_topo_caixa.png');
	height: 56px;
	padding: 0 36px;
	color: white;
	position: relative;
}

.artigos .topo h2 {
	padding-top: 15px;
	font-weight: 300;
}

.artigos .conteudo{
	background-image: url('bg_caixa.png');
	background-repeat: repeat-x;
	background-color: white;
	border: 1px solid black;
	border-width: 0 1px;
	padding: 25px 35px;	
}

.artigos .artigo {
	border-bottom: 1px solid #A4A4A4;
	position: relative;
}

.artigos .artigo .cabecalho {
	border-bottom: 1px solid #E6E6E6;
	padding: 10px 0;
	position: relative;
}

.artigos .artigo .data-artigo {
	font-family: 'Lato', arial, serif;
	font-weight: 400;
	font-size: 0.9em;
	position: absolute;
	left: 10px;
	top: 15px;
	text-transform: uppercase;
}

.artigos .artigo .hora-artigo {
	color: #727273;
}

.artigos .artigo .titulo {
	margin-left: 167px;
	margin-right: 131px;
	font-family: Arial, sans-serif;
	text-shadow: none;
	font-size: 1.5em;
	font-weight: bold;
	display: block;
	line-height: 1.250em
}

.artigos .artigo .resumo {
	margin: 15px 131px 15px 167px;
	font-size: 15px;
	line-height: 24px;
}

.artigos .artigo .resumo p, 
.artigos .artigo .resumo pre, 
.artigos .artigo .resumo ul,
.artigos .artigo .resumo ol {
	margin-bottom: 1.5em;
}

.artigos .artigo h3,
.artigos .artigo h4,
.artigos .artigo h5,
.artigos .artigo h6 {
	font-weight: bold;
	text-shadow: none;
}

.artigos .artigo .resumo h3,
.artigos .artigo .resumo h4,
.artigos .artigo .resumo h5,
.artigos .artigo .resumo h6 {
	color: #666;
	font-family: Arial, sans-serif;
	margin-bottom: 0.2em;
}

.artigos .artigo .resumo ul,
.artigos .artigo .resumo ol {
	margin-left: 0px;
	margin-bottom: 1.5em;
	padding-left: 20px;
}

.artigos .artigo .resumo ul {
	list-style-image: url("bullet.gif");
}

.artigos .artigo .resumo li {
	margin: 0 0 0.5em 0;
}

.artigos .artigo .resumo pre {
	overflow: auto;
	background-color: #f7f7f7;
	border: 1px solid #ccc;
	padding: 20px;
	font-size: 0.9em;
}

.artigos .artigo .resumo code {
	color: #165313;
}

.artigos .artigo .botao.leia-mais {
	position: absolute;
	bottom: 15px;
	right: 0px;
	background: url('btLeiaMaisSprite.png') no-repeat;	
	width: 91px;
	height: 37px;
}

.artigos .artigo .botao.leia-mais:hover {
	background-position: -92px 0;
}

/**
	Footer 
*/
	
#footer {
	background: #000 url(bg_footer.png) repeat-x center top;
	clear: both;
	height: 185px;
	color: #b6bad2;
}

#footer-wrap {
	width: 916px;
	margin: auto;
	padding: 30px 0;
	font-size: 0.814em;
}

#footer-wrap .secao {
	width: 26%;
	float: left;
}

#footer-wrap .secao h2 {
	padding: 0px 0px;
	font-weight: 400;
	margin-bottom: 4px;
	color: white;
}

#footer-wrap .secao ul {
	padding: 0px 0px;
	list-style-type: none;
	font-size: 13px;
	line-height: 20px;
}

#footer .social {
	text-align: right;
}

#footer .social address {
	padding: 5px 0;
	font-style: normal;
}

#footer .social a {
	width: 26px;
	height: 29px;
	display: inline-block;
	color: transparent !important;
}

#footer .social a.botao#link-linkedin {
	background: url('btLinkedInSprite.png') no-repeat;
}

#footer .social a.botao#link-twitter {
	background: url('btTwitterSprite.png') no-repeat;
}

#footer .social a.botao#link-facebook {
	background: url('btFacebookSprite.png') no-repeat;
}

#footer .social a.botao:hover {
	background-position: -27px 0 !important;
}

#footer a { 
	color: #ff9f00;
}

/**
	ERRO
*/

#erro {
	width: 330px;
	margin: auto;
	padding: 100px 0 50px 0;
	color: white;
	text-shadow: 1px 1px 0px #000;
	text-align: center;
	font-family: Lato, Arial, sans-serif;
}

#erro h1 {
	font-weight: 700;
	font-size: 8em;
	font-variant: small-caps;
}

#erro h2 {
	font-weight: 500;
	font-size: 1.563em;
	margin-bottom: 16px;
}

#erro p {
	font-size: 1em;
}

#erro .mensagem {
/*	border-style: none/hidden/dotted/dashed/solid/double/groove/ridge/inset/outset;*/
	font-weight: 500;
	border: 1px solid white;
	border-width: 1px 0;
	font-size: 1.5em;
	padding: 8px 0;
	margin-bottom: 13px;
}
