/* CSS RESET */
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, font, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {	margin: 0;padding: 0;border: 0;outline: 0;font-weight: inherit;font-style: inherit;font-size: 100%;font-family: inherit;vertical-align: baseline;}
/* remember to define focus styles! */: focus {	outline: 0;}
body {	line-height: 1;color: black;background: white;}
ol, ul {	list-style: none;}
/* tables still need 'cellspacing="0"' in the markup */table {	border-collapse: separate;border-spacing: 0;}
caption, th, td {	text-align: left;font-weight: normal;}
blockquote: before, blockquote: after,q: before, q: after {	content: "";}
blockquote, q {	quotes: "" "";}


/* ESTRUTURA INICIAL - body + #conteudo */
html{ overflow: -moz-scrollbars-vertical;}
body{
	background: #F8D89F url(bg_body.gif) repeat-y top center;
	font: normal 11px verdana, arial, helvetica, sans-serif;
	color: #996633;
	text-align: center;
	min-height: 100%;
}
#conteudo{
	width: 775px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}

/* TAGS */
h2, h3, h4, h5, h6 {
	font-family: 'trebuchet ms', verdana, arial, helvetica, sans-serif;
	clear: both;
}
h2{
	font-size: 28px;
	background: url(h2_bg.gif) no-repeat top right;
	margin: 0;
	padding: 0 0 30px;
}
h2 span{
	font-size: 22px;
	display: block;
}
h3{
	font-size: 22px;
	margin: 0 0 10px;
	padding: 20px 0 0;
	border-bottom: 2px solid #996633;
}
h3 span{
	font-size: 14px;
	font-weight: bold;
	display: block;
}
h3 a{text-decoration: none;font-weight: normal;}
h4{
	font-size: 18px;
	background: url(bullet.gif) no-repeat 2px 3px;
	margin: 0;
	padding: 0 0 7px 25px;
}
h4 span{font-size: 14px;display: block;}
h4 a{font-weight: normal;}
h5{
	font-size: 16px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
p{margin: 10px 0;}
a{
	color: #996633;
	font-weight: bold;
	outline: 0;
	text-decoration: none;
	padding:0 0 1px;
	background: url(link_bg.gif) no-repeat bottom left;
}
a:visited{color: #CC8800;}
a:hover{color: #CC5500;background: #FFE2AF url(link_bg_3.gif) no-repeat bottom right;}
acronym{
	border-bottom: 1px dotted;
	cursor: help;
}
strong {font-weight: bold;}
pre{
	width: 97%;
	font: 12px monospace;
	color: #808080;
	padding: 10px 5px 20px;
	overflow: auto;
	/*background: #F8EEC7;
	background: #FFFFFF;*/
	background: #E9E7E3;
	border: 1px dashed #808080;
}
pre:hover{
	color: #4F4F4F;
	background: #EFEFEF;
	border-color: #4F4F4F;
}
body code {
	font-family: courier, monospace;
	font-size:10px;
	background:#FDE8CD;
}
/* p, li, dt, dd {
	line-height:140%;
} */

/* CLASSES GERAIS */
.link_bloco{
	background: #F5C676;
	margin: 5px 40px;
	padding: 8px;
	display: block;
	text-align: center;
	text-decoration: none;
}
.link_bloco:hover{
	color: #FDE8CD;
	background: #EFB859;
}
.imagem_bloco {
	text-align:center;
}
.imagem_bloco a{
	padding: 0;
	background: none;
}
.topo{
	clear:both;
	text-align: right;
	margin: 10px 0;
	padding: 0;
}
.topo a{
	background-image: url(bullet_topo.gif);
	background-repeat: no-repeat;
	background-position: 0 3px;
	padding: 0 0 0 10px;
}
.topo a: visited{background:url(bullet_topo.gif) no-repeat 0 -11px;}
.topo a:hover{background:url(bullet_topo.gif) no-repeat 0 -25px;}
.fleft {float: left;}
.fright {float: right;}
p, li, dt, dd {line-height:130%;}

/* LISTAS */
ul{
	clear:both;
}
ul li{
	margin: 0 0 10px;
}
.lista_bull{
	clear: both;
}
.lista_bull li{
	margin:0 0 2px 0;
	padding: 0 0 0 15px;
	background: url(bullet_los.gif) no-repeat 0 0;
}
.aviso {
	background:#F5C676;
	border-radius: 10px; /* CSS 3 */
	-o-border-radius: 10px; /* Opera */
	-icab-border-radius: 10px; /* iCab */
	-khtml-border-radius: 10px; /* Konqueror */
	-moz-border-radius: 10px; /* Firefox */
	-webkit-border-radius: 10px; /* Safari */
	color:#6F451B;
	margin:0 10px 20px;
	padding:5px 15px;
}
#centro .aviso .simple_anchor {padding:0;}
#centro .aviso .simple_anchor img {margin:0 auto;}



/* ---------- MENU P-GINAS ---------- */
#menu{
	height: 115px;
	clear: both;
	margin: 0 0 10px;
	padding: 0 20px 0 20px;
	background: url(topo.gif) no-repeat 0 0;
}
#menu: after{
	content: ".";
	width: 100%;
	height: 0;
	text-indent: -999999px;
	overflow: hidden;
	clear: both;
	display: block;
}
h1{
	width: 260px;
	height: 68px;
	float: left;
	background: url(logo_texto.gif) no-repeat 0 0;
}
h1 a{
	font-size: 10px;
	width: 260px;
	height: 68px;
	display: block;
	color: #996633;
	overflow: hidden;
	text-indent: -999999px;
	padding:0;
	background: url(logo_texto.gif) no-repeat 0 0;
}
h1 a:hover{background: url(logo_texto.gif) no-repeat bottom left;}

#menu ul{
	width: 744px;
	float: left;
	clear: both;
	padding: 6px 0 0;
}
#menu li{
	display: block;
	float: left;
	list-style: none;
	position: relative;
}
#menu li a{
	float: left;
	display: block;
	padding: 4px 10px 5px 25px;
	color: #885522;
	text-decoration: none;
	background-repeat: no-repeat;
	background-image: url(menu_itens.gif);
	line-height:120%;
	border-radius: 8px 8px 0 0; /* CSS 3 */
	-o-border-radius: 8px 8px 0 0; /* Opera */
	-icab-border-radius: 8px 8px 0 0; /* iCab */
	-khtml-border-radius: 8px 8px 0 0; /* Konqueror */
	-moz-border-radius: 8px 8px 0 0; /* Firefox */
	-webkit-border-radius: 8px 8px 0 0; /* Safari */
}
#menu li a:hover{
	color: #CC5500;
	text-decoration: none;
	background-color: #FFF8EF;
}

#home, #home a{background-position: top left;}
#home a:hover{background-position: bottom left;}
#curriculo, #curriculo a{background-position: -110px top;}
#curriculo a:hover{background-position: -110px bottom;}
#processos, #processos a{background-position: -220px top;}
#processos a:hover{background-position: -220px bottom;}
#projetos, #projetos a{background-position: -330px top;}
#projetos a:hover{background-position: -330px bottom;}
#links, #links a{background-position: -440px top;}
#links a:hover{background-position: -440px bottom;}
#contato, #contato a{background-position: -550px top;}
#contato a:hover{background-position: -550px bottom;}
#feed, #feed a{background-position: -880px top;}
#feed a:hover{background-position: -880px bottom;}

.btn li{
	width: 100%;
	margin:0;
	display: block;
	list-style: none;
	float: left;
	border-bottom: 1px solid #F5C676;
}
.btn li a{
	height: 1%;
	font-size: 12px;
	font-weight: normal;
	padding: 10px 10px 10px 5px;
	display: block;
	text-decoration: none;
	background-color: #FFE3BF;
	background-image: url(menu.gif);
	background-repeat: no-repeat;
	outline: 0;
}
.btn li a: visited{color: #996633;}
.btn li a:hover{background-color: #FFEED9;color: #996633}
.btn li.light a, ul.btn li.light a:hover{background-color: #E5A96D;}

#ilustras1,#ilustras1 a{background-position: right -360px}
#ilustras2,#ilustras2 a{background-position: right -413px}
#ilustras3,#ilustras3 a{background-position: right -468px}
#ilustras_todas,#ilustras_todas a{background-position: right -523px}

/* ---------- SIDEBAR ---------- */
#sidebar {
	width: 248px;
	float: left;
	padding: 0 0 0 8px;
}
.icones {margin: 10px 10px 25px 0;}
.icones dd {margin: 2px 0;}
.icones img, #centro .icones img {
	border: none;
	vertical-align: middle;
	margin: 0;
	padding: 0;
}
#alert_box{
	text-align: left;
	padding: 5px 10px 10px;
	background: #FDE8CD url(canto.gif) no-repeat bottom right;
	clear: both;
	line-height:auto;
}
#alert_box img, #alerta img{
	border: none;
	float: left;
	vertical-align: middle;
	padding: 0;
	margin: 0;
	background: #FDE8CD;
}
#sidebar #alert_box{margin: 0 22px 0 0;}
#coluna_unica #alert_box{margin: 10px 25px 25px;}

/* ---------- CAIXA CENTRAL ---------- */
#centro{
	width: 510px;
	background: url(arabesco_bottom.gif) no-repeat bottom center;
	float: left;
	padding: 0 0 80px;
}
#coluna_unica {
	width:auto;
	padding:0 9px 0 20px;
}
#centro img{
	margin: 0 5px 5px;
	padding: 3px;
	background-color: #FFE3BF;
	border: 1px solid #CFA45A;
}
#centro img:hover{background-color: #FFEED9;}

/*  currículo */
.blocoCurriculo {margin: 5px 0 50px;} 
.blocoCurriculo .skillset dt{font-weight: bold;margin: 0 0 0 7px}
.blocoCurriculo .skillset dd{padding: 0 0 10px 12px;}
.blocoCurriculo .skillset dd ol{margin: 5px 0;padding: 0;}

/* noticias */
#centro .noticia, .blocoCurriculo{
	margin: 0 0 10px;
	padding: 0 0 10px;
	background: url(traco_noticia.gif) repeat-x bottom left;
}
#centro .noticia:after{
	content:".";
	width:100%;
	height:0;
	text-indent:-999999px;
	overflow:hidden;
	clear:both;
	display:block;
}
#centro .noticia img.fright{margin: 0 0 5px 5px;}
#centro .noticia img.fleft{margin: 0 5px 5px 0;}

/* rodape */
address{
	font-style:italic;
	clear: both;
	text-align: center;
	padding: 10px 125px 10px;
	background: url(random_img_bg.gif) no-repeat center center;
	height:1%; /* ie */
}
/* ---------- CONTATO ---------- */
#form_contato{
	padding: 0 60px;
}
#form_contato label{
	padding: 2px;
	display: block;
	cursor: pointer;
}
#form_contato label.normal{background: none;color: #963;}
#form_contato label.normal span{display: none;}
#form_contato label.erro{background: #E5A96D;color: #000;}
#form_contato label.erro input, form label.erro textarea{border: 1px solid red;}
#form_contato label.erro span{display: inline;color: #FFF;font-weight: bold;}
#form_contato p{margin: 5px 0;}
#form_contato p .input_text{
	width: 97.3%;
	font: 12px verdana, arial, sans-serif;
	color: #996633;
	background: #FFEED9;
	padding: 3px;
	border: 1px solid #996633;
}
#form_contato textarea{
	width: 97.3%;
	height: 200px;
	font: 12px verdana, arial, sans-serif;
	color: #996633;
	background: #FFEED9;
	padding: 3px;
	display: block;
	border: 1px solid #996633;
}
#form_contato p .input_text: focus, form textarea: focus{background: #FFF;}
#form_contato p #btn_submit{
	width: 70px;
	height: 22px;
	font-weight: bold;
	color: #996633;
	margin: 0 0 0 190px;
	cursor: pointer;
	background: url(bullet.gif) no-repeat 2px 2px;
	border: thin none;
}

/* POWER CLIP */
.exe_bloco{
	padding: 4px;
	background: #FDE8CD;
	border: 1px dashed #996633;
}
.paginas{
	margin: 20px 0;
	clear: both;
}
.paginas a, .paginas span{
	margin: 0 2px;
	padding: 8px 10px;
	background: #FDE8CD url(canto.gif) no-repeat bottom right;
}
.paginas a:hover{
	background-color: #EFCB86;
}

/* DESENHO I */
.lista_desenhos:after{
	content:".";
	width:100%;
	height:0;
	text-indent:-999999px;
	overflow:hidden;
	clear:both;
	display:block;
}
.lista_desenhos{width:100%;clear:both;}
.lista_desenhos li{
	width:108px;
	height:108px;
	float:left;
	margin:0 8px 8px 0;
	list-style:none;
}
.lista_desenhos li a{
	width:100px;
	height:100px;
	padding:4px;
	float:left;
	background:#FDE8CD none;
	border:1px solid #996633;
}
.lista_desenhos li a:visited{background:url(desenho_visited.gif) no-repeat center center;}
.lista_desenhos li a:visited img{filter:alpha(opacity=40);opacity:0.4;}
.lista_desenhos li a:hover{
	padding:4px;
	background-color:#F5C676;
	border:1px solid #996633;
	filter:alpha(opacity=100);
	opacity:1;
}
.lista_desenhos li a:hover img{filter:alpha(opacity=100);opacity:1;}
.lista_desenhos li a:hover img{
	/* filter: gray */
}
.lista_desenhos li a img{
	padding:0;
	background-color:#FFFFFF;
	border:none;
	display:inline;
	margin:0;
	padding:0;
}
.desenho1 img {
	background-color:#FDE8CD;
	border:2px solid #996633;
	display:block;
	margin:10px auto;
	padding:10px;
}

/* WIDGET BLOGBLOGS */
#bbw_readers {
	background:transparent url(minis.gif) no-repeat scroll 0 0;
	clear:both;
	float:left;
	padding:5px 0 0;
	position:relative;
	width:238px;
}
#bbw_readers a {
	background:none;
	font-weight:normal;
}
#bbw_readers a:hover {
	background:transparent url(link_bg_3.gif) no-repeat bottom right;
}
#bbw_readers div {
	background:#FFE3BF;
	width:212px;
	margin:0 14px 0 4px;
	padding:2px 4px;
}
#bbw_readers .bbw_title {
	background:#F8D89F;
	width:220px;
	margin:0 14px 0 4px;
	padding:2px 0;
	text-align:center;
	border-bottom:1px solid #D6AC74;
}
#bbw_readers .bbw_title a {
	display:block;
}
#bbw_readers .bbw_icons {
	width:208px;
	padding:2px 0 2px 12px;
	border-bottom:1px solid #F5C676;
}
#bbw_readers .bbw_rank {
	border-bottom:1px solid #F5C676;
}
#bbw_readers .bbw_icons a {
	background:none;
	padding:0;
}
#bbw_readers .bbw_icons:after {
	content:".";
	width:100%;
	height:0;
	text-indent:-999999px;
	overflow:hidden;
	clear:both;
	display:block;
}
#bbw_readers .bbw_icons a {
	display:block;
	float:left;
	margin:0 6px 0 0;
	padding:2px 2px;
	border-radius: 4px; /* CSS 3 */
	-o-border-radius: 4px; /* Opera */
	-icab-border-radius: 4px; /* iCab */
	-khtml-border-radius: 4px; /* Konqueror */
	-moz-border-radius: 4px; /* Firefox */
	-webkit-border-radius: 4px; /* Safari */
}
#bbw_readers .bbw_icons a:hover {background:#FFEED9;}
#bbw_readers .bbw_footer {
	font-size:10px;
	background:transparent url(minis.gif) no-repeat scroll left bottom;
	margin:0;
	padding:0 14px 12px 4px;
	width:220px;
	border:none;
}
#bbw_readers .bbw_entry{
	width:212px;
	padding:2px 4px;
	border-bottom:1px dashed #F5C676;
	line-height:25px;
}
#bbw_readers .bbw_entry a img{vertical-align:middle;}
#bbw_readers .bbw_entry:hover{background-color: #FFEED9;}

#bbw_readers .bbw_entry2{
	width:220px;
	padding:0;
	line-height:25px;
}
#bbw_readers .bbw_entry2 a{
	padding:2px 4px;
	display:block;
	border-bottom:1px dashed #F5C676;
}
#bbw_readers .bbw_entry2 a img{vertical-align:middle;}
#bbw_readers .bbw_entry2 a:hover{background-color: #FFEED9;}

