/*

Theme Name: RC

Theme URI: http://www.redacaoemcampo.com/

Description: Tema desenvolvido por Walter Jaworski para o Redação em Campo

Author: Walter Jaworski

Author URI: http://www.wjaworski.com

Version: 1.0

*/



@media screen {
/* Básicos */

html, body {
	height:100%;
}
body {
	background:url(images/bg_body.gif) 0 0 repeat-x #f7f7f7;
	margin:0;
	padding:0;
	text-align:center;
}
#tudo {
	margin:0 auto;
	min-height:100%;
	position:relative;
	text-align:left;
	width:960px;
}
* html #tudo {
	height: 100%;
}
#conteudo {
	padding-bottom:50px;
}
#topo {
	background:url(images/bg_topo.gif) 0 0 no-repeat;
	width:947px;
	height:305px;
}
#topo .menu_site {
	float:left;
	padding:5px 0 0 0;
	width:940px;
	height:40px;
}
#topo .menu_site ul li {
	float:left;
	margin:10px 20px;
}
#topo .logo {
	float:left;
	width:904px;
	height:230px;
}
#topo .logo img {
	float:left;
	margin:18px 0 0 52px;
}
#topo .menu_categorias {
	float:left;
	width:904px;
	height:30px;
}
#main {
	background:#fff;
	border-top:none;
	border-right:1px solid #e2e2e2;
	border-bottom:1px solid #e2e2e2;
	border-left:1px solid #e2e2e2;
	padding:0 20px 20px 15px;
	width:910px;
}
#principal {
	float:left;
	line-height:18px;
	width:650px;
}
#sidebar {
	float:right;
	line-height:18px;
	width:240px;
}
#rodape {
	border-top:1px solid #ccc;
	float:left;
	margin:20px 0 0 5px;
	padding:20px 10px 0 10px;
	width:885px;
}
#assinatura {
	bottom:0;
	line-height:18px;
	position:absolute;
	width:940px;
	height:40px;
}
.clear {
	clear:both;
}
/* Família e Tamanho de Fontes */
.arial {
	font-family:Arial, Helvetica, sans-serif;
}
.verdana {
	font-family:Verdana, Geneva, sans-serif;
}
.tahoma {
	font-family:Tahoma, Geneva, sans-serif;
}
.georgia {
	font-family:Georgia, "Times New Roman", Times, serif;
}
.setept {
	font-size:7pt;
}
.oitopt {
	font-size:8pt;
}
.novept {
	font-size:9pt;
}
.dozept {
	font-size:12pt;
}
.trezept {
	font-size:13pt;
}
.quatorzept {
	font-size:14pt;
}
.dezoitopt {
	font-size:18pt;
}
.vintept {
	font-size:20pt;
}
.pesonormal {
	font-weight:normal;
}
.negrita {
	font-weight:bold;
}
.naosublinha a {
	text-decoration:none;
}
.naosublinha a:hover {
	text-decoration:underline;
}
.justifica {
	text-align:justify;
}
/* Cores */

.branco_laranja_claro,  .branco_laranja_claro a {
	color:#fff;
}
.branco_laranja_claro a:hover {
	color:#fc6;
}
.branco_preto,  .branco_preto a {
	color:#fff;
}
.branco_preto a:hover {
	color:#333;
}
.branco_verde_escuro,  .branco_verde_escuro a {
	color:#fff;
}
.branco_verde_escuro a:hover {
	color:#060;
}
.branco_laranja,  .branco_laranja a {
	color:#fff;
}
.branco_laranja a:hover {
	color:#f60;
}
.cinza_medio_preto,  .cinza_medio_preto a {
	color:#999;
}
.cinza_medio_preto a:hover {
	color:#333;
}
.preto_cinza_claro,  .preto_cinza_claro a {
	color:#333;
}
.preto_cinza_claro a:hover {
	color:#ccc;
}
.preto_laranja_claro,  .preto_laranja_claro a {
	color:#333;
}
.preto_laranja_claro a:hover {
	color:#fc6;
}
.preto_laranja,  .preto_laranja a {
	color:#333;
}
.preto_laranja a:hover {
	color:#f60;
}
.laranja_twitter {
	color:#333;
}
.laranja_twitter a {
	color:#F60;
}
.laranja_twitter a:hover {
	color:#fc6;
}
.laranja,  .laranja a {
	color:#f60;
}
.laranja a:hover {
	color:#f60;
}
/* Sidebar */

#sidebar .tit {
	margin-bottom:10px;
}
#sidebar .busca {
	background:url(images/bg_sprite.gif) 0 0 no-repeat;
	border:1px solid #ccc;
	float:left;
	margin-bottom:10px;
	padding:10px;
	width:218px;
}
#sidebar .busca .formulario {
	border:1px solid #ccc;
	padding:2px 5px;
	width:206px;
}
#sidebar .busca .botao {
	background:#f60;
	border:none;
	color:#fff;
	margin:5px 0 0 0;
	padding:2px 10px;
}
#sidebar .newsletter {
	background:url(images/bg_sprite.gif) 0 0 no-repeat;
	border:1px solid #ccc;
	float:left;
	margin-bottom:10px;
	padding:10px;
	width:218px;
}
#sidebar .newsletter .formulario {
	border:1px solid #ccc;
	padding:2px 5px;
	width:206px;
}
#sidebar .newsletter .botao {
	background:#f60;
	border:none;
	color:#fff;
	margin:5px 0 0 0;
	padding:2px 10px;
}
#sidebar .twitter {
	background:url(images/bg_sprite.gif) 0 0 no-repeat;
	border:1px solid #ccc;
	float:left;
	margin-bottom:10px;
	padding:10px;
	width:218px;
	white-space: pre-wrap;       /* css-3 */
	white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
	white-space: -pre-wrap;      /* Opera 4-6 */
	white-space: -o-pre-wrap;    /* Opera 7 */
	word-wrap: break-word;       /* Internet Explorer 5.5+ */
	word-break: break-all;
}
#sidebar .twitter .entry-content,  #sidebar .twitter .entry-meta {
	clear:both;
	display:block;
	float:left;
}
#sidebar .twitter .entry-meta {
	margin:0 0 10px 0;
}
#sidebar .twitter .twitterwidget-title,  #sidebar .twitter .from-meta {
	display:none;
}
#sidebar .sociais {
	background:url(images/bg_sprite.gif) 0 0 no-repeat;
	border:1px solid #ccc;
	float:left;
	margin-bottom:10px;
	padding:10px;
	width:218px;
}
#sidebar .sociais .addthis_button_orkut {
	margin:0 0 0 25px;
}
#sidebar .sociais .addthis_button_facebook {
	margin:0 30px;
}
#sidebar .enquete {
	background:url(images/bg_sprite.gif) 0 0 no-repeat;
	border:1px solid #ccc;
	float:left;
	margin-bottom:10px;
	padding:10px;
	width:218px;
}
#sidebar .enquete .botao {
	background:#f60;
	border:none;
	color:#fff;
	margin:5px 0 0 0;
	padding:2px 5px;
}
#sidebar .enquete ul li {
	margin:5px 0;
}
#sidebar .vestiario {
	background:url(images/bg_sprite.gif) 0 0 no-repeat;
	border:1px solid #ccc;
	float:left;
	margin-bottom:10px;
	padding:10px;
	width:218px;
}
#sidebar .tags {
	background:url(images/bg_sprite.gif) 0 0 no-repeat;
	border:1px solid #ccc;
	float:left;
	line-height:20px;
	margin-bottom:10px;
	padding:10px;
	width:218px;
}
#sidebar .publicidade {
	background:url(images/bg_sprite.gif) 0 0 no-repeat;
	border:1px solid #ccc;
	float:left;
	margin-bottom:10px;
	padding:10px;
	text-align:center;
	width:218px;
}
#sidebar .publicidade .adrotate_widget {
	margin:10px 0;
}
#sidebar .colunistas {
	background:url(images/bg_sprite.gif) 0 0 no-repeat;
	border:1px solid #ccc;
	float:left;
	margin-bottom:10px;
	padding:10px;
	width:218px;
}
#sidebar .colunistas ul li {
	margin:5px 0;
}
/* Rodapé */

#rodape .campeoes {
	float:left;
	width:315px;
}
#rodape .campeoes .linha {
	float:left;
	margin:10px 0 0 0;
	width:315px;
	height:60px;
}
#rodape .campeoes .linha img {
	float:left;
	margin:0 10px 0 0;
}
#rodape .campeoes .linha h1 {
	margin:5px 0;
}
#rodape .artilheiros {
	float:left;
	margin:0 10px;
	width:315px;
}
#rodape .artilheiros .linha {
	float:left;
	margin:10px 0 0 0;
	width:315px;
	height:60px;
}
#rodape .artilheiros .linha img {
	float:left;
	margin:0 10px 0 0;
}
#rodape .artilheiros .linha h1 {
	margin:5px 0;
}
#rodape .tabela {
	float:left;
	width:228px;
}
#rodape .tabela .linha {
	background:url(images/bg_sprite.gif) -552px -1px no-repeat;
	float:left;
	margin:10px 0 0 0;
	padding:10px 0;
	text-align:center;
	width:228px;
	height:40px;
}
#rodape .tabela .linha h1 {
	margin:0 0 18px 0;
}
#rodape .tabela .linha h1,  #rodape .tabela .linha p {
	text-shadow:black 0.1em 0.1em 0.2em;
}
/* Publicidade */

.superbanner { /* 728px x 90px */
	background:#ccc;
	display:block;
	float:left;
	margin:20px 95px;
	width:728px;
	height:90px;
}
.fullbanner { /* 468px x 60px */
	background:#ccc;
	display:block;
	float:left;
	margin:20px 91px;
	width:468px;
	height:60px;
}
/* Outros */

.slideshow {
	background: #F6F6F2;
	display:block;
	float:left;
	margin:0 5px 10px 5px;
	/*position:relative;*/

	width:640px;
	height:338px;
}
#nav {
	position:absolute;
	margin:20px 0 0 461px;
	width:200px;
	height:40px;
	z-index:9999;
}
#nav a {
	background: url(images/bg_data.png);
	margin:5px;
	padding:10px;
}
.slideshow_post {
	/*padding: 10px;*/

	z-index:9;
}
.slideshow_titulo {
	background: url(images/bg_data.png) 0 0 repeat;
	margin-top: -50px;
	/*margin-bottom: 5px;*/

	padding: 10px;
	/*position: absolute;*/

	width: 620px;
	z-index:99;
}
/* Listagem de Posts */

.post_lista {
	background:url(images/bg_sprite.gif) -238px 0 no-repeat;
	border:1px solid #ccc;
	float:left;
	margin:0 5px 10px 5px;
	padding:10px;
	position:relative;
	width:293px;
	height:/*228*/320px;
}
.post_lista h1 {
	margin:10px 0;
	line-height:30px;
}
.post_lista .conteudo {
	display:block;
	line-height:18px;
	width:293px;
	height:100px;
}
.post_lista .the_post_thumbnail {
	display:block;
	width:293px;
	height:107px;
}
.post_lista .data {
	background:url(images/bg_data.png) 0 0 repeat;
	left:/*179px*/213px;
	padding:7px 0 0 0;
	position:absolute;
	text-align:center;
	width:/*124px*/90px;
	height:26px;
}
.post_lista .comentario {
	background:url(images/ico_comentarios.gif) left center no-repeat;
	float:left;
	padding:2px 0 0 25px;
	width:130px;
	height:23px;
}
.post_lista .mais {
	float:right;
	width:100px;
	height:23px;
}
.post_lista .mais a {
	background:url(images/botao_leiamais.gif) 0 0 no-repeat;
	display:block;
	float:right;
	position:relative;
	width:51px;
	height:23px;
}
.post_lista .mais a:hover,  .post_lista .mais a:active,  .post_lista .mais a:focus {
	background-position:0 -23;
}
#paginacao {
	float:left;
	margin-left:5px;
	width:640px;
	height:45px;
}
.arquivo_de {
	background:url(images/bg_sprite.gif) -781px 0 no-repeat;
	border:1px solid #ccc;
	float:left;
	margin:0 5px 10px 5px;
	padding:10px;
	position:relative;
	width:618px;
}
/* Post Detalhe */

.box_single {
	float:left;
	width:637px;
}
.box_single .breadcrumb {
	float:left;
	margin-bottom:10px;
	width:637px;
}
.post_detalhe {
	background:url(images/bg_sprite.gif) -781px 0 no-repeat;
	border:1px solid #ccc;
	float:left;
	line-height:18px;
	padding:20px;
	width:597px;
}
.post_detalhe h2 {
	line-height:30px;
	margin-bottom:10px;
}
.post_detalhe h3 {
	margin-bottom:10px;
}
.post_detalhe p {
	margin:0 0 20px 0;
}
.post_detalhe .addthis_toolbox.addthis_pill_combo a {
	float: left;
}
.post_detalhe .addthis_toolbox.addthis_pill_combo a.addthis_button_tweet,  .post_detalhe .addthis_toolbox.addthis_pill_combo a.addthis_counter {
	margin-top: -2px;
}
.post_detalhe .addthis_button_compact .at15t_compact {
	margin-right: 4px;
	float: left;
}
.post_detalhe .botao {
	background:#f60;
	border:none;
	color:#fff;
	margin:5px 0 0 0;
	padding:2px 5px;
}
.box_single .compartilhe {
	background:url(images/bg_sprite.gif) -781px 0 no-repeat;
	border:1px solid #ccc;
	float:left;
	line-height:18px;
	margin:10px 0;
	padding:10px;
	width:617px;
}
.box_single .compartilhe .tit {
	margin-bottom:10px;
}
/* Comentários */

.comentarios {
	float:left;
	width:639px;
}
ol.commentlist li {
	background:url(images/bg_sprite.gif) -781px 0 no-repeat;
	border:1px solid #ccc;
	float:left;
	line-height:18px;
	margin:10px 0;
	padding:20px;
	width:597px;
}
#respond {
	background:url(images/bg_sprite.gif) -781px 0 no-repeat;
	border:1px solid #ccc;
	float:left;
	line-height:18px;
	padding:10px;
	width:617px;
}
#respond .tit {
	margin-bottom:10px;
}
#respond label {
	clear:both;
	display:block;
	font-weight:bold;
	margin-bottom:5px;
}
#respond .formulario {
	border:1px solid #ccc;
	padding:5px;
	margin-bottom:10px;
	width:400px;
}
#respond .formulario_mensagem {
	border:1px solid #ccc;
	font-family:Tahoma, Verdana, Geneva, sans-serif;
	padding:5px;
	margin-top:10px;
	width:400px;
	height:80px;
}
#respond .botao {
	background:#f60;
	border:none;
	color:#fff;
	margin:10px 0 0 0;
	padding:5px 10px;
}
.comment-author {
	float:left;
	width:90px;
}
.comment-author img {
	border:1px solid #ccc;
	padding:1px;
}
.comment-meta {
	float:right;
	/*width:500px;*/
	width:100%;
}
.comment-meta h1 {
}
.comment-meta h2 {
	font-weight:normal;
	margin-bottom:10px;
	font-size:8pt;
}
/* Busca */

.contador_busca {
	float:left;
	padding:10px;
	width:637px;
}
.contador_busca p,  .contador_busca h1,  .contador_busca h2 {
	display:inline;
}
/* Addthis */

.addthis_toolbox.addthis_pill_combo a {
	float: left;
}
.addthis_toolbox.addthis_pill_combo a.addthis_button_tweet {
	margin-top: -2px;
}
.addthis_button_compact .at15t_compact {
	margin-right: 4px;
	float: left;
}
} /* END screen media */
 @media print {
.do-not-print {
	display: none;
}
#comments {
	page-break-before: always;
}
body {
	width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	line-height: 1.4;
	word-spacing: 1.1pt;
	letter-spacing: 0.2pt;
	font-family: Garamond, "Times New Roman", serif;
	color: #000;
	background: none;
	font-size: 12pt;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Helvetica, Arial, sans-serif;
}
h1 {
	font-size: 19pt;
}
h2 {
	font-size:17pt;
}
h3 {
	font-size:15pt;
}
h4, h5, h6 {
	font-size:12pt;
}
code {
	font: 10pt Courier, monospace;
}
blockquote {
	margin: 1.3em;
	padding: 1em;
}
img {
	display: block;
	margin: 1em 0;
}
a img {
	border: none;
}
table {
	margin: 1px;
	text-align:left;
}
th {
	border-bottom: 1px solid #333;
	font-weight: bold;
}
td {
	border-bottom: 1px solid #333;
}
th, td {
	padding: 4px 10px 4px 0;
}
caption {
	background: #fff;
	margin-bottom: 2em;
	text-align: left;
}
thead {
	display: table-header-group;
}
tr {
	page-break-inside: avoid;
}
a {
	text-decoration: none;
	color: black;
}
} /* END print media */