/********************************************

	AUTOR:  	Andre Mafei
	WEBSITE:   	http://www.andremafei.com/
	
	Data: 14/6/2008
	
 *******************************************/ 
 
/********************************************
   HTML ELEMENTS
********************************************/ 

/* top elements */
* { padding: 0; margin: 0; }

body {
	margin: 0;
	padding: 0;
	font: 11px  Verdana, Tahoma, Helvetica, sans-serif;
	color: #333333; 	
	background: url(imagens_design/fundo_topo.jpg) repeat-x #46546F;
	text-align: center;
}


/* links */
a { 
	color: #2068FF;
	background-color: inherit;
	text-decoration: none;
}
a:hover {
	color: #F8000B;
	background-color: inherit;
	text-decoration:underline;
}

/* headers */
h1, h2, h3 {
	font: bold 1em 'Trebuchet MS', Arial, Sans-serif;
	color: #333;	
}
h1 { font-size: 1.5em; color: #2068FF; } 
h2 { font-size: 1.4em; }
h3 { font-size: 1.3em; }

p, h1, h2, h3 {
	margin-bottom: 7px;
}


/* images */
img.Imag_Sem_Borda {
	border:none;
}

img.Imag_Sem_Borda_Dir {
  margin: 3px 0px 5px 15px;  
  float: right;
}
img.Imag_Sem_Borda_Esq {
  margin: 3px 15px 5px 0px;
  float: left;
}

img.Imag_Com_Borda {
	border: 1px solid #A6A7B5;
	background: #FAFAFA;
	padding: 6px;
	margin:10px;
	margin-top:5px;
}
img.Imag_C_Borda_Dir {
	border: 1px solid #A6A7B5;
	background: #FAFAFA;
	padding: 6px;
	
	margin: 3px 0px 5px 15px;  
	float: right;
}
img.Imag_C_Borda_Esq {
	border: 1px solid #A6A7B5;
	background: #FAFAFA;
	padding: 6px;
	
	margin: 3px 15px 5px 0px;
	float: left;
}

code {
  margin: 5px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace;
  /* white-space: pre; */
  background: #FAFAFA;
  border: 1px solid #f2f2f2;  
  border-left: 4px solid #2181C7; 
}
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}
citacao {
	margin: 15px;
 	padding: 0 0 0 20px;  	
  	background: #FAFAFA;
	border: 1px solid #f2f2f2; 
	border-left: 4px solid #2181C7;   
	color: #2181C7;
	font: bold 1.2em/1.5em Georgia, 'Bookman Old Style', Serif; 
}

/* form elements */
form {
	 padding: 0;
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}

input {
	padding: 2px;
	border:1px solid #FFF;
	font: normal 1em Verdana, sans-serif;
	color:#777;
}

input.image{
	padding: 2px;
	border:0px;
	font: normal 1em Verdana, sans-serif;
}

textarea {
	width:300px;
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
}
input.button { 
	margin: 0; 
	font: bold 1em Arial, Sans-serif; 
	padding: 2px 3px; 
	color: #2181C7;	
}

/* search form */

#search {
	padding: 0;
	margin: 10px 0 0 17px;
}

#search form {
	margin: 0;
	padding: 0;
}

#search input.search {
	width: 94px;
	height: 17px;
	float: left;
	padding: 0;
	margin: 2px;
	font: 1.1em Arial, Sans-serif;
	color: #333333;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #AAAAAA;
	border-right-color: #AAAAAA;
	border-bottom-color: #DDDDDD;
	border-left-color: #DDDDDD;
}

#search input.botao_buscar {
	border: none;
	background: none;
	float:left;
	height: 19px;
	margin: 0 0 0 3px;
	width: 22px;
}

/***********************
	  LAYOUT
************************/
#wrap {
	background: #FFF;
	width: 820px; height: 100%;
	margin: 0 auto;	
	text-align: left;
}
#content-wrap {
	clear: both;
	margin: 0; padding: 0;	
	background: #FFF;
}

/* header */
#header {
	position: relative;
	height: 85px;	
	background: #000 url(headerbg.gif) repeat-x 0% 100%;	
}
#header h1#logo {
	position: absolute;
	margin: 0; padding: 0;
	font: bolder 4.1em 'Trebuchet MS', Arial, Sans-serif;
	letter-spacing: -2px;
	text-transform: lowercase;
	top: 0; left: 5px;	
}
#header h2#slogan {
	position: absolute;	 
	top:37px; left: 95px;
	color: #666666;
	text-indent: 0px;
	font: bold 11px Tahoma, 'trebuchet MS', Sans-serif; 
	text-transform: none;	
}
#header form.searchform {
	position: absolute;
	top: 0; right: -12px;	
}

/* main */
#main {
	float: left;
	margin-left: 15px;
	padding: 0;
	width: 50%;		
}

.post-footer {
	background-color: #FAFAFA;
	padding: 5px; margin: 20px 15px 0 15px;
	border: 1px solid #f2f2f2;
	font-size: 95%;	
}
.post-footer .date {
	background: url(clock.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .comments {
	background: url(comment.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .readmore {
	background: url(page.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}


#div_pai {
	margin:0 auto auto auto;
	max-width:850px;
}

#linha_pontilhada{
	background-image:url(imagens_design/linha_pontilhada.jpg); 
	background-repeat:repeat-x;
	height:1px; 
}

#corpo {
	margin:0 auto auto auto;
	padding:0;
	text-align:left;
	font: 11px  Verdana, Tahoma, Helvetica, sans-serif; 
	width:100%;
}


/* chamada ------------------------------------------------------------ */ 
#chamada {
	margin:0 auto auto auto;
	float: left;	
	width: 128px;
	text-align: left;	
	padding:12px 0 15px 12px ;
	line-height:13px;
	font-size:10px;
}
#chamada p{
	margin-bottom:4px;
}

	/* obs: modificar tambem a chamada especial para o EDITOR*/
	.chamada_editor {
	
	}

/* FIM chamada ------------------------------------------------------------ */ 


/* banner */
#banner {
	display: inline;	
	margin:6px 10px 3px 0px;
	float: left;	
	width: 128px;
	text-align:center;	
	padding:10px 9px 7px 7px ;
}

/* menu */
#menu {
	float: left;
	margin: 0;
	padding: 0; 
	display: inline;	
	text-align: left;	
	
	font: 13px/17px  "trebuchet ms", helvetica, sans-serif;
}
#menu ul {
	list-style:none;
	margin:8px 0 15px 10px;
	padding:0;		
}

/* principal */
#menu li.principal  {
	margin-top:4px;
}
#menu li.principal a {
	display:block;
	color: #333;	
	text-decoration:none;	
	padding:2px 5px 2px 10px;
	
	min-height:18px;
}

#menu li.principal a:hover {
	color: #004DEC;
	text-decoration:underline;	
}


/* submenu  */

#menu li.submenu  {
	padding:2px 5px 5px 17px;
	font-size:95%;
	line-height:14px;
}
#menu li.submenu a {
	display:block;
	color: #333;	
	text-decoration:none;
}

#menu li.submenu a:hover {
	color: #004DEC;
	text-decoration:underline;	
}


/* secao - titulos como MENU, BUSCA, NOTICIAS */

#secao {
	margin:16px 0 6px 20px;
	padding: 0;
	text-align:left;
	color:#333333;	
	font: 1.0em Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	letter-spacing:3px;
}

/* rightbar */
#rightbar {
	float: right;
	width: 23%;
	padding: 0; 
	margin:0;		
}

/* Footer */
#footer { 
	margin: 3px 0 0 0;
	text-align:center;
	clear: both; 
	color: #2C5696; 
	padding: 0; 
	font-size: 90%;		
}
#footer a { 
	text-decoration: none; 
	font-weight: bold;	
	color: #2C5696;
}
#footer a:hover{ 
	text-decoration: underline; 
	font-weight: bold;		
	color: #2C75EF;
}

/* menu tabs */
#header ul {
	z-index: 999999;
	position: absolute;
   margin:0; padding: 0;
   list-style:none;
	right: 0; 
	bottom: 6px !important; bottom: 5px;
	font: bold 13px  Arial, 'Trebuchet MS', Tahoma, verdana,  sans-serif;	
}
#header li {
   display:inline;
   margin:0; padding:0;
}
#header a {
   float:left;
   background: url(tableft.gif) no-repeat left top;
   margin:0;
   padding:0 0 0 4px;
   text-decoration:none;
}
#header a span {
   float:left;
   display:block;
   background: url(tabright.gif) no-repeat right top;
   padding:6px 15px 3px 8px;
   color: #FFF;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#header a span {float:none;}
/* End IE5-Mac hack */
#header a:hover span {
	color:#FFF;
}
#header a:hover {
   background-position:0% -42px;
}
#header a:hover span {
   background-position:100% -42px;
}
#header #current a {
   background-position:0% -42px;
	color: #FFF;
}
#header #current a span {
   background-position:100% -42px;
	color: #FFF;
}
/* end menu tabs */

/* alignment classes */
.float-left  { float: left; }
.float-right {	float: right; }
.align-left  {	text-align: left; }
.align-right {	text-align: right; }

/* additional classes */
.clear { clear: both; }
.green {	color: #0EB423; }
.gray  {	color: #BFBFBF; }

#topo_idiomas {
	float:left; 
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:10px; 
	color:#A2CFF2;
	margin: 8px 0 0 14px;
}

#topo_idiomas a {
	color:#A2CFF2;
	text-decoration:underline;
}

#topo_data {
	float:right; 
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:10px; 
	color:#A2CFF2;
	margin: 8px 14px 0 0;
}


/*------------------------------------------------------------------------------------------------------*/


.Titulo {
	margin: 4px 0 5px 0;
	font-size: 18px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #2068FF;
}
.Titulo a { text-decoration: none; color: #2068FF; }
.Titulo a:hover { text-decoration: underline; }
.Titulo a:visited { color: #2068FF; }

/*------------------------------------------------------------------------------------------------------*/

.subTitulo { margin: 0 0 0 0; font-size: 14px; font-family: arial; font-weight: bold; color: #252525;}
.subTitulo a { text-decoration: none; color: #252525; text-decoration: underline; }
.subTitulo a:hover { text-decoration: underline; }
.subTitulo a:visited { color: #252525; }

/*------------------------------------------------------------------------------------------------------*/

.topico { margin: 0 0 0 0; font-size: 11px; font-family: arial; font-weight: bold; color: #3880CF; }
.topico a { text-decoration: none; color: #3880CF; }
.topico a:hover { text-decoration: underline; }
.topico a:visited { color: #3880CF; }

/*------------------------------------------------------------------------------------------------------*/

.texto_artigo { font: 12px verdana; line-height: 17px; }

/*------------------------------------------------------------------------------------------------------*/

.texto_prim_pag { margin: 3px 0 15px 0; font-size: 11px; font-family: verdana; }

/*------------------------------------------------------------------------------------------------------*/

.texto_chamada {
	margin: 0;
	padding: 2px 0 2px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.texto_chamada a { text-decoration: none; color: #000000; }
.texto_chamada a:hover { text-decoration: underline; }
.texto_chamada a:visited { color: #000000; }

/*------------------------------------------------------------------------------------------------------*/

#letreiro {
	color: #E70000; 
	font-family: verdana; 
	font-size: 11px; 
	font-weight: normal; 
	line-height: 12px; 
	text-decoration: none;
	text-align:left;
	height:25px;
}
#letreiro a { 
	text-decoration: none; color: #E70000; }
#letreiro a:hover { 
	text-decoration: underline; }
#letreiro a:visited { 
	color: #E70000; }
	
/*------------------------------------------------------------------------------------------------------*/

.indicar_imprimir {
	margin: 0;
	padding: 2px 0 2px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.indicar_imprimir a { text-decoration: none; color: #000000; }
.indicar_imprimir a:hover { text-decoration: underline; }
.indicar_imprimir a:visited { color: #000000; }

/*------------------------------------------------------------------------------------------------------*/

.lingua {
	color: #6496FF; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
}
.lingua a { 
	text-decoration: none; color: #6496FF; }
.lingua a:hover { 
	text-decoration: underline; }
.lingua a:visited { 
	color: #6496FF; }


