/*
Theme Name: Waldir Theme
Theme URI: 
Description: 
Version: 1.0
Author: D3!
Tags: waldir
*/


/*NAVEGAÇÃO*/
ul {list-style:none;margin-left:0;padding-left:0;margin-top:0;}
ol {margin-left:0;margin-left:30px;margin-top:0;}
.left {display : inline;float : left;}
.right {display : inline;float : right;}




/* D3! ESTUDIO */

body {
	margin: 0px;
	border: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #6d6d6d;
	font-size: 12px;
	
}

a {
	color: #6d6d6d;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;	
}

/*<!--LAYOUT-->*/

.cor_masculino { color:#3baec9; }
.cor_feminino { color:#e73f84; }

#estrutura {
	width:925px;
	margin: 0 auto;
}

#topo_site {
	background: url(images/topo_site_fundo.gif);
	background-repeat: repeat-x;
	height: 45px;
	margin: 0px;
	padding: 0px;
}

#topo_site_chamada {
	padding-top: 13px;
}

.txt_menu, .txt_menu a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #878686;
}

.txt_menu a:hover {
	color: #6d6d6d;
}

#coluna_esquerda_width {
	/* width:68%; /* 1024 */
	/* width:64%; /* 1280 */
}
#coluna_direita_width {
	padding-left:20px;
}


/*<!--POSTS-->*/

.post {
	margin-bottom: 60px;
}

.tit_post, .tit_post a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight:bold;
	text-transform: uppercase;
	color: #3b383a;
	margin-top: 7px;
	width: 648px;
}

.dados_post, .dados_post a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:bold;
	text-transform: uppercase;
	margin-bottom: 30px;
}

.rodape_posts {
	margin-top: 25px;
	margin-bottom: 35px;
}



/*<!--WIDGETS-->*/

.widget {
	margin-bottom: 8px;
	margin-top: 15px;
}

.tit_widgets {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:bold;
	text-transform: uppercase;
	color: #ffffff;
	margin-top: 8px;
}

.widget_estrutura {
	width: 277px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	padding-left: 22px;
}

.widget_lista {
	list-style-type: none;
	margin:0;
	padding:0;
	margin-bottom: 8px;
}
.widget_lista li {
	margin-bottom: 4px;
}



/* BUSCA */

.busca_box {
	width:262px;
	height:19px;
	font-size: 14px;
	border: 1px solid #000000;
	margin-bottom:2px;
}




/*<!--LIVRO-->*/

#livro {
	color:#929292;
}

#livro strong {
	color:#929292;
	text-transform:uppercase;
	line-height:15px;
}

#livro a {
	color:#929292;
	text-decoration:underline;
}


/*<!--COMENTARIO-->*/

.comentario {
	margin: 0 auto;
	margin-bottom:30px;
}

.comentario_autor {
	font-size: 15px;
	font-weight: bold;
	text-transform:uppercase;
	margin-top:-10px;
}

.comment-invitation .text {
	float:left;
	width:100px;
}

.comment-invitation .field {
	margin-bottom:10px;
}

.comment-invitation textarea, .comment-invitation input {
	border: 1px solid #c7c7c7;
}