/*
Theme Name: Blog Os Nonatos
Theme URI: http://www.osnonatos.com.br/blog/
Version: 1.0
Author: Qualitare

*/

/* DEFINIÇÕES GERAIS */
* {margin:0;padding:0;list-style:none;text-decoration:none;}
strong{font-weight:bold;}
em{font-style:italic;}
html,address{font:normal normal 12px Arial, Helvetica, sans-serif; color:#443f35;}
html,body{text-align:center; height:100%;}
body{font-family:Arial, Helvetica, sans-serif; background:url(imagens/bg.jpg);}
html{height:100%;}
img{border:none;}
a{color:#443f35;}
a:hover{color:#a54c11;}
a:focus{outline:none;}

/* CLASSES DE USO GERAL*/
.left{float:left}
.right{float:right}
.clear{clear:both;}
.none{display:none;}
.block{display:block;}
.inline{display:inline;}
.indent{text-indent:-100000px;}
.absolute{position:absolute;}
.relative{position:relative;}
.hidden{overflow:hidden;}
.center{text-align:center;}
.tleft{text-align:left;}
.tright{text-align:right;}
.font10{font-size:10px;}
.font12{font-size:12px;}
.font13{font-size:13px;}
.font14{font-size:14px;}
.font16{font-size:16px;}
.font18{font-size:18px;}
.font20{font-size:20px;}

	
	/* CORES */
	.red{color:red;}
	.black{color:#000;}
	.white{color:#fff;}
	.blue{color:#0A90F1;}
	.blue2{color:#015996;}
	.grey{color:#616161;}
	/*cores principais do site*/
	.cor1 {color:#454036;}
	.cor2 {color:#a54c11;}
	.cor3 {color:#b9a98b;}

.bgnone {background:none !important;}
	
/* larguras */
.w5 {width:5%;}
.w10 {width:10%;}
.w15 {width:15%;}
.w20 {width:20%;}
.w25 {width:25%;}
.w30 {width:30%;}
.w35 {width:35%;}
.w40 {width:40%;}
.w45 {width:45%;}
.w50 {width:50%;}
.w55 {width:55%;}
.w60 {width:60%;}
.w65 {width:65%;}
.w70 {width:70%;}
.w75 {width:75%;}
.w80 {width:80%;}
.w85 {width:85%;}
.w90 {width:90%;}
.w95 {width:95%;}
.w100 {width:100%;}


/*################################## PRINCIPAL ##############################################*/
/* ESTRUTURA */
div#principal{position:relative; min-height:100%;}
/* {behavior:url(js/iepngfix.htc);}*/ /*png para ie6*/
.ie6 #principal {height:100%;}

/* TOPO */
div#topo{height:511px;}
h1 {display:none;}

/* MENUS */
#menu {display:none;}

/* botoes */
.botoes {background:url(imagens/botoes.gif) no-repeat; display:block; text-indent:-99999px; cursor:pointer; height:52px; width:132px;}
.bt_enviar {background-position:0 0;}
.bt_pesquisar {background-position:0 -82px; }
.ie6 .bt_enviar, .bt_cadastrar {display:inline;}

/* TÍTULOS */
.titulos {background:url(imagens/titulos.gif) no-repeat; height:34px; text-indent:-99999px; display:block; margin:20px 0 0 0;}
.tit_pesquisar {background-position:0 0; width:142px; margin:0;}
.tit_categorias {background-position:0 -43px; width:158px;}
.tit_arquivos {background-position:0 -87px; width:125px;}
.tit_blog {background-position:0 -131px; width:64px; margin:0 0 30px 0;}

/* conteudo */
#conteudo {padding:20px; width:900px; margin:0 auto; background:#f0ede6 url(imagens/bg_conteudo.jpg) center bottom no-repeat;}

p {line-height:1.6em; margin:20px 0 0 0;}

/* posts */
div.posts {padding:30px 20px 30px 20px; background:url(imagens/divhorizontal.gif) 0 bottom no-repeat; margin:0;}
div.posts h2 a {font-size:18px; color:#443f35;}
div.posts h2 a:hover {color:#a54c11;}
div.posts h3 {font:normal 11px Arial, Helvetica, sans-serif; margin:5px 0 0 0;}
div.posts h3 strong {color:#443f35;}
div.posts img {border:1px solid #ccc; padding:5px; background:#fff; margin:5px;}
div.posts h4 {float:right; background:url(imagens/balao.gif) no-repeat; padding:0 0 5px 25px; font-weight:normal; font-size:11px; margin:20px 0 0 0;}
div.posts h4 strong {color:#443f35;}

#coldir {width:280px; float:right; text-align:left; background:url(imagens/divertical.gif) 0 0 no-repeat; padding:0 0 0 20px;}
#blog {width:580px; float:left; padding:0 20px 0 0; text-align:left; background:url(imagens/divhorizontal.gif) 0 50px no-repeat;}

div.boxlateral ul {margin:0;}
.boxlateral form {margin:10px 0 0 0;}
.boxlateral li {margin:10px 0 0 0; font-size:14px;}

#commentlist li {margin:0 0 20px 0; border-bottom:1px solid #bf9f6a; padding:0 0 20px 0;}
#commentlist li img {float:left; margin:0 10px 0 0;}

.titresultados {margin:20px 0 0 0; font-size:18px;}

/* FORMS */
fieldset{margin:0;padding:0;border:none;}
form * {font-family: Arial, Helvetica, sans-serif; font-size:12px; color:#454036;}
label {display:block; width:150px; float:left; font-weight:bold; text-align:left; padding:4px 5px 0 0; margin:5px 0 2px 0;}
input, textarea {background:url(imagens/forms.gif) no-repeat; height:16px; padding:5px 8px; border:none; margin:0 0 5px 0;}
textarea {background-position:0 -81px; width:384px; height:126px; overflow:auto;}
.input_maior {background-position:0 0; width:384px;}
.input_medio {background-position:0 -27px; width:300px;}
.input_menor {background-position:0 -54px; width:200px;}

#form_contato, #form_faclube {width:486px; margin:20px 0 0 0; float:left;}
.ie6 #form_contato, #form_faclube {width:490px;}

/* RODAPE */
div#rodape{position:absolute; width:100%; left:0; background:url(imagens/bgrodape.gif) center 0 no-repeat; padding:62px 0 20px 0;}
#rodape p {color:#b9a98b; width:600px; margin:0 auto;}
/* ASSINATURAS */
div#rodape a.qualitare{width:63px; height:21px;float:right; margin:0 20px 0 0; background:url(imagens/assinatura_qualitare.gif) no-repeat;}