/*
Theme Name: Midia Negócios - Serviços de rastreamento e frete
Theme URI: http://midianegocios.com.br/
Description: Tema para os serviços de rastreamento e frete Mídia Negócios.
Version: 2
Author: John-Henrique F. Silva
*/

/*
//////////////////////////////////////////
CSS RESET
//////////////////////////////////////////
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/*
#####################################
PERSONALIZANDO WP ELEMENTOS
#####################################
*/

a {
	color: #000;
}

a img {
	border: none;
}

a:visited {
	color: #000;
}

a:hover {
	color: #000;
}

acronym, abbr {
	border-bottom: 1px dashed #333;
}

acronym, abbr, span.caps {
	font-size: 90%;
	letter-spacing: .07em;
}

acronym, abbr {
	cursor: help;
}

blockquote {
	border-left: 5px solid #ccc;
	margin-left: 1.5em;
	padding-left: 5px;
}

/* Captions & aligment */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions & aligment */


/*
#####################################
PERSONALIZADO
#####################################
*/
body {
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-color: #FFFFFF;
}
b, strong {
	font-weight:bold;
}
#container {
	width: 778px;
	text-align:center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#header {
	color: #FFFFFF;
	background-color: #000000;
	height: 30px;
	padding-top: 4px;
	padding-right: 15px;
	padding-bottom: 4px;
	padding-left: 15px;
}
#header h1, #header h1 a {
	float: left;
	width: 230px;
	font-size: 1.2em;
	margin: 0px;
	padding: 0px;
	text-transform: uppercase;
	text-decoration: none;
	color: #FFF;
}

#navlink {
	float: right;
	width: 400px;
	text-transform: lowercase;
}

#navlink ul {
	list-style-type: none;
	margin: auto;
	background-color: #FFFFFF;
	width: auto;
}
#navlink li {
	float: right;
	text-align: right;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
}
#navlink ul li a {
	display: block;
	text-decoration: none;
	font-size: 0.9em;
	color: #FFF;
	padding-right: 5px;
	padding-left: 5px;
}
#navbar h1 {
	font-size: 2em;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	text-transform: uppercase;
	color: #000000;
}
#navbar {
	background-image: url(../img/linhaHorizontal.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	margin-bottom: 20px;
}

#sidebar {
	text-align: left;
	float: left;
	width: 200px;
	padding-right: 5px;
	padding-left: 5px;

	background-image: url(../img/linhaVertical.jpg);
	background-repeat: no-repeat;
	background-position: right;
}
#sidebar ul li {
	padding-top: 5px;
	padding-bottom: 10px;
}
#sidebar ul li a {
	text-decoration: none;
	color: #000000;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	padding-left: 5px;
}
#sidebar ul li a:hover {
	text-decoration: underline;
	background-color: #FAFAFA;
}
#content {
	padding: 10px;
	float: right;
	width: 515px;
	text-align: left;
}
#content h2 {
	font-size: 2em;
	color: #000000;
	padding-bottom: 20px;
}
#content.principal {
	width: 740px;
	float: none;
	margin: 0px;
}
.page-template-calculo_frete-php #content {
	width: 80%;
}


/* Notices and Errors */
div.message {
	clear: both;
	color: #900;
	font-size: 140%;
	font-weight: bold;
	margin: 1em 0;
}
div.error-message {
	clear: both;
	color: #900;
	font-weight: bold;
}
p.error {
	background-color: #e32;
	color: #fff;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
p.error em {
	color: #000;
	font-weight: normal;
	line-height: 140%;
}
.notice {
	background: #ffcc00;
	color: #000;
	display: block;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
.success {
	background: green;
	color: #fff;
}

#gratis {
	text-align: center;
	display: table !important;
	width: 100%;
	background-image: url(../img/linhaHorizontal.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 20px;
}

.bloco {
	width: 223px;
	margin: 11px;
	float: left;
	text-align: left;
}
.bloco a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.bloco p {
	margin-top: 10px;
}
.bloco ul {
	padding-top: 10px;
	padding-bottom: 10px;
	list-style-type: disc;
	padding-left: 10px;
}
.bloco ul li {
	margin-bottom: 5px;
}
#premium {
	background-image: url(../img/linhaHorizontal.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	clear: both;
	padding-bottom: 20px;
}
#esquerda {
	width: 500px;
	float: left;
	display: table !important;
}
#premiumCaixa {
	margin-left: 8%;
	margin-top: 3%;
}
#premium a {
	color: #FFF;
	text-decoration: none;
}
#premium a:hover {
	color: #FFF;
	text-decoration: underline;
}
#premium-valor {
	float: right;
	width: 165px;
	background-image: url(../img/iconPremiumValor.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 165px;
	margin-right: 50px;
}
#premium-valor big {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 2.4em;
	display: block;
	text-align: center;
	margin-top: 50px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
#premium-valor small {
	text-align: center;
	display: block;
	color: #FFFFFF;
	font-size: 0.8em;
}

#premium ul {
	margin-left: 230px;
	list-style-image: url(../img/seta.jpg);
	width: 250px;
}

#premium h2 {
	text-align: center;
}
#premium ul li {
	margin-bottom: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
}



label {
	display: block;
	padding-bottom: 3px;
	padding-top: 10px;
}
#formCalculoFrete {
	font-size: 0.8em;	
}
#btnCalcularFrete, #btnVoltarProduto {
	margin-top: 40px;
	border: none;
}
.informacoes {
	text-align: justify;
	margin: 15px;
	font-size: 0.7em;
}

#btnCalcularFrete {
	margin-right: 20px;
}

.campo, .codigo, .wpcf7 campo, .wpcf7 textarea {
	border: 1px solid #999999;
	background-color: #f1f1f1;
	padding: 5px;
	font-weight: bold;
	color: #333333;
}
.inputSize {
	width: 200px;
}
fieldset {
	margin-top: 30px;
}

.aviso {
	font-size: 0.9em;
	color: #FF0000;
}
hr {
	background-image: url(../img/linhaHorizontal.jpg);
	background-repeat: no-repeat;
	height: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 20px;
	margin-bottom: 20px;
}
#formRastreamento {
	margin: 10px;
}
.rastreamento {
	margin-top: 70px;
	margin-bottom: 10px;
	border: 1px solid #CCCCCC;
	background-color: #FAFAFA;
	border-collapse: separate;
	border-spacing: 2px;
}
.rastreamento tr {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000099;
}
.rastreamento tr td {
	padding: 5px;
	border: 1px solid #CCCCCC;
}

.rastreamento tr th {
	background-color: #DDDDDD;
	padding: 3px;
	text-align: center;
	font-weight: bold;
	font-size: 1.1em;
}
.rastreamento h3 {
	font-size: 1.2em;
	font-weight: bold;
}
.rastreamento .valor {
	text-align: right;
}
.valor {
	font-size: 18px;
	font-weight: bold;
}
/**
	STATUS
*/
.entregue, .saiu, .postado, .encaminhado, .conferido, .ausente, .problema {
	color: #FFFFFF;
	font-weight: bold;
	display: block;
	padding: 3px;
}
.entregue {
	background-color: #009900;
}
.saiu {
	background-color: #FFCC00;
}
.postado {
	background-color: #0099FF;
}
.encaminhado {
	background-color: #00CC99;
}
.conferido {
	background-color: #00CC33;
}
.ausente {
	background-color: #FF6600;
}
.problema {
	background-color: #FF0000;
}

/**
	INFORMAÇÕES SOBRE LOCAIS
*/
.informacao, .informacao a, a.informacao {
	font-style: italic;
	cursor: help;
	color: #009900;
	font-size: 1.2em;
	border-bottom: 1px #009900 dashed;
	text-decoration: none;
}
.informacao a:hover, .informacao:hover, a:hover.informacao {
	border-bottom: 1px #009900 solid;
	color: #339900;
}

#comentarios {
	margin-top: 40px;
}
#comentarios textarea, .wpcf7 textarea {
	width: 100%;
}
#comentarios h3 {
	font-size: 1.6em;
	font-weight: bold;
}
.entry {
	text-align: justify;
}
.entry img {
	margin: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.entry li {
	text-align: justify;
}
.entry ol {
	list-style-type: decimal;
}


.entry p {
	margin: 10px;
}
.entry ul {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
	list-style-image: url(../img/seta.jpg);
}
.entry ul li {
	padding: 5px;
}



.invisivel {
	display: none;
}


#footer {
	display: block;
	clear: both;
	margin-top: 10px;
	text-align: center;
	padding-top: 30px;
}
#footer small, #footer address {
	font-size: 0.7em;	
}
#footer #logo-midia-negocios {
	border: none;
	margin-bottom: 20px;
	margin-top: 50px;
	text-align: center;
	height: 50px;
	width: 153px;
}
#clear {
	clear: both;
}

.clear {
	margin-top: 40px;
}


/*
############################
EXTRAS
############################
*/
#ADScontent {
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
}


/**
	CROOGO
*/
.node, .nodes { display:block; }
