/*-----------------------------------------------------------------------------------------------------------
Theme Name: Ura
Theme URI: http://Ura.ufrn.com.br
Author: Carlos Costa
Author URI: http://Ura.com/
Description: Ura
License: Não licenciado, Software proprietário
Tags: Projetos, Robótica
Text domain : Ura
-------------------------------------------------------------------------------------------------------------*/

/*------------------------------------------------------------------------------------------------------------
CSS RESET
Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
Font  - Arial
Cor: #7F7F7F;
Font:  #505050;
Hover: #353535;
Link: #296ede;
------------------------------------------------------------------------------------------------------------*/
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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 14px;
	font: inherit;
 	font-family: arial, sans-serif;
	vertical-align: baseline;
}
h1, h2, h3, h4, h5, h6{
	line-height: 20px;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	margin:0 auto;
	line-height: 20px;
	background: url('images/bg.png');
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a{text-decoration: none; color: #296ede }
a:hover{text-decoration: none; }
a:visited{text-decoration: none; }
a:link{text-decoration: none; }
a:active{text-decoration: none; }

a img{
	border-width: 0px;
}
hr{
	clear: both;
	opacity: 0;
}
input, textarea{
	outline: none;
}
/*-----------------------------------------------------------------------------------------------------------
CSS RESET
Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
FONT TEXTO  - HELVETICA
------------------------------------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------------------------------------
INÍCIO DA EDIÇÃO DE ALERTAS
elementos : topo, logo, input de busca, icones sociais, inputs de login e senha
Autor: Carlos Costa
------------------------------------------------------------------------------------------------------------*/
.alert-info{
	background: #60AEEA;
	padding: 10px 20px 10px 60px;
	color: white;
	font-size: 15px;
	text-align: center;
	position: relative;
}
.alert-info span{
	font-weight: bold;
	font-size: 25px;
	left: 15px;
	top: 7px;
	position: absolute;
}
.alert-error{
	background: #ED5555;
	padding: 10px 20px 10px 60px;
	color: white;
	font-size: 15px;
	text-align: center;
	position: relative;
}
.alert-error span{
	font-weight: bold;
	font-size: 25px;
	left: 15px;
	top: 7px;
	position: absolute;
}

/*-----------------------------------------------------------------------------------------------------------
FIM DA EDIÇÃO DE ALERTAS
elementos : topo, logo, input de busca, icones sociais, inputs de login e senha
Autor: Carlos Costa
------------------------------------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------------------------------------
INICIO EDIÇÃO DO TOPO
elementos : topo, logo, input de busca, icones sociais, inputs de login e senha
Autor: Carlos Costa
------------------------------------------------------------------------------------------------------------*/
.top{
	margin: 0 auto;
}
.top-inside{
	max-width: 1100px;
	margin: 0 auto;
	padding: 0 10px 0 10px;
	position: relative;
}
.welcome{
	font-size: 16px;
	font-weight: bold;
	color: white;
	position: relative;
	top: 7px;
}
.user-buttons{
	color: white;
	font-size: 14px;
	margin: 0 0 0 5px;
	position: relative;
	top:7px;
	padding: 6px 7px 3px 7px;	
}
.user-buttons:hover{
	 text-shadow: 1px 1px 4px black;
}
.block-login{
	height: 10px;
	margin: 0 auto;
	background: #60aeea;
	position: relative;
	text-align: center;
}
.login-form{
	position: relative;
	top: 6px;
	margin: 0 auto;
	text-align: center;
}
.active-formlogin{
	color: white;
	position: absolute;
	top: 4px;
	z-index: 1;
	left: 7px;
	background: none;
	cursor: pointer;
	border: none;
	font-size: 23px;
	visibility: hidden;
}
.login-form input{
	border: solid white 1px;
	font-size: 13px;
	width: 160px;
	height: 22px;
	color: #595959;
	top: 0px;
	padding: 0 10px 0 10px;
}
.login-form input:focus{
	border: solid white 1px;
}
.button-submit{
	border: none;
	cursor: pointer;
	color: #4AE0CE;
	background: none;
	text-align: center;
	font-size: 16px;
	position: relative;
	color: white;
	top: 2px;
	-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;
}
.button-submit:hover{
	color: white;
	text-shadow: 1px 1px 4px black;
}
.logo{
	display: block;
	margin: 10px 0 0 0;
	height: 100px;
	width: 300px;
	text-align: center;
	position: relative;
	right: 13px;
	padding: 10px 0px 10px 0px;
	/*background: #fbfbfb;*/
	-webkit-transform:scale(0.9);
	-moz-transform:scale(0.9);
	-o-transform:scale(0.9);
	-ms-transform:scale(0.9);
	transform:scale(0.9);
	/*box-shadow: 0px 0px 10px #d1d1d1;*/
}
.logo .txt-logo{
	font-size: 74px;
	float: left;
	position: absolute;
	top: 42px;
	text-shadow: 2px 2px 0px #0c71c1;
	left: 16px;
	color: #60aeea;
	font-weight: bold;
}
.logo .subtxt-logo{
	position: absolute;
	bottom: 15px;
	color: #60AEEA;
	left: 27px;
	letter-spacing: 1.8px;
	font-size: 14px;
	font-weight: bold;
}

.logo img{
	float: left;
	position: absolute;
	right: 15px;
}
.block-social{
	position: absolute;
	right: 15px;
	top:35px;
}	
.social-icon{
	font-size: 60px;
	float: right;
	margin: 0 0 0 20px;
	color: #D8D8D8;
	-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;
}
.social-icon:hover{
	color: #60AEEA;
	-webkit-transform:rotate(-10deg);
	-moz-transform:rotate(-10deg);
	-o-transform:rotate(-10deg);
	-ms-transform:rotate(-10deg);
	transform:rotate(-10deg);
}
 
.active-menu{
	cursor: pointer;
	display: none;
	border: solid #60aeea 1px;
	background: #60aeea;
	color: white;
	height: 60px;
	outline: none;
	text-align: center;
	font-size: 30px;
	margin: 10px auto 0 auto;
}
.main-menu{
 	text-align: center;
 	margin: 10px 0 5px 0;
 	padding: 0 0 5px 0;
}
.main-menu ul{
	display: inline-block;
}
.main-menu li{
	display: inline-block;
}
.main-menu a{
	background: #60AEEA;
	display: inline-block;
	color: white;
	text-align: center;
	font-weight: bold;
	width: 151px;
	font-size: 16px;
	border: solid #60AEEA 1px;
	padding: 18px 0 18px 0;
	margin: 4px 0px 0px 0px !important;
	outline: none;
	/*box-shadow: 0px 3px 8px  black;*/
	-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;
	text-shadow: 0px 0px 2px #004275;
}
.main-menu a:hover{
	background: #1866A3;
	position: relative;
	color: white;
	z-index: 30;
	border: solid #1866A3 1px;
	box-shadow: inset 0px 0px 20px #004375;
}
/*-----------------------------------------------------------------------------------------------------------
INICIO EDIÇÃO DO TOPO
elementos : topo, logo, input de busca, icones sociais, inputs de login e senha
Autor: Carlos Costa
------------------------------------------------------------------------------------------------------------*/	

/*-----------------------------------------------------------------------------------------------------------
INICIO EDIÇÃO DO CENTRO
elementos : centro, descrição do site
Autor: Carlos Costa
------------------------------------------------------------------------------------------------------------*/	
.center{
	max-width: 1100px;
	padding: 10px 10px 10px 10px;
	margin: 0 auto;
	min-height: 500px;
	position: relative;
	overflow: hidden;
}
.site-description{
	font-size: 15px;
	background: #60aeea;
	text-align: center;
	color: #7F7F7F;
	margin:30px 0 0 0;
	color: white;
	padding:10px 20px 10px 20px;
}
/*-----------------------------------------------------------------------------------------------------------
FIM EDIÇÃO DO CENTRO
elementos : centro, descrição do site
Autor: Carlos Costa
------------------------------------------------------------------------------------------------------------*/	

/*-----------------------------------------------------------------------------------------------------------
INICIO EDIÇÃO DO SLIDE
elementos : Slide
Autor: Carlos Costa
------------------------------------------------------------------------------------------------------------*/	
.slide{
	margin: 10px 0 0 0;
	background: white;
	overflow: hidden;
	margin: 0 auto;
	height: 300px;
	text-align: center;
	background: #F2F2F2;
	box-shadow: inset 0 0 10px #9E9E9E;
	max-width: 1000px;
}
.notice-slide{
	overflow: hidden;
	position: relative;
	width: 1000px;
	display: block;
	height: 300px;
}
.slide img{
	width: 1000px;
 	height: 300px;
 	margin: 0 auto;
}
.content-notice-slide{
 	position: absolute;
 	bottom: 0px;
 	width: 100%;
 	text-align: left;
 	padding: 10px 0 10px 0;
 	height: 100px;
 	opacity: 0.0;
 	/*background: rgba(0, 0, 0, 0.8);*/
 	-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;
}
.content-notice-slide:hover{
/*	opacity: 1;
	background: black;
	background: rgba(0, 0, 0, 0.8);*/
}

.title-notice-slide{
	font-size: 18px;
	margin: 0 40px 0 40px;
	color: white;
}
.resume-notice-slide{
	font-size: 13px;
	margin: 10px 40px 0 40px;
	color: white;
}
.next-slide{
	font-size: 30px;
	width: 50px;
	height: 300px;
	padding: 0 10px 0 10px;
	border: none;
	opacity: 0.2;
	color: white;
 	z-index: 100;
	background: #60aeea;
	cursor: pointer;
	position: absolute;
	top: 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;
}.next-slide:hover{ opacity: 1; text-shadow: 1px 1px 6px #333; }
.prev-slide{
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 30px;
	width: 50px;
	z-index: 100;
	opacity: 0.2;
	height: 300px;
	padding: 0 10px 0 10px;
	border: none;
	color: white;
	background: #60aeea;
	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;
}.prev-slide:hover{ opacity: 1; text-shadow: 1px 1px 6px #333; }
/*-----------------------------------------------------------------------------------------------------------
FIM EDIÇÃO DO SLIDE
elementos : Slide
Autor: Carlos Costa
------------------------------------------------------------------------------------------------------------*/	

/*-----------------------------------------------------------------------------------------------------------
INICIO EDIÇÃO BLOCO DE NOTÍCIAS
elementos : notícias, titulo, data, autor, botão, alertas 
Autor: Carlos Costa
------------------------------------------------------------------------------------------------------------*/	
.notices{
	width: 50%;
	min-height: 100px;
	margin: 20px 0 0 0;
	display: inline-block;
	padding: 10px;
	float: left;
}
.title-last-news{
	font-size: 24px;
	font-weight: bold;
	color: #7F7F7F;
	margin: 0 0 20px 0 !important;
	display: block;
}
.post{
	width: 100%;
	min-height: 80px;
	margin: 0 0 15px 0;
	border-bottom:dotted #DBDBDB 1px;
}
.info-post{
	font-size: 13px;
	color:  #505050;
}
.post-comments a{
	color: #296ede;
}
.post-comments a:hover{
	text-decoration: underline;
}
.post-author, .post-date{
	margin: 0 20px 0 0;
}
.post-title{
	font-size: 16px;
	font-weight: bold;
	display: block;
	color: #296ede;
	margin:8px 0 3px 0;
	-moz-transition: all 0.5s linear 0s;
	-webkit-transition: all 0.5s linear 0s;
	-ms-transition: all 0.5s linear 0s;
	-o-transition: all 0.5s linear 0s;
	-transition: all 0.5s linear 0s;
}
.post-title:hover{
	text-decoration: underline;
}
.post-complete{
	color: #296ede;
	font-size:13px;
	padding:0 7px 5px 0;
	margin: 0 0 5px 0;
	display: inline-block;
	-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;
}
.post-complete:hover{
	margin: 0 0 5px 5px;
}
.all-notices{
	display: block;
	width: 170px;
	font-size: 15px;
	padding: 10px;
	text-align: center;
	color: white !important;
	margin:20px 0 0 0 ;
	background: #296ede;
	-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;
}
.all-notices: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); 
}
/*-----------------------------------------------------------------------------------------------------------
FIM EDIÇÃO BLOCO DE NOTÍCIAS
elementos : notícias, titulo, data, autor, botão, alertas 
Autor: Carlos Costa
------------------------------------------------------------------------------------------------------------*/	

/*-----------------------------------------------------------------------------------------------------------
INICIO EDIÇÃO BLOCO SIDE-BAR
elementos : sidebar, widgtes, titulos, texto, videos  
Autor: Carlos Costa
------------------------------------------------------------------------------------------------------------*/	
.main-sidebar{
	width: 41%;
	min-height: 100px;
	float: right;
	padding: 10px 10px 0 10px;
	margin: 20px 0 0 0;
}
.widget-title{
	color: #7F7F7F;
	font-size: 18px;
	margin:0 0 10px 0;
	font-weight: bolder;
}
.widget{
	margin:0 0 20px 0;
	padding: 0 10px 0 10px;
	color: #505050;
	font-size: 14px;
}
.widget table{
	width: 100%;
	color: white;
}
.widget caption{
	background: #296ede;
	margin:0 0 -1px 0;
	padding: 3px 0 3px 0;
	border:solid white 1px;
}
.widget table th{
	background: #296ede;
	border:solid white 1px;
	color: white;
	padding: 0px !important;
}
.widget table tr a{
	display: block;
	color: white;
	background: #296ede;
	position: relative;
}
.widget table td{
	border:solid white 1px;
	text-align: center;
	padding: 0px !important;
	}
.widget table tr{
	background: #7F7F7F;
	padding: 0px !important;
}
.widget form input[type=text]{
	display: block;
	border: solid #DBDBDB 1px;
	padding: 7px 10px 7px 10px;
	width: 95%;
	color: #296ede;
}
.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;
}
.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); 
}
.widget p, label{
	font-size: 14px;
}
.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;
}
.widget a:hover{
	text-decoration: underline;
	margin: 3px 0 3px 5spx;
}
.widget .link-media{
	margin-bottom: 6px;
	font-size: 14px;
	display: block;
}
.widget .link-media i{
	margin: 0 7px 0 0;
}
.widget iframe{
	width: 100%;
}
.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;
}
.widget li a:hover{
	text-decoration: underline;
	color: #1EA898;
}
.widget li span{
	position: relative;
	left: 10px;
	color:  #505050;
}
/*-----------------------------------------------------------------------------------------------------------
FIM EDIÇÃO BLOCO SIDE-BAR
elementos : sidebar, widgtes, titulos, texto, videos  
Autor: Carlos Costa
------------------------------------------------------------------------------------------------------------*/	

/*-----------------------------------------------------------------------------------------------------------
ÍNICIO EDIÇÃO BLOCO TUTORIAIS
elementos : blocos de tutoriais, titulos, miniaturas  
Autor: Carlos Costa
------------------------------------------------------------------------------------------------------------*/
.tutorial-block{
	width: 100%;
	min-height: 100px;
	text-align: center;
	margin: 15px 0 2px 0;
	padding: 30px 0 30px 0;
	border:dotted #DBDBDB 1px;
	background: #f4f4f4;
}
.tutorial-block-title{
	font-size: 24px;
	font-weight: bold;
	color: #7F7F7F;
	margin: 0 0 30px 0;
}
.tutorial-post{
	width: 235px;
	display: inline-block;
	height: 200px;
	margin: 0 0 10px 0;
}
.title-tutorial-post{
	font-size: 15px;
	color: #296ede;
}
.title-tutorial-post:hover{
	text-decoration: underline;
}
.thumbnail{
	display: block;
	width: 220px;
	height: 160px;
	margin: 10px auto 0 auto;
	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;
}
.thumbnail:hover{
	-moz-transform:scale(1.07);
	-ms-transform:scale(1.07);
	-o-transform:scale(1.07);
	-webkit-transform:scale(1.07);
	 transform:scale(1.07);
}
.thumbnail > img{
	display: inline;
	width: 220px;
	height: 160px;
	display: block;
	margin: 0 auto;
}
.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;
}
.icon-thumbnail:hover{
 	-moz-transform:rotate(180deg);
 	-webkit-transform:rotate(180deg);
 	-ms-transform:rotate(180deg);
 	-0-transform:rotate(180deg);
 	transform:rotate(180deg);
}
.tutorial-link-all{
	display: block;
	width: 200px;
	text-align: center;
	margin:20px auto 0 auto;
	padding: 10px;
	font-size: 15px;
	color: white !important;
	background: #296ede;
	-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-link-all: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);
}
/*-----------------------------------------------------------------------------------------------------------
FIM EDIÇÃO BLOCO TUTORIAIS
elementos : blocos de tutoriais, titulos, miniaturas  
Autor: Carlos Costa
------------------------------------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------------------------------------
INÍCIO EDIÇÃO DO BLOCO DE PARCEIROS
elementos : miniaturas, links  
Autor: Carlos Costa
------------------------------------------------------------------------------------------------------------*/
div.partners{
	margin: 10px 0 0 0;
	padding: 20px 0 0 0;
	text-align: center;
}
.partners-title{
	color: #7f7f7f;
	font-size: 24px;
	font-weight: bold;
	margin: 0 0 20px 0;
}
.icon-partners{
display: inline-block;
border: solid #ededed 1px;
padding: 10px;
background: white;
margin: 3px 0px 0 0px;
-moz-transition: all 0.1s linear 0s;
-webkit-transition: all 0.1s linear 0s;
-ms-transition: all 0.1s linear 0s;
-o-transition: all 0.1s linear 0s;
transition: all 0.1s linear 0s;
}
.icon-partners:hover{
	-moz-transform:scale(0.98);
	-webkit-transform:scale(0.98);
	-ms-transform:scale(0.98);
	-o-transform:scale(0.98);
	transform:scale(0.98);
	border: solid #60AEEA 1px;	
}
/*-----------------------------------------------------------------------------------------------------------
FIM EDIÇÃO DO BLOCO DE PARCEIROS
elementos : miniaturas, links  
Autor: Carlos Costa
------------------------------------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------------------------------------
INÍCIO EDIÇÃO RODAPÉ
elementos : blocos de tutoriais, titulos, miniaturas  
Autor: Carlos Costa
------------------------------------------------------------------------------------------------------------*/
.footer-sidebar{
	display: block;
	padding: 10px;
	min-height: 40px;
	max-width: 980px;
	margin:0 auto;
	color: white !important;
	font-size: 14px;
	text-align: center;
}
footer{
	border-top:solid #4896D2 20px;
	padding: 10px 0 10px 0;
	background: #60aeea;
}
/*-----------------------------------------------------------------------------------------------------------
FIM EDIÇÃO RODAPÉ
elementos : blocos de tutoriais, titulos, miniaturas  
Autor: Carlos Costa
------------------------------------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------------------------------------
INICIO EDIÇÃO PÁGINA DE MEMBROS
elementos : lista de membros
Autor: Carlos Costa
------------------------------------------------------------------------------------------------------------*/
.member{
	background: #60aeea;
	padding: 6px 10px 6px 10px;
	color: white;
	margin: 0 0 2px 0;
}
.member i{
	margin: 0 10px 0 0;
	display: inline-block;
}

.member span{
	font-size: 14px;
	display: inline-block !important;
	width: 300px !important;
	margin: 0 10px 0 0;
}
/*-----------------------------------------------------------------------------------------------------------
FIM EDIÇÃO PÁGINA DE MEMBROS
elementos : lista de membros
Autor: Carlos Costa
------------------------------------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------------------------------------
INICIO EDIÇÃO PÁGINA 404
elementos : mensagen
Autor: Carlos Costa
------------------------------------------------------------------------------------------------------------*/
.txt-404{
	display: block;
	font-size:100px;
	color: #ED5555;
	width: 400px;
	text-align: center;
	margin:0 auto;
	position: relative;
	top: 50px;
}
@-moz-keyframes icon-rotate
{
0%   {-moz-transform:rotate(0deg);}
100% {-moz-transform:rotate(360deg);}
}
@-webkit-keyframes icon-rotate
{
0%   {-webkit-transform:rotate(0deg);}
100% {-webkit-transform:rotate(360deg);}
}
@-o-keyframes icon-rotate
{
0%   {-o-transform:rotate(0deg);}
100% {-o-transform:rotate(360deg);}
}
@-ms-keyframes icon-rotate
{
0%   {-ms-transform:rotate(0deg);}
100% {-ms-transform:rotate(360deg);}
}
@keyframes icon-rotate
{
0%   {transform:rotate(0deg);}
100% {transform:rotate(360deg);}
}
.icon-404{
	display: inline-block;
	width: 130px;
	height: 98px;
	border: solid black 1px;
	color: #ED5555;
	font-size: 100px;
	-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;
	-moz-animation: icon-rotate 8s linear 1s infinite;
	-ms-animation: icon-rotate 8s linear 1s infinite;
	-o-animation: icon-rotate 8s linear 1s infinite;
	-webkit-animation: icon-rotate 8s linear 1s infinite;
	cursor: pointer;
}
/*-----------------------------------------------------------------------------------------------------------
FIM EDIÇÃO PÁGINA 404
elementos : mensagen
Autor: Carlos Costa
------------------------------------------------------------------------------------------------------------*/