﻿/*
Theme Name: Dialogos
Theme URI: http://localhost/
Description: Um Template do Blog Dialogos Federativos.
Author: Thalisson Andre Barbosa de Sousa
Author URI: https://www.facebook.com/thalissondark
Version: 1.0
Tags: dialogos,federativos,SAF
.
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
.
*/
 
@charset "utf-8";
/*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,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    
    outline: 0;
    font-size: 14px;
    vertical-align: baseline;
    background: transparent;
}
 
body {
    line-height: 1;
	
}
ol, ul {
    list-style: none;
}
 
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
 
/* remember to define focus styles! */
:focus {
    outline: 0;
}
 
/* remember to highlight inserts somehow! */
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/*fim do Reset*/

body {
	font-family: "Segoe UI",Calibri,"Myriad Pro",Myriad,"Trebuchet MS",Helvetica,Arial,sans-serif;
	font-size: 13px;
	margin: 0;
	padding: 0;
	color: #000;
	background: #FFF;
	background-repeat: repeat;
}

/* Elementos e tags seletoras */
ul, ol, dl {
	padding: 0;
	margin: 0;
	 
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 
	padding: 0;
}
h1, h2, h3, h4, h5, h6{
	color: rgb(35,78,140);
}
a:link {
	color: #42413C;
	text-decoration: none;
}
a:visited {
	color: #6E6C64;
	text-decoration: none;
}
a:hover, a:active, a:focus {
	text-decoration: underline;
}
/*Fim do resert*/

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}
,
.alignleft {,
    float: left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/** =Paginate links Styles 
 ******************************************* **/  
.page-numbers {
    float: left;  
    margin: 20px;
	
}  
.page-numbers li {  
    display: inline;
	font-size: 16px;
}
.page-numbers a,
.page-numbers .dots,
.page-numbers .next,
.page-numbers .prev {  
    padding: 8px 10px 10px 10px;  
    background: #FFF;  
    text-decoration: none;
	margin: 0 1px 0 0;
	border: 1px #CCC solid;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}  
.page-numbers a:hover,
.page-numbers .next:hover,
.page-numbers .prev:hover {  
    background: #005D9A;
	color: #FFF;	
}  
.page-numbers .current {  
    padding: 8px 10px 10px 10px;
    background: #005D9A;  
    color: #FFF;
	border: 1px #CCC solid;
	margin: 0 1px 0 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
} 

/*estilo comentários*/

#commentblock{
	position: relative;
	margin: 0 10px;
    width:540px;
    float:left;
}
 
.comments_post a{
	background: transparent url(images/comments_icon.png) no-repeat 0px 0px;
	position: relative;
	width: 38px;
	height: 40px;
	text-align: center;
	line-height: 30px;
	font-size: 16px;
	font-weight: bold;
	color: #2D648E;
	float:right;
	text-decoration: none;
}

.comments_post a:hover{
	color: #FFF;
	background: transparent url(images/comments_icon.png) no-repeat 0px -41px;
}

ol.commentlist{
    list-style:none;
}
 
ol.commentlist li{
    margin-bottom:30px;
}
 
ol.commentlist ul{
    margin:0px;
}
 
ol.commentlist ul li{
    margin:20px 20px 20px 40px;
}

.form-allowed-tags{
	float: left;
	margin: 10px 0;
}
.comment-notes{
	float:left;
	margin: 10px 0;
}

#respond{
	width: 540px;
	height: auto;
	float: left;
    margin:20px 0 30px 0;
    clear:both;
}

#respond form label{
    float:left;
    clear:left;
    text-align:right;
    margin-right:10px;
}
 
#respond form input{
    float:left;
    width:400px;
    margin-bottom:10px;
}
#respond .form-submit input{
	width: 100%;
}

#respond form textarea{
    float:left;
    width:400px;
    height:100px;
    margin-bottom:10px;
}
 
#respond form input.commentsubmit{
    float:left;
    margin-left:70px;
}
/*Fim estilo comentários*/

/* Fixa o tamanho e configuração da estrutura do site*/
#divBarra{
	position: absolute;
	top: 0px;
	left: 0px;
	height: 30px;
	width: 100%;
	background: rgb(243,243,243);
	font-size: 100%;
	display:block;
	font-weight: bold;
	
}
#divBarra .link{
	height: 30px;
	color: #606060 !important;
	font-family: inherit !important;
}
#divBarra .link:hover{
	text-decoration: none !important;
}
#barraGoverno{
	height: 30px;
	position: absolute;
	top: 0;
	left: 50%;
	margin: 0 0 0 -472px;
	overflow: hidden;
	width: 943px;
}
.brasil-flag{
	height: 30px;
	float: left;
	line-height: 30px;
}

.brasil {
	height: 30px;
	float: left;
	line-height: 30px;
	padding-right: 43px;
	padding-left: 8px;
	border-right: 1px #EEE solid;
}

.brasil-flag img{
	width: 25px;
	margin-top: 5px;
	padding: 0 5px;
	float: left;
}
.acesso-info{
	height: 30px;
	float: left;
	line-height: 30px;
	color: #DDD !important;
	padding-left: 15px;
	border-left: 1px #DDD solid;
}
.list{
	width: 360px;
	height: 30px;
	float: right;
}
.list li{
	border-right: 2px #DDD solid;
	height: 30px;
	padding: 0 15px;
	float: left;
}
.list li:first-child{
	border-left: 2px #DDD solid;
}
.list li .link{
	height: 30px;
	line-height: 30px;
}

#corpo{
	width: 940px;
	position: absolute;
	left: 50%;
	top: 30px;
	margin: 0  0 0 -470px;
	height:auto;
	display:block;
	float: left;
	color: rgb(51,51,51);
}


#main {
	width: 100%;
	height:auto;
	margin: 0;
	padding: 0;
	background: transparent;
}
#header {
	position: relative;
	width: 940px;
	height: 175px;
	overflow: visible;
	background: url('images/cabecalho.png') no-repeat transparent top left;
}
#logo{
	background: transparent;
	display:block;
	margin: 0 auto;
}
/* Redes Sociais*/
#redessociais{
	position: absolute;
	top: 5%;
	width: 120px;
	height: 16px;
	margin: 0 0 0 750px;
	z-index: 10;
}
#redessociais div{
	float:left;
	width: 16px;
	height: 16px;
	margin: 0 5px;
}
#face a{
	width: 16px;
	height: 16px;
	display: block; 
	background: url('images/sociais/face.png') no-repeat transparent top left; 
}
#twitter a{
	width: 16px;
	height: 16px;
	display: block; 
	background: url('images/sociais/twitter.png') no-repeat transparent top left; 
}
#flickr a{
	width: 16px;
	height: 16px;
	display: block; 
	background: url('images/sociais/flickr.png') no-repeat transparent top left; 
}
#youtube a{
	width: 16px;
	height: 16px;
	display: block; 
	background: url('images/sociais/youtube.png') no-repeat transparent top left; 
}
#face a:hover{
	background: url('images/sociais/faceover.png') no-repeat transparent top left; 
}
#twitter a:hover{
	background: url('images/sociais/twitterover.png') no-repeat transparent top left; 
}
#flickr a:hover{
	background: url('images/sociais/flickrover.png') no-repeat transparent top left; 
}
#youtube a:hover{
	background: url('images/sociais/youtubeover.png') no-repeat transparent top left; 
}
/* menu horizontal */
#menu{
	width:940px;
	height: 30px;
	overflow: visible;
	position: relative;
	background: url('images/menu-bg.png') no-repeat;
	z-index: 1000;
}
.menu-menu_principal-container{
	float: left;
	width:740px;
	height: 30px;
	
}

ul#menu-menu_principal {
	margin: 0;
	width: 100%;
	height: 30px;
	padding: 0;
	text-transform: uppercase;
}
ul#menu-menu_principal li {
	height: 30px;
	position: relative;
	float: left;
	text-decoration: none;
	line-height: 30px;
	display: inline;
	border-right: #888 solid 1px;
}

.current-menu-item ,
.current_page_item{/*menu,pagina ativa*/
	text-decoration: underline;
	background: transparent !important;
	border-bottom: solid 2px #F15A24 !important;
}
.current_page_parent,
.current-menu-parent{
	border-bottom: none ;
}
.current-menu-item a,
.current_page_item a{
	color: #FFF !important;
}

.current-menu-item a:hover,
.current_page_item a:hover,
.current-menu-ancestor{
	color: #F15A24 !important;
}

ul#menu-menu_principal li a,
ul#menu-menu_principal li img {
	float: left;
	font-size: 16px;
	text-decoration: none;
	padding: 0 10px;
	font-weight: normal;
	color: #FFF;
}
ul#menu-menu_principal li:hover,
ul#menu-menu_principal li a:hover{
	color: #F15A24;
	border-bottom: 2px #00F solid;
}
li:hover ul { display: block; }

ul.sub-menu{
	width: 940px;
	height: 30px;
	position: absolute;
	margin: 30px 0 0 0;
	text-transform: none !important;
	display:inline;	/*define para nao aparecer a ul*/
	top: 2px;
	left:0;
	display: none;
	
}
ul.sub-menu  .menu-item{
	width: auto;
	height: 30px !important;
	text-align: left;
	border-right: 1px #CCC solid !important;
	border-bottom: 1px #999 solid;
	text-decoration: none; 	
	background: url('images/menu-bg.png') !important;
	display:inline;
	
}
.sub-menu .menu-item a:hover ul{
	display: block;
}
ul.sub-menu li ul{
	width:600px;
	height: 30px;
	position:absolute;
	top: 2px;
	left:0;
	display: none;
}
ul.sub-menu li:hover ul { display: block; }

ul.sub-menu li ul li {
	width: auto;
	height: 30px;
	float:left;
	display: block;
}
ul.sub-menu li ul li a{
	
}
ul.sub-menu li ul li a:hover{
	
}
li.over ul {
	display: block;
}
ul.sub-menu li.over ul{
	display: block;
}

/*Conteudo da página*/
#conteudo{
	width: 940px;
	float: left;
	background: #fff;
	margin: 0;
	padding-bottom: 40px;
}
#pagina{
	margin: 50px 10px 10px 0;
	float:left;
	width:920px;
	height: auto;
	background: transparent;
}
.pageContent{
	width: 920px;
	margin: 50px 10px 0 10px;
}
#posts {
	float:left;
	width:560px;
	height: auto;
	margin-top: 50px;
	background: transparent;
}
.postagem{
	width: 540px;
	background: transparent;
	margin: 0;
	float: left;
}
.title{
	width: 480px;
	letter-spacing: -1px;
	line-height: bold;
	float: left;
	margin: 0 0 20px 0;
	color: #F15A24 !important;
}
.title a{
	color: #F15A24 !important;
	font-weight: bold;
	font-size: 22px;
	text-align: justify !important;
	text-decoration: none;
}
.title a:hover{
	color: #F57B30;
}
.meta_post{
	width:560px;
	height: 47px;
	float:left;
	background:transparent url('images/post-std.png') no-repeat top right;
	margin: 0;
}
.date{
	width: auto;
	height: 35px;
	font-size: 14px;
	background: transparent url('images/post-date.png') no-repeat left top;
	color: #FFF;
	line-height: 30px;
	font-weight: bold;
	text-transform: uppercase;
	float: left;
	margin: 4px 0 0 0px;
}
.date span{
	width: auto;
	height: 30px;
	padding: 0 16px 0 0;
	line-height: 30px;
	background: transparent url('images/post-date2.png') no-repeat right top;
	margin: 0 0 0 10px;
	float:left;
}
.categoria_post{
	width: auto;
	margin: 0;
	line-height: 33px;
	height: 35px;
	color: #FFF;
	padding: 0;
	display: block;
	position: relative;
	float: left;
}
.categoria_post a{
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}
.categoria_post span{
	margin: 0 0 0 10px;
}
.related_post_title{
	margin: 30px 0 10px 0;
	font-size: 14px;
}
.related_post{
	list-style-image: url('images/seta.png') !important;
	list-style-position: inside !important;
}
.related_post li{
	margin: 5px 0;
}
.wp_rp_footer{
	display: none !important;
}

#ant{
	display: block;
	width: 260px;
	float: left;
	font-size: 11px;
	color: #CCC;
	text-decoration: none;
	margin: -20px 0 18px 0;
}
#next{
	display: block;
	width: 260px;
	font-size: 11px;
	color: #CCC;
	float: right;
	text-decoration: none;
	margin: -20px 0 18px 0;
}
#ant:hover{
	color: #888;
}
#next:hover{
	color: #888;
}

.content_post{
	float: left;
}
.content_post p{
	margin: 10px 10px 0 10px;
	line-height: 20px;
}

.mais a {
	height: 14px;
	width: 45px;
	margin: 10px 0 0 0;
	display: block;
	background-color: #eee;
	background-repeat: repeat-x;	
	background-image: -khtml-gradient(linear, left top, left bottom, from(#f1f1f1), to(#eee));
	background-image: -moz-linear-gradient(top, #f1f1f1, #eee);
	background-image: -ms-linear-gradient(top, #f1f1f1, #eee);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f1f1f1), color-stop(100%, #eee));
	background-image: -webkit-linear-gradient(top, #f1f1f1, #eee);
	background-image: -o-linear-gradient(top, #f1f1f1, #eee);
	background-image: linear-gradient(top, #f1f1f1, #eee);
	padding: 0 5px 8px 5px;
	text-decoration: none;
	text-transform: uppercase;
	text-shadow: #fff 0 1px 1px;
	font-size: 13px;
	border-radius: 5px;
}

.mais a:hover {
	background: #005D9A;
	color: #fff;
	text-shadow: #000 0 -1px 1px;
}
#compartilhar{
	margin: 20px 0 0 0;
	width: 100%;
	height: 30px;
	display: block;
	float: left;
	border-top: 1px solid #CCC;
	padding-top: 10px;
	line-height: 10px;
}
#titulo_compartilhe{
	width: auto;
	height: 30px;
	display: block;
	float:left;
}
#twitter_compart{
	float: left;
	height: 30px;
	margin: 0 10px 0 20px;
}
#facebook_compart{
	
}


.tags{
	width:100%;
	height: auto;
	float: left;
	margin: 20px 0 10px 0;
	border-bottom: solid 1px #ccc;
	padding-bottom: 10px;
	line-height: 25px;
}
.tags h1{
	float:left;
}
.tags a{
    padding: 3px 8px 5px 8px;
    margin-bottom: 2px;
    border-radius: 6px 6px 6px 6px;
    display: inline-block;
    background-color: rgb(221, 221, 221);
    background-repeat: repeat-x;
    background-image: -moz-linear-gradient(center top , rgb(200, 200, 200), rgb(221, 221, 221));
    text-decoration: none;
    box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.024) inset, 0px -1px rgba(0, 0, 0, 0.024) inset;
    color: rgb(100, 100, 100);
    text-shadow: 0px 1px 0px rgb(255, 255, 255);
	line-height: 20px;
	float: left;
	margin-left: 10px;
}
.tags a:hover{
	color: #FFF;
	background: #005D9A;
	text-shadow: none;
	text-decoration: none;
}
/*
editar Posts e páginas
*/
.edit{
	height: 50px;
	width: 100%;
	float: right;
}
.post-edit-link{
	padding: 5px;
	text-align: center;
	margin:3px;
	display: block;
	background-color: #CCC;
	text-decoration: none;
	text-transform: uppercase;
	text-shadow: #fff 0 1px 1px;
	font-size: 12px;
	border-radius: 5px;
	border-radius: 6px 6px 6px 6px;
}
a.post-edit-link:hover{
	color: #FFF;
	background-color: #005D9A;
	text-decoration: none;
	text-shadow: none;
}


/*fim conteudo do post*/

/*Tags do post*/
.hentry .post-tags a {
	float: left;
    padding: 2px 5px 3px;
    margin-bottom: 2px;
    border-radius: 10px 10px 10px 10px;
    display: inline-block;
    background-color: rgb(221, 221, 221);
    background-repeat: repeat-x;
    background-image: -moz-linear-gradient(center top , rgb(238, 238, 238), rgb(221, 221, 221));
    text-decoration: none;
    box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.024) inset, 0px -1px rgba(0, 0, 0, 0.024) inset;
    color: rgb(128, 128, 128);
    text-shadow: 0px 1px 0px rgb(255, 255, 255);
}
/* fim tags*/


/* Comentários*/
#comments,
#comments li.entry,
#comments .navi,
#about-the-author,
#about-the-author li,
#related-posts,
#related-posts li{
  list-style-type:none;
  margin:0;
  padding:0;
  float: left;
}
 
#comments{
  margin:10px 0 20px 0;
}
 
#pings li, #related-posts li{
  list-style-type:decimal;
  margin:10px 0 0 10px;
}
 
.comment{
	float: left;
	width: 540px;
	margin:10px 0 0 0;
	position:relative;
	background: #f6f6f6;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 10px;
	overflow: hidden;
	padding: 0 0 20px 0;
}
 
/* level 2+ */
.depth-2 {
	width:510px;
	margin-left:50px;
}
.depth-3 {
	width:480px;
	margin-left:80px;
}
.comment-author{
	overflow: visible;
	height: 60px;
	background: url('images/comments_author.png');
	color:#ccc;
	font-size: 110%;
	margin: 0 0 10px 0;
	text-shadow: 0px -1px -1px rgba(0,0,0, 0.25);
}
.vcard{
	width: 480px;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 10px;
}
.comment-meta{
	float: right;
	margin: -3px 5px 0 0;
	display: block;
}
.comment-body p{
	width: 90%;
	display:block;
	margin: 30px 5px 5px 5px;
	line-height: 20px;
}
.comment .photo{
	width: 50px;
	height: 50px;
	padding:10px;
	margin: 5px 0 5px 5px;
	background:transparent;
}
cite.fn,span.says{
	display: block;
	font-size: 1.30em;
	margin-top: -50px;
	margin-left: 80px;
	text-decoration: underline;
}
 span.says{
	display: none;
 }
.reply{
	margin: 10px 0;
}
.comment .controls{
  display:none;
  position:absolute;
  right:15px;
  bottom:15px;
  z-index: 15;
}

/*fim comentários*/

#sidebar{
	float: right;
	background: transparent;
	width: 325px;
	margin: 35px 0 0 0;
}
.widget{
	float: left;
	width: 325px;
	margin: 13px 0 5px 5px; 
	line-height: 20px;
}

.title_widget{
	float:left;
	width: 324px;
	height: 60px;
	line-height:33px;
	background: transparent url('images/widget-title.png') no-repeat top left;
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 110%;
	color: #fff;
	text-shadow: 0px -1px 0px rgba(0,0,0, 0.5);
	text-transform: uppercase;
}

.title_widget span a{
	float: left !important;
	line-height:33px !important;
	font-weight: bold !important;
	font-size: 100% !important;
	color: #fff !important;
	text-shadow: 0px -1px 0px rgba(0,0,0, 0.5) !important;
	text-transform: uppercase !important;
	padding:0 !important;
}
.title_widget span a img{
	margin: 11px 4px 0 20px;
}
.title_widget span{
	margin: 0 0 0 20px;
}
.widget ul{
	float: left;
	list-style-position: inside;
	list-style-image: url('images/seta.png');
}
.widget ul li{
	width: auto;
	margin: 5px 0;
}
#pesquisar{
	float: right;
	width: 190px;
	height: 24px;
	margin-top: 3px; 
}
#input_search{
	width: 143px;
	float: left;
	height: 24px;
	background: url('images/seach-form.png') no-repeat left;
	
}
#search_form{
	border: none;
	padding: 0;
	margin: 5px 0 0 20px !important;
	width: 120px;
	height: 15px;
	overflow: visible;
	outline: none;
	font-size: 15px;
	float: left;
	background: transparent;
	font-weight: 100;
	color: #777;
	overflow: visible;
}
#div-form input{
	padding: 0;
	float: inline;
	line-height: 15px;
}

#div-form{
	width:200px;
	height: 24px;
	float: left;
}
#loginform p label{
	width:120px;
	margin-top: 5px;
	display: block;
	float: left;
}
#loginform p input{
	margin-top: 5px;
	display: block;
	float: left;
}
#loginform p input[type='text'],
#loginform p input[type='password']{
	width: 180px;
}
.login-submit{
	width:100px;
	height: 40px;
	display:block;
	float: left;
}
.login-remember{
	width: 210px;
	float: right;
	display: block;
}
.login-remember label{
	width: 210px !important;
	height: 40px !important;
}
#recuperar{
	width: 150px;
	display: block;
	float: left;
}
#assine{
	width: 150px;
	display: block;
	float: right;
}
.login{
	margin: 5px 0;
}
.avatar{
	margin: 0 0 10px 110px;
}

/* fim sidebar right*/
#footer{
	width: 940px;
	float:left;
	display:block;
	height: 140px;
	background: url('images/logos.png') no-repeat #FFF top left;
	
}