﻿/*  
Theme Name: Precision V
Description: Precision V Default
Version: 5.1
*/

body {
	background-attachment:fixed;
	background-image:url(imagens/fundo-degrade.jpg);
	background-repeat:repeat-x;
	background-color:#175269;
	margin-left:auto;
	margin-right:auto;
}

h1 {
	color:#FFFFFF;
	font-family:Arial,Helvetica,sans-serif;
	font-size:20px;
	margin:0;
}

#cabecalhoC h1 {
	padding-top:100px; 
	padding-left:15px;
}

#header1 {
	color:#FFFFFF;
	font-family:Arial,Helvetica,sans-serif;
	font-size:20px;
	margin:0;	
	padding-top:100px; 
	padding-left:15px;
	font-weight:bold;
}

h2 {
	font-size:18px;
	line-height:20px;
	padding-bottom:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#02699C;
	margin:10px;
}

h2 a {
	color:#02699C;
	text-decoration:none;
}

h2 a:hover {
	color:#02699C;
	text-decoration:underline;
}

h3 {
	color:#3D81EE;
	font-family:Arial,Helvetica,sans-serif;
	font-size:15px;
	margin-left:5px;
	margin-top:10px;
}

h3 a {
	color:#3D81EE;
	text-decoration:none;
}

h3 a:hover {
	color:#3D81EE;
	text-decoration:underline;
}

h4 {
	color:#EE3A32;
	font-family:Tahoma,Arial,Helvetica;
	font-size:13px;
	font-weight:bold;
	margin:0px;
	padding-top:5px;
	padding-bottom:5px;
}

h4 a {
	color:#EE3A32;
	text-decoration:none;
	font-weight:bold;
}

h4 a:hover {
	color:#EE3A32;
	text-decoration:underline;
	font-weight:bold;
}

p,li {
	color:#333333;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;
	line-height:18px;
	margin:0;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
}

a {
	color:#0047AD;
	text-decoration:none;
}

a:hover {
	color:#0047AD;
	text-decoration:underline;
}

blockquote {
	margin-left: 3em;
	margin-right: 3em;
	font-style: italic;
}

dl#comment_list dd {
	background:#DFDFDF;
	border:1px solid #CCCCCC;
	margin:0 0 1.5385em;
	padding:10px;
	width:500px;
}

dl#comment_list dd.author {
	background:#F6F4C9;
}

#comment_form .text_area {
	width:420px;
}

#comment_form .text_input {
	font-family:Verdana,sans-serif;
	font-size:13px;
	font-style:normal;
	font-variant:normal;
	line-height:normal;
}

#comment_form p 
{
	margin-bottom:5px;
}

.post_date 
{
	margin-top:5px;
	font-size: 11px; 
	line-height: 30px; 
	color: #000000;
	height:30px;
}

.add_autor { padding: 0;	}

.add_comment { padding: 0 0 0 1.6154em; background: url('imagens/icon_comment.gif') 0 50% no-repeat; }

.bloco_post {
	border-bottom:1px dotted #02699C;
	float:left;
	height:auto;
	margin:5px 5px 15px;
	width:520px;
}

.mais {
	float:left;
	margin:5px;
	background-image:url(imagens/maisI.gif);
	background-repeat:no-repeat;
	height:20px;
	width:140px;
	line-height:20px;
	font-size:11px;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
}

.mais a {
	text-decoration:none;
	color:#02699C;
}

.mais a:hover {
	text-decoration:underline;
	color:#6499CB;
}

.entry { 
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom:10px;
	font-size: 1.3em; 
	line-height: 1.5385em; 	
}

#rss {
	background:transparent url(images/rss.gif) no-repeat scroll 50% 0;
	float:left;
	height:60px;
	text-align:left;
	width:135px;
	margin-top:10px;
	margin-bottom:10px;
}


#twitter {
	background:transparent url(imagens/twiter.png) no-repeat scroll 50% 0;
	float:right;
	height:60px;
	text-align:right;
	width:135px;
	margin-top:10px;
	margin-bottom:10px;
}

.floatLeft {
	float:left;
	margin:5px;
}

.floatRight {
	float:right;
	margin:5px;
}

#cabecalho {
	height:160px;
	width:980px;
}

#cabecalho_topo {
	background-image:url(imagens/header-topo.png);
	background-repeat:repeat-x;
	width:980px;
	height:20px;
}

#cabecalho_superior {
	height:160px;
	width:980px;
}

#cabecalhoC {
	background-image:url(imagens/cabecalhoC.jpg);
	height:130px;
	width:980px;
}

 /*============================
  * Menu
  * =========================*/
#menu {
	height:30px;
	width:980px;
	background-image:url(imagens/cabecalhoB.jpg);	
}

#menu ul {	
	list-style-type:none; 	
	margin:0;
	padding:0;
}

#menu ul a {
	color:#FFFFFF;
}

.menu_item {
	width:115px;
}

#menu ul :hover {	
	background-image:url(imagens/menuA.gif);
	color:#FFFFFF;
}

#menu ul li {
	margin:0;
	padding:0;
	background-image:url(imagens/menuI.gif);
	height:20px;
	width:115px;
	margin-left:3px;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	padding-top:10px;
	text-align:center;
	color:#FFFFFF;
}

#barra_menu ul li:hover {
	background-image:url(imagens/menuA.gif);
	color:#FFFFFF;	
}

 /*============================
  * Termina Firulas Menu
  * =========================*/

#corpo {
	height:auto;
	width:980px;
}	

#rodape{
	height:auto;
	width:980px;
}

#involucro {
	margin-left:auto;
	margin-right:auto;
	height:auto;
	width:980px;
	padding:10px;
	background-color:#FFFFFF;
}

#sidebar_esquerda {
	height:auto;
	width:160px;
	float:left;
}

#peca {
	float:left;
	height:30px;
	width:336px;
	background-image:url(imagens/peca.png);
}

#sidebar_direita {
	height:auto;
	width:336px;
	float:left;
	background-color:#F8C861;	

}

#procurar{
	height:80px;
	width:336px;
	margin-left:auto;
	margin-right:auto;
}

#bloco_esquerda {
	float:left;
	width:644px;
	height:auto;
}

#destaque_pagina {
	background-image:url(imagens/destaque-pagina.png);
	background-repeat:no-repeat;
	width:634px;
	padding-left:10px;
	height:220px;
	float:left;
}

#destaque_pagina p {
	color:#000000;
	font-family:Arial,Helvetica,sans-serif;
	font-size:13px;
	line-height:16px;
}

#destaque_pagina h2 {
	margin-top:20px;
}

#destaque_pagina h1 {
	margin-top:20px;
	color:#02699C;
	font-family:Arial,Helvetica,sans-serif;
	font-size:18px;
	font-weight:bold;
	line-height:20px;
	margin:10px;
	padding-bottom:5px;
	margin-top:20px;
}

#conteudo {
	height:auto;
	width:484px;
	float:right;
}

#conteudo li {
	padding-left:0;
}

#ads_160x600{
	width:160px;
	height:600px;
	margin-left:auto;
	margin-right:auto;
}

.ads_336x280{
	padding-top:10px;
	width:336px;
	height:280px;
	margin-left:auto;
	margin-right:auto;
	padding-bottom:10px;
	background-color:#214266;
}

.ads_336x280 h3 {
	padding:4px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	margin-bottom:0px;
}

#ads_200x200 {
	width:200px;
	height:200px;
	margin:10px;
	float:right;
}

.foto_destaque{
	width:190px;
	height:190px;
	float:right;
	margin:15px;
}

.icone_destaque{
	float:left;
	margin:15px;
}

.artigo_recente{
	width:326px;
	height:auto;
	padding:5px;
	border-bottom:1px dotted #FFFFFF;
	padding-bottom:10px;
}

.foto_recente{
	width:90px;
	height:90px;
	float:right;
	background:#FFFFFF;
	border:solid 4px #E7DECD;
	margin:4px;
}

.foto_recente :hover {
	margin:-4px;
	border:solid 4px #3D81EE;
}

.foto_recente2 {
	width:90px;
	height:90px;
	float:right;
	margin:4px;	
}

.icone_recente{
	float:left;
	margin:5px;
}

.artigo_recente h2{
	font-size:14px;
	margin:0px;
}

.foto_categoria{
	width:52px;
	height:64px;
	float:left;
	padding:5px;
	padding-top:0;
}

.categoria_item {
	font-size:14px;
	background-image:url(imagens/menu-categoriasI.png);
	float:left;
	width:170px;
	height:25px;
	margin-bottom:3px;
	margin-left:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:25px;
	color:#FFFFFF;
	padding-left:10px;
	font-weight:bold;
}

.categoria_item a {
	text-decoration:none;
	color:#FFFFFF;
}

.categoria_item:hover {
	background-image:url(imagens/menu-categoriasA.png);
	color:#FFFFFF;	
}

.coluna {
	float:left;
	width:200px;
	height:auto;
	margin-right:5px;
}

.enquete {
	float:left;
	width:195px;
	height:auto;
	background-color:#E7DECD;
	margin-left:5px;
	/*height:220px;*/
}

#tutoriais_sidebar {
	background-color:#214266;
	width:336px;
	height:auto;
	padding-top:5px;
	padding-bottom:5px;
}

#tutoriais_sidebar p {
	color:#FFFFFF;
}

#tutoriais_sidebar h3 {
	margin-bottom:0;
	color:#93C1EA;
}

#tutoriais_sidebar h3 a {
	color:#93C1EA;
}

.categorias_tutoriais {
	width:273px;
	float:left;
	height:auto;
	border-bottom:dotted 1px #CCCCCC;
	margin-bottom:15px;
	padding-bottom:10px;
}

.post_blogroll {
	width:454px;
	float:left;
	height:auto;
	border-bottom:dotted 1px #CCCCCC;
	margin-bottom:15px;
	padding-bottom:10px;
	margin-left:10px;
}

.barra_titulo {
	width:454px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(imagens/peca-title.png);
	background-position:right;
	background-repeat:no-repeat;
	background-color:#F6AF27;
	line-height:30px;
	height:30px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:17px;
	font-weight:bold;
	color:#FFFFFF;
	padding-left:10px;
}

#footer {
	padding-top:10px;
	width:980px;
	height:40px;
	background-color:#1F3743;
	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:15px;
	text-align:center;
	background-image:url(imagens/peca-footer.png);
	background-position:right;
	background-repeat:no-repeat;	
}

#footer a {
	color:#FFFFFF;
}

.alt2 {
	background-color:#FADA97;
	height:auto;
	margin:5px;
	padding:10px;
	width:444px;
	margin-left:10px;
}

.alt {
	background-color:#FDEBC5;
	height:auto;
	margin:5px;
	padding:10px;
	width:444px;
	margin-left:10px;	
}

#comment {
	height:140px;
	width:454px;
}