@charset "utf-8";
/* CSS Document */

body {
	font-family:"Trebuchet MS", Helvetica, Arial, sans-serif;
	color:#323233;
	overflow-y:scroll;
	background:url(../imagens/layout/bg_pagina.jpg) no-repeat top center;
	height:100%;
}

a  {
	color:#333;
	text-decoration:none;
}


a:hover  {
	color:#000;
	text-decoration:underline;
}

.texto ul { margin-left:30px; margin-top:7px; }

.texto li { list-style:square; }

.container {
	width:900px;
	margin:0 auto;
	z-index:5;
	min-height:100%;
}

#fundo_menu {
	background:url(../imagens/layout/bg_menu.jpg) top center repeat-x;
	width:100%;
	height:43px;
	left:0px;
	top:0px;
	position:absolute;
	z-index:999;
	box-shadow: 0px 2px 2px #000;
}

.c10 {
	clear:both;
	height:10px;
}

.c20 {
	clear:both;
	height:20px;
}

.c100 {
	clear:both;
	height:70px;
}

.c1 {
	clear:both;
	height:1px;
}

h2 {
	font-family:'Coolvetica';
	font-size:24px;
	color:#00aeef;
}

h3 {
	font-size:16px;
	color:#AAA;
	text-transform:uppercase;
	font-weight:bold;
}

/* ----- FONTE ----- */

@font-face {
    font-family: 'Coolvetica';
    src: url('fontes/coolvetica/coolvetica-webfont.eot');
    src: url('http://www.paulowd.com.br/css/fontes/coolvetica/coolvetica-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

#sidebar {
	float:left;
	font-size:12px;
	color:#212122;
	width:250px;
	margin-top:100px;
	overflow:hidden;
}

#sidebar p {
	padding-right:5px;
	line-height:16px;
	font-size:12px;
}

#sidebar li {
	border-top:1px solid #f1f1f1;
	border-bottom:1px solid #c6c6c6;
	display:block;
	clear:both;
	float:left;
	height:32px;
	line-height:32px;
	width:100%;
}

#sidebar li a:hover {
	color:#888;
}

#sidebar li.first {
	border-top:0px;
}

#sidebar li.last {
	border-bottom:0px;
}

#sidebar li a {
	color:#AAA;
	font-weight:bold;
	padding:0;
	margin:0;
	text-decoration:none;
	display:block;
	padding-left:40px;
}

#sidebar li.wd {
	background:url(../imagens/icones/web.jpg) no-repeat left center;
}

#sidebar li.dg{
	background:url(../imagens/icones/print.jpg) no-repeat left center;
}

#sidebar li.ta {
	background:url(../imagens/icones/academico.jpg) no-repeat left center;
}



/* ----- CONTEUDO SITE ----- */

#conteudo_site {
	width:580px;
	float:left;
	margin-left:40px;
	top:80px;
	position:relative;
	font-size:12px;
	line-height:16px;
}

#conteudo_site p.migalha {
	color:#333;
	font-size:9px;
	margin-bottom:10px;
}

#conteudo_site p.migalha a {
	color:#000;
	font-size:9px;
	text-decoration:none;
}

#conteudo_site p.migalha a:hover {
	text-decoration:underline;
}



/* ----- SOBRE MIM ----- */

.titulo {
	float:left;
}

.texto {
	float:right;
	width:400px;
	font-size:12px;
	line-height:16px;
}

.texto .titulo h4 {
	font-size:14px;
	color:#00aeee;
	font-weight:bold;
}

.texto .titulo p {
	font-style:italic;
	font-size:11px;
	margin-bottom:3px;
}

.texto .data {
	float:right;
	padding:2px 4px;
	background:#f5f5f5;
	border:1px solid #FFF;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-o-border-radius: 2px;
	-moz-box-shadow: 1px 1px 1px #CFCFCF;
	-webkit-box-shadow: 1px 1px 1px #CFCFCF;
	-o-box-shadow: 1px 1px 1px #CFCFCF;
	box-shadow: 1px 1px 1px #CFCFCF;
}

.bloco {
	padding-bottom:5px;
	margin-bottom:10px;
	border-bottom:1px solid #CFCFCF;
	/*float:left;
	clear:both;*/
}


/* ------------ RODAPÉ ----------- */

#footer {
	/*background:#FAFAFA;*/
	background:url(../imagens/layout/bg_footer.png) no-repeat top center;
	width:100%;
	height:200px;
	position:relative;
	clear:both;
	margin-top:-200px;
	z-index:125;
}

#footer .container {
	z-index:150;
}
	
	


#footer #links {
	float:left;
	color:#444;
	font-size:10px;
	padding-top:155px
}

#footer #links a {
	color:#333;
	font-size:11px;
	text-decoration:none;
}

#footer #links a:hover{
	text-decoration:underline;
}

#footer #redes_footer {
	float:right;
	color:#444;
	font-size:10px;
	line-height:16px;
	padding-top:155px
}

#footer #redes_footer img {
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	-o-border-radius:2px;
	float:left;
	clear:both;
	margin-top:2px;
	margin-right:4px;
}	

#footer .container {
	z-index:250;
}
	
	
	
	
	
	
	
	
html, body, .container { height:100% }
body > .container {height: auto; min-height: 100%;}




/* ----- CATEGORIA ------- */

.job {
	padding:0px;
	font-size:12px;
	/*background:#333;*/
	float:left;
	margin-right:20px;
	font-weight:bold;
	/*border:1px solid #CCC;*/
	max-width:183px;
	*width:170px;
	font-size:11px;
}

.job img {
	margin-bottom:5px;
	max-width:168px;
	max-height:150px;
	padding:5px;
	background:#F8F7F7;
	border:1px solid #E5E5E5;	
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-o-border-radius:3px;
}

.job a {
	text-decoration:none;
	color:#666;
	margin:0;
	padding:0;
	display:block;
	padding-bottom:5px;
}

.job:hover {
	/*background:#000;*/
}

.job:hover img {
	border:1px solid #55C0E0;
}

.job:hover a {
	text-decoration:none;
	color:#111;
}

.last_job {
	margin-right:0;
}



/*------------------------------------------------------
------------------------ HACK IE7 ----------------------
------------------------------------------------------*/

* {
	*overflow:hidden !important;
}

body {
	*overflow-y:auto !important;
	*z-index:5000;
	*width:100%;
	*height:100%;
	*left:0;
	*top:0;
	*position:absolute;
}
