@charset "utf-8";
/*  
Theme Name: Novaz - Theme
Theme URI: http://www.novaz.com.br/blog
Description: Template criado para empresa de webdesigners freelance Novaz.com.br.
Author: Daniel Leal Freitas
Author URI: http://www.novaz.com.br/
Version: 1.0
Tags: webdesign, design, web, html, php, tutoriais, artigos, freelance, novaz, daniel leal freitas, itajaí
.
Your theme can be your copyrighted work.
Like WordPress, this work is released under GNU General Public License, version 2 (GPL).
http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
.
*/

/* Reset default browser styles */
@import url('styles/reset.css');

/* Basic WordPress Styles */
@import url('styles/wp.css');


body {
	background: url(images/background_2012.jpg) repeat;
	margin:0;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size:80%;		
}
blockquote{
	padding-left:20px;
	text-align:justify;
	font-style:italic;
}

#wrapper{
	width:960px;
	height:auto;
	min-height:1200px;
	background:#FFF;
	margin:0 auto;
	padding-bottom:20px;
}
#menu_cliente{
	width:100%;
	height:20px;
	background:#000;
}
p{	
	line-height:1.2em;
}
h1,h2,h3,h4,h5,h6 {
	line-height:1.2em;
	font-weight:bold;
	color:#900;
}
h1{
	font-size:160%; !important
}
h2{
	font-size:150%;	
}
h3{
	font-size:120%;	
}
h4{
	font-size:100%;	
}
h5{
	font-size:90%;	
}
h6{
	font-size:70%;	
}



li {
	line-height:1.2em;
}
#posts li{
	list-style: disc;
	list-style-position:inside;
}
#posts ul{
	text-indent:2em;
}
/*-------FORMULÁRIOS--------*/
.form2{
	width:98%;
	background: #666;
	border:none;	
}
.form2:focus{
	background: #FFC;	
}
.botao_formulário{
	display:block;
	height:20px;
	width:99%;
	border:#999 solid 1px;
	background: #000;
	color:#FFF;	
	margin-top:10px;
}
/* =Header
-------------------------------------------------------------- */
#masthead{
	background: url(images/bg_topo.jpg);
	height:187px;
}
#canto_superior_esquerdo{
	width:80px;
	height:85px;
	float:left;
	background:url(images/canto_superior_esquerdo.png);
}
#branding {
	width:200px;
	height:78px;
	margin-left:50px;
	margin-top:40px;
	float:left;
}
#blog-title{
	background:url(images/logo_novaz.png);
	width:200px;
	height:80px;
	text-indent:-9000px;
}
#avatar{
	background:url(images/avatar_daniel.png);
	width:110px;
	height:135px;
	float:right;
	margin-top:10px;
	margin-right:10px;

}
#balaozinho{
	background:url(images/balaozinho.png);
	width:245px;
	height:110px;
	padding-left:10px;
	padding-top:10px;
	padding-right:15px;
	padding-bottom:10px;	
	float:right;
	margin: 15px -5px 0px 0;
	line-height:1.2em;
}
.texto_red{
	color:#900;
	font-weight:bold;
}
.clear{
	clear:both;
}
a{
	text-decoration:none;
	
}
/* =Menu
-------------------------------------------------------------- */

#access {
        margin: 0 0 1.5em 0;
        overflow: auto;
}
.skip-link {
        display: none;
}
.menu{
	width:950px;
	float:left;
	margin-top:10px;
	margin-left:7px;	
}
.menu ul {
        list-style: none;
        margin: 0;
}
.menu ul ul {
        display: none;
}
.menu li {
	display: inline;
	float:left;
	position:relative;	
		
}
.menu a {
    display: block;
  	float: left;
	height:25px;
	color:#FFF;	
	float:left;
	width:135px;
	text-align:center;
	text-decoration:none;
	background: url(images/bg_menu.png) left;
	padding-top:5px;		
}
.menu li a:hover{
	color:#FFF;
	display:block;
	float:left;
	width:135px;
	text-align:center;
	text-decoration:none;
	background:url(images/bg_menu.png) right;
}

/* =Content
-------------------------------------------------------------- */
#content{
	float:left;
	padding-left:5px;
	padding-right:5px;
	margin-top:5px;
	margin-left:1px;

}
.entry-content, .entry-summary {
        margin: 1.5em 0 0 0;
}


/* =Navigation
-------------------------------------------------------------- */

.navigation {
        margin: 0 0 1.5em 0;
        overflow: auto; 
}


/* =Widget Areas
-------------------------------------------------------------- */
#newsletter_wrap{
		float:right;
		margin-top:5px;
		margin-right:8px;
		background:#FFF;
		border: #CCC solid 1px;
		width:238px;
		padding:5px;
		margin-bottom:5px;

		
}



.widget-area ul {
        list-style: none;
        margin-left: 0;
}
.widget-area ul ul {
        list-style: disc;
        margin-left: 1.1em;
}
.widget-area ul ul ul {
        margin-left: 2.5em;
}
.widget-container {
        margin: 0 0 1.5em 0;
}
/*-------RODAPE---------*/
#contato_hack_h1{
	display:block;
	margin-left:10px;
	margin-top:10px;
	color:#FFF;
	font-size:160%;
}
#rodape_canto_esquerdo{
	width:20px;
	height:20px;
	background:url(images/rodape_canto_esquerdo.png);
	position:relative;
	margin-top:-20px;
	margin-left:-15px;
	
}
#rodape_canto_direito{
	width:20px;
	height:20px;	
	background:url(images/rodape_canto_direito.png);
	position:relative;
	margin-top:-20px;
	float:right;
}
#footer{
	float:left;
	width:985px;
	height:auto;
	min-height:310px;
	margin-left:-20px;
	margin-top:10px;
	background:#000;
	padding-left:15px;
	
}
#rodape_wrapper h1{
	color:#FFF;	
}
.rodape_col{
	color:#FFF;	
	width:308px;
	height:250px;
	float:left;
	border:#333 solid 1px;
	margin-left:10px;
}
.rodape_col h1{
	text-align:center;		
	background:#900;
	height:25px;
	font-size:100%;
	text-align:center;
	padding-top:7px;
}
.rodape_col a{
	color:#FFF;
}
.rodape_col_centro{
	color:#FFF;	
	width:308px;
	height:250px;
	float:left;
	border:#333 solid 1px;
	margin-left:10px;
}
.rodape_col_centro h1{
	text-align:center;		
	background:#900;
	height:25px;
	font-size:100%;
	text-align:center;
	padding-top:7px;
}
.rodape_col_centro img{
	margin-top:12px;
	margin-left:15px;
}
.rodape_col_centro li{
	margin-left:10px;
	margin-top:10px;
	line-height:1em;
}
.rodape_col_centro ul{
	list-style:inside;
}
#rodape_col_esquerda{
	margin-left:8px;
	margin-top:10px;
	width:150px;
	height:auto;
	float:left;
}
#rodape_col_esquerda img{
	margin-left:3px;
	margin-right:5px;
}
#rodape_col_esquerda li{
	display:block;
}
#rodape_col_direita{
	display:block;	
	margin-top:10px;	
	width:150px;
	height:auto;
	float:right;
	margin-right:-15px;
}
#rodape_col_direita img{
	margin-left:3px;
	margin-right:5px;
}
#rodape_col_direita li{
	display:block;
}
#rodape_col_direita_interno{
	padding:10px;
}
/*************POSTAGENS****************/
.entry-title{
	font-size:24px;
	color:#900;
	height:auto;
	width:525px;
	float:left;

}
.entry-meta{
	float:left;
	font-style:italic;
	font-size:10px;

}
.entry-content{
	height:auto;
	width:660px;
}
.meta-prep meta-prep-author{
	float:left;
}
.posts-img{
 float:left;
 margin-right:15px;

}
#posts {
	height:auto;
	width:670px;
    background:#FFF;
	padding:5px;
	border:#CCC solid 1px;
	clear:right;
	margin-bottom:10px;
	
	font-family:Calibri, Helvetica, sans-serif;
}
#posts p{
	font-size:14px !important;
	line-height:1.5em;
}

#postado_por{
	float:left;
}
.more-link{
	text-align:center;
	height:15px;
	width:120px;
	padding:10px;
	color:#FFF;
	background:#CCC;
	float:right;
	margin-right:10px;
	margin-bottom:5px;
	margin-top:10px;
}
/***************PAGINAÇÃO**********************/
#nav-below{
	border:#CCC 1px solid;
	height:auto;
	width:670px;
	padding:5px;
}
.nav-previous{
	float:left;
}
.nav-next{
	float:right;
}
/*****************COMENTÁRIOS**********************/
#comments{
	height:auto;
	width:670px;
    background:#FFF;
	padding:5px;
	border:#CCC solid 1px;
	margin-bottom:10px;	
}
#comments-list li{
		border:#CCC solid 1px;
		margin-bottom:5px;
		padding:10px;
}
.comment-author vcard{
	float:right;
}
.comment-meta{
	float:right;
}
.fn n {
	float:right;
}
#submit{
	display:block;
	height:20px;
	width:670px;
	border:#999 solid 1px;
	background: #000;
	color:#FFF;	
	margin-top:10px;
	
}
/************************SIDEBAR***************************/
#adsense_sidebar{
	float:right;
	margin-right:5px;
	margin-top:5px;
}
#adsense_rodape{
	width:680px;
	height:70px;
	text-align:center;
}
#adsense_rodape img{

	text-align:center;
}
#tweet_this_button{
	float:right;
	height:70px;
	width:70px;
}
