/*-----------------------------------------------------------------------------------------------------------
MODELO PADRÃO DE PÁGINA
elementos: todos os elementos
------------------------------------------------------------------------------------------------------------*/
.page{
	margin:0 auto 0 auto;
	max-width: 1100px;
	min-height: 500px;
	position: relative;
	overflow: hidden;
}
.page table{
	border: solid #e2e2e2 1px;
	font-size: 14px;
	margin: 20px 0 20px 0;
	color: #505050;
	background: #f4f4f4;
}
.page th{
	padding: 5px 15px 5px 15px;
	border: solid #e2e2e2 1px;
	font-weight: bold;
}
.page td{
	padding: 5px 15px 5px 15px;
	border: solid #e2e2e2 1px;
}
.page a:hover{
	text-decoration: underline !important;
}
.page img{
 	margin: 0 0 0 0 !important;
}
.page blockquote{
	position: relative;
	padding: 10px 60px 10px 60px;
	font-weight: bold;
	display: block;
	margin: 10px 0 10px 0;
	font-style: oblique;
}
.page blockquote:before{
	content: '“';
	font-family: georgia;
	font-size: 80px;
	position: absolute;
	color: #d9d9d9;
	top: 35px;
	left: 10px;
	z-index: 10;
}
 .page p{
	color: #505050;
	font-size: 14.5px;
	letter-spacing: 0.5px;
	line-height: 25px;	
	margin: 0 0 10px 0;
}
.page h1{ line-height:30px; font-size: 40px; font-weight: bold; display: block; color: #60aeea; margin: 20px 0 20px 0;}	
.page h2{ line-height:30px; font-size: 35px; font-weight: bold; display: block; color: #60aeea; margin: 20px 0 20px 0;}	
.page h3{ line-height:30px; font-size: 30px; font-weight: bold; display: block; color: #60aeea; margin: 20px 0 20px 0;}	
.page h4{ line-height:30px; font-size: 25px; font-weight: bold; display: block; color: #60aeea; margin: 20px 0 20px 0;}	
.page h5{ line-height:30px; font-size: 20px; font-weight: bold; display: block; color: #60aeea; margin: 20px 0 20px 0;}	
.page h6{ line-height:30px; font-size: 15px; font-weight: bold; display: block; color: #60aeea; margin: 20px 0 20px 0;}	

.page em{
	font-style: oblique;
}
.page ul{
	padding: 10px 20px 10px 20px;
	list-style: square;
	background: #f4f4f4;
	list-style-position: inside;
	margin: 0 0 20px 0;
	font-size: 14px;
	border: solid #e2e2e2 1px;
}
.page li{
	margin: 5px 0 5px 0;
	color: #505050;
}

.page strong{
	font-weight: bold;
}
.page .title{
	font-weight: normal;
	text-align: center;
	font-size: 35px;
	color: #666666;
	display: block;
	margin: 0 0 0 0;
	background: #eaeaea;
	height: 40px;
	padding: 13px 10px 0px 10px;
}
.page .title i{
	padding: 0px !important;
	margin: 0px !important;
}
.wp-caption-text{
	 padding: 0px 15px 0px 15px;
	 margin: 0px;
	 position: relative;
	 bottom: 2px;
	 font-size: 13px !important;
	 color: #333333 !important;
}
.wp-caption{
	padding: 0 0 0 0;
	text-align: center;
	max-width: 100%;
	margin: 0 auto 0 auto;
	background: #E4E4E4;	
}
/*-----------------------------------------------------------------------------------------------------------
MODELO PADRÃO DE PÁGINA
elementos: todos os elementos
------------------------------------------------------------------------------------------------------------*/
 
/*-----------------------------------------------------------------------------------------------------------
PÁGINA DE NOTÍCIAS
elementos: todo os elementos
------------------------------------------------------------------------------------------------------------*/
.page .notices{
	margin: 0px;
}
.page .notices .post h1{
	margin: 0px !important;
	padding: 0px !important;
	line-height: 20px;
}
.block-tags{
	background: #60aeea;
	padding:0 10px 0 10px;
	color: white;
	margin: 15px 0 0 0;
}
.block-tags p{
	color: white
}
.block-tags a{
	color: white;
}
/*-----------------------------------------------------------------------------------------------------------
PÁGINA DE NOTÍCIAS
elementos: todo os elementos
------------------------------------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------------------------------------
INICIO EDIÇÃO BLOCO SIDE-BAR
elementos : sidebar, widgtes, titulos, texto, videos  
Autor: Carlos Costa
------------------------------------------------------------------------------------------------------------*/	
.page .notices-sidebar{
	width: 41%;
	min-height: 100px;
	float: right;
	padding: 0px 10px 0 10px;
	margin: 0 0 0 0;
}
.page .widget-title{
	color: #7F7F7F;
	font-size: 18px;
	margin:0 0 10px 0;
	font-weight: bolder;
}
.page .widget{
	margin:0 0 20px 0;
	padding: 0 10px 0 10px;
	color: #505050;
	font-size: 14px;
}
.page .widget table{
	width: 100%;
	color: white;
}
.page .widget caption{
	background: #296ede;
	margin:0 0 -1px 0;
	padding: 3px 0 3px 0;
	border:solid white 1px;
}
.page .widget table th{
	background: #296ede;
	border:solid white 1px;
	color: white;
	padding: 0px !important;
}
.page .widget table tr a{
	display: block;
	color: white;
	background: #296ede;
	position: relative;
}
.page .widget table td{
	border:solid white 1px;
	text-align: center;
	padding: 0px !important;
	}
.page .widget table tr{
	background: #7F7F7F;
	padding: 0px !important;
}
.page .widget form input[type=text]{
	display: block;
	border: solid #DBDBDB 1px;
	padding: 7px 10px 7px 10px;
	width: 95%;
	color: #296ede;
}
.page .widget form input[type=submit]{
	background: #296ede;
	color: white;
	border: solid white 1px;
	margin: 4px 0 0 0;
	font-size: 13px;
	cursor: pointer;
	padding: 5px 10px 5px 10px;
	-moz-transition: all 0.2s linear 0s;
	-webkit-transition: all 0.2s linear 0s;
	-ms-transition: all 0.2s linear 0s;
	-o-transition: all 0.2s linear 0s;
	-transition: all 0.2s linear 0s;
}
.page .widget form input[type=submit]:hover{
	-moz-transform:scale(1.06);
	-webkit-transform:scale(1.06);
	-ms-transform:scale(1.06);
	-o-transform:scale(1.06);
	transform:scale(1.06); 
}
.page .widget p, label{
	font-size: 14px;
}
.page .widget a{
	color: #296ede; 
	font-size: 15px;
	display: block;
	margin: 3px 0 3px 0;
	-moz-transition: all 0.2s linear 0s;
	-webkit-transition: all 0.2s linear 0s;
	-ms-transition: all 0.2s linear 0s;
	-o-transition: all 0.2s linear 0s;
	-transition: all 0.2s linear 0s;
}
.page .widget a:hover{
	text-decoration: underline;
	margin: 3px 0 3px 5spx;
}
.page .widget .link-media{
	margin-bottom: 6px;
	font-size: 14px;
	display: block;
}
.page .widget .link-media i{
	margin: 0 7px 0 0;
}
.page .widget iframe{
	width: 100%;
}
.page .widget li a{
	color: #296ede; 
	font-size: 15px;
	display: block;
	margin: 3px 0 3px 0;
	-moz-transition: all 0.2s linear 0s;
	-webkit-transition: all 0.2s linear 0s;
	-ms-transition: all 0.2s linear 0s;
	-o-transition: all 0.2s linear 0s;
	-transition: all 0.2s linear 0s;
}
.page .widget li a:hover{
	text-decoration: underline;
	color: #1EA898;
}
.page .widget li span{
	position: relative;
	left: 10px;
	color: #727272;
}
/*-----------------------------------------------------------------------------------------------------------
FIM EDIÇÃO BLOCO SIDE-BAR
elementos : sidebar, widgtes, titulos, texto, videos  
Autor: Carlos Costa
------------------------------------------------------------------------------------------------------------*/
 

 /*-----------------------------------------------------------------------------------------------------------
INÍCIO EDIÇÃO FOMULÁRIO DE COMENTÁRIOS
elementos : Titulo, texto, autor, data, comentários
Autor: Carlos Costa
------------------------------------------------------------------------------------------------------------*/
.page .comment{ /*bloco de comentário*/
	padding: 20px; 
	border: solid #DBDBDB 1px;
	background: #F4F4F4;
	margin: 0 0 10px 0;
	list-style: none !important;
	}	
.page .avatar{ /*foto do usuário*/
		width: 60px !important;
	}
.page .comment-author cite{ /*nome do usuário*/
 	font-weight: bold;
 	font-size: 17px;
 	margin:0 0 0 15px;
 	position: relative;
 	top: -3px;
	}
.page .says{
	position: relative;
 	top: -3px;
	}	
.page .url{ /*nome do usuário*/
	 
	}.page .url:hover{ }	
.page .commentmetadata a{ /*data da postagem do usuário*/
 	display: block;
 	margin: 10px 0 10px 0;
	font-size: 14px;
	}
.page .comment-awaiting-moderation{
 	color: white;
 	text-align: center;
 	padding: 3px;
 	font-size: 14px;
 	display: block;
 	margin: 10px 0px -20px 0px !important;
 	font-style: normal;
 	background: red;
 	width: 100%;
	}	
.page .commentlist {

 	} 
.page .commentlist p{ /*comentário do usuário*/
 
	}
.page .comment-reply-link{
 	margin: 20px 0 20px 0;
 	display: block;
 	font-size: 14px;
 	width: 100px;
	}
.page .comment-reply-link:hover{
	}

.page #cancel-comment-reply-link{
	 
	}
.page .comment-edit-link{ } /*editar*/
	
.page #respond h3{
	font-size: 16px;
	}	
.page .block-comments h3{
	font-size: 16px;
	}		
.page #cancel-comment-reply-link{
	 
	}	
.page #cancel-comment-reply-link:hover{
	 
	}
.page #commentform{
	margin: 20px 0 0 0;
 }
small{
 	padding: 0px;
 	display: block;
 	margin: 0px !important;
 	font-size: 13px !important;
 	position: relative;
 	top: 0px;
 	display: none;
	}
.page #commentform{
	padding: 0px;
	margin: -18px 0 0 0;
}
.page #author{
	 border: solid #DBDBDB 1px;
	 background: white;
	 margin: 20px 0 0 0;
	 padding: 10px;
	 width: 90%;
	 list-style: none !important;
	}.page #author:focus{ border: solid  #296ede 1px; }	
.page #email{
 	 border: solid #DBDBDB 1px;
	 background: white;
	 margin: 0 0 0 0;
	 width: 90%;
	 padding: 10px;
	}.page #email:focus{ border: solid  #296ede 1px; }	
.page #url{
	 border: solid #DBDBDB 1px;
	 background: white;
	 width: 90%;
	 margin: 0 0 0 0;
	 padding: 10px;
	}.page #url:focus{ border: solid  #296ede 1px; }	
.page #commentform textarea{
 	border: solid #DBDBDB 1px;
	 background: white;
	 height: 100px;
	 font-family: arial !important;
	 width: 90%;
	 margin: 0 0 0 0;
	 padding: 10px;
	 font-size: 14px !important;
	}.page #commentform textarea:focus{border: solid  #296ede 1px;  } 	
.page #submit{
 	background: #296ede;
 	border: solid #296ede 1px;
 	padding: 10px;
 	color: white;
 	cursor: pointer;
 	-moz-transition: all 0.2s linear 0s;
	-webkit-transition: all 0.2s linear 0s;
	-ms-transition: all 0.2s linear 0s;
	-o-transition: all 0.2s linear 0s;
	-transition: all 0.2s linear 0s;
	}	
.page #submit:hover{
 	 -moz-transform:scale(1.06);
	-ms-transform:scale(1.06);
	-o-transform:scale(1.06);
	-webkit-transform:scale(1.06);
	transform:scale(1.06);
	}
.page ul.children{
	border: none;
	background: none;
	padding: 0px;
	margin: 0px;
}
.page ul.children li{ /*comentário de respostas*/
 	 
	}	
.page ul.children li .avatar{
 
	}	
.page .blog-pagination ul{
	background: none;
	padding: 0px 5px 0px 5px;
	list-style: none;
	border: none;
}
 .page .blog-pagination li{
 	display: inline-block;
}
 .page .blog-pagination .current{
 	display: block;
 	background: #60aeea;
 	color: #646464;
 	color: white;
 	padding: 10px 20px 10px 20px
}
 .page .blog-pagination a{
 	display: inline-block;
 	background: #eaeaea;
 	color: #646464;
 	padding: 10px 20px 10px 20px;
 	-moz-transition: all 0.2s linear 0s;
	-webkit-transition: all 0.2s linear 0s;
	-ms-transition: all 0.2s linear 0s;
	-o-transition: all 0.2s linear 0s;
	-transition: all 0.2s linear 0s;
}
  .page .blog-pagination a:hover{
  	text-decoration: none !important;
  	background: #d5d5d5;
}
  
/*-----------------------------------------------------------------------------------------------------------
FIM EDIÇÃO FOMULÁRIO DE COMENTÁRIOS
elementos : Titulo, texto, autor, data, comentários
Autor: Carlos Costa
------------------------------------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------------------------------------
INICIO EDIÇÃO PÁGINA SINGLE NOTICIAS
elementos : Titulo, texto, autor, data, comentários
Autor: Carlos Costa
------------------------------------------------------------------------------------------------------------*/
.page .post-content{
	margin: 10px 0 0 0;
}
.page .single-post-title{
	margin: 0px 0px 20px 0px;
}
/*-----------------------------------------------------------------------------------------------------------
INICIO EDIÇÃO PÁGINA SINGLE NOTICIAS
elementos : Titulo, texto, autor, data, comentários
Autor: Carlos Costa
------------------------------------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------------------------------------
INICIO EDIÇÃO DA PÁGINA DE TUTORIAIS
elementos : Titulo, texto, autor, data, comentários
Autor: Carlos Costa
------------------------------------------------------------------------------------------------------------*/
.tutorial-page{
	width: 60%;
	min-height: 100px;
	margin: 30px 0 0 0;
	display: inline-block;
	float: left;
}
.tutorial-page-post{
	padding: 0px;
	position: relative;
	border-bottom: solid #dedede 1px;
	margin: 0 0 10px 0;
}
.tutorial-page-post-title{
	margin: 0px !important;
}
.tutorial-page .thumbnail{
	display: block;
	width: 220px;
	height: 160px;
	margin: 10px 0 0 0px;
	padding: 0px !important;
	position: relative;
	background: #60aeea;
	-moz-transition: all 0.2s linear 0s;
	-webkit-transition: all 0.2s linear 0s;
	-ms-transition: all 0.2s linear 0s;
	-o-transition: all 0.2s linear 0s;
	-transition: all 0.2s linear 0s;
}
.tutorial-page .thumbnail:hover{
	-moz-transform:scale(1);
	-ms-transform:scale(1);
	-o-transform:scale(1);
	-webkit-transform:scale(1);
	 transform:scale(1);
}
.tutorial-page .thumbnail > img{
	display: inline;
	margin: 0 auto;
	width: 220px;
	height: 160px;
	z-index: 10;
}
.tutorial-page .icon-thumbnail{
	display: inline-block;
	position: absolute;
	top: 30px;
	left: 59px;
	height: 100px;
	width: 100px;
	vertical-align: middle;
	font-size: 100px;
	border-radius: 100px;
	color: white;
	-moz-transition: all 1s linear 0s;
	-webkit-transition: all 1s linear 0s;
	-ms-transition: all 1s linear 0s;
	-o-transition: all 1s linear 0s;
	-transition: all 1s linear 0s;
}
.tutorial-page .icon-thumbnail:hover{
 	-moz-transform:rotate(180deg);
 	-webkit-transform:rotate(180deg);
 	-ms-transform:rotate(180deg);
 	-0-transform:rotate(180deg);
 	transform:rotate(180deg);
}
.tutorial-page .check-tutorial{
	background: #60aeea;
	color: white;
	display: block;
	margin: 10px 0 0 0;
	font-size: 14px;
	padding: 6px 0 6px 0;
	width: 220px;
	text-align: center;
	-moz-transition: all 0.2s linear 0s;
	-webkit-transition: all 0.2s linear 0s;
	-ms-transition: all 0.2s linear 0s;
	-o-transition: all 0.2s linear 0s;
	-transition: all 0.2s linear 0s;
}
.tutorial-page .check-tutorial:hover{
 	background: #296ee3;
}

.tutorial-page-resume{
	display: inline-block;
	float: left;
	position: absolute;
	top: 35px;
	left: 240px;
}
.tutorial-sidebar{
	width: 31%;
	min-height: 100px;
	margin: 20px 0 0 0;
	display: inline-block !important;
	padding: 10px 10px 0px 10px;
	float: right;
}
/*-----------------------------------------------------------------------------------------------------------
FIM EDIÇÃO DA PÁGINA DE TUTORIAIS
elementos : Titulo, texto, autor, data, comentários
Autor: Carlos Costa
------------------------------------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------------------------------------
INICIO EDIÇÃO DA PÁGINA SINGLE TUTORIAIS
elementos : Titulo, texto, autor, data, comentários
Autor: Carlos Costa
------------------------------------------------------------------------------------------------------------*/

.tutorial-sidebar-single{
	width: 31%;
	min-height: 100px;
	margin: 30px 0 0 0;
	display: inline-block !important;
	padding: 0px 0px 10px 0px;
	float: right;
}
.tutorial-sidebar-single h4{
 	padding: 0px;
 	margin: 0px 0px 20px 0px;
 	color: #666666;
}
.reference-tutorials{
	display: block;
	font-size: 14px;
	margin: 0 0 10px 0;
 	background: #eaeaea;
 	padding: 10px;
 	-moz-transition: all 0.3s linear 0s;
	-webkit-transition: all 0.3s linear 0s;
	-ms-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	-transition: all 0.3s linear 0s;
}
.reference-tutorials:hover{
	background: #d8d8d8;
	text-decoration: overline;
}
/*-----------------------------------------------------------------------------------------------------------
FIM EDIÇÃO DA PÁGINA SINGLE TUTORIAIS
elementos : Titulo, texto, autor, data, comentários
Autor: Carlos Costa
------------------------------------------------------------------------------------------------------------*/