/*
Theme Name: KDSG Blog
Theme URI: http://www.kdsg.com.br/blog
Description: Tema feito para o portfólio pessoal.
Version: 2.0
Author: Kadu
Author URI: http://www.kdsg.com.br/
Tags: largura fixa, personalizado, carrosel de imagens, jquery
Text Domain: KDSG

	KDSG Blog v2.0
	 http://www.kdsg.com.br/blog

*/

/* Chamandos os estilos separados */
@import url("estilos/rodape.css");
@import url("estilos/barraLateral.css");
@import url("estilos/conteudo.css");
@import url("estilos/topo.css");
@import url("estilos/reset.css");
/* ------------------------------ */
 
body {
	background:url(imagens/body.jpg) repeat #EFF1C5;
	color:#6e7159;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	margin:0;
	padding:0;
}
.centro {
	margin:0 auto;
	width:982px;
}
.engloba {
	float:left;
	width:100%;
}
p {
	line-height:17px;
	margin:0 0 15px;
}
a, a:active, a:visited {
	color:#a3b044;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
