/* ------------------------------------------------------------------------- */
/* TAGS HTML --------------------------------------------------------------- */
/* ------------------------------------------------------------------------- */
a, a:visited {
	text-decoration: none;
    color: #ff7d0b;
    font-size : 11px; 
}

a:hover {
	text-decoration: none;
	color: #d96a09;
}

h1 {
    padding:0;
	margin: 0px 0px 15px 0px;
    color: #0EC3C6;
    font-size : 18px;
    font-weight: normal;
    text-align: left;    
}

h2 {
	margin: 0 0 15px 0;
	padding: 0;
    color: #5d5d5d;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
}

/* UTILIZADO PARA MENSAGENS DE ERRO */
h4 {
	color: #116e8a;
	font-size: 12px;
	font-weight: bold;
	margin: 20px 0;
	text-align: center;
}

hr {
	clear: both;
	margin: 0 0 5px 0;
    height: 3px;
    border: 0;
	border-top: #5d5d5d solid 1px;
}

img {
	margin: 0 0 25px 0;
	padding: 0;
}

input {
	font-size: 11px;
}

li, ul {
    list-style-type: square;
    color: #5d5d5d;
}

li {
	margin: 0 0 10px 0;	
	line-height: 21px;
}

p {
	margin: 0 0 10px 0;
	padding: 0;
    color: #5d5d5d;
    font-size : 11px;
    line-height: 21px; 
}

table {    
    color : #5d5d5d;
    border: 0;
    font-size : 11px;
    text-decoration : none;
    text-transform : none;
    vertical-align : middle;
}

span.destaque {
	font-size: 13px;
	font-weight: bold;
	color: #0ec3c6;
}

td {
	padding: 3px;
}

tr, td, th {
	border: 0;
}

ul {
	margin: 0 0 10px 15px;
}
/* ------------------------------------------------------------------------- */
/* ESTRUTURA PRINCIPAL ----------------------------------------------------- */
/* ------------------------------------------------------------------------- */
html,body {    
    background: url("../../images/estrutura/bg-body.jpg") top left repeat-x #FFFFFF;
    color: #5d5d5d;
    font-family : Trebuchet MS, Arial, Verdana;
    font-size : 11px;
    font-weight: normal;
    text-align: center;
}

body.capa {
	background: url("../../images/estrutura/bg-body-capa.jpg") top left repeat-x #FFFFFF;
}

#corpo {	
	width: 1000px;
    margin: 0 auto;
    text-align: left;
    position: relative;
}

#container, #container-capa {
	position: relative;
	width: 1000px;
	z-index: 0;
}

/* ------------------------------------------------------------------------- */
/* LOGO -------------------------------------------------------------------- */
/* ------------------------------------------------------------------------- */

#logo {
	background: url("../../images/estrutura/etiqueta-blog.jpg") top right no-repeat;
	width: 1000px;
    height: 250px;
    position: relative;    
    overflow: visible;
    z-index: 1;
}

body.capa #logo {
	height: 450px;
}

#logo_estatico { /* IMAGEM */
	position: absolute;
	top: 26px;
	left: 0;
}

#logo #banner-loja {
	position: absolute;
	top: 140px;
	right: 0;
}

#logo #header {
	position: absolute;
	left: 30px;
	bottom: 30px;
}

#logo h1, #logo h2 {
	color: #FFFFFF;
	margin: 0;
	font-size: 36px;
	font-weight: bold;
	font-family: Arial, Verdana, Trebuchet MS;
}

#logo h2 {
	font-size: 14px;
}

#logo #lnk-etiqueta {
	position: absolute;
	width: 135px;
	height: 140px;
	display: block;
	top: 0;
	right: 0;
}

#logo .atendimento-online {
	position: absolute;
	top: 77px;
	right: 162px;
	opacity: 1;
}

#logo .atendimento-online img {
	margin: 0;
	padding: 0;
	border: 0;
}

#carousel-top {
	background: url("../../images/estrutura/bg-carousel.jpg") top left repeat-x;
	position: relative;
	top: 140px;
	left: 0;
	border: 3px solid #FFFFFF;
	width: 644px;
	height: 294px;
}

#carousel-top #controle-carousel {
	position: absolute;
	bottom: 3px;
	right: 3px;
}

#carousel-top #controle-carousel div {
	margin: 0 15px 0 0;
	cursor: pointer;
}

#carousel-top #controle-carousel div span {
	display: none;
}

#carousel-top #controle-carousel #btn-left, #carousel-top #controle-carousel #btn-right {
	background: url("../../images/estrutura/btn-carousel-left.png") top left no-repeat;
	display: block;
	float: left;
	width: 23px;
	height: 40px;
}

#carousel-top #controle-carousel #btn-right {
	background: url("../../images/estrutura/btn-carousel-right.png") top left no-repeat;
}

#carousel-top #captions-carousel {
	position: absolute;
	left: 15px;
	bottom: 15px;
}

#carousel-top #captions-carousel h1 {
	font-size: 23px;
	color: #f5f5f5;
	margin: 0 0 5px 0;
}

#carousel-top #captions-carousel h2 {
	font-size: 11px;
	color: #0ec3c6;
	margin: 0;
}	

/* ------------------------------------------------------------------------- */
/* COLUNA DIREITA ---------------------------------------------------------- */
/* ------------------------------------------------------------------------- */

#colunadireita {
	position: absolute;
	top: 240px;
	right: 20px;
	padding: 0;
	width: 320px;	
}

#colunadireita .imagem_centralizada {
	margin: 0 0 5px 0;
}

#sponsors {
	padding: 0px;
}

#sponsors p {
	padding: 0 10px;
}

/* ------------------------------------------------------------------------- */
/* RODAPÉ ------------------------------------------------------------------ */
/* ------------------------------------------------------------------------- */

#rodape {
	background: url("../../images/estrutura/bg-rodape.jpg") top left repeat-x;
	position: relative;
	width: 100%;
	height: 690px;
}

#creditos {
	background: url("../../images/estrutura/bg-creditos.jpg") top center no-repeat;
	padding: 95px 20px 0 20px;
	margin: 0 auto;
	width: 960px;
	height: 595px;
	position: relative;
	clear: both;
}

#creditos h2 {
	color: #0EC3C6;
	font-size: 17px;
	font-weight: bold;
}

#creditos #redes-sociais {
	float: left;
}

#creditos #redes-sociais div {
	display: block;
	width: 100px;
	position: relative;
	float: left;
	margin: 0 30px 0 0;
}

#creditos #redes-sociais div img {
	margin: 0 0 5px 0;
}

#creditos #redes-sociais p {
	bottom: 0;
	margin: 0;
	padding: 0 0 0 5px;
	color: #181818;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	line-height: 18px;
}

#creditos #redes-sociais p a, #creditos #redes-sociais p a:visited {
	font-size: 17px;
	font-weight: bold;
	color: #0ec3c6;
}

#creditos #redes-sociais p a:hover, #creditos #redes-sociais div:hover p a {
	color: #ff7e0e;
}

#creditos #galeria-flickr {
	position: absolute;	
	top: 270px;
	width: 450px;
	height: 170px;
}

#creditos .atendimento-online {
	position: absolute;
	top: 585px;
	right: 162px;
	opacity: 1;
}

#creditos .atendimento-online img {
	margin: 0;
	padding: 0;
	border: 0;
}

/* LOGOMARCA DO b2mlportal */ 
#rodape_b2ml {
	background: url("../../images/estrutura/b2mlportal.png") top left no-repeat;
	position: absolute;
	width: 60px;
	height: 14px;
	display: block;
	bottom: 30px;
	right: 65px;
}

#rodape_b2ml:hover {
	background-position: 0 -14px;
}

#rodape_b2ml span {
	display: none;
}

#rodape_b2ml img{
	border: 0px;
	padding: 0px;
	margin: 0px;	
}

/* ------------------------------------------------------------------------- */
/* CONTEÚDO EM GERAL ------------------------------------------------------- */
/* ------------------------------------------------------------------------- */

#conteudo, .conteudo {
	position: relative;
	left: 0px;
	width: 560px;
	min-height: 600px;
	padding: 45px 0 45px 30px;
    text-align: left;
}

#container-capa .conteudo {
	width: 960px;
	min-height: 350px;
	padding: 45px 20px;
}

.conteudo p {
	line-height:21px;
	margin:0 0 25px;
}

/* Meia seção */
.quadro {
	width: 43%;
	overflow: hidden; 
	float: left;
	border: none; 
	margin: 5px 2% 5px 2%; 
	padding: 0 1% 0 1%;
	text-align: left; 
	display: block;
}

.quadro-capa {
	width: 320px;
	float: left;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.quadro-capa h1 {
	padding: 0 0 0 10px;
}

.quadro-capa .imagem_centralizada {
	margin: 0;
}

.quadro-capa p {
	padding: 10px;
}

/* Imagens ------------------------------- */
.imagem_canto, .imagem_esquerda {
	margin: 0 25px 25px 0;
	padding: 0;
	float: left;
}

.imagem_centralizada { 
   margin: 0 0 25px 0;
   padding: 0;
   clear: both;
}

.imagem_direita {
   margin: 0 0 25px 25px;
   padding: 0;
   float: right;
}

img.imagem_direita {
	float: none;
}

/* Notícias -------------------------------- */
.comentario {
	width: 100%;
}

.bloco_de_noticias {
	margin: 0px 0px 10px 0px;
   	padding: 0;
   	border: 0;
   	color: #181818;
    font-size: 11px;
   	text-align: left;
}

#creditos .bloco_de_noticias {
	float: right;
	width: 400px;
	margin: 0 0 20px 0;
}

.bloco_de_noticias .noticia {
	display: block;
	margin: 0 0 20px 0;
}

.bloco_de_noticias table, .bloco_de_noticias tr, .bloco_de_noticias td {
	border: 0;
	padding: 0;
	vertical-align: top;
}

.data-calendario {
	background: url("../../images/estrutura/bg-data-calendario.jpg") top center no-repeat;
	display: block;
	width: 100px;
	height: 81px;
	margin: 0 30px 0 0;
	text-align: center;
	padding: 15px 0 0 0;
}

.data-calendario .dia, .data-calendario .mes {
	font-family: Verdana, Arial, Trebuchet MS;
	font-size: 30px;
	font-weight: bold;
	color: #0ec3c6;
	display: block;
}

.data-calendario .mes {
	color: #FFFFFF;
	font-size: 20px;
}

.bloco_de_noticias p{  
    color: #181818;
    font-size: 11px;
    margin: 0;
}

.bloco_de_noticias a, .bloco_de_noticias a:visited{  
    color:#0EC3C6;
	display: block;
	font-size: 17px;
	font-weight: bold;
	margin: 5px 0 0;
	text-decoration: none;
	text-transform: none;
}

.bloco_de_noticias a:hover{  
    text-decoration: none;
    color: #ff7d0c;
}

/* Painel de Busca ------------------------- */
#busca {
	position: relative;	
	margin: 0 0 40px 10px;
	height: 34px;
}

#busca .campo {
	width: 248px;
	height: 18px;
	padding: 4px !important;
	color: #bbbaba; 
	border: 2px solid #02bcbf !important;
	background: #FFFFFF !important;   
    font-weight: bold;
    font-size: 13px;
    text-decoration: none;
    float: left;
    font-family: Arial, Trebuchet MS, Verdana;
    outline: none;
}

#busca .botao {
	background: url("../../images/estrutura/btn-busca.jpg") top left no-repeat;
	margin: -3px 0 0 10px;
	display: block;
	float: left;
	width: 34px;
	height: 34px;
	border: 0;
	color: #FFFFFF;
	cursor: pointer;
}

#busca .botao:hover {
	background-position: 0 -34px;
}

/* Vídeos */
#video {
	padding: 10px 5px;
}

/* ------------------------------------------------------------------------- */
/* ESTILOS DO FORUM -------------------------------------------------------- */
/* ------------------------------------------------------------------------- */

.form-forum input {
	width: 240px;
	font-size: 11px;
}

.form-forum .btnEnviar {
	width: 150px;	
}

#forum {
	width: 90%;
	margin: 0 auto 15px auto;
	text-align: center;
	clear: both;
}

#forum .topico {
	background: #FFFFFF;
	width: 100%;
	border: 1px solid #a5a5a5;
	position: relative;
	padding: 0;
	margin: 0 auto 5px auto;
}

#forum .topico h1 {
	font-size: 12px;
	color: #285783;
	width: 97.7%;
	display: block;	
	background: #efefef;
	padding: 12px 0 3px 10px;
	margin: 0; 
}

#forum .topico h1 a {
	font-size: 12px;
	color: #285783;
}

#forum .topico .data-autor {
	position: absolute;
	color: #000000;
	top: 0;
	right: 10px;
	font-size: 10px;
}

#forum .topico p {
	text-align: left;
	padding: 10px;
	margin: 0;
	color: #000000;
	font-size: 11px;
}

#novotopico, #novaresposta {
	border: 1px solid #a9c4df;
	background-color: #f2f5f8;
	margin: 0 0 10px; 
}

.btnNovoTopico, .btnNovaResposta {
	font-size: 11px;
	width: 80px;
}

/* ------------------------------------------------------------------------- */
/* ESTILOS DO FORM DE CONTATO ---------------------------------------------- */
/* ------------------------------------------------------------------------- */

.contato {
	position: relative;
	font-size: 11px;
	font-weight: normal;
	margin: 40px 0;
	padding: 0;
}

.contato label {
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	color: #383838;
	display: block;
	margin: 0 0 3px 0;
}

.contato input, .contato select {	
	background: url("../../images/estrutura/bg-contato-textfield.jpg") top left no-repeat #F37101;
	border: 0;
	padding: 4px;
	*padding: 8px;
	font-size: 12px;
	color: #fffefe;
	width: 372px;
	*width: 364px;
	height: 22px;
	*height: 14px;
	outline: none;
	margin: 0 0 10px 0;
}

.contato select {
	height: 30px;
	color: #383838;
}

.contato input:focus {
	background-position: 0 -30px;
}

.contato textarea {
	background: url("../../images/estrutura/bg-contato-textarea.jpg") top left no-repeat;
	border: 0;
	padding: 4px;
	*padding: 8px;
	font-size: 12px;
	color: #fffefe;
	width: 372px;
	*width: 364px;
	height: 162px;
	*height: 154px;
	display: block;
	overflow: auto;
	outline: none;
	margin: 0 0 10px 0;
	overflow: auto;
}

.contato textarea:focus {
	background-position: 0 -170px;
}

.contato .btn-enviar {
	background: url("../../images/estrutura/bg-contato-btn.jpg") top left no-repeat;
	border: 0;
	color: #02babd;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	text-shadow: 1px -1px 0px #121212;	
	width: 166px;
	height: 56px;
	margin: 0 0 10px 0;
	cursor: pointer;
	display: block;
	outline: none;
}

.contato .btn-enviar:hover {
	background-position: 0 -56px;
}

.contato .btn-enviar:focus {
	background-position: 0 0;
}

.contato .btn-enviar:active {
	background-position: 0 -112px;
}

/* Mensagem de campos obrigatórios */
.contato p { 
	font-size: 12px;
	color: #5e5e5e;
	margin: 0;
}

/* ------------------------------------------------------------------------- */
/* RESULTADOS DE BUSCA ----------------------------------------------------- */
/* ------------------------------------------------------------------------- */

#cse a, #cse a:visited {
	font-size: 12px;
}

/* ------------------------------------------------------------------------- */
/* LINKS DE CATEGORIAS EM DICAS PARA INICIANTES + BALÃO DE MENSAGENS ------- */
/* ------------------------------------------------------------------------- */

#links-categorias {
	margin: 0 0 25px 0;
	height: 167px;
}

#links-categorias a, #links-categorias a:visited {
	display: block;
	float: left;
	width: 135px;
	height: 167px;
	margin: 0 6px 0 0;
}

#links-categorias a:hover {
	background-position: 0 -167px !important;
}

#links-categorias a span {
	display: none;
}

#links-categorias a#lnk-aeromodelismo { background: url("../../images/estrutura/bg-lnk-aeromodelismo.jpg") top left no-repeat; }
#links-categorias a#lnk-automodelismo { background: url("../../images/estrutura/bg-lnk-automodelismo.jpg") top left no-repeat; }
#links-categorias a#lnk-nautimodelismo { background: url("../../images/estrutura/bg-lnk-nautimodelismo.jpg") top left no-repeat; }
#links-categorias a#lnk-ferromodelismo { background: url("../../images/estrutura/bg-lnk-ferromodelismo.jpg") top left no-repeat; margin: 0; }

#msg-links {
	background: url("../../images/estrutura/bg-balao-dicasiniciantes.jpg") top center no-repeat;
	padding: 30px;
	width: 507px;
	height: 96px;
	margin: 0 0 20px 0;
	overflow: visible;
}

#msg-links {
	opacity: 0;	
}

#msg-links span {
	display: none;
}

#msg-links p {
	margin: 0 0 5px 0;
	color: #cccccc;
}

/* ------------------------------------------------------------------------- */
/* ESTILOS DE SEÇÕES E COMPONENTES ESPECÍFICOS ----------------------------- */
/* ------------------------------------------------------------------------- */

#videoBar-bar {
	position: absolute;
	top: 330px;
}

#videoBar-bar td {
	padding: 3px 10px 3px 0;
}

.gsc-resultsHeader {
	border-bottom: 0 !important;
}

#twitter-widget {
	height: 200px;
	position: absolute;
	top: 275px;
	left: 20px;
	width: 450px;
}

#twitter-widget .twtr-doc, #twitter-widget .twtr-timeline {
	background: none !important;
	padding: 0 !important; 	
}

#twitter-widget img.twtr-profile-img {
	margin: 0;
}

#twitter-widget .twtr-hd {
	padding: 0 0 5px !important;
}

#twitter-widget .twtr-hd h4 {
	text-align: left;
}

#twitter-widget .twtr-tweet-wrap {
	padding: 6px 0 !important;
}

#twitter-widget .twtr-ft {
	display: none;
}
