/* CSS Document */
/* CSS Document */
body{
	background-image:url(imgs/fundoLinks.jpg);
}
#topo{
	background:none;
	height:260px;
}
#topo #titulo{
	width:376px;
	height:215px;
	margin:0px auto;
	padding:37px 0 0 474px;
}
#topo #titulo h1 a{
	display:block;
	text-indent:-9000px;
	overflow:hidden;
	width:376px;
	height:215px;
	background:url(imgs/nome.gif) bottom right no-repeat;
}
#topo .blog{
	background: url(imgs/topoBlog.jpg) left top no-repeat;
}
#topo .sobre{
	background: url(imgs/topoSobre.jpg) left top no-repeat;
}
#topo .portfolio{
	background: url(imgs/topoPortfolio.jpg) left top no-repeat;
}
#topo .contato{
	background: url(imgs/topoContato.jpg) left top no-repeat;
}

#conteudo #esquerda{
	width: 438px;
	float:left;
	padding: 0 20px 0 0;
	border-right:5px dashed #C9E6E9;
}
#conteudo #direita{
	width:318px;
	float:left;
	padding: 10px 0 10px 20px;
}
#conteudo #direita li{
	list-style:inside square;
	margin-bottom:5px;
	font-style:oblique;
}	
#conteudo #direita p{
	margin:0px;
}

#conteudo #esquerda .input, #conteudo .postinput .input{
	width: 426px;
	border:0px;
	padding: 4px;
	background-color:#e1f1f3;
	border-top:2px solid #a4c7cb;
	border-left:2px solid #a4c7cb;
}
#conteudo #esquerda .submit, #conteudo .postinput .submit{
	border:0px;
	font:18px Trebuchet MS, Arial;
	color:#a4c7cb;
	text-align:left;
	background-color:#FFFFFF;
}
#conteudo .post{
	width:810px;
	float:left;
	margin-bottom:20px;
	padding:10px;
	border:10px solid #C9E6E9;
	background-color:#fff;
}
#conteudo #portfolio{
	margin-bottom:20px;
}
#conteudo #portfolio a{
	text-indent:-1000px;
	overflow:hidden;
	width:165px;
	height:165px;
	float:left;
	padding:10px;
	margin-right:10px;
	border:10px solid #C9E6E9;
}
#conteudo #portfolio a:hover{
	border-color:#bce000;
}

#conteudo #portfolio a.portfolioGrafico{
	background:#fff url(imgs/portfolioBotaoGrafico.jpg) center center no-repeat;
}
#conteudo #portfolio a.portfolioWeb{
	background:#fff url(imgs/portfolioBotaoWeb.jpg) center center no-repeat;
}
#conteudo #portfolio a.portfolioIlustracao{
	background:#fff url(imgs/portfolioBotaoIlustracao.jpg) center center no-repeat;
}
#conteudo #portfolio a.portfolioFotos{
	background:#fff url(imgs/portfolioBotaoFotos.jpg) center center no-repeat;
	margin-right:0px;
}

#conteudo #portfolio a.portfolioGrafico:hover{
	background:#fff url(imgs/portfolioBotaoGraficoHover.jpg) center center no-repeat;
}
#conteudo #portfolio a.portfolioWeb:hover{
	background:#fff url(imgs/portfolioBotaoWebHover.jpg) center center no-repeat;
}
#conteudo #portfolio a.portfolioIlustracao:hover{
	background:#fff url(imgs/portfolioBotaoIlustracaoHover.jpg) center center no-repeat;
}
#conteudo #portfolio a.portfolioFotos:hover{
	background:#fff url(imgs/portfolioBotaoFotosHover.jpg) center center no-repeat;
	margin-right:0;
}